Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10044750 | <NME> ParcelableConverter.java
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 1 | Refactor AJUR to use TestEventClient for the Orchestrator connection | 2 | .java | java | apache-2.0 | android/android-test |
10044751 | <NME> ParcelableConverter.java
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 1 | Refactor AJUR to use TestEventClient for the Orchestrator connection | 2 | .java | java | apache-2.0 | android/android-test |
10044752 | <NME> ParcelableConverter.java
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 1 | Refactor AJUR to use TestEventClient for the Orchestrator connection | 2 | .java | java | apache-2.0 | android/android-test |
10044753 | <NME> ParcelableConverter.java
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 1 | Refactor AJUR to use TestEventClient for the Orchestrator connection | 2 | .java | java | apache-2.0 | android/android-test |
10044754 | <NME> ParcelableConverter.java
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 1 | Refactor AJUR to use TestEventClient for the Orchestrator connection | 2 | .java | java | apache-2.0 | android/android-test |
10044755 | <NME> DefaultFailureHandlerTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 0 | Attempt 2 at add support for taking screenshots and saving them to TestStorage in Espresso's DefaultFailureHandler. | 33 | .java | java | apache-2.0 | android/android-test |
10044756 | <NME> DefaultFailureHandlerTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 0 | Attempt 2 at add support for taking screenshots and saving them to TestStorage in Espresso's DefaultFailureHandler. | 33 | .java | java | apache-2.0 | android/android-test |
10044757 | <NME> DefaultFailureHandlerTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 0 | Attempt 2 at add support for taking screenshots and saving them to TestStorage in Espresso's DefaultFailureHandler. | 33 | .java | java | apache-2.0 | android/android-test |
10044758 | <NME> DefaultFailureHandlerTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 0 | Attempt 2 at add support for taking screenshots and saving them to TestStorage in Espresso's DefaultFailureHandler. | 33 | .java | java | apache-2.0 | android/android-test |
10044759 | <NME> DefaultFailureHandlerTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 0 | Attempt 2 at add support for taking screenshots and saving them to TestStorage in Espresso's DefaultFailureHandler. | 33 | .java | java | apache-2.0 | android/android-test |
10044760 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# TODO: investigate why /usr/local/lib/libc++.so not compatible with aapt
rm... | 3 | Update bazel-android docker image to fetch android-30 and build tools 30.0.2 | 3 | Dockerfile | apache-2.0 | android/android-test | |
10044761 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# TODO: investigate why /usr/local/lib/libc++.so not compatible with aapt
rm... | 3 | Update bazel-android docker image to fetch android-30 and build tools 30.0.2 | 3 | Dockerfile | apache-2.0 | android/android-test | |
10044762 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# TODO: investigate why /usr/local/lib/libc++.so not compatible with aapt
rm... | 3 | Update bazel-android docker image to fetch android-30 and build tools 30.0.2 | 3 | Dockerfile | apache-2.0 | android/android-test | |
10044763 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# TODO: investigate why /usr/local/lib/libc++.so not compatible with aapt
rm... | 3 | Update bazel-android docker image to fetch android-30 and build tools 30.0.2 | 3 | Dockerfile | apache-2.0 | android/android-test | |
10044764 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# TODO: investigate why /usr/local/lib/libc++.so not compatible with aapt
rm... | 3 | Update bazel-android docker image to fetch android-30 and build tools 30.0.2 | 3 | Dockerfile | apache-2.0 | android/android-test | |
10044765 | <NME> HardwareRendererCompatUnsupportedTest.java
<BEF> ADDFILE
<MSG> Add HardwareRendererCompat API.
and add support for invoking methods with parameters to ReflectionUtil.
PiperOrigin-RevId: 390507625
<DFF> @@ -0,0 +1,44 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache... | 44 | Add HardwareRendererCompat API. | 0 | .java | java | apache-2.0 | android/android-test |
10044766 | <NME> HardwareRendererCompatUnsupportedTest.java
<BEF> ADDFILE
<MSG> Add HardwareRendererCompat API.
and add support for invoking methods with parameters to ReflectionUtil.
PiperOrigin-RevId: 390507625
<DFF> @@ -0,0 +1,44 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache... | 44 | Add HardwareRendererCompat API. | 0 | .java | java | apache-2.0 | android/android-test |
10044767 | <NME> HardwareRendererCompatUnsupportedTest.java
<BEF> ADDFILE
<MSG> Add HardwareRendererCompat API.
and add support for invoking methods with parameters to ReflectionUtil.
PiperOrigin-RevId: 390507625
<DFF> @@ -0,0 +1,44 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache... | 44 | Add HardwareRendererCompat API. | 0 | .java | java | apache-2.0 | android/android-test |
10044768 | <NME> HardwareRendererCompatUnsupportedTest.java
<BEF> ADDFILE
<MSG> Add HardwareRendererCompat API.
and add support for invoking methods with parameters to ReflectionUtil.
PiperOrigin-RevId: 390507625
<DFF> @@ -0,0 +1,44 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache... | 44 | Add HardwareRendererCompat API. | 0 | .java | java | apache-2.0 | android/android-test |
10044769 | <NME> HardwareRendererCompatUnsupportedTest.java
<BEF> ADDFILE
<MSG> Add HardwareRendererCompat API.
and add support for invoking methods with parameters to ReflectionUtil.
PiperOrigin-RevId: 390507625
<DFF> @@ -0,0 +1,44 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache... | 44 | Add HardwareRendererCompat API. | 0 | .java | java | apache-2.0 | android/android-test |
10044770 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 3 | Modify default port behavior in Test diagnostics content provider | 3 | .kt | kt | apache-2.0 | android/android-test |
10044771 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 3 | Modify default port behavior in Test diagnostics content provider | 3 | .kt | kt | apache-2.0 | android/android-test |
10044772 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 3 | Modify default port behavior in Test diagnostics content provider | 3 | .kt | kt | apache-2.0 | android/android-test |
10044773 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 3 | Modify default port behavior in Test diagnostics content provider | 3 | .kt | kt | apache-2.0 | android/android-test |
10044774 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 3 | Modify default port behavior in Test diagnostics content provider | 3 | .kt | kt | apache-2.0 | android/android-test |
10044775 | <NME> ActivityScenarioRule.java
<BEF> /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 2 | Fix grammar nits in ActivityScenarioRule | 2 | .java | java | apache-2.0 | android/android-test |
10044776 | <NME> ActivityScenarioRule.java
<BEF> /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 2 | Fix grammar nits in ActivityScenarioRule | 2 | .java | java | apache-2.0 | android/android-test |
10044777 | <NME> ActivityScenarioRule.java
<BEF> /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 2 | Fix grammar nits in ActivityScenarioRule | 2 | .java | java | apache-2.0 | android/android-test |
10044778 | <NME> ActivityScenarioRule.java
<BEF> /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 2 | Fix grammar nits in ActivityScenarioRule | 2 | .java | java | apache-2.0 | android/android-test |
10044779 | <NME> ActivityScenarioRule.java
<BEF> /*
* Copyright 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 2 | Fix grammar nits in ActivityScenarioRule | 2 | .java | java | apache-2.0 | android/android-test |
10044780 | <NME> ShellExecutorImpl.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 4 | Updating the "throws" signature on ShellExecutor to match the implementation, and updating existing callers. Also adding @Nullable annotation to make the API easier to understand. | 8 | .java | java | apache-2.0 | android/android-test |
10044781 | <NME> ShellExecutorImpl.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 4 | Updating the "throws" signature on ShellExecutor to match the implementation, and updating existing callers. Also adding @Nullable annotation to make the API easier to understand. | 8 | .java | java | apache-2.0 | android/android-test |
10044782 | <NME> ShellExecutorImpl.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 4 | Updating the "throws" signature on ShellExecutor to match the implementation, and updating existing callers. Also adding @Nullable annotation to make the API easier to understand. | 8 | .java | java | apache-2.0 | android/android-test |
10044783 | <NME> ShellExecutorImpl.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 4 | Updating the "throws" signature on ShellExecutor to match the implementation, and updating existing callers. Also adding @Nullable annotation to make the API easier to understand. | 8 | .java | java | apache-2.0 | android/android-test |
10044784 | <NME> ShellExecutorImpl.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 4 | Updating the "throws" signature on ShellExecutor to match the implementation, and updating existing callers. Also adding @Nullable annotation to make the API easier to understand. | 8 | .java | java | apache-2.0 | android/android-test |
10044785 | <NME> UsageTrackerRegistry.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 2 | Update versions to 1.3.0-rc01 | 2 | .java | java | apache-2.0 | android/android-test |
10044786 | <NME> UsageTrackerRegistry.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 2 | Update versions to 1.3.0-rc01 | 2 | .java | java | apache-2.0 | android/android-test |
10044787 | <NME> UsageTrackerRegistry.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 2 | Update versions to 1.3.0-rc01 | 2 | .java | java | apache-2.0 | android/android-test |
10044788 | <NME> UsageTrackerRegistry.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 2 | Update versions to 1.3.0-rc01 | 2 | .java | java | apache-2.0 | android/android-test |
10044789 | <NME> UsageTrackerRegistry.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LIC... | 2 | Update versions to 1.3.0-rc01 | 2 | .java | java | apache-2.0 | android/android-test |
10044790 | <NME> AccessibilityChecks.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 13 | Added method AccessibilityChecks.disable(). | 0 | .java | java | apache-2.0 | android/android-test |
10044791 | <NME> AccessibilityChecks.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 13 | Added method AccessibilityChecks.disable(). | 0 | .java | java | apache-2.0 | android/android-test |
10044792 | <NME> AccessibilityChecks.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 13 | Added method AccessibilityChecks.disable(). | 0 | .java | java | apache-2.0 | android/android-test |
10044793 | <NME> AccessibilityChecks.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 13 | Added method AccessibilityChecks.disable(). | 0 | .java | java | apache-2.0 | android/android-test |
10044794 | <NME> AccessibilityChecks.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 13 | Added method AccessibilityChecks.disable(). | 0 | .java | java | apache-2.0 | android/android-test |
10044795 | <NME> README.md
<BEF> [](https://travis-ci.org/bsamseth/cpp-project)
[](https://coveralls.io/github/bsamseth/cpp-project?branch=master)
[](https://travis-ci.org/bsamseth/cpp-project)
[](https://coveralls.io/github/bsamseth/cpp-project?branch=master)
[![Codacy... | 2 | More badges for reference. | 0 | .md | md | unlicense | bsamseth/cpp-project |
10044797 | <NME> sha512.min.js
<BEF> (function(m,K){var a=function(a,h){this.high=a|0;this.low=h|0},z="0123456789abcdef".split(""),E={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,b:11,c:12,d:13,e:14,f:15,A:10,B:11,C:12,D:13,E:14,F:15},J=[new a(1116352408,3609767458),new a(1899447441,602891725),new a(3049323471,3964484399),new a(3... | 13 | update min | 13 | .js | min | mit | emn178/js-sha512 |
10044798 | <NME> sha512.min.js
<BEF> (function(m,K){var a=function(a,h){this.high=a|0;this.low=h|0},z="0123456789abcdef".split(""),E={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,b:11,c:12,d:13,e:14,f:15,A:10,B:11,C:12,D:13,E:14,F:15},J=[new a(1116352408,3609767458),new a(1899447441,602891725),new a(3049323471,3964484399),new a(3... | 13 | update min | 13 | .js | min | mit | emn178/js-sha512 |
10044799 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 8 | Improves an example code snippet in ActivityScenario javadoc. | 10 | .java | java | apache-2.0 | android/android-test |
10044800 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 8 | Improves an example code snippet in ActivityScenario javadoc. | 10 | .java | java | apache-2.0 | android/android-test |
10044801 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 8 | Improves an example code snippet in ActivityScenario javadoc. | 10 | .java | java | apache-2.0 | android/android-test |
10044802 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 8 | Improves an example code snippet in ActivityScenario javadoc. | 10 | .java | java | apache-2.0 | android/android-test |
10044803 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 8 | Improves an example code snippet in ActivityScenario javadoc. | 10 | .java | java | apache-2.0 | android/android-test |
10044804 | <NME> RemoteDescriptorRegistry.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1 | ...Internal refactor... | 1 | .java | java | apache-2.0 | android/android-test |
10044805 | <NME> RemoteDescriptorRegistry.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1 | ...Internal refactor... | 1 | .java | java | apache-2.0 | android/android-test |
10044806 | <NME> RemoteDescriptorRegistry.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1 | ...Internal refactor... | 1 | .java | java | apache-2.0 | android/android-test |
10044807 | <NME> RemoteDescriptorRegistry.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1 | ...Internal refactor... | 1 | .java | java | apache-2.0 | android/android-test |
10044808 | <NME> RemoteDescriptorRegistry.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/L... | 1 | ...Internal refactor... | 1 | .java | java | apache-2.0 | android/android-test |
10044809 | <NME> ServiceTestRule.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 7 | Allow subclasses to override default timeout. | 7 | .java | java | apache-2.0 | android/android-test |
10044810 | <NME> ServiceTestRule.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 7 | Allow subclasses to override default timeout. | 7 | .java | java | apache-2.0 | android/android-test |
10044811 | <NME> ServiceTestRule.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 7 | Allow subclasses to override default timeout. | 7 | .java | java | apache-2.0 | android/android-test |
10044812 | <NME> ServiceTestRule.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 7 | Allow subclasses to override default timeout. | 7 | .java | java | apache-2.0 | android/android-test |
10044813 | <NME> ServiceTestRule.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 7 | Allow subclasses to override default timeout. | 7 | .java | java | apache-2.0 | android/android-test |
10044814 | <NME> ThreadPoolExecutorExtractor.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | 8 | Fix IllegalAccessException in MODERN_ASYNC_TASK_EXTRACTOR | 1 | .java | java | apache-2.0 | android/android-test |
10044815 | <NME> ThreadPoolExecutorExtractor.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | 8 | Fix IllegalAccessException in MODERN_ASYNC_TASK_EXTRACTOR | 1 | .java | java | apache-2.0 | android/android-test |
10044816 | <NME> ThreadPoolExecutorExtractor.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | 8 | Fix IllegalAccessException in MODERN_ASYNC_TASK_EXTRACTOR | 1 | .java | java | apache-2.0 | android/android-test |
10044817 | <NME> ThreadPoolExecutorExtractor.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | 8 | Fix IllegalAccessException in MODERN_ASYNC_TASK_EXTRACTOR | 1 | .java | java | apache-2.0 | android/android-test |
10044818 | <NME> ThreadPoolExecutorExtractor.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/license... | 8 | Fix IllegalAccessException in MODERN_ASYNC_TASK_EXTRACTOR | 1 | .java | java | apache-2.0 | android/android-test |
10044819 | <NME> UnclosedActivityScenarioCheckTest.kt
<BEF> ADDFILE
<MSG> Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close().
PiperOrigin-RevId: 461934620
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Ver... | 42 | Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close(). | 0 | .kt | kt | apache-2.0 | android/android-test |
10044820 | <NME> UnclosedActivityScenarioCheckTest.kt
<BEF> ADDFILE
<MSG> Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close().
PiperOrigin-RevId: 461934620
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Ver... | 42 | Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close(). | 0 | .kt | kt | apache-2.0 | android/android-test |
10044821 | <NME> UnclosedActivityScenarioCheckTest.kt
<BEF> ADDFILE
<MSG> Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close().
PiperOrigin-RevId: 461934620
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Ver... | 42 | Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close(). | 0 | .kt | kt | apache-2.0 | android/android-test |
10044822 | <NME> UnclosedActivityScenarioCheckTest.kt
<BEF> ADDFILE
<MSG> Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close().
PiperOrigin-RevId: 461934620
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Ver... | 42 | Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close(). | 0 | .kt | kt | apache-2.0 | android/android-test |
10044823 | <NME> UnclosedActivityScenarioCheckTest.kt
<BEF> ADDFILE
<MSG> Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close().
PiperOrigin-RevId: 461934620
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Ver... | 42 | Add lint check UnclosedActivityScenario which detects ActivityScenario instances without close(). | 0 | .kt | kt | apache-2.0 | android/android-test |
10044824 | <NME> emulator_info.bzl
<BEF> """Defines the emulators and their supported configs in android_test_support."""
load(
"//tools/android/emulated_devices:macro/emulator.bzl",
"emulator_files",
"emulator_is_qemu2",
"emulator_type",
"new_emulator",
)
load("//tools/android/emulated_devices:macro/image.bz... | 1 | Whitelist keyboard tests for qemu1, which is the new emulator used by default. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10044825 | <NME> emulator_info.bzl
<BEF> """Defines the emulators and their supported configs in android_test_support."""
load(
"//tools/android/emulated_devices:macro/emulator.bzl",
"emulator_files",
"emulator_is_qemu2",
"emulator_type",
"new_emulator",
)
load("//tools/android/emulated_devices:macro/image.bz... | 1 | Whitelist keyboard tests for qemu1, which is the new emulator used by default. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10044826 | <NME> emulator_info.bzl
<BEF> """Defines the emulators and their supported configs in android_test_support."""
load(
"//tools/android/emulated_devices:macro/emulator.bzl",
"emulator_files",
"emulator_is_qemu2",
"emulator_type",
"new_emulator",
)
load("//tools/android/emulated_devices:macro/image.bz... | 1 | Whitelist keyboard tests for qemu1, which is the new emulator used by default. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10044827 | <NME> emulator_info.bzl
<BEF> """Defines the emulators and their supported configs in android_test_support."""
load(
"//tools/android/emulated_devices:macro/emulator.bzl",
"emulator_files",
"emulator_is_qemu2",
"emulator_type",
"new_emulator",
)
load("//tools/android/emulated_devices:macro/image.bz... | 1 | Whitelist keyboard tests for qemu1, which is the new emulator used by default. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10044828 | <NME> emulator_info.bzl
<BEF> """Defines the emulators and their supported configs in android_test_support."""
load(
"//tools/android/emulated_devices:macro/emulator.bzl",
"emulator_files",
"emulator_is_qemu2",
"emulator_type",
"new_emulator",
)
load("//tools/android/emulated_devices:macro/image.bz... | 1 | Whitelist keyboard tests for qemu1, which is the new emulator used by default. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10044829 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 39 | Merge pull request #64 from android/B69E693FB1A680CF444F60FC2EAB94CE | 39 | .java | java | apache-2.0 | android/android-test |
10044830 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 39 | Merge pull request #64 from android/B69E693FB1A680CF444F60FC2EAB94CE | 39 | .java | java | apache-2.0 | android/android-test |
10044831 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 39 | Merge pull request #64 from android/B69E693FB1A680CF444F60FC2EAB94CE | 39 | .java | java | apache-2.0 | android/android-test |
10044832 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 39 | Merge pull request #64 from android/B69E693FB1A680CF444F60FC2EAB94CE | 39 | .java | java | apache-2.0 | android/android-test |
10044833 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 39 | Merge pull request #64 from android/B69E693FB1A680CF444F60FC2EAB94CE | 39 | .java | java | apache-2.0 | android/android-test |
10044834 | <NME> test.js
<BEF> (function (sha512, sha384, sha512_256, sha512_224) {
describe('sha512', function () {
describe('ascii', function () {
describe('less than 128 bytes', function () {
it('should be successful', function () {
expect(sha512('')).to.be('cf83e1357eefb8bdf1542850d66d8007d620e40... | 294 | Added - Streaming support(update). - support for ArrayBuffer input/output. - support for byte array input/output. | 163 | .js | js | mit | emn178/js-sha512 |
10044835 | <NME> test.js
<BEF> (function (sha512, sha384, sha512_256, sha512_224) {
describe('sha512', function () {
describe('ascii', function () {
describe('less than 128 bytes', function () {
it('should be successful', function () {
expect(sha512('')).to.be('cf83e1357eefb8bdf1542850d66d8007d620e40... | 294 | Added - Streaming support(update). - support for ArrayBuffer input/output. - support for byte array input/output. | 163 | .js | js | mit | emn178/js-sha512 |
10044836 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 1 | Add qemu_pipe support for [] | 0 | .py | py | apache-2.0 | android/android-test |
10044837 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 1 | Add qemu_pipe support for [] | 0 | .py | py | apache-2.0 | android/android-test |
10044838 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 1 | Add qemu_pipe support for [] | 0 | .py | py | apache-2.0 | android/android-test |
10044839 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 1 | Add qemu_pipe support for [] | 0 | .py | py | apache-2.0 | android/android-test |
10044840 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 1 | Add qemu_pipe support for [] | 0 | .py | py | apache-2.0 | android/android-test |
10044841 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 37 | Do not compress userdata.dat for qemu2 emulators. | 15 | .py | py | apache-2.0 | android/android-test |
10044842 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 37 | Do not compress userdata.dat for qemu2 emulators. | 15 | .py | py | apache-2.0 | android/android-test |
10044843 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 37 | Do not compress userdata.dat for qemu2 emulators. | 15 | .py | py | apache-2.0 | android/android-test |
10044844 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 37 | Do not compress userdata.dat for qemu2 emulators. | 15 | .py | py | apache-2.0 | android/android-test |
10044845 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 37 | Do not compress userdata.dat for qemu2 emulators. | 15 | .py | py | apache-2.0 | android/android-test |
10044846 | <NME> test.js
<BEF> (function (sha512, sha384, sha512_256, sha512_224) {
Array.prototype.toHexString = ArrayBuffer.prototype.toHexString = function () {
var array = new Uint8Array(this);
var hex = '';
it('should be successful', function() {
expect(sha512('')).to.be('cf83e1357eefb8bdf1542850d... | 4 | Improve performance. | 4 | .js | js | mit | emn178/js-sha512 |
10044847 | <NME> test.js
<BEF> (function (sha512, sha384, sha512_256, sha512_224) {
Array.prototype.toHexString = ArrayBuffer.prototype.toHexString = function () {
var array = new Uint8Array(this);
var hex = '';
it('should be successful', function() {
expect(sha512('')).to.be('cf83e1357eefb8bdf1542850d... | 4 | Improve performance. | 4 | .js | js | mit | emn178/js-sha512 |
10044848 | <NME> webpack.config.js
<BEF> const path = require('path')
const webpack = require('webpack')
const autoprefixer = require('autoprefixer')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const ENV = process.env.NODE_ENV || 'development'
const isDev = ENV !== 'production'
const cssLoader = [{
loader... | 0 | refactor: comment body use html | 1 | .js | config | mit | gitalk/gitalk |
10044849 | <NME> webpack.config.js
<BEF> const path = require('path')
const webpack = require('webpack')
const autoprefixer = require('autoprefixer')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const ENV = process.env.NODE_ENV || 'development'
const isDev = ENV !== 'production'
const cssLoader = [{
loader... | 0 | refactor: comment body use html | 1 | .js | config | mit | gitalk/gitalk |