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 |
|---|---|---|---|---|---|---|---|---|
10047050 | <NME> BUILD.bazel
<BEF> # Description: Test App used for UI Testing Lib integration tests.
licenses(["notice"]) # Apache License 2.0
package(default_visibility = [
"//espresso/core/java/androidx/test/espresso:espresso_pkg",
"//testapps/ui_testapp/javatests/androidx/test/ui/app:__pkg__",
])
android_library(
... | 6 | Fix espresso/web and almost fix espresso/contrib tests. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047051 | <NME> BUILD.bazel
<BEF> # Description: Test App used for UI Testing Lib integration tests.
licenses(["notice"]) # Apache License 2.0
package(default_visibility = [
"//espresso/core/java/androidx/test/espresso:espresso_pkg",
"//testapps/ui_testapp/javatests/androidx/test/ui/app:__pkg__",
])
android_library(
... | 6 | Fix espresso/web and almost fix espresso/contrib tests. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047052 | <NME> BUILD.bazel
<BEF> # Description: Test App used for UI Testing Lib integration tests.
licenses(["notice"]) # Apache License 2.0
package(default_visibility = [
"//espresso/core/java/androidx/test/espresso:espresso_pkg",
"//testapps/ui_testapp/javatests/androidx/test/ui/app:__pkg__",
])
android_library(
... | 6 | Fix espresso/web and almost fix espresso/contrib tests. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047053 | <NME> BUILD.bazel
<BEF> # Description: Test App used for UI Testing Lib integration tests.
licenses(["notice"]) # Apache License 2.0
package(default_visibility = [
"//espresso/core/java/androidx/test/espresso:espresso_pkg",
"//testapps/ui_testapp/javatests/androidx/test/ui/app:__pkg__",
])
android_library(
... | 6 | Fix espresso/web and almost fix espresso/contrib tests. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047054 | <NME> BUILD.bazel
<BEF> # Description:
# Exposes sd card storage to tests regardless of permissions.
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:a... | 1 | Add takeScreenshot and Bitmap.writeToTestStorage APIs. | 3 | .bazel | bazel | apache-2.0 | android/android-test |
10047055 | <NME> BUILD.bazel
<BEF> # Description:
# Exposes sd card storage to tests regardless of permissions.
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:a... | 1 | Add takeScreenshot and Bitmap.writeToTestStorage APIs. | 3 | .bazel | bazel | apache-2.0 | android/android-test |
10047056 | <NME> BUILD.bazel
<BEF> # Description:
# Exposes sd card storage to tests regardless of permissions.
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:a... | 1 | Add takeScreenshot and Bitmap.writeToTestStorage APIs. | 3 | .bazel | bazel | apache-2.0 | android/android-test |
10047057 | <NME> BUILD.bazel
<BEF> # Description:
# Exposes sd card storage to tests regardless of permissions.
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:a... | 1 | Add takeScreenshot and Bitmap.writeToTestStorage APIs. | 3 | .bazel | bazel | apache-2.0 | android/android-test |
10047058 | <NME> BUILD.bazel
<BEF> # Description:
# Exposes sd card storage to tests regardless of permissions.
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:a... | 1 | Add takeScreenshot and Bitmap.writeToTestStorage APIs. | 3 | .bazel | bazel | apache-2.0 | android/android-test |
10047059 | <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... | 7 | fix: popup be covered | 5 | .styl | styl | mit | gitalk/gitalk |
10047060 | <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... | 7 | fix: popup be covered | 5 | .styl | styl | mit | gitalk/gitalk |
10047061 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_r... | 2 | Update version tracking so each androidx.test artifact has its own independent version. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047062 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_r... | 2 | Update version tracking so each androidx.test artifact has its own independent version. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047063 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_r... | 2 | Update version tracking so each androidx.test artifact has its own independent version. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047064 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_r... | 2 | Update version tracking so each androidx.test artifact has its own independent version. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047065 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_r... | 2 | Update version tracking so each androidx.test artifact has its own independent version. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10047066 | <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... | 10 | Clean up rendering config | 41 | .py | py | apache-2.0 | android/android-test |
10047067 | <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... | 10 | Clean up rendering config | 41 | .py | py | apache-2.0 | android/android-test |
10047068 | <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... | 10 | Clean up rendering config | 41 | .py | py | apache-2.0 | android/android-test |
10047069 | <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... | 10 | Clean up rendering config | 41 | .py | py | apache-2.0 | android/android-test |
10047070 | <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... | 10 | Clean up rendering config | 41 | .py | py | apache-2.0 | android/android-test |
10047071 | <NME> RunnerArgsTest.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/LICENSE-... | 6 | Support filters for parameterized tests. | 10 | .java | java | apache-2.0 | android/android-test |
10047072 | <NME> RunnerArgsTest.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/LICENSE-... | 6 | Support filters for parameterized tests. | 10 | .java | java | apache-2.0 | android/android-test |
10047073 | <NME> RunnerArgsTest.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/LICENSE-... | 6 | Support filters for parameterized tests. | 10 | .java | java | apache-2.0 | android/android-test |
10047074 | <NME> RunnerArgsTest.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/LICENSE-... | 6 | Support filters for parameterized tests. | 10 | .java | java | apache-2.0 | android/android-test |
10047075 | <NME> RunnerArgsTest.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/LICENSE-... | 6 | Support filters for parameterized tests. | 10 | .java | java | apache-2.0 | android/android-test |
10047076 | <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... | 2 | Report if emulator watchdog.out or watchdog.err cannot be logged. | 0 | .py | py | apache-2.0 | android/android-test |
10047077 | <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... | 2 | Report if emulator watchdog.out or watchdog.err cannot be logged. | 0 | .py | py | apache-2.0 | android/android-test |
10047078 | <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... | 2 | Report if emulator watchdog.out or watchdog.err cannot be logged. | 0 | .py | py | apache-2.0 | android/android-test |
10047079 | <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... | 2 | Report if emulator watchdog.out or watchdog.err cannot be logged. | 0 | .py | py | apache-2.0 | android/android-test |
10047080 | <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... | 2 | Report if emulator watchdog.out or watchdog.err cannot be logged. | 0 | .py | py | apache-2.0 | android/android-test |
10047081 | <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... | 3 | Adds "issues" to README | 0 | .md | md | apache-2.0 | android/android-test |
10047082 | <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... | 3 | Adds "issues" to README | 0 | .md | md | apache-2.0 | android/android-test |
10047083 | <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... | 3 | Adds "issues" to README | 0 | .md | md | apache-2.0 | android/android-test |
10047084 | <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... | 3 | Adds "issues" to README | 0 | .md | md | apache-2.0 | android/android-test |
10047085 | <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... | 3 | Adds "issues" to README | 0 | .md | md | apache-2.0 | android/android-test |
10047086 | <NME> MonitoringInstrumentation.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/licens... | 10 | Support simulating ActivityNotFoundExceptions in Espresso Intents. | 2 | .java | java | apache-2.0 | android/android-test |
10047087 | <NME> MonitoringInstrumentation.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/licens... | 10 | Support simulating ActivityNotFoundExceptions in Espresso Intents. | 2 | .java | java | apache-2.0 | android/android-test |
10047088 | <NME> MonitoringInstrumentation.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/licens... | 10 | Support simulating ActivityNotFoundExceptions in Espresso Intents. | 2 | .java | java | apache-2.0 | android/android-test |
10047089 | <NME> MonitoringInstrumentation.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/licens... | 10 | Support simulating ActivityNotFoundExceptions in Espresso Intents. | 2 | .java | java | apache-2.0 | android/android-test |
10047090 | <NME> MonitoringInstrumentation.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/licens... | 10 | Support simulating ActivityNotFoundExceptions in Espresso Intents. | 2 | .java | java | apache-2.0 | android/android-test |
10047091 | <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 ... | 2 | [android emulator] Moved several log statements from info to debug. These are very chatty and low-signal in the default Blaze configuration when building emulator tests. | 2 | .py | py | apache-2.0 | android/android-test |
10047092 | <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 ... | 2 | [android emulator] Moved several log statements from info to debug. These are very chatty and low-signal in the default Blaze configuration when building emulator tests. | 2 | .py | py | apache-2.0 | android/android-test |
10047093 | <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 ... | 2 | [android emulator] Moved several log statements from info to debug. These are very chatty and low-signal in the default Blaze configuration when building emulator tests. | 2 | .py | py | apache-2.0 | android/android-test |
10047094 | <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 ... | 2 | [android emulator] Moved several log statements from info to debug. These are very chatty and low-signal in the default Blaze configuration when building emulator tests. | 2 | .py | py | apache-2.0 | android/android-test |
10047095 | <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 ... | 2 | [android emulator] Moved several log statements from info to debug. These are very chatty and low-signal in the default Blaze configuration when building emulator tests. | 2 | .py | py | apache-2.0 | android/android-test |
10047096 | <NME> README.md
<BEF> # AndroidX Test Library
The Android Testing Support 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 ... | 1 | Update README.md | 1 | .md | md | apache-2.0 | android/android-test |
10047097 | <NME> README.md
<BEF> # AndroidX Test Library
The Android Testing Support 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 ... | 1 | Update README.md | 1 | .md | md | apache-2.0 | android/android-test |
10047098 | <NME> README.md
<BEF> # AndroidX Test Library
The Android Testing Support 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 ... | 1 | Update README.md | 1 | .md | md | apache-2.0 | android/android-test |
10047099 | <NME> README.md
<BEF> # AndroidX Test Library
The Android Testing Support 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 ... | 1 | Update README.md | 1 | .md | md | apache-2.0 | android/android-test |
10047100 | <NME> README.md
<BEF> # AndroidX Test Library
The Android Testing Support 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 ... | 1 | Update README.md | 1 | .md | md | apache-2.0 | android/android-test |
10047101 | <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... | 68 | Chop off the 1mb partition table before running debugfs on newer images | 20 | .py | py | apache-2.0 | android/android-test |
10047102 | <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... | 68 | Chop off the 1mb partition table before running debugfs on newer images | 20 | .py | py | apache-2.0 | android/android-test |
10047103 | <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... | 68 | Chop off the 1mb partition table before running debugfs on newer images | 20 | .py | py | apache-2.0 | android/android-test |
10047104 | <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... | 68 | Chop off the 1mb partition table before running debugfs on newer images | 20 | .py | py | apache-2.0 | android/android-test |
10047105 | <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... | 68 | Chop off the 1mb partition table before running debugfs on newer images | 20 | .py | py | apache-2.0 | android/android-test |
10047106 | <NME> gitalk.jsx
<BEF> import React, { Component } from 'react'
import FlipMove from 'react-flip-move'
import autosize from 'autosize'
import i18n from './i18n'
import './style/index.styl'
import {
queryParse,
queryStringify,
axiosJSON,
axiosGithub,
getMetaContent,
formatErrorMsg,
hasClassInParent
} from... | 10 | feat: store comment when login | 3 | .jsx | jsx | mit | gitalk/gitalk |
10047107 | <NME> gitalk.jsx
<BEF> import React, { Component } from 'react'
import FlipMove from 'react-flip-move'
import autosize from 'autosize'
import i18n from './i18n'
import './style/index.styl'
import {
queryParse,
queryStringify,
axiosJSON,
axiosGithub,
getMetaContent,
formatErrorMsg,
hasClassInParent
} from... | 10 | feat: store comment when login | 3 | .jsx | jsx | mit | gitalk/gitalk |
10047108 | <NME> BUILD
<BEF> ADDFILE
<MSG> Branch devices with wrong dpi to wrong_dpi_* targets.
This change is a NOP, since we keep the original target names.
Background:
The emulator had a limitation on large display resolution.
As a workaround to support larger display, we reduced the resolution
and dpi by 50%. The latest em... | 34 | Branch devices with wrong dpi to wrong_dpi_* targets. | 0 | BUILD | apache-2.0 | android/android-test | |
10047109 | <NME> BUILD
<BEF> ADDFILE
<MSG> Branch devices with wrong dpi to wrong_dpi_* targets.
This change is a NOP, since we keep the original target names.
Background:
The emulator had a limitation on large display resolution.
As a workaround to support larger display, we reduced the resolution
and dpi by 50%. The latest em... | 34 | Branch devices with wrong dpi to wrong_dpi_* targets. | 0 | BUILD | apache-2.0 | android/android-test | |
10047110 | <NME> BUILD
<BEF> ADDFILE
<MSG> Branch devices with wrong dpi to wrong_dpi_* targets.
This change is a NOP, since we keep the original target names.
Background:
The emulator had a limitation on large display resolution.
As a workaround to support larger display, we reduced the resolution
and dpi by 50%. The latest em... | 34 | Branch devices with wrong dpi to wrong_dpi_* targets. | 0 | BUILD | apache-2.0 | android/android-test | |
10047111 | <NME> BUILD
<BEF> ADDFILE
<MSG> Branch devices with wrong dpi to wrong_dpi_* targets.
This change is a NOP, since we keep the original target names.
Background:
The emulator had a limitation on large display resolution.
As a workaround to support larger display, we reduced the resolution
and dpi by 50%. The latest em... | 34 | Branch devices with wrong dpi to wrong_dpi_* targets. | 0 | BUILD | apache-2.0 | android/android-test | |
10047112 | <NME> BUILD
<BEF> ADDFILE
<MSG> Branch devices with wrong dpi to wrong_dpi_* targets.
This change is a NOP, since we keep the original target names.
Background:
The emulator had a limitation on large display resolution.
As a workaround to support larger display, we reduced the resolution
and dpi by 50%. The latest em... | 34 | Branch devices with wrong dpi to wrong_dpi_* targets. | 0 | BUILD | apache-2.0 | android/android-test | |
10047113 | <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... | 31 | Replace the dex2oat binary with our custom dex2oat script that determines if the oat file was generated on the cloud or not. If it was, instead of re-generating the oat file, it just copies the oat file to the correct location. | 0 | .py | py | apache-2.0 | android/android-test |
10047114 | <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... | 31 | Replace the dex2oat binary with our custom dex2oat script that determines if the oat file was generated on the cloud or not. If it was, instead of re-generating the oat file, it just copies the oat file to the correct location. | 0 | .py | py | apache-2.0 | android/android-test |
10047115 | <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... | 31 | Replace the dex2oat binary with our custom dex2oat script that determines if the oat file was generated on the cloud or not. If it was, instead of re-generating the oat file, it just copies the oat file to the correct location. | 0 | .py | py | apache-2.0 | android/android-test |
10047116 | <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... | 31 | Replace the dex2oat binary with our custom dex2oat script that determines if the oat file was generated on the cloud or not. If it was, instead of re-generating the oat file, it just copies the oat file to the correct location. | 0 | .py | py | apache-2.0 | android/android-test |
10047117 | <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... | 31 | Replace the dex2oat binary with our custom dex2oat script that determines if the oat file was generated on the cloud or not. If it was, instead of re-generating the oat file, it just copies the oat file to the correct location. | 0 | .py | py | apache-2.0 | android/android-test |
10047118 | <NME> InstrumentationResultPrinter.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/lic... | 11 | Only checks the test number to determine whether any test has been started. The checks for the description, the class name and the test number are reductant - they all get assigned in the #testStarted method. | 6 | .java | java | apache-2.0 | android/android-test |
10047119 | <NME> InstrumentationResultPrinter.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/lic... | 11 | Only checks the test number to determine whether any test has been started. The checks for the description, the class name and the test number are reductant - they all get assigned in the #testStarted method. | 6 | .java | java | apache-2.0 | android/android-test |
10047120 | <NME> InstrumentationResultPrinter.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/lic... | 11 | Only checks the test number to determine whether any test has been started. The checks for the description, the class name and the test number are reductant - they all get assigned in the #testStarted method. | 6 | .java | java | apache-2.0 | android/android-test |
10047121 | <NME> InstrumentationResultPrinter.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/lic... | 11 | Only checks the test number to determine whether any test has been started. The checks for the description, the class name and the test number are reductant - they all get assigned in the #testStarted method. | 6 | .java | java | apache-2.0 | android/android-test |
10047122 | <NME> InstrumentationResultPrinter.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/lic... | 11 | Only checks the test number to determine whether any test has been started. The checks for the description, the class name and the test number are reductant - they all get assigned in the #testStarted method. | 6 | .java | java | apache-2.0 | android/android-test |
10047123 | <NME> ISSUE_TEMPLATE.md
<BEF> /* Remove this comment
Please make sure that your issue is related to the AXT documentation page. Do not use this issue tracker to report bugs on
Espresso or any other of the AXT components (see https://google.github.io/android-testing-support-library/support/index.html for that).
*/
<MSG... | 1 | Update any code references to https://android.github.io/android-test | 1 | .md | md | apache-2.0 | android/android-test |
10047124 | <NME> ISSUE_TEMPLATE.md
<BEF> /* Remove this comment
Please make sure that your issue is related to the AXT documentation page. Do not use this issue tracker to report bugs on
Espresso or any other of the AXT components (see https://google.github.io/android-testing-support-library/support/index.html for that).
*/
<MSG... | 1 | Update any code references to https://android.github.io/android-test | 1 | .md | md | apache-2.0 | android/android-test |
10047125 | <NME> ISSUE_TEMPLATE.md
<BEF> /* Remove this comment
Please make sure that your issue is related to the AXT documentation page. Do not use this issue tracker to report bugs on
Espresso or any other of the AXT components (see https://google.github.io/android-testing-support-library/support/index.html for that).
*/
<MSG... | 1 | Update any code references to https://android.github.io/android-test | 1 | .md | md | apache-2.0 | android/android-test |
10047126 | <NME> ISSUE_TEMPLATE.md
<BEF> /* Remove this comment
Please make sure that your issue is related to the AXT documentation page. Do not use this issue tracker to report bugs on
Espresso or any other of the AXT components (see https://google.github.io/android-testing-support-library/support/index.html for that).
*/
<MSG... | 1 | Update any code references to https://android.github.io/android-test | 1 | .md | md | apache-2.0 | android/android-test |
10047127 | <NME> ISSUE_TEMPLATE.md
<BEF> /* Remove this comment
Please make sure that your issue is related to the AXT documentation page. Do not use this issue tracker to report bugs on
Espresso or any other of the AXT components (see https://google.github.io/android-testing-support-library/support/index.html for that).
*/
<MSG... | 1 | Update any code references to https://android.github.io/android-test | 1 | .md | md | apache-2.0 | android/android-test |
10047128 | <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... | 13 | Setup a fixed UUID for dynamically generated sd card. We hard coded this value in our java side code. Also remove unused label flag since mksdcard actually doesn't respect this flag. | 2 | .py | py | apache-2.0 | android/android-test |
10047129 | <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... | 13 | Setup a fixed UUID for dynamically generated sd card. We hard coded this value in our java side code. Also remove unused label flag since mksdcard actually doesn't respect this flag. | 2 | .py | py | apache-2.0 | android/android-test |
10047130 | <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... | 13 | Setup a fixed UUID for dynamically generated sd card. We hard coded this value in our java side code. Also remove unused label flag since mksdcard actually doesn't respect this flag. | 2 | .py | py | apache-2.0 | android/android-test |
10047131 | <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... | 13 | Setup a fixed UUID for dynamically generated sd card. We hard coded this value in our java side code. Also remove unused label flag since mksdcard actually doesn't respect this flag. | 2 | .py | py | apache-2.0 | android/android-test |
10047132 | <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... | 13 | Setup a fixed UUID for dynamically generated sd card. We hard coded this value in our java side code. Also remove unused label flag since mksdcard actually doesn't respect this flag. | 2 | .py | py | apache-2.0 | android/android-test |
10047133 | <NME> BUILD.bazel
<BEF> # Copyright 2017 Google Inc. All Rights Reserved.
#
# Description:
# Build rules to help with launching the android emulator.
# Some of the py_* rules in this file set `imports = ["../../.."]`. This is due
# to the fact that some of these rules depend on targets in external
# repositories and... | 1 | Set unified_launcher_head to PY2 to be compatible with --incompatible_use_python_toolchains | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10047134 | <NME> BUILD.bazel
<BEF> # Copyright 2017 Google Inc. All Rights Reserved.
#
# Description:
# Build rules to help with launching the android emulator.
# Some of the py_* rules in this file set `imports = ["../../.."]`. This is due
# to the fact that some of these rules depend on targets in external
# repositories and... | 1 | Set unified_launcher_head to PY2 to be compatible with --incompatible_use_python_toolchains | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10047135 | <NME> BUILD.bazel
<BEF> # Copyright 2017 Google Inc. All Rights Reserved.
#
# Description:
# Build rules to help with launching the android emulator.
# Some of the py_* rules in this file set `imports = ["../../.."]`. This is due
# to the fact that some of these rules depend on targets in external
# repositories and... | 1 | Set unified_launcher_head to PY2 to be compatible with --incompatible_use_python_toolchains | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10047136 | <NME> BUILD.bazel
<BEF> # Copyright 2017 Google Inc. All Rights Reserved.
#
# Description:
# Build rules to help with launching the android emulator.
# Some of the py_* rules in this file set `imports = ["../../.."]`. This is due
# to the fact that some of these rules depend on targets in external
# repositories and... | 1 | Set unified_launcher_head to PY2 to be compatible with --incompatible_use_python_toolchains | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10047137 | <NME> BUILD.bazel
<BEF> # Copyright 2017 Google Inc. All Rights Reserved.
#
# Description:
# Build rules to help with launching the android emulator.
# Some of the py_* rules in this file set `imports = ["../../.."]`. This is due
# to the fact that some of these rules depend on targets in external
# repositories and... | 1 | Set unified_launcher_head to PY2 to be compatible with --incompatible_use_python_toolchains | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10047138 | <NME> at_emulators.md
<BEF> ADDFILE
<MSG> Add g3doc for Android Things Emulator
PiperOrigin-RevId: 190473497
<DFF> @@ -0,0 +1,37 @@
+# Running Android Things Emulator
+
+## 1. Running on Work Station:
+
+### Running within android_test_support client(with bazel):
+
+To start the emulator: `bazel run
+tools/android/em... | 37 | Add g3doc for Android Things Emulator | 0 | .md | md | apache-2.0 | android/android-test |
10047139 | <NME> at_emulators.md
<BEF> ADDFILE
<MSG> Add g3doc for Android Things Emulator
PiperOrigin-RevId: 190473497
<DFF> @@ -0,0 +1,37 @@
+# Running Android Things Emulator
+
+## 1. Running on Work Station:
+
+### Running within android_test_support client(with bazel):
+
+To start the emulator: `bazel run
+tools/android/em... | 37 | Add g3doc for Android Things Emulator | 0 | .md | md | apache-2.0 | android/android-test |
10047140 | <NME> at_emulators.md
<BEF> ADDFILE
<MSG> Add g3doc for Android Things Emulator
PiperOrigin-RevId: 190473497
<DFF> @@ -0,0 +1,37 @@
+# Running Android Things Emulator
+
+## 1. Running on Work Station:
+
+### Running within android_test_support client(with bazel):
+
+To start the emulator: `bazel run
+tools/android/em... | 37 | Add g3doc for Android Things Emulator | 0 | .md | md | apache-2.0 | android/android-test |
10047141 | <NME> at_emulators.md
<BEF> ADDFILE
<MSG> Add g3doc for Android Things Emulator
PiperOrigin-RevId: 190473497
<DFF> @@ -0,0 +1,37 @@
+# Running Android Things Emulator
+
+## 1. Running on Work Station:
+
+### Running within android_test_support client(with bazel):
+
+To start the emulator: `bazel run
+tools/android/em... | 37 | Add g3doc for Android Things Emulator | 0 | .md | md | apache-2.0 | android/android-test |
10047142 | <NME> at_emulators.md
<BEF> ADDFILE
<MSG> Add g3doc for Android Things Emulator
PiperOrigin-RevId: 190473497
<DFF> @@ -0,0 +1,37 @@
+# Running Android Things Emulator
+
+## 1. Running on Work Station:
+
+### Running within android_test_support client(with bazel):
+
+To start the emulator: `bazel run
+tools/android/em... | 37 | Add g3doc for Android Things Emulator | 0 | .md | md | apache-2.0 | android/android-test |
10047143 | <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... | 6 | Small cleanup | 6 | .py | py | apache-2.0 | android/android-test |
10047144 | <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... | 6 | Small cleanup | 6 | .py | py | apache-2.0 | android/android-test |
10047145 | <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... | 6 | Small cleanup | 6 | .py | py | apache-2.0 | android/android-test |
10047146 | <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... | 6 | Small cleanup | 6 | .py | py | apache-2.0 | android/android-test |
10047147 | <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... | 6 | Small cleanup | 6 | .py | py | apache-2.0 | android/android-test |
10047148 | <NME> image_info.bzl
<BEF> """Image info contains all well known system image files."""
load("//tools/android/emulated_devices:macro/image.bzl", "image_api", "new_image")
load("//tools/android/emulated_devices:macro/props.bzl", "new_props")
_IMG_TEMPLATE = (
"@androidsdk//:emulator_images_%s"
)
_GOOGLE = "google... | 1 | Setup Car emu from pi-car-release | 1 | .bzl | bzl | apache-2.0 | android/android-test |
10047149 | <NME> image_info.bzl
<BEF> """Image info contains all well known system image files."""
load("//tools/android/emulated_devices:macro/image.bzl", "image_api", "new_image")
load("//tools/android/emulated_devices:macro/props.bzl", "new_props")
_IMG_TEMPLATE = (
"@androidsdk//:emulator_images_%s"
)
_GOOGLE = "google... | 1 | Setup Car emu from pi-car-release | 1 | .bzl | bzl | apache-2.0 | android/android-test |