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
10042950
<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...
7
Merge pull request #726 from android:robo44
7
.bzl
bzl
apache-2.0
android/android-test
10042951
<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...
7
Merge pull request #726 from android:robo44
7
.bzl
bzl
apache-2.0
android/android-test
10042952
<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...
7
Merge pull request #726 from android:robo44
7
.bzl
bzl
apache-2.0
android/android-test
10042953
<NME> Espresso.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-2.0 * *...
1
Drain Robolectric main looper when waiting for frame callbacks
0
.java
java
apache-2.0
android/android-test
10042954
<NME> Espresso.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-2.0 * *...
1
Drain Robolectric main looper when waiting for frame callbacks
0
.java
java
apache-2.0
android/android-test
10042955
<NME> Espresso.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-2.0 * *...
1
Drain Robolectric main looper when waiting for frame callbacks
0
.java
java
apache-2.0
android/android-test
10042956
<NME> Espresso.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-2.0 * *...
1
Drain Robolectric main looper when waiting for frame callbacks
0
.java
java
apache-2.0
android/android-test
10042957
<NME> Espresso.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-2.0 * *...
1
Drain Robolectric main looper when waiting for frame callbacks
0
.java
java
apache-2.0
android/android-test
10042958
<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
Internal change
1
.bzl
bzl
apache-2.0
android/android-test
10042959
<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
Internal change
1
.bzl
bzl
apache-2.0
android/android-test
10042960
<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
Internal change
1
.bzl
bzl
apache-2.0
android/android-test
10042961
<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
Internal change
1
.bzl
bzl
apache-2.0
android/android-test
10042962
<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
Internal change
1
.bzl
bzl
apache-2.0
android/android-test
10042963
<NME> UiControllerImplIntegrationTest.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/lic...
71
Deflake UiControllerImplIntegrationTest.
183
.java
java
apache-2.0
android/android-test
10042964
<NME> UiControllerImplIntegrationTest.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/lic...
71
Deflake UiControllerImplIntegrationTest.
183
.java
java
apache-2.0
android/android-test
10042965
<NME> UiControllerImplIntegrationTest.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/lic...
71
Deflake UiControllerImplIntegrationTest.
183
.java
java
apache-2.0
android/android-test
10042966
<NME> UiControllerImplIntegrationTest.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/lic...
71
Deflake UiControllerImplIntegrationTest.
183
.java
java
apache-2.0
android/android-test
10042967
<NME> UiControllerImplIntegrationTest.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/lic...
71
Deflake UiControllerImplIntegrationTest.
183
.java
java
apache-2.0
android/android-test
10042968
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/bsamseth/cpp-project.svg?branch=master)](https://travis-ci.org/bsamseth/cpp-project) [![Coverage Status](https://coveralls.io/repos/github/bsamseth/cpp-project/badge.svg?branch=master)](https://coveralls.io/github/bsamseth/cpp-project?branch=master) [![Codacy...
5
Upload coverage to Codecov (#11)
4
.md
md
unlicense
bsamseth/cpp-project
10042969
<NME> README.md <BEF> [![Build Status](https://travis-ci.org/bsamseth/cpp-project.svg?branch=master)](https://travis-ci.org/bsamseth/cpp-project) [![Coverage Status](https://coveralls.io/repos/github/bsamseth/cpp-project/badge.svg?branch=master)](https://coveralls.io/github/bsamseth/cpp-project?branch=master) [![Codacy...
5
Upload coverage to Codecov (#11)
4
.md
md
unlicense
bsamseth/cpp-project
10042970
<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...
5
pref: handle init error
0
.jsx
jsx
mit
gitalk/gitalk
10042971
<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...
5
pref: handle init error
0
.jsx
jsx
mit
gitalk/gitalk
10042972
<NME> ActivityScenarioRule.java <BEF> /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
6
Fix ActivityScenarioRule javadoc formatting.
5
.java
java
apache-2.0
android/android-test
10042973
<NME> ActivityScenarioRule.java <BEF> /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
6
Fix ActivityScenarioRule javadoc formatting.
5
.java
java
apache-2.0
android/android-test
10042974
<NME> ActivityScenarioRule.java <BEF> /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
6
Fix ActivityScenarioRule javadoc formatting.
5
.java
java
apache-2.0
android/android-test
10042975
<NME> ActivityScenarioRule.java <BEF> /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
6
Fix ActivityScenarioRule javadoc formatting.
5
.java
java
apache-2.0
android/android-test
10042976
<NME> ActivityScenarioRule.java <BEF> /* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENS...
6
Fix ActivityScenarioRule javadoc formatting.
5
.java
java
apache-2.0
android/android-test
10042977
<NME> DefaultFailureHandler.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/LICE...
1
update link to espresso setup docs
1
.java
java
apache-2.0
android/android-test
10042978
<NME> DefaultFailureHandler.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/LICE...
1
update link to espresso setup docs
1
.java
java
apache-2.0
android/android-test
10042979
<NME> DefaultFailureHandler.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/LICE...
1
update link to espresso setup docs
1
.java
java
apache-2.0
android/android-test
10042980
<NME> DefaultFailureHandler.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/LICE...
1
update link to espresso setup docs
1
.java
java
apache-2.0
android/android-test
10042981
<NME> DefaultFailureHandler.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/LICE...
1
update link to espresso setup docs
1
.java
java
apache-2.0
android/android-test
10042982
<NME> build-maven-repo.yml <BEF> ADDFILE <MSG> Github actions experimentation <DFF> @@ -0,0 +1,18 @@ +name: GitHub Actions Demo +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + -...
18
Github actions experimentation
0
.yml
github/wortkflows/build-maven-repo
apache-2.0
android/android-test
10042983
<NME> build-maven-repo.yml <BEF> ADDFILE <MSG> Github actions experimentation <DFF> @@ -0,0 +1,18 @@ +name: GitHub Actions Demo +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + -...
18
Github actions experimentation
0
.yml
github/wortkflows/build-maven-repo
apache-2.0
android/android-test
10042984
<NME> build-maven-repo.yml <BEF> ADDFILE <MSG> Github actions experimentation <DFF> @@ -0,0 +1,18 @@ +name: GitHub Actions Demo +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + -...
18
Github actions experimentation
0
.yml
github/wortkflows/build-maven-repo
apache-2.0
android/android-test
10042985
<NME> build-maven-repo.yml <BEF> ADDFILE <MSG> Github actions experimentation <DFF> @@ -0,0 +1,18 @@ +name: GitHub Actions Demo +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + -...
18
Github actions experimentation
0
.yml
github/wortkflows/build-maven-repo
apache-2.0
android/android-test
10042986
<NME> build-maven-repo.yml <BEF> ADDFILE <MSG> Github actions experimentation <DFF> @@ -0,0 +1,18 @@ +name: GitHub Actions Demo +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + -...
18
Github actions experimentation
0
.yml
github/wortkflows/build-maven-repo
apache-2.0
android/android-test
10042987
<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/...
1
Merge pull request #187 from android/FB032EA67D58D564A0C798A68E762D7B
1
.java
java
apache-2.0
android/android-test
10042988
<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/...
1
Merge pull request #187 from android/FB032EA67D58D564A0C798A68E762D7B
1
.java
java
apache-2.0
android/android-test
10042989
<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/...
1
Merge pull request #187 from android/FB032EA67D58D564A0C798A68E762D7B
1
.java
java
apache-2.0
android/android-test
10042990
<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/...
1
Merge pull request #187 from android/FB032EA67D58D564A0C798A68E762D7B
1
.java
java
apache-2.0
android/android-test
10042991
<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/...
1
Merge pull request #187 from android/FB032EA67D58D564A0C798A68E762D7B
1
.java
java
apache-2.0
android/android-test
10042992
<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 README.md
1
.md
md
apache-2.0
android/android-test
10042993
<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 README.md
1
.md
md
apache-2.0
android/android-test
10042994
<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 README.md
1
.md
md
apache-2.0
android/android-test
10042995
<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 README.md
1
.md
md
apache-2.0
android/android-test
10042996
<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 README.md
1
.md
md
apache-2.0
android/android-test
10042997
<NME> BUILD.bazel <BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION") package( default_visibility = [ ...
0
Dependency update for the test storage service.
1
.bazel
bazel
apache-2.0
android/android-test
10042998
<NME> BUILD.bazel <BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION") package( default_visibility = [ ...
0
Dependency update for the test storage service.
1
.bazel
bazel
apache-2.0
android/android-test
10042999
<NME> BUILD.bazel <BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION") package( default_visibility = [ ...
0
Dependency update for the test storage service.
1
.bazel
bazel
apache-2.0
android/android-test
10043000
<NME> BUILD.bazel <BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION") package( default_visibility = [ ...
0
Dependency update for the test storage service.
1
.bazel
bazel
apache-2.0
android/android-test
10043001
<NME> BUILD.bazel <BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION") package( default_visibility = [ ...
0
Dependency update for the test storage service.
1
.bazel
bazel
apache-2.0
android/android-test
10043002
<NME> ActivityInvoker.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...
3
Make ActivityScenario.launch compatible with released Robolectric 4.3.1
0
.java
java
apache-2.0
android/android-test
10043003
<NME> ActivityInvoker.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...
3
Make ActivityScenario.launch compatible with released Robolectric 4.3.1
0
.java
java
apache-2.0
android/android-test
10043004
<NME> ActivityInvoker.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...
3
Make ActivityScenario.launch compatible with released Robolectric 4.3.1
0
.java
java
apache-2.0
android/android-test
10043005
<NME> ActivityInvoker.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...
3
Make ActivityScenario.launch compatible with released Robolectric 4.3.1
0
.java
java
apache-2.0
android/android-test
10043006
<NME> ActivityInvoker.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...
3
Make ActivityScenario.launch compatible with released Robolectric 4.3.1
0
.java
java
apache-2.0
android/android-test
10043007
<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 versions
2
.java
java
apache-2.0
android/android-test
10043008
<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 versions
2
.java
java
apache-2.0
android/android-test
10043009
<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 versions
2
.java
java
apache-2.0
android/android-test
10043010
<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 versions
2
.java
java
apache-2.0
android/android-test
10043011
<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 versions
2
.java
java
apache-2.0
android/android-test
10043012
<NME> SpeakEasyService.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/LICENS...
11
Use Context.startForegroundService to launch SpeakEasyService on APIs >= 26.
1
.java
java
apache-2.0
android/android-test
10043013
<NME> SpeakEasyService.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/LICENS...
11
Use Context.startForegroundService to launch SpeakEasyService on APIs >= 26.
1
.java
java
apache-2.0
android/android-test
10043014
<NME> SpeakEasyService.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/LICENS...
11
Use Context.startForegroundService to launch SpeakEasyService on APIs >= 26.
1
.java
java
apache-2.0
android/android-test
10043015
<NME> SpeakEasyService.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/LICENS...
11
Use Context.startForegroundService to launch SpeakEasyService on APIs >= 26.
1
.java
java
apache-2.0
android/android-test
10043016
<NME> SpeakEasyService.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/LICENS...
11
Use Context.startForegroundService to launch SpeakEasyService on APIs >= 26.
1
.java
java
apache-2.0
android/android-test
10043017
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
1
Move kernel to _SessionImagesDir()
5
.py
py
apache-2.0
android/android-test
10043018
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
1
Move kernel to _SessionImagesDir()
5
.py
py
apache-2.0
android/android-test
10043019
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
1
Move kernel to _SessionImagesDir()
5
.py
py
apache-2.0
android/android-test
10043020
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
1
Move kernel to _SessionImagesDir()
5
.py
py
apache-2.0
android/android-test
10043021
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
1
Move kernel to _SessionImagesDir()
5
.py
py
apache-2.0
android/android-test
10043022
<NME> EventActionIntegrationTest.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...
2
Suppress EventActionIntegrationTest#badClickTesting on sdks newer than 29
0
.java
java
apache-2.0
android/android-test
10043023
<NME> EventActionIntegrationTest.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...
2
Suppress EventActionIntegrationTest#badClickTesting on sdks newer than 29
0
.java
java
apache-2.0
android/android-test
10043024
<NME> EventActionIntegrationTest.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...
2
Suppress EventActionIntegrationTest#badClickTesting on sdks newer than 29
0
.java
java
apache-2.0
android/android-test
10043025
<NME> EventActionIntegrationTest.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...
2
Suppress EventActionIntegrationTest#badClickTesting on sdks newer than 29
0
.java
java
apache-2.0
android/android-test
10043026
<NME> EventActionIntegrationTest.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...
2
Suppress EventActionIntegrationTest#badClickTesting on sdks newer than 29
0
.java
java
apache-2.0
android/android-test
10043027
<NME> BUILD.bazel <BEF> licenses(["notice"]) package( default_visibility = ["//:__subpackages__"], ) # Dummy app to allow the On Device Orchestration to run and execute. android_binary( name = "stubapp", srcs = ["src/androidx/test/orchestrator/Orchestrator.java"], custom_package = "androidx.test.orche...
0
Removed unnecessary licenses attributes.
1
.bazel
bazel
apache-2.0
android/android-test
10043028
<NME> BUILD.bazel <BEF> licenses(["notice"]) package( default_visibility = ["//:__subpackages__"], ) # Dummy app to allow the On Device Orchestration to run and execute. android_binary( name = "stubapp", srcs = ["src/androidx/test/orchestrator/Orchestrator.java"], custom_package = "androidx.test.orche...
0
Removed unnecessary licenses attributes.
1
.bazel
bazel
apache-2.0
android/android-test
10043029
<NME> BUILD.bazel <BEF> licenses(["notice"]) package( default_visibility = ["//:__subpackages__"], ) # Dummy app to allow the On Device Orchestration to run and execute. android_binary( name = "stubapp", srcs = ["src/androidx/test/orchestrator/Orchestrator.java"], custom_package = "androidx.test.orche...
0
Removed unnecessary licenses attributes.
1
.bazel
bazel
apache-2.0
android/android-test
10043030
<NME> BUILD.bazel <BEF> licenses(["notice"]) package( default_visibility = ["//:__subpackages__"], ) # Dummy app to allow the On Device Orchestration to run and execute. android_binary( name = "stubapp", srcs = ["src/androidx/test/orchestrator/Orchestrator.java"], custom_package = "androidx.test.orche...
0
Removed unnecessary licenses attributes.
1
.bazel
bazel
apache-2.0
android/android-test
10043031
<NME> BUILD.bazel <BEF> licenses(["notice"]) package( default_visibility = ["//:__subpackages__"], ) # Dummy app to allow the On Device Orchestration to run and execute. android_binary( name = "stubapp", srcs = ["src/androidx/test/orchestrator/Orchestrator.java"], custom_package = "androidx.test.orche...
0
Removed unnecessary licenses attributes.
1
.bazel
bazel
apache-2.0
android/android-test
10043032
<NME> update-piper-internal-patch.sh <BEF> ADDFILE <MSG> Internal PiperOrigin-RevId: 219885250 <DFF> @@ -0,0 +1,28 @@ +#!/bin/bash + +# Updates piper-internal.patch with current internal changes. +# +# Note: Its highly recommended to first run the copybara piper-to-github-pr +# workflow, to ensure piper and github ar...
28
Internal
0
.sh
sh
apache-2.0
android/android-test
10043033
<NME> update-piper-internal-patch.sh <BEF> ADDFILE <MSG> Internal PiperOrigin-RevId: 219885250 <DFF> @@ -0,0 +1,28 @@ +#!/bin/bash + +# Updates piper-internal.patch with current internal changes. +# +# Note: Its highly recommended to first run the copybara piper-to-github-pr +# workflow, to ensure piper and github ar...
28
Internal
0
.sh
sh
apache-2.0
android/android-test
10043034
<NME> update-piper-internal-patch.sh <BEF> ADDFILE <MSG> Internal PiperOrigin-RevId: 219885250 <DFF> @@ -0,0 +1,28 @@ +#!/bin/bash + +# Updates piper-internal.patch with current internal changes. +# +# Note: Its highly recommended to first run the copybara piper-to-github-pr +# workflow, to ensure piper and github ar...
28
Internal
0
.sh
sh
apache-2.0
android/android-test
10043035
<NME> update-piper-internal-patch.sh <BEF> ADDFILE <MSG> Internal PiperOrigin-RevId: 219885250 <DFF> @@ -0,0 +1,28 @@ +#!/bin/bash + +# Updates piper-internal.patch with current internal changes. +# +# Note: Its highly recommended to first run the copybara piper-to-github-pr +# workflow, to ensure piper and github ar...
28
Internal
0
.sh
sh
apache-2.0
android/android-test
10043036
<NME> update-piper-internal-patch.sh <BEF> ADDFILE <MSG> Internal PiperOrigin-RevId: 219885250 <DFF> @@ -0,0 +1,28 @@ +#!/bin/bash + +# Updates piper-internal.patch with current internal changes. +# +# Note: Its highly recommended to first run the copybara piper-to-github-pr +# workflow, to ensure piper and github ar...
28
Internal
0
.sh
sh
apache-2.0
android/android-test
10043037
<NME> EspressoDeviceTest.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/LICENSE-2...
16
Update EspressoDeviceTest to use ActivityScenarioRule
13
.kt
kt
apache-2.0
android/android-test
10043038
<NME> EspressoDeviceTest.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/LICENSE-2...
16
Update EspressoDeviceTest to use ActivityScenarioRule
13
.kt
kt
apache-2.0
android/android-test
10043039
<NME> EspressoDeviceTest.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/LICENSE-2...
16
Update EspressoDeviceTest to use ActivityScenarioRule
13
.kt
kt
apache-2.0
android/android-test
10043040
<NME> EspressoDeviceTest.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/LICENSE-2...
16
Update EspressoDeviceTest to use ActivityScenarioRule
13
.kt
kt
apache-2.0
android/android-test
10043041
<NME> EspressoDeviceTest.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/LICENSE-2...
16
Update EspressoDeviceTest to use ActivityScenarioRule
13
.kt
kt
apache-2.0
android/android-test
10043042
<NME> ParcelableSubject.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/LICEN...
1
Change the access modifier of ParcelableSubject to public.
1
.java
java
apache-2.0
android/android-test
10043043
<NME> ParcelableSubject.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/LICEN...
1
Change the access modifier of ParcelableSubject to public.
1
.java
java
apache-2.0
android/android-test
10043044
<NME> ParcelableSubject.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/LICEN...
1
Change the access modifier of ParcelableSubject to public.
1
.java
java
apache-2.0
android/android-test
10043045
<NME> ParcelableSubject.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/LICEN...
1
Change the access modifier of ParcelableSubject to public.
1
.java
java
apache-2.0
android/android-test
10043046
<NME> ParcelableSubject.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/LICEN...
1
Change the access modifier of ParcelableSubject to public.
1
.java
java
apache-2.0
android/android-test
10043047
<NME> ActivityScenarioTest.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/LI...
1
Throw exception if activityOptions is non-null and API level is less than 28 in startActivity()
1
.java
java
apache-2.0
android/android-test
10043048
<NME> ActivityScenarioTest.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/LI...
1
Throw exception if activityOptions is non-null and API level is less than 28 in startActivity()
1
.java
java
apache-2.0
android/android-test
10043049
<NME> ActivityScenarioTest.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/LI...
1
Throw exception if activityOptions is non-null and API level is less than 28 in startActivity()
1
.java
java
apache-2.0
android/android-test