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
10047650
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") RULES_JVM_EXTERNAL_TAG = "4.4.2" RULES_JVM_EXTERNAL_SHA = "735602f50813eb2ea93ca3f5e43b1959bd80b213b836a07a62a29d75...
27
Created a 3rd-party version of the storage testing service.
0
WORKSPACE
apache-2.0
android/android-test
10047651
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") RULES_JVM_EXTERNAL_TAG = "4.4.2" RULES_JVM_EXTERNAL_SHA = "735602f50813eb2ea93ca3f5e43b1959bd80b213b836a07a62a29d75...
27
Created a 3rd-party version of the storage testing service.
0
WORKSPACE
apache-2.0
android/android-test
10047652
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") RULES_JVM_EXTERNAL_TAG = "4.4.2" RULES_JVM_EXTERNAL_SHA = "735602f50813eb2ea93ca3f5e43b1959bd80b213b836a07a62a29d75...
27
Created a 3rd-party version of the storage testing service.
0
WORKSPACE
apache-2.0
android/android-test
10047653
<NME> TestOutputHandler.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/LICENSE-...
0
Internal
6
.java
java
apache-2.0
android/android-test
10047654
<NME> TestOutputHandler.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/LICENSE-...
0
Internal
6
.java
java
apache-2.0
android/android-test
10047655
<NME> TestOutputHandler.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/LICENSE-...
0
Internal
6
.java
java
apache-2.0
android/android-test
10047656
<NME> TestOutputHandler.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/LICENSE-...
0
Internal
6
.java
java
apache-2.0
android/android-test
10047657
<NME> TestOutputHandler.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/LICENSE-...
0
Internal
6
.java
java
apache-2.0
android/android-test
10047658
<NME> ActivityTestRule.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/LICENSE...
8
Officially deprecate ActivityTestRule in favor of ActivityScenario.
0
.java
java
apache-2.0
android/android-test
10047659
<NME> ActivityTestRule.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/LICENSE...
8
Officially deprecate ActivityTestRule in favor of ActivityScenario.
0
.java
java
apache-2.0
android/android-test
10047660
<NME> ActivityTestRule.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/LICENSE...
8
Officially deprecate ActivityTestRule in favor of ActivityScenario.
0
.java
java
apache-2.0
android/android-test
10047661
<NME> ActivityTestRule.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/LICENSE...
8
Officially deprecate ActivityTestRule in favor of ActivityScenario.
0
.java
java
apache-2.0
android/android-test
10047662
<NME> ActivityTestRule.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/LICENSE...
8
Officially deprecate ActivityTestRule in favor of ActivityScenario.
0
.java
java
apache-2.0
android/android-test
10047663
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
3
organize
2
.bzl
bzl
apache-2.0
android/android-test
10047664
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
3
organize
2
.bzl
bzl
apache-2.0
android/android-test
10047665
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
3
organize
2
.bzl
bzl
apache-2.0
android/android-test
10047666
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
3
organize
2
.bzl
bzl
apache-2.0
android/android-test
10047667
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
3
organize
2
.bzl
bzl
apache-2.0
android/android-test
10047668
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Add a whitelist for Git commit authors in copybara configuration. This enables commits to be properly attributed to the Googler's GitHub identity.
2
.bzl
bzl
apache-2.0
android/android-test
10047669
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Add a whitelist for Git commit authors in copybara configuration. This enables commits to be properly attributed to the Googler's GitHub identity.
2
.bzl
bzl
apache-2.0
android/android-test
10047670
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Add a whitelist for Git commit authors in copybara configuration. This enables commits to be properly attributed to the Googler's GitHub identity.
2
.bzl
bzl
apache-2.0
android/android-test
10047671
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Add a whitelist for Git commit authors in copybara configuration. This enables commits to be properly attributed to the Googler's GitHub identity.
2
.bzl
bzl
apache-2.0
android/android-test
10047672
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Add a whitelist for Git commit authors in copybara configuration. This enables commits to be properly attributed to the Googler's GitHub identity.
2
.bzl
bzl
apache-2.0
android/android-test
10047673
<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...
6
ShellExecutor now has a reference to its binder key for sub-shell invocations. This allows access to the ShellExecutor secret for sub-executions without needing to use the global InstrumentationRegistry object. We need to invoke the sub-test instrumentat ion with this argument so tests and test utilities can use the Sh...
0
.java
java
apache-2.0
android/android-test
10047674
<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...
6
ShellExecutor now has a reference to its binder key for sub-shell invocations. This allows access to the ShellExecutor secret for sub-executions without needing to use the global InstrumentationRegistry object. We need to invoke the sub-test instrumentat ion with this argument so tests and test utilities can use the Sh...
0
.java
java
apache-2.0
android/android-test
10047675
<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...
6
ShellExecutor now has a reference to its binder key for sub-shell invocations. This allows access to the ShellExecutor secret for sub-executions without needing to use the global InstrumentationRegistry object. We need to invoke the sub-test instrumentat ion with this argument so tests and test utilities can use the Sh...
0
.java
java
apache-2.0
android/android-test
10047676
<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...
6
ShellExecutor now has a reference to its binder key for sub-shell invocations. This allows access to the ShellExecutor secret for sub-executions without needing to use the global InstrumentationRegistry object. We need to invoke the sub-test instrumentat ion with this argument so tests and test utilities can use the Sh...
0
.java
java
apache-2.0
android/android-test
10047677
<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...
6
ShellExecutor now has a reference to its binder key for sub-shell invocations. This allows access to the ShellExecutor secret for sub-executions without needing to use the global InstrumentationRegistry object. We need to invoke the sub-test instrumentat ion with this argument so tests and test utilities can use the Sh...
0
.java
java
apache-2.0
android/android-test
10047678
<NME> TestEventServiceConnectionBase.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/l...
7
Use the full service name for the ATP connection, otherwise we get an error for having a non-explicit intent.
10
.java
java
apache-2.0
android/android-test
10047679
<NME> TestEventServiceConnectionBase.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/l...
7
Use the full service name for the ATP connection, otherwise we get an error for having a non-explicit intent.
10
.java
java
apache-2.0
android/android-test
10047680
<NME> TestEventServiceConnectionBase.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/l...
7
Use the full service name for the ATP connection, otherwise we get an error for having a non-explicit intent.
10
.java
java
apache-2.0
android/android-test
10047681
<NME> TestEventServiceConnectionBase.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/l...
7
Use the full service name for the ATP connection, otherwise we get an error for having a non-explicit intent.
10
.java
java
apache-2.0
android/android-test
10047682
<NME> TestEventServiceConnectionBase.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/l...
7
Use the full service name for the ATP connection, otherwise we get an error for having a non-explicit intent.
10
.java
java
apache-2.0
android/android-test
10047683
<NME> unified_launcher.py <BEF> # Copyright 2012 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 ...
4
Automated rollback of changelist 194998358.
6
.py
py
apache-2.0
android/android-test
10047684
<NME> unified_launcher.py <BEF> # Copyright 2012 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 ...
4
Automated rollback of changelist 194998358.
6
.py
py
apache-2.0
android/android-test
10047685
<NME> unified_launcher.py <BEF> # Copyright 2012 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 ...
4
Automated rollback of changelist 194998358.
6
.py
py
apache-2.0
android/android-test
10047686
<NME> unified_launcher.py <BEF> # Copyright 2012 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 ...
4
Automated rollback of changelist 194998358.
6
.py
py
apache-2.0
android/android-test
10047687
<NME> unified_launcher.py <BEF> # Copyright 2012 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 ...
4
Automated rollback of changelist 194998358.
6
.py
py
apache-2.0
android/android-test
10047688
<NME> make_device.bzl <BEF> """Helper functions for generating android_device rules.""" load( "//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_arch", "image_compressed_suffix", "image_device_visibility", "image_flavor", "image_version_string", ) load( "//tools/an...
1
Project import generated by Copybara.
1
.bzl
bzl
apache-2.0
android/android-test
10047689
<NME> make_device.bzl <BEF> """Helper functions for generating android_device rules.""" load( "//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_arch", "image_compressed_suffix", "image_device_visibility", "image_flavor", "image_version_string", ) load( "//tools/an...
1
Project import generated by Copybara.
1
.bzl
bzl
apache-2.0
android/android-test
10047690
<NME> make_device.bzl <BEF> """Helper functions for generating android_device rules.""" load( "//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_arch", "image_compressed_suffix", "image_device_visibility", "image_flavor", "image_version_string", ) load( "//tools/an...
1
Project import generated by Copybara.
1
.bzl
bzl
apache-2.0
android/android-test
10047691
<NME> make_device.bzl <BEF> """Helper functions for generating android_device rules.""" load( "//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_arch", "image_compressed_suffix", "image_device_visibility", "image_flavor", "image_version_string", ) load( "//tools/an...
1
Project import generated by Copybara.
1
.bzl
bzl
apache-2.0
android/android-test
10047692
<NME> make_device.bzl <BEF> """Helper functions for generating android_device rules.""" load( "//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_arch", "image_compressed_suffix", "image_device_visibility", "image_flavor", "image_version_string", ) load( "//tools/an...
1
Project import generated by Copybara.
1
.bzl
bzl
apache-2.0
android/android-test
10047693
<NME> AndroidJUnitRunner.java <BEF> /* * Copyright (C) 2012 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/LICE...
1
Added a log line when the runner's onStart method is called.
0
.java
java
apache-2.0
android/android-test
10047694
<NME> AndroidJUnitRunner.java <BEF> /* * Copyright (C) 2012 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/LICE...
1
Added a log line when the runner's onStart method is called.
0
.java
java
apache-2.0
android/android-test
10047695
<NME> AndroidJUnitRunner.java <BEF> /* * Copyright (C) 2012 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/LICE...
1
Added a log line when the runner's onStart method is called.
0
.java
java
apache-2.0
android/android-test
10047696
<NME> AndroidJUnitRunner.java <BEF> /* * Copyright (C) 2012 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/LICE...
1
Added a log line when the runner's onStart method is called.
0
.java
java
apache-2.0
android/android-test
10047697
<NME> AndroidJUnitRunner.java <BEF> /* * Copyright (C) 2012 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/LICE...
1
Added a log line when the runner's onStart method is called.
0
.java
java
apache-2.0
android/android-test
10047698
<NME> IdlingResourceRegistry.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/LIC...
1
Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.
0
.java
java
apache-2.0
android/android-test
10047699
<NME> IdlingResourceRegistry.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/LIC...
1
Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.
0
.java
java
apache-2.0
android/android-test
10047700
<NME> IdlingResourceRegistry.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/LIC...
1
Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.
0
.java
java
apache-2.0
android/android-test
10047701
<NME> IdlingResourceRegistry.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/LIC...
1
Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.
0
.java
java
apache-2.0
android/android-test
10047702
<NME> IdlingResourceRegistry.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/LIC...
1
Add logging to make it easier to debug issues where there is unmonitored work that Espresso isn't aware of.
0
.java
java
apache-2.0
android/android-test
10047703
<NME> xserver.py <BEF> # Copyright 2017 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 required ...
0
LSC: Migrate users of [].pyglib.app|flags|logging to absl equivalents.
1
.py
py
apache-2.0
android/android-test
10047704
<NME> xserver.py <BEF> # Copyright 2017 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 required ...
0
LSC: Migrate users of [].pyglib.app|flags|logging to absl equivalents.
1
.py
py
apache-2.0
android/android-test
10047705
<NME> xserver.py <BEF> # Copyright 2017 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 required ...
0
LSC: Migrate users of [].pyglib.app|flags|logging to absl equivalents.
1
.py
py
apache-2.0
android/android-test
10047706
<NME> xserver.py <BEF> # Copyright 2017 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 required ...
0
LSC: Migrate users of [].pyglib.app|flags|logging to absl equivalents.
1
.py
py
apache-2.0
android/android-test
10047707
<NME> xserver.py <BEF> # Copyright 2017 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 required ...
0
LSC: Migrate users of [].pyglib.app|flags|logging to absl equivalents.
1
.py
py
apache-2.0
android/android-test
10047708
<NME> TestDiagnosticsContentProvider.kt <BEF> ADDFILE <MSG> Add Test diagnostics content provider to stream trace.proto messages from device to host. PiperOrigin-RevId: 352992154 <DFF> @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2020 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (...
204
Add Test diagnostics content provider to stream trace.proto messages from device to host.
0
.kt
kt
apache-2.0
android/android-test
10047709
<NME> TestDiagnosticsContentProvider.kt <BEF> ADDFILE <MSG> Add Test diagnostics content provider to stream trace.proto messages from device to host. PiperOrigin-RevId: 352992154 <DFF> @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2020 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (...
204
Add Test diagnostics content provider to stream trace.proto messages from device to host.
0
.kt
kt
apache-2.0
android/android-test
10047710
<NME> TestDiagnosticsContentProvider.kt <BEF> ADDFILE <MSG> Add Test diagnostics content provider to stream trace.proto messages from device to host. PiperOrigin-RevId: 352992154 <DFF> @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2020 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (...
204
Add Test diagnostics content provider to stream trace.proto messages from device to host.
0
.kt
kt
apache-2.0
android/android-test
10047711
<NME> TestDiagnosticsContentProvider.kt <BEF> ADDFILE <MSG> Add Test diagnostics content provider to stream trace.proto messages from device to host. PiperOrigin-RevId: 352992154 <DFF> @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2020 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (...
204
Add Test diagnostics content provider to stream trace.proto messages from device to host.
0
.kt
kt
apache-2.0
android/android-test
10047712
<NME> TestDiagnosticsContentProvider.kt <BEF> ADDFILE <MSG> Add Test diagnostics content provider to stream trace.proto messages from device to host. PiperOrigin-RevId: 352992154 <DFF> @@ -0,0 +1,204 @@ +/* + * Copyright (C) 2020 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (...
204
Add Test diagnostics content provider to stream trace.proto messages from device to host.
0
.kt
kt
apache-2.0
android/android-test
10047713
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. native.bind( name = "guava", actual = "@maven//:com_google_guava_guav...
12
Update protobuf version
3
.bzl
bzl
apache-2.0
android/android-test
10047714
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. native.bind( name = "guava", actual = "@maven//:com_google_guava_guav...
12
Update protobuf version
3
.bzl
bzl
apache-2.0
android/android-test
10047715
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. native.bind( name = "guava", actual = "@maven//:com_google_guava_guav...
12
Update protobuf version
3
.bzl
bzl
apache-2.0
android/android-test
10047716
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. native.bind( name = "guava", actual = "@maven//:com_google_guava_guav...
12
Update protobuf version
3
.bzl
bzl
apache-2.0
android/android-test
10047717
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. native.bind( name = "guava", actual = "@maven//:com_google_guava_guav...
12
Update protobuf version
3
.bzl
bzl
apache-2.0
android/android-test
10047718
<NME> BUILD <BEF> ADDFILE <MSG> Add a correct DPI version of the Pixel XL. PiperOrigin-RevId: 201729446 <DFF> @@ -0,0 +1,30 @@ +# Description: +# Pixel XL runs from Nougat 7.1 +# Specs from: https://store.google.com/product/pixel_phone +# +# target name format: +# :google_${api_level}_${arch} for google add...
30
Add a correct DPI version of the Pixel XL.
0
BUILD
apache-2.0
android/android-test
10047719
<NME> BUILD <BEF> ADDFILE <MSG> Add a correct DPI version of the Pixel XL. PiperOrigin-RevId: 201729446 <DFF> @@ -0,0 +1,30 @@ +# Description: +# Pixel XL runs from Nougat 7.1 +# Specs from: https://store.google.com/product/pixel_phone +# +# target name format: +# :google_${api_level}_${arch} for google add...
30
Add a correct DPI version of the Pixel XL.
0
BUILD
apache-2.0
android/android-test
10047720
<NME> BUILD <BEF> ADDFILE <MSG> Add a correct DPI version of the Pixel XL. PiperOrigin-RevId: 201729446 <DFF> @@ -0,0 +1,30 @@ +# Description: +# Pixel XL runs from Nougat 7.1 +# Specs from: https://store.google.com/product/pixel_phone +# +# target name format: +# :google_${api_level}_${arch} for google add...
30
Add a correct DPI version of the Pixel XL.
0
BUILD
apache-2.0
android/android-test
10047721
<NME> BUILD <BEF> ADDFILE <MSG> Add a correct DPI version of the Pixel XL. PiperOrigin-RevId: 201729446 <DFF> @@ -0,0 +1,30 @@ +# Description: +# Pixel XL runs from Nougat 7.1 +# Specs from: https://store.google.com/product/pixel_phone +# +# target name format: +# :google_${api_level}_${arch} for google add...
30
Add a correct DPI version of the Pixel XL.
0
BUILD
apache-2.0
android/android-test
10047722
<NME> BUILD <BEF> ADDFILE <MSG> Add a correct DPI version of the Pixel XL. PiperOrigin-RevId: 201729446 <DFF> @@ -0,0 +1,30 @@ +# Description: +# Pixel XL runs from Nougat 7.1 +# Specs from: https://store.google.com/product/pixel_phone +# +# target name format: +# :google_${api_level}_${arch} for google add...
30
Add a correct DPI version of the Pixel XL.
0
BUILD
apache-2.0
android/android-test
10047723
<NME> BUILD.bazel <BEF> # Description: # Common library for testing inter and intra app communication via intents. load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANNOTATION_VERSION", "CORE_VERSION", "E...
1
Fix espresso intents release build.
0
.bazel
bazel
apache-2.0
android/android-test
10047724
<NME> BUILD.bazel <BEF> # Description: # Common library for testing inter and intra app communication via intents. load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANNOTATION_VERSION", "CORE_VERSION", "E...
1
Fix espresso intents release build.
0
.bazel
bazel
apache-2.0
android/android-test
10047725
<NME> BUILD.bazel <BEF> # Description: # Common library for testing inter and intra app communication via intents. load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANNOTATION_VERSION", "CORE_VERSION", "E...
1
Fix espresso intents release build.
0
.bazel
bazel
apache-2.0
android/android-test
10047726
<NME> BUILD.bazel <BEF> # Description: # Common library for testing inter and intra app communication via intents. load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANNOTATION_VERSION", "CORE_VERSION", "E...
1
Fix espresso intents release build.
0
.bazel
bazel
apache-2.0
android/android-test
10047727
<NME> BUILD.bazel <BEF> # Description: # Common library for testing inter and intra app communication via intents. load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANNOTATION_VERSION", "CORE_VERSION", "E...
1
Fix espresso intents release build.
0
.bazel
bazel
apache-2.0
android/android-test
10047728
<NME> Tracing.java <BEF> /* * Copyright (C) 2022 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-2.0 * ...
5
Only enable AndroidX Tracing wrapper for JB MR2 (API 18) or above.
1
.java
java
apache-2.0
android/android-test
10047729
<NME> Tracing.java <BEF> /* * Copyright (C) 2022 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-2.0 * ...
5
Only enable AndroidX Tracing wrapper for JB MR2 (API 18) or above.
1
.java
java
apache-2.0
android/android-test
10047730
<NME> Tracing.java <BEF> /* * Copyright (C) 2022 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-2.0 * ...
5
Only enable AndroidX Tracing wrapper for JB MR2 (API 18) or above.
1
.java
java
apache-2.0
android/android-test
10047731
<NME> Tracing.java <BEF> /* * Copyright (C) 2022 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-2.0 * ...
5
Only enable AndroidX Tracing wrapper for JB MR2 (API 18) or above.
1
.java
java
apache-2.0
android/android-test
10047732
<NME> Tracing.java <BEF> /* * Copyright (C) 2022 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-2.0 * ...
5
Only enable AndroidX Tracing wrapper for JB MR2 (API 18) or above.
1
.java
java
apache-2.0
android/android-test
10047733
<NME> SubprocessCommunicator.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/...
5
Project import generated by Copybara.
7
.java
java
apache-2.0
android/android-test
10047734
<NME> SubprocessCommunicator.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/...
5
Project import generated by Copybara.
7
.java
java
apache-2.0
android/android-test
10047735
<NME> SubprocessCommunicator.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/...
5
Project import generated by Copybara.
7
.java
java
apache-2.0
android/android-test
10047736
<NME> SubprocessCommunicator.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/...
5
Project import generated by Copybara.
7
.java
java
apache-2.0
android/android-test
10047737
<NME> SubprocessCommunicator.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/...
5
Project import generated by Copybara.
7
.java
java
apache-2.0
android/android-test
10047738
<NME> setup.sh <BEF> #!/bin/bash # Revert to first commit, add and commit everything as single commit. git reset $(git commit-tree HEAD^{tree} -m "Bolier plate for C++ project added") name=$(git config user.name) email=$(git config user.email) # If this script is called with an argument, use that as the amended auth...
1
Fix commit message typo in setup.sh (#36)
1
.sh
sh
unlicense
bsamseth/cpp-project
10047739
<NME> setup.sh <BEF> #!/bin/bash # Revert to first commit, add and commit everything as single commit. git reset $(git commit-tree HEAD^{tree} -m "Bolier plate for C++ project added") name=$(git config user.name) email=$(git config user.email) # If this script is called with an argument, use that as the amended auth...
1
Fix commit message typo in setup.sh (#36)
1
.sh
sh
unlicense
bsamseth/cpp-project
10047740
<NME> BUILD.bazel <BEF> # Description: Tests for androidx.test.ext.junit.rules Kotlin extension load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library") package( default_testonly = 1, ) licenses(["notice"]) # Apache License 2.0 android_binary( name = "target_stub", manifest = "AndroidMa...
2
Handle Activities launched via implicit intents.
0
.bazel
bazel
apache-2.0
android/android-test
10047741
<NME> BUILD.bazel <BEF> # Description: Tests for androidx.test.ext.junit.rules Kotlin extension load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library") package( default_testonly = 1, ) licenses(["notice"]) # Apache License 2.0 android_binary( name = "target_stub", manifest = "AndroidMa...
2
Handle Activities launched via implicit intents.
0
.bazel
bazel
apache-2.0
android/android-test
10047742
<NME> BUILD.bazel <BEF> # Description: Tests for androidx.test.ext.junit.rules Kotlin extension load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library") package( default_testonly = 1, ) licenses(["notice"]) # Apache License 2.0 android_binary( name = "target_stub", manifest = "AndroidMa...
2
Handle Activities launched via implicit intents.
0
.bazel
bazel
apache-2.0
android/android-test
10047743
<NME> BUILD.bazel <BEF> # Description: Tests for androidx.test.ext.junit.rules Kotlin extension load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library") package( default_testonly = 1, ) licenses(["notice"]) # Apache License 2.0 android_binary( name = "target_stub", manifest = "AndroidMa...
2
Handle Activities launched via implicit intents.
0
.bazel
bazel
apache-2.0
android/android-test
10047744
<NME> BUILD.bazel <BEF> # Description: Tests for androidx.test.ext.junit.rules Kotlin extension load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library") package( default_testonly = 1, ) licenses(["notice"]) # Apache License 2.0 android_binary( name = "target_stub", manifest = "AndroidMa...
2
Handle Activities launched via implicit intents.
0
.bazel
bazel
apache-2.0
android/android-test
10047745
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Google Maven Repository GMAVEN_COMMIT = "a5bc4640c35dd9b8234731678e9953f9fa64e0eb" http_archive( name = "gmav...
48
Migrate legacy gmaven_rules to rules_jvm_external
10
WORKSPACE
apache-2.0
android/android-test
10047746
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Google Maven Repository GMAVEN_COMMIT = "a5bc4640c35dd9b8234731678e9953f9fa64e0eb" http_archive( name = "gmav...
48
Migrate legacy gmaven_rules to rules_jvm_external
10
WORKSPACE
apache-2.0
android/android-test
10047747
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Google Maven Repository GMAVEN_COMMIT = "a5bc4640c35dd9b8234731678e9953f9fa64e0eb" http_archive( name = "gmav...
48
Migrate legacy gmaven_rules to rules_jvm_external
10
WORKSPACE
apache-2.0
android/android-test
10047748
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Google Maven Repository GMAVEN_COMMIT = "a5bc4640c35dd9b8234731678e9953f9fa64e0eb" http_archive( name = "gmav...
48
Migrate legacy gmaven_rules to rules_jvm_external
10
WORKSPACE
apache-2.0
android/android-test
10047749
<NME> WORKSPACE <BEF> # TODO(b/114418172): rename to androidx_test. Requires a bazel change workspace(name = "android_test_support") load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # Google Maven Repository GMAVEN_COMMIT = "a5bc4640c35dd9b8234731678e9953f9fa64e0eb" http_archive( name = "gmav...
48
Migrate legacy gmaven_rules to rules_jvm_external
10
WORKSPACE
apache-2.0
android/android-test