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 |
|---|---|---|---|---|---|---|---|---|
10047350 | <NME> props_info.bzl
<BEF> """Knows how to combine property objects from different sources."""
load("//tools/android/emulated_devices:macro/props.bzl", "props_avd", "props_boot")
load("//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_props")
load("//tools/android/emulated_devices:macro/hardware.b... | 6 | Add a place which could set default boot property for every devices. Also set default SD card size to 512 MB. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10047351 | <NME> props_info.bzl
<BEF> """Knows how to combine property objects from different sources."""
load("//tools/android/emulated_devices:macro/props.bzl", "props_avd", "props_boot")
load("//tools/android/emulated_devices:macro/image.bzl", "image_api", "image_props")
load("//tools/android/emulated_devices:macro/hardware.b... | 6 | Add a place which could set default boot property for every devices. Also set default SD card size to 512 MB. | 0 | .bzl | bzl | apache-2.0 | android/android-test |
10047352 | <NME> ControlledLooper.java
<BEF> ADDFILE
<MSG> Support Espresso in Robolectric paused looper mode.
This adds a new ControlledLooper interface that espresso calls to
explicitly drain the main looper when in Robolectric. In instrumentation
mode, a no-op variant of ControlledLooper will be used.
Fixes #4084
PiperOrigi... | 32 | Support Espresso in Robolectric paused looper mode. | 0 | .java | java | apache-2.0 | android/android-test |
10047353 | <NME> ControlledLooper.java
<BEF> ADDFILE
<MSG> Support Espresso in Robolectric paused looper mode.
This adds a new ControlledLooper interface that espresso calls to
explicitly drain the main looper when in Robolectric. In instrumentation
mode, a no-op variant of ControlledLooper will be used.
Fixes #4084
PiperOrigi... | 32 | Support Espresso in Robolectric paused looper mode. | 0 | .java | java | apache-2.0 | android/android-test |
10047354 | <NME> ControlledLooper.java
<BEF> ADDFILE
<MSG> Support Espresso in Robolectric paused looper mode.
This adds a new ControlledLooper interface that espresso calls to
explicitly drain the main looper when in Robolectric. In instrumentation
mode, a no-op variant of ControlledLooper will be used.
Fixes #4084
PiperOrigi... | 32 | Support Espresso in Robolectric paused looper mode. | 0 | .java | java | apache-2.0 | android/android-test |
10047355 | <NME> ControlledLooper.java
<BEF> ADDFILE
<MSG> Support Espresso in Robolectric paused looper mode.
This adds a new ControlledLooper interface that espresso calls to
explicitly drain the main looper when in Robolectric. In instrumentation
mode, a no-op variant of ControlledLooper will be used.
Fixes #4084
PiperOrigi... | 32 | Support Espresso in Robolectric paused looper mode. | 0 | .java | java | apache-2.0 | android/android-test |
10047356 | <NME> ControlledLooper.java
<BEF> ADDFILE
<MSG> Support Espresso in Robolectric paused looper mode.
This adds a new ControlledLooper interface that espresso calls to
explicitly drain the main looper when in Robolectric. In instrumentation
mode, a no-op variant of ControlledLooper will be used.
Fixes #4084
PiperOrigi... | 32 | Support Espresso in Robolectric paused looper mode. | 0 | .java | java | apache-2.0 | android/android-test |
10047357 | <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... | 3 | Add retries for some ADB commands | 3 | .py | py | apache-2.0 | android/android-test |
10047358 | <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... | 3 | Add retries for some ADB commands | 3 | .py | py | apache-2.0 | android/android-test |
10047359 | <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... | 3 | Add retries for some ADB commands | 3 | .py | py | apache-2.0 | android/android-test |
10047360 | <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... | 3 | Add retries for some ADB commands | 3 | .py | py | apache-2.0 | android/android-test |
10047361 | <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... | 3 | Add retries for some ADB commands | 3 | .py | py | apache-2.0 | android/android-test |
10047362 | <NME> CONTRIBUTING.md
<BEF> # How to Contribute
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.
## Contributor License Agreement
Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) r... | 1 | Update instructions on how to run instrumentation tests in bazel | 1 | .md | md | apache-2.0 | android/android-test |
10047363 | <NME> CONTRIBUTING.md
<BEF> # How to Contribute
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.
## Contributor License Agreement
Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) r... | 1 | Update instructions on how to run instrumentation tests in bazel | 1 | .md | md | apache-2.0 | android/android-test |
10047364 | <NME> CONTRIBUTING.md
<BEF> # How to Contribute
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.
## Contributor License Agreement
Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) r... | 1 | Update instructions on how to run instrumentation tests in bazel | 1 | .md | md | apache-2.0 | android/android-test |
10047365 | <NME> CONTRIBUTING.md
<BEF> # How to Contribute
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.
## Contributor License Agreement
Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) r... | 1 | Update instructions on how to run instrumentation tests in bazel | 1 | .md | md | apache-2.0 | android/android-test |
10047366 | <NME> CONTRIBUTING.md
<BEF> # How to Contribute
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow.
## Contributor License Agreement
Contributions to this project must be accompanied by a Contributor License
Agreement. You (or your employer) r... | 1 | Update instructions on how to run instrumentation tests in bazel | 1 | .md | md | apache-2.0 | android/android-test |
10047367 | <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... | 0 | Fix broken copybara transformation in make_device.py for OS build | 5 | .bzl | bzl | apache-2.0 | android/android-test |
10047368 | <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... | 0 | Fix broken copybara transformation in make_device.py for OS build | 5 | .bzl | bzl | apache-2.0 | android/android-test |
10047369 | <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... | 0 | Fix broken copybara transformation in make_device.py for OS build | 5 | .bzl | bzl | apache-2.0 | android/android-test |
10047370 | <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... | 0 | Fix broken copybara transformation in make_device.py for OS build | 5 | .bzl | bzl | apache-2.0 | android/android-test |
10047371 | <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... | 0 | Fix broken copybara transformation in make_device.py for OS build | 5 | .bzl | bzl | apache-2.0 | android/android-test |
10047372 | <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 ... | 28 | Workaround non-threadsafe setenv code in android-qemu. | 28 | .py | py | apache-2.0 | android/android-test |
10047373 | <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 ... | 28 | Workaround non-threadsafe setenv code in android-qemu. | 28 | .py | py | apache-2.0 | android/android-test |
10047374 | <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 ... | 28 | Workaround non-threadsafe setenv code in android-qemu. | 28 | .py | py | apache-2.0 | android/android-test |
10047375 | <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 ... | 28 | Workaround non-threadsafe setenv code in android-qemu. | 28 | .py | py | apache-2.0 | android/android-test |
10047376 | <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 ... | 28 | Workaround non-threadsafe setenv code in android-qemu. | 28 | .py | py | apache-2.0 | android/android-test |
10047377 | <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 | Increment version numbers to beta01. | 2 | .java | java | apache-2.0 | android/android-test |
10047378 | <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 | Increment version numbers to beta01. | 2 | .java | java | apache-2.0 | android/android-test |
10047379 | <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 | Increment version numbers to beta01. | 2 | .java | java | apache-2.0 | android/android-test |
10047380 | <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 | Increment version numbers to beta01. | 2 | .java | java | apache-2.0 | android/android-test |
10047381 | <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 | Increment version numbers to beta01. | 2 | .java | java | apache-2.0 | android/android-test |
10047382 | <NME> README.md
<BEF> # AndroidX Test Library
The AndroidX Test Library provides an extensive framework for testing Android apps. This library provides a set of APIs that allow you to quickly build and run test code for your apps, including JUnit 4 and functional user interface (UI) tests. You can run tests created us... | 1 | Update android_test_support with changes made in androidx_test | 1 | .md | md | apache-2.0 | android/android-test |
10047383 | <NME> README.md
<BEF> # AndroidX Test Library
The AndroidX Test Library provides an extensive framework for testing Android apps. This library provides a set of APIs that allow you to quickly build and run test code for your apps, including JUnit 4 and functional user interface (UI) tests. You can run tests created us... | 1 | Update android_test_support with changes made in androidx_test | 1 | .md | md | apache-2.0 | android/android-test |
10047384 | <NME> README.md
<BEF> # AndroidX Test Library
The AndroidX Test Library provides an extensive framework for testing Android apps. This library provides a set of APIs that allow you to quickly build and run test code for your apps, including JUnit 4 and functional user interface (UI) tests. You can run tests created us... | 1 | Update android_test_support with changes made in androidx_test | 1 | .md | md | apache-2.0 | android/android-test |
10047385 | <NME> README.md
<BEF> # AndroidX Test Library
The AndroidX Test Library provides an extensive framework for testing Android apps. This library provides a set of APIs that allow you to quickly build and run test code for your apps, including JUnit 4 and functional user interface (UI) tests. You can run tests created us... | 1 | Update android_test_support with changes made in androidx_test | 1 | .md | md | apache-2.0 | android/android-test |
10047386 | <NME> README.md
<BEF> # AndroidX Test Library
The AndroidX Test Library provides an extensive framework for testing Android apps. This library provides a set of APIs that allow you to quickly build and run test code for your apps, including JUnit 4 and functional user interface (UI) tests. You can run tests created us... | 1 | Update android_test_support with changes made in androidx_test | 1 | .md | md | apache-2.0 | android/android-test |
10047387 | <NME> release.bzl
<BEF> """Generate AXT release artifacts."""
load("//build_extensions:remove_from_jar.bzl", "remove_from_jar")
load("//build_extensions:add_or_update_file_in_zip.bzl", "add_or_update_file_in_zip")
def axt_release_lib(
name,
deps,
custom_package = None,
proguard_specs = None,
progu... | 2 | Pull in org.pantsbuild.jarjar and stop depending on Bazel's jarjar | 2 | .bzl | bzl | apache-2.0 | android/android-test |
10047388 | <NME> release.bzl
<BEF> """Generate AXT release artifacts."""
load("//build_extensions:remove_from_jar.bzl", "remove_from_jar")
load("//build_extensions:add_or_update_file_in_zip.bzl", "add_or_update_file_in_zip")
def axt_release_lib(
name,
deps,
custom_package = None,
proguard_specs = None,
progu... | 2 | Pull in org.pantsbuild.jarjar and stop depending on Bazel's jarjar | 2 | .bzl | bzl | apache-2.0 | android/android-test |
10047389 | <NME> release.bzl
<BEF> """Generate AXT release artifacts."""
load("//build_extensions:remove_from_jar.bzl", "remove_from_jar")
load("//build_extensions:add_or_update_file_in_zip.bzl", "add_or_update_file_in_zip")
def axt_release_lib(
name,
deps,
custom_package = None,
proguard_specs = None,
progu... | 2 | Pull in org.pantsbuild.jarjar and stop depending on Bazel's jarjar | 2 | .bzl | bzl | apache-2.0 | android/android-test |
10047390 | <NME> release.bzl
<BEF> """Generate AXT release artifacts."""
load("//build_extensions:remove_from_jar.bzl", "remove_from_jar")
load("//build_extensions:add_or_update_file_in_zip.bzl", "add_or_update_file_in_zip")
def axt_release_lib(
name,
deps,
custom_package = None,
proguard_specs = None,
progu... | 2 | Pull in org.pantsbuild.jarjar and stop depending on Bazel's jarjar | 2 | .bzl | bzl | apache-2.0 | android/android-test |
10047391 | <NME> release.bzl
<BEF> """Generate AXT release artifacts."""
load("//build_extensions:remove_from_jar.bzl", "remove_from_jar")
load("//build_extensions:add_or_update_file_in_zip.bzl", "add_or_update_file_in_zip")
def axt_release_lib(
name,
deps,
custom_package = None,
proguard_specs = None,
progu... | 2 | Pull in org.pantsbuild.jarjar and stop depending on Bazel's jarjar | 2 | .bzl | bzl | apache-2.0 | android/android-test |
10047392 | <NME> unified_launcher_test.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
#
# Un... | 16 | More reporting! | 8 | .py | py | apache-2.0 | android/android-test |
10047393 | <NME> unified_launcher_test.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
#
# Un... | 16 | More reporting! | 8 | .py | py | apache-2.0 | android/android-test |
10047394 | <NME> unified_launcher_test.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
#
# Un... | 16 | More reporting! | 8 | .py | py | apache-2.0 | android/android-test |
10047395 | <NME> unified_launcher_test.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
#
# Un... | 16 | More reporting! | 8 | .py | py | apache-2.0 | android/android-test |
10047396 | <NME> unified_launcher_test.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
#
# Un... | 16 | More reporting! | 8 | .py | py | apache-2.0 | android/android-test |
10047397 | <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... | 3 | Report Tools Usage data if we find the oat file within the apk. This will help us track how much time are we saving by running dex2oat on the cloud. | 0 | .py | py | apache-2.0 | android/android-test |
10047398 | <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... | 3 | Report Tools Usage data if we find the oat file within the apk. This will help us track how much time are we saving by running dex2oat on the cloud. | 0 | .py | py | apache-2.0 | android/android-test |
10047399 | <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... | 3 | Report Tools Usage data if we find the oat file within the apk. This will help us track how much time are we saving by running dex2oat on the cloud. | 0 | .py | py | apache-2.0 | android/android-test |
10047400 | <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... | 3 | Report Tools Usage data if we find the oat file within the apk. This will help us track how much time are we saving by running dex2oat on the cloud. | 0 | .py | py | apache-2.0 | android/android-test |
10047401 | <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... | 3 | Report Tools Usage data if we find the oat file within the apk. This will help us track how much time are we saving by running dex2oat on the cloud. | 0 | .py | py | apache-2.0 | android/android-test |
10047402 | <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... | 5 | Restart Android on pre-21 devices in InstallSystemApks | 5 | .py | py | apache-2.0 | android/android-test |
10047403 | <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... | 5 | Restart Android on pre-21 devices in InstallSystemApks | 5 | .py | py | apache-2.0 | android/android-test |
10047404 | <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... | 5 | Restart Android on pre-21 devices in InstallSystemApks | 5 | .py | py | apache-2.0 | android/android-test |
10047405 | <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... | 5 | Restart Android on pre-21 devices in InstallSystemApks | 5 | .py | py | apache-2.0 | android/android-test |
10047406 | <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... | 5 | Restart Android on pre-21 devices in InstallSystemApks | 5 | .py | py | apache-2.0 | android/android-test |
10047407 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_repository")
load("@rules_jvm_external//:defs.bzl", "artifact")
package(default_visibility = ["//:__subpackages__"])
exports_files([
"proguard_binary.cfg",
"LICENSE",
"repo.bzl",
])
# Creates maven repository release repository
mave... | 1 | Fix typo | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047408 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_repository")
load("@rules_jvm_external//:defs.bzl", "artifact")
package(default_visibility = ["//:__subpackages__"])
exports_files([
"proguard_binary.cfg",
"LICENSE",
"repo.bzl",
])
# Creates maven repository release repository
mave... | 1 | Fix typo | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047409 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_repository")
load("@rules_jvm_external//:defs.bzl", "artifact")
package(default_visibility = ["//:__subpackages__"])
exports_files([
"proguard_binary.cfg",
"LICENSE",
"repo.bzl",
])
# Creates maven repository release repository
mave... | 1 | Fix typo | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047410 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_repository")
load("@rules_jvm_external//:defs.bzl", "artifact")
package(default_visibility = ["//:__subpackages__"])
exports_files([
"proguard_binary.cfg",
"LICENSE",
"repo.bzl",
])
# Creates maven repository release repository
mave... | 1 | Fix typo | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047411 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_repository")
load("@rules_jvm_external//:defs.bzl", "artifact")
package(default_visibility = ["//:__subpackages__"])
exports_files([
"proguard_binary.cfg",
"LICENSE",
"repo.bzl",
])
# Creates maven repository release repository
mave... | 1 | Fix typo | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047412 | <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... | 3 | PiperOrigin-RevId: 206852677 | 0 | .py | py | apache-2.0 | android/android-test |
10047413 | <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... | 3 | PiperOrigin-RevId: 206852677 | 0 | .py | py | apache-2.0 | android/android-test |
10047414 | <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... | 3 | PiperOrigin-RevId: 206852677 | 0 | .py | py | apache-2.0 | android/android-test |
10047415 | <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... | 3 | PiperOrigin-RevId: 206852677 | 0 | .py | py | apache-2.0 | android/android-test |
10047416 | <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... | 3 | PiperOrigin-RevId: 206852677 | 0 | .py | py | apache-2.0 | android/android-test |
10047417 | <NME> emulated_device_software_open_gl_integration_test.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... | 1 | Add NYCMR1DEV pastry. | 1 | .py | py | apache-2.0 | android/android-test |
10047418 | <NME> emulated_device_software_open_gl_integration_test.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... | 1 | Add NYCMR1DEV pastry. | 1 | .py | py | apache-2.0 | android/android-test |
10047419 | <NME> emulated_device_software_open_gl_integration_test.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... | 1 | Add NYCMR1DEV pastry. | 1 | .py | py | apache-2.0 | android/android-test |
10047420 | <NME> emulated_device_software_open_gl_integration_test.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... | 1 | Add NYCMR1DEV pastry. | 1 | .py | py | apache-2.0 | android/android-test |
10047421 | <NME> emulated_device_software_open_gl_integration_test.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... | 1 | Add NYCMR1DEV pastry. | 1 | .py | py | apache-2.0 | android/android-test |
10047422 | <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 ... | 20 | Attempt to clean out leftover Xvfb lockfiles after spinning down displays. | 9 | .py | py | apache-2.0 | android/android-test |
10047423 | <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 ... | 20 | Attempt to clean out leftover Xvfb lockfiles after spinning down displays. | 9 | .py | py | apache-2.0 | android/android-test |
10047424 | <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 ... | 20 | Attempt to clean out leftover Xvfb lockfiles after spinning down displays. | 9 | .py | py | apache-2.0 | android/android-test |
10047425 | <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 ... | 20 | Attempt to clean out leftover Xvfb lockfiles after spinning down displays. | 9 | .py | py | apache-2.0 | android/android-test |
10047426 | <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 ... | 20 | Attempt to clean out leftover Xvfb lockfiles after spinning down displays. | 9 | .py | py | apache-2.0 | android/android-test |
10047427 | <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... | 2 | Fix Android SDK download in AXT Dockerfile | 4 | Dockerfile | apache-2.0 | android/android-test | |
10047428 | <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... | 2 | Fix Android SDK download in AXT Dockerfile | 4 | Dockerfile | apache-2.0 | android/android-test | |
10047429 | <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... | 2 | Fix Android SDK download in AXT Dockerfile | 4 | Dockerfile | apache-2.0 | android/android-test | |
10047430 | <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... | 2 | Fix Android SDK download in AXT Dockerfile | 4 | Dockerfile | apache-2.0 | android/android-test | |
10047431 | <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... | 2 | Fix Android SDK download in AXT Dockerfile | 4 | Dockerfile | apache-2.0 | android/android-test | |
10047432 | <NME> index.styl
<BEF> /* variables */
$gt-color-main := #6190e8
$gt-color-sub := #a1a1a1
$gt-color-loader := #999999
$gt-color-error := #ff3860
$gt-color-hr := #E9E9E9
$gt-color-input-border := rgba(0,0,0,0.1)
$gt-color-input-bg := #f6f6f6
$gt-color-comment-bg := #f9f9f9
$gt-color-comment-adminbg := #f6f9fe
$gt-color... | 19 | feat: support preview | 6 | .styl | styl | mit | gitalk/gitalk |
10047433 | <NME> index.styl
<BEF> /* variables */
$gt-color-main := #6190e8
$gt-color-sub := #a1a1a1
$gt-color-loader := #999999
$gt-color-error := #ff3860
$gt-color-hr := #E9E9E9
$gt-color-input-border := rgba(0,0,0,0.1)
$gt-color-input-bg := #f6f6f6
$gt-color-comment-bg := #f9f9f9
$gt-color-comment-adminbg := #f6f9fe
$gt-color... | 19 | feat: support preview | 6 | .styl | styl | mit | gitalk/gitalk |
10047434 | <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... | 24 | Internal change | 4 | .py | py | apache-2.0 | android/android-test |
10047435 | <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... | 24 | Internal change | 4 | .py | py | apache-2.0 | android/android-test |
10047436 | <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... | 24 | Internal change | 4 | .py | py | apache-2.0 | android/android-test |
10047437 | <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... | 24 | Internal change | 4 | .py | py | apache-2.0 | android/android-test |
10047438 | <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... | 24 | Internal change | 4 | .py | py | apache-2.0 | android/android-test |
10047439 | <NME> FoldableEspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 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... | 3 | Switched to use the ActivityTestRule to start the foldable test activity in the tests. | 3 | .kt | kt | apache-2.0 | android/android-test |
10047440 | <NME> FoldableEspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 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... | 3 | Switched to use the ActivityTestRule to start the foldable test activity in the tests. | 3 | .kt | kt | apache-2.0 | android/android-test |
10047441 | <NME> FoldableEspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 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... | 3 | Switched to use the ActivityTestRule to start the foldable test activity in the tests. | 3 | .kt | kt | apache-2.0 | android/android-test |
10047442 | <NME> FoldableEspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 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... | 3 | Switched to use the ActivityTestRule to start the foldable test activity in the tests. | 3 | .kt | kt | apache-2.0 | android/android-test |
10047443 | <NME> FoldableEspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 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... | 3 | Switched to use the ActivityTestRule to start the foldable test activity in the tests. | 3 | .kt | kt | apache-2.0 | android/android-test |
10047444 | <NME> AndroidClasspathSuite.java
<BEF> ADDFILE
<MSG> Add AndroidClasspathSuite.
Currently androidx.test.runner employs classpath scanning to discover tests to
run by default if no explicit test classes have been provided. The logic of
how to do this, what AJUR arguments to use in classpath scanning and which to
use a... | 91 | Add AndroidClasspathSuite. | 0 | .java | java | apache-2.0 | android/android-test |
10047445 | <NME> AndroidClasspathSuite.java
<BEF> ADDFILE
<MSG> Add AndroidClasspathSuite.
Currently androidx.test.runner employs classpath scanning to discover tests to
run by default if no explicit test classes have been provided. The logic of
how to do this, what AJUR arguments to use in classpath scanning and which to
use a... | 91 | Add AndroidClasspathSuite. | 0 | .java | java | apache-2.0 | android/android-test |
10047446 | <NME> AndroidClasspathSuite.java
<BEF> ADDFILE
<MSG> Add AndroidClasspathSuite.
Currently androidx.test.runner employs classpath scanning to discover tests to
run by default if no explicit test classes have been provided. The logic of
how to do this, what AJUR arguments to use in classpath scanning and which to
use a... | 91 | Add AndroidClasspathSuite. | 0 | .java | java | apache-2.0 | android/android-test |
10047447 | <NME> AndroidClasspathSuite.java
<BEF> ADDFILE
<MSG> Add AndroidClasspathSuite.
Currently androidx.test.runner employs classpath scanning to discover tests to
run by default if no explicit test classes have been provided. The logic of
how to do this, what AJUR arguments to use in classpath scanning and which to
use a... | 91 | Add AndroidClasspathSuite. | 0 | .java | java | apache-2.0 | android/android-test |
10047448 | <NME> AndroidClasspathSuite.java
<BEF> ADDFILE
<MSG> Add AndroidClasspathSuite.
Currently androidx.test.runner employs classpath scanning to discover tests to
run by default if no explicit test classes have been provided. The logic of
how to do this, what AJUR arguments to use in classpath scanning and which to
use a... | 91 | Add AndroidClasspathSuite. | 0 | .java | java | apache-2.0 | android/android-test |
10047449 | <NME> InstrumentationActivityInvoker.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/l... | 1 | InstrumentationActivityInvoker: Add FLAG_IMMUTABLE to PIs | 1 | .java | java | apache-2.0 | android/android-test |