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 |
|---|---|---|---|---|---|---|---|---|
10045650 | <NME> BUILD
<BEF> ADDFILE
<MSG> Add Narwhal to crow emulated devices
PiperOrigin-RevId: 184045139
<DFF> @@ -0,0 +1,33 @@
+#Description:
+# Android Wear Narwhal device.
+#
+
+load("//tools/android/emulated_devices:macro/make_device.bzl", "make_device")
+
+package(default_visibility = ["//visibility:public"])
+
+# TO... | 33 | Add Narwhal to crow emulated devices | 0 | BUILD | apache-2.0 | android/android-test | |
10045651 | <NME> BUILD
<BEF> ADDFILE
<MSG> Add Narwhal to crow emulated devices
PiperOrigin-RevId: 184045139
<DFF> @@ -0,0 +1,33 @@
+#Description:
+# Android Wear Narwhal device.
+#
+
+load("//tools/android/emulated_devices:macro/make_device.bzl", "make_device")
+
+package(default_visibility = ["//visibility:public"])
+
+# TO... | 33 | Add Narwhal to crow emulated devices | 0 | BUILD | apache-2.0 | android/android-test | |
10045652 | <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... | 1 | fix: add line feed | 0 | .jsx | jsx | mit | gitalk/gitalk |
10045653 | <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... | 1 | fix: add line feed | 0 | .jsx | jsx | mit | gitalk/gitalk |
10045654 | <NME> BUILD.bazel
<BEF> # Description: Tests for Rules.
licenses(["notice"]) # Apache License 2.0
RULES_TEST_SRCS = glob(["**/*.java"])
RULES_DEPS = [
"//runner/android_junit_runner",
"//runner/rules",
"//runner/monitor",
"//core",
"//ext/junit",
]
EXTERNAL_DEPS = [
"//:androidx_annotation",... | 37 | Convert rules tests to android_library_instrumentation_tests | 59 | .bazel | bazel | apache-2.0 | android/android-test |
10045655 | <NME> BUILD.bazel
<BEF> # Description: Tests for Rules.
licenses(["notice"]) # Apache License 2.0
RULES_TEST_SRCS = glob(["**/*.java"])
RULES_DEPS = [
"//runner/android_junit_runner",
"//runner/rules",
"//runner/monitor",
"//core",
"//ext/junit",
]
EXTERNAL_DEPS = [
"//:androidx_annotation",... | 37 | Convert rules tests to android_library_instrumentation_tests | 59 | .bazel | bazel | apache-2.0 | android/android-test |
10045656 | <NME> BUILD.bazel
<BEF> # Description: Tests for Rules.
licenses(["notice"]) # Apache License 2.0
RULES_TEST_SRCS = glob(["**/*.java"])
RULES_DEPS = [
"//runner/android_junit_runner",
"//runner/rules",
"//runner/monitor",
"//core",
"//ext/junit",
]
EXTERNAL_DEPS = [
"//:androidx_annotation",... | 37 | Convert rules tests to android_library_instrumentation_tests | 59 | .bazel | bazel | apache-2.0 | android/android-test |
10045657 | <NME> BUILD.bazel
<BEF> # Description: Tests for Rules.
licenses(["notice"]) # Apache License 2.0
RULES_TEST_SRCS = glob(["**/*.java"])
RULES_DEPS = [
"//runner/android_junit_runner",
"//runner/rules",
"//runner/monitor",
"//core",
"//ext/junit",
]
EXTERNAL_DEPS = [
"//:androidx_annotation",... | 37 | Convert rules tests to android_library_instrumentation_tests | 59 | .bazel | bazel | apache-2.0 | android/android-test |
10045658 | <NME> BUILD.bazel
<BEF> # Description: Tests for Rules.
licenses(["notice"]) # Apache License 2.0
RULES_TEST_SRCS = glob(["**/*.java"])
RULES_DEPS = [
"//runner/android_junit_runner",
"//runner/rules",
"//runner/monitor",
"//core",
"//ext/junit",
]
EXTERNAL_DEPS = [
"//:androidx_annotation",... | 37 | Convert rules tests to android_library_instrumentation_tests | 59 | .bazel | bazel | apache-2.0 | android/android-test |
10045659 | <NME> CMakeLists.txt
<BEF> # This file specifies how the project should be built, using CMake.
# If you are unfamiliar with CMake, don't worry about all the details.
enable_language(C CXX)
# options for debugging
set(CMAKE_CXX_FLAGS "-std=c++0x -Wall -O0 -g3")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -... | 13 | Have CMakeLists.txt take arguments for debug and coverage | 5 | .txt | txt | unlicense | bsamseth/cpp-project |
10045660 | <NME> CMakeLists.txt
<BEF> # This file specifies how the project should be built, using CMake.
# If you are unfamiliar with CMake, don't worry about all the details.
enable_language(C CXX)
# options for debugging
set(CMAKE_CXX_FLAGS "-std=c++0x -Wall -O0 -g3")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -... | 13 | Have CMakeLists.txt take arguments for debug and coverage | 5 | .txt | txt | unlicense | bsamseth/cpp-project |
10045661 | <NME> BUILD.bazel
<BEF> # A shell command execution server to allow shell commands to be run at elevated permissions
licenses(["notice"])
android_library(
name = "exec_server",
visibility = [":server_access"],
exports = ["//services/shellexecutor/java/androidx/test/services/shellexecutor:exec_server"],
)
... | 2 | Change whitelist to allowlist | 2 | .bazel | bazel | apache-2.0 | android/android-test |
10045662 | <NME> BUILD.bazel
<BEF> # A shell command execution server to allow shell commands to be run at elevated permissions
licenses(["notice"])
android_library(
name = "exec_server",
visibility = [":server_access"],
exports = ["//services/shellexecutor/java/androidx/test/services/shellexecutor:exec_server"],
)
... | 2 | Change whitelist to allowlist | 2 | .bazel | bazel | apache-2.0 | android/android-test |
10045663 | <NME> BUILD.bazel
<BEF> # A shell command execution server to allow shell commands to be run at elevated permissions
licenses(["notice"])
android_library(
name = "exec_server",
visibility = [":server_access"],
exports = ["//services/shellexecutor/java/androidx/test/services/shellexecutor:exec_server"],
)
... | 2 | Change whitelist to allowlist | 2 | .bazel | bazel | apache-2.0 | android/android-test |
10045664 | <NME> BUILD.bazel
<BEF> # A shell command execution server to allow shell commands to be run at elevated permissions
licenses(["notice"])
android_library(
name = "exec_server",
visibility = [":server_access"],
exports = ["//services/shellexecutor/java/androidx/test/services/shellexecutor:exec_server"],
)
... | 2 | Change whitelist to allowlist | 2 | .bazel | bazel | apache-2.0 | android/android-test |
10045665 | <NME> BUILD.bazel
<BEF> # A shell command execution server to allow shell commands to be run at elevated permissions
licenses(["notice"])
android_library(
name = "exec_server",
visibility = [":server_access"],
exports = ["//services/shellexecutor/java/androidx/test/services/shellexecutor:exec_server"],
)
... | 2 | Change whitelist to allowlist | 2 | .bazel | bazel | apache-2.0 | android/android-test |
10045666 | <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... | 9 | Record the stdout when "adb install" exits with nonzero status | 9 | .py | py | apache-2.0 | android/android-test |
10045667 | <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... | 9 | Record the stdout when "adb install" exits with nonzero status | 9 | .py | py | apache-2.0 | android/android-test |
10045668 | <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... | 9 | Record the stdout when "adb install" exits with nonzero status | 9 | .py | py | apache-2.0 | android/android-test |
10045669 | <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... | 9 | Record the stdout when "adb install" exits with nonzero status | 9 | .py | py | apache-2.0 | android/android-test |
10045670 | <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... | 9 | Record the stdout when "adb install" exits with nonzero status | 9 | .py | py | apache-2.0 | android/android-test |
10045671 | <NME> readme-zh.md
<BEF>
# Gitalk
[![NPM][npm-version-image]][npm-version-url]
[![CDNJS][cdnjs-version-image]][cdnjs-version-url]
[](https://www.jsdelivr.com/package/npm/gitalk)
[![david-dm][david-dm-image]][david-dm-url]
[![travis][travis-image]][t... | 0 | chore: update docs | 5 | .md | md | mit | gitalk/gitalk |
10045672 | <NME> readme-zh.md
<BEF>
# Gitalk
[![NPM][npm-version-image]][npm-version-url]
[![CDNJS][cdnjs-version-image]][cdnjs-version-url]
[](https://www.jsdelivr.com/package/npm/gitalk)
[![david-dm][david-dm-image]][david-dm-url]
[![travis][travis-image]][t... | 0 | chore: update docs | 5 | .md | md | mit | gitalk/gitalk |
10045673 | <NME> ActivityScenarioKotlinTest.kt
<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/license... | 9 | ...Internal Refactor... | 10 | .kt | kt | apache-2.0 | android/android-test |
10045674 | <NME> ActivityScenarioKotlinTest.kt
<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/license... | 9 | ...Internal Refactor... | 10 | .kt | kt | apache-2.0 | android/android-test |
10045675 | <NME> ActivityScenarioKotlinTest.kt
<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/license... | 9 | ...Internal Refactor... | 10 | .kt | kt | apache-2.0 | android/android-test |
10045676 | <NME> ActivityScenarioKotlinTest.kt
<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/license... | 9 | ...Internal Refactor... | 10 | .kt | kt | apache-2.0 | android/android-test |
10045677 | <NME> ActivityScenarioKotlinTest.kt
<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/license... | 9 | ...Internal Refactor... | 10 | .kt | kt | apache-2.0 | android/android-test |
10045678 | <NME> .travis.yml
<BEF> language: cpp
dist: xenial
notifications:
email: false
# Define builds on mulitple OS/compiler combinations.
# Feel free to add/remove entries from this list.
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
pack... | 1 | Use make target to run tests in Travis builds. | 1 | .yml | travis | unlicense | bsamseth/cpp-project |
10045679 | <NME> .travis.yml
<BEF> language: cpp
dist: xenial
notifications:
email: false
# Define builds on mulitple OS/compiler combinations.
# Feel free to add/remove entries from this list.
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
pack... | 1 | Use make target to run tests in Travis builds. | 1 | .yml | travis | unlicense | bsamseth/cpp-project |
10045680 | <NME> OnViewInOnActivityCheckTest.kt
<BEF> ADDFILE
<MSG> Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file.
PiperOrigin-RevId: 457862453
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Androi... | 42 | Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file. | 0 | .kt | kt | apache-2.0 | android/android-test |
10045681 | <NME> OnViewInOnActivityCheckTest.kt
<BEF> ADDFILE
<MSG> Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file.
PiperOrigin-RevId: 457862453
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Androi... | 42 | Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file. | 0 | .kt | kt | apache-2.0 | android/android-test |
10045682 | <NME> OnViewInOnActivityCheckTest.kt
<BEF> ADDFILE
<MSG> Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file.
PiperOrigin-RevId: 457862453
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Androi... | 42 | Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file. | 0 | .kt | kt | apache-2.0 | android/android-test |
10045683 | <NME> OnViewInOnActivityCheckTest.kt
<BEF> ADDFILE
<MSG> Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file.
PiperOrigin-RevId: 457862453
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Androi... | 42 | Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file. | 0 | .kt | kt | apache-2.0 | android/android-test |
10045684 | <NME> OnViewInOnActivityCheckTest.kt
<BEF> ADDFILE
<MSG> Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file.
PiperOrigin-RevId: 457862453
<DFF> @@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 2022 The Androi... | 42 | Update the core logic of "OnViewInOnActivity": implement logic in `Detector`; use the new `searchCalls`; restrict the call graph traversal in the scope of the target file. | 0 | .kt | kt | apache-2.0 | android/android-test |
10045685 | <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... | 11 | Enable OpenGL for devices with high resolution screen. | 1 | .py | py | apache-2.0 | android/android-test |
10045686 | <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... | 11 | Enable OpenGL for devices with high resolution screen. | 1 | .py | py | apache-2.0 | android/android-test |
10045687 | <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... | 11 | Enable OpenGL for devices with high resolution screen. | 1 | .py | py | apache-2.0 | android/android-test |
10045688 | <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... | 11 | Enable OpenGL for devices with high resolution screen. | 1 | .py | py | apache-2.0 | android/android-test |
10045689 | <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... | 11 | Enable OpenGL for devices with high resolution screen. | 1 | .py | py | apache-2.0 | android/android-test |
10045690 | <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 ... | 9 | Delete the temporary x11 file if xserver fails to come up for whatever reasons. | 0 | .py | py | apache-2.0 | android/android-test |
10045691 | <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 ... | 9 | Delete the temporary x11 file if xserver fails to come up for whatever reasons. | 0 | .py | py | apache-2.0 | android/android-test |
10045692 | <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 ... | 9 | Delete the temporary x11 file if xserver fails to come up for whatever reasons. | 0 | .py | py | apache-2.0 | android/android-test |
10045693 | <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 ... | 9 | Delete the temporary x11 file if xserver fails to come up for whatever reasons. | 0 | .py | py | apache-2.0 | android/android-test |
10045694 | <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 ... | 9 | Delete the temporary x11 file if xserver fails to come up for whatever reasons. | 0 | .py | py | apache-2.0 | android/android-test |
10045695 | <NME> LayoutMatchersTest.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... | 3 | Migrate simple uses of ActivityTestRule in espresso tests to ActivityScenarioRule. | 3 | .java | java | apache-2.0 | android/android-test |
10045696 | <NME> LayoutMatchersTest.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... | 3 | Migrate simple uses of ActivityTestRule in espresso tests to ActivityScenarioRule. | 3 | .java | java | apache-2.0 | android/android-test |
10045697 | <NME> LayoutMatchersTest.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... | 3 | Migrate simple uses of ActivityTestRule in espresso tests to ActivityScenarioRule. | 3 | .java | java | apache-2.0 | android/android-test |
10045698 | <NME> LayoutMatchersTest.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... | 3 | Migrate simple uses of ActivityTestRule in espresso tests to ActivityScenarioRule. | 3 | .java | java | apache-2.0 | android/android-test |
10045699 | <NME> LayoutMatchersTest.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... | 3 | Migrate simple uses of ActivityTestRule in espresso tests to ActivityScenarioRule. | 3 | .java | java | apache-2.0 | android/android-test |
10045700 | <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... | 25 | Unregister ActivityResultWaiter in InstrumentationActivityInvoker if it wasn't already unregistered | 12 | .java | java | apache-2.0 | android/android-test |
10045701 | <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... | 25 | Unregister ActivityResultWaiter in InstrumentationActivityInvoker if it wasn't already unregistered | 12 | .java | java | apache-2.0 | android/android-test |
10045702 | <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... | 25 | Unregister ActivityResultWaiter in InstrumentationActivityInvoker if it wasn't already unregistered | 12 | .java | java | apache-2.0 | android/android-test |
10045703 | <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... | 25 | Unregister ActivityResultWaiter in InstrumentationActivityInvoker if it wasn't already unregistered | 12 | .java | java | apache-2.0 | android/android-test |
10045704 | <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... | 25 | Unregister ActivityResultWaiter in InstrumentationActivityInvoker if it wasn't already unregistered | 12 | .java | java | apache-2.0 | android/android-test |
10045705 | <NME> release_jarjar_rules.txt
<BEF> rule com.google.android.aidl.** androidx.test.runner.internal.deps.aidl.@1
<MSG> Fix release artifacts
- Workaround the 'missing desugar ThrowableExtension' errors by renaming the class and including it in the final artifact
- Fix espresso web on < API 19 by including the androidx... | 2 | Fix release artifacts | 1 | .txt | txt | apache-2.0 | android/android-test |
10045706 | <NME> release_jarjar_rules.txt
<BEF> rule com.google.android.aidl.** androidx.test.runner.internal.deps.aidl.@1
<MSG> Fix release artifacts
- Workaround the 'missing desugar ThrowableExtension' errors by renaming the class and including it in the final artifact
- Fix espresso web on < API 19 by including the androidx... | 2 | Fix release artifacts | 1 | .txt | txt | apache-2.0 | android/android-test |
10045707 | <NME> release_jarjar_rules.txt
<BEF> rule com.google.android.aidl.** androidx.test.runner.internal.deps.aidl.@1
<MSG> Fix release artifacts
- Workaround the 'missing desugar ThrowableExtension' errors by renaming the class and including it in the final artifact
- Fix espresso web on < API 19 by including the androidx... | 2 | Fix release artifacts | 1 | .txt | txt | apache-2.0 | android/android-test |
10045708 | <NME> release_jarjar_rules.txt
<BEF> rule com.google.android.aidl.** androidx.test.runner.internal.deps.aidl.@1
<MSG> Fix release artifacts
- Workaround the 'missing desugar ThrowableExtension' errors by renaming the class and including it in the final artifact
- Fix espresso web on < API 19 by including the androidx... | 2 | Fix release artifacts | 1 | .txt | txt | apache-2.0 | android/android-test |
10045709 | <NME> release_jarjar_rules.txt
<BEF> rule com.google.android.aidl.** androidx.test.runner.internal.deps.aidl.@1
<MSG> Fix release artifacts
- Workaround the 'missing desugar ThrowableExtension' errors by renaming the class and including it in the final artifact
- Fix espresso web on < API 19 by including the androidx... | 2 | Fix release artifacts | 1 | .txt | txt | apache-2.0 | android/android-test |
10045710 | <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... | 6 | fix: avoid display '0' | 6 | .jsx | jsx | mit | gitalk/gitalk |
10045711 | <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... | 6 | fix: avoid display '0' | 6 | .jsx | jsx | mit | gitalk/gitalk |
10045712 | <NME> test.js
<BEF> (function (sha512, sha384, sha512_256, sha512_224) {
Array.prototype.toHexString = ArrayBuffer.prototype.toHexString = function () {
var array = new Uint8Array(this);
var hex = '';
for (var i = 0; i < array.length; ++i) {
var c = array[i].toString('16');
hex += c.length ===... | 20 | Added - TypeScript definitions. - clone method. | 1 | .js | js | mit | emn178/js-sha512 |
10045713 | <NME> test.js
<BEF> (function (sha512, sha384, sha512_256, sha512_224) {
Array.prototype.toHexString = ArrayBuffer.prototype.toHexString = function () {
var array = new Uint8Array(this);
var hex = '';
for (var i = 0; i < array.length; ++i) {
var c = array[i].toString('16');
hex += c.length ===... | 20 | Added - TypeScript definitions. - clone method. | 1 | .js | js | mit | emn178/js-sha512 |
10045714 | <NME> RemoteAtomsTest.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/LICENSE-... | 5 | To avoid unsafe_eval error when running against servers with strict CSP, updated built-in Atom scripts (webContent, getCurrentUrl, and getTitle) to use Javascript function(). | 2 | .java | java | apache-2.0 | android/android-test |
10045715 | <NME> RemoteAtomsTest.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/LICENSE-... | 5 | To avoid unsafe_eval error when running against servers with strict CSP, updated built-in Atom scripts (webContent, getCurrentUrl, and getTitle) to use Javascript function(). | 2 | .java | java | apache-2.0 | android/android-test |
10045716 | <NME> RemoteAtomsTest.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/LICENSE-... | 5 | To avoid unsafe_eval error when running against servers with strict CSP, updated built-in Atom scripts (webContent, getCurrentUrl, and getTitle) to use Javascript function(). | 2 | .java | java | apache-2.0 | android/android-test |
10045717 | <NME> RemoteAtomsTest.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/LICENSE-... | 5 | To avoid unsafe_eval error when running against servers with strict CSP, updated built-in Atom scripts (webContent, getCurrentUrl, and getTitle) to use Javascript function(). | 2 | .java | java | apache-2.0 | android/android-test |
10045718 | <NME> RemoteAtomsTest.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/LICENSE-... | 5 | To avoid unsafe_eval error when running against servers with strict CSP, updated built-in Atom scripts (webContent, getCurrentUrl, and getTitle) to use Javascript function(). | 2 | .java | java | apache-2.0 | android/android-test |
10045719 | <NME> NotificationSubjectTest.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... | 4 | Use targetSdk=32 for androidx.test's unit tests. | 2 | .java | java | apache-2.0 | android/android-test |
10045720 | <NME> NotificationSubjectTest.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... | 4 | Use targetSdk=32 for androidx.test's unit tests. | 2 | .java | java | apache-2.0 | android/android-test |
10045721 | <NME> NotificationSubjectTest.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... | 4 | Use targetSdk=32 for androidx.test's unit tests. | 2 | .java | java | apache-2.0 | android/android-test |
10045722 | <NME> NotificationSubjectTest.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... | 4 | Use targetSdk=32 for androidx.test's unit tests. | 2 | .java | java | apache-2.0 | android/android-test |
10045723 | <NME> NotificationSubjectTest.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... | 4 | Use targetSdk=32 for androidx.test's unit tests. | 2 | .java | java | apache-2.0 | android/android-test |
10045724 | <NME> BUILD.bazel
<BEF> ADDFILE
<MSG> Add a espresso/core build alias
PiperOrigin-RevId: 390195824
<DFF> @@ -0,0 +1,9 @@
+# Alias for androidx.test.espresso.core dependency
+
+licenses(["notice"]) # Apache License 2.0
+
+android_library(
+ name = "core",
+ visibility = ["//visibility:public"],
+ exports = [... | 9 | Add a espresso/core build alias | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10045725 | <NME> BUILD.bazel
<BEF> ADDFILE
<MSG> Add a espresso/core build alias
PiperOrigin-RevId: 390195824
<DFF> @@ -0,0 +1,9 @@
+# Alias for androidx.test.espresso.core dependency
+
+licenses(["notice"]) # Apache License 2.0
+
+android_library(
+ name = "core",
+ visibility = ["//visibility:public"],
+ exports = [... | 9 | Add a espresso/core build alias | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10045726 | <NME> BUILD.bazel
<BEF> ADDFILE
<MSG> Add a espresso/core build alias
PiperOrigin-RevId: 390195824
<DFF> @@ -0,0 +1,9 @@
+# Alias for androidx.test.espresso.core dependency
+
+licenses(["notice"]) # Apache License 2.0
+
+android_library(
+ name = "core",
+ visibility = ["//visibility:public"],
+ exports = [... | 9 | Add a espresso/core build alias | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10045727 | <NME> BUILD.bazel
<BEF> ADDFILE
<MSG> Add a espresso/core build alias
PiperOrigin-RevId: 390195824
<DFF> @@ -0,0 +1,9 @@
+# Alias for androidx.test.espresso.core dependency
+
+licenses(["notice"]) # Apache License 2.0
+
+android_library(
+ name = "core",
+ visibility = ["//visibility:public"],
+ exports = [... | 9 | Add a espresso/core build alias | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10045728 | <NME> BUILD.bazel
<BEF> ADDFILE
<MSG> Add a espresso/core build alias
PiperOrigin-RevId: 390195824
<DFF> @@ -0,0 +1,9 @@
+# Alias for androidx.test.espresso.core dependency
+
+licenses(["notice"]) # Apache License 2.0
+
+android_library(
+ name = "core",
+ visibility = ["//visibility:public"],
+ exports = [... | 9 | Add a espresso/core build alias | 0 | .bazel | bazel | apache-2.0 | android/android-test |
10045729 | <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... | 3 | refactor: Add "noopener" and "noreferrer" rel links (#432) | 3 | .jsx | jsx | mit | gitalk/gitalk |
10045730 | <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... | 3 | refactor: Add "noopener" and "noreferrer" rel links (#432) | 3 | .jsx | jsx | mit | gitalk/gitalk |
10045731 | <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... | 6 | Automated rollback of changelist 185770365. | 24 | .bzl | bzl | apache-2.0 | android/android-test |
10045732 | <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... | 6 | Automated rollback of changelist 185770365. | 24 | .bzl | bzl | apache-2.0 | android/android-test |
10045733 | <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... | 6 | Automated rollback of changelist 185770365. | 24 | .bzl | bzl | apache-2.0 | android/android-test |
10045734 | <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... | 6 | Automated rollback of changelist 185770365. | 24 | .bzl | bzl | apache-2.0 | android/android-test |
10045735 | <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... | 6 | Automated rollback of changelist 185770365. | 24 | .bzl | bzl | apache-2.0 | android/android-test |
10045736 | <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... | 35 | Tweak the default emulator behavior | 4 | .bzl | bzl | apache-2.0 | android/android-test |
10045737 | <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... | 35 | Tweak the default emulator behavior | 4 | .bzl | bzl | apache-2.0 | android/android-test |
10045738 | <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... | 35 | Tweak the default emulator behavior | 4 | .bzl | bzl | apache-2.0 | android/android-test |
10045739 | <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... | 35 | Tweak the default emulator behavior | 4 | .bzl | bzl | apache-2.0 | android/android-test |
10045740 | <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... | 35 | Tweak the default emulator behavior | 4 | .bzl | bzl | apache-2.0 | android/android-test |
10045741 | <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... | 0 | Remove 'Activities that are still in CREATED to STOPPED' log spam | 4 | .java | java | apache-2.0 | android/android-test |
10045742 | <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... | 0 | Remove 'Activities that are still in CREATED to STOPPED' log spam | 4 | .java | java | apache-2.0 | android/android-test |
10045743 | <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... | 0 | Remove 'Activities that are still in CREATED to STOPPED' log spam | 4 | .java | java | apache-2.0 | android/android-test |
10045744 | <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... | 0 | Remove 'Activities that are still in CREATED to STOPPED' log spam | 4 | .java | java | apache-2.0 | android/android-test |
10045745 | <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... | 0 | Remove 'Activities that are still in CREATED to STOPPED' log spam | 4 | .java | java | apache-2.0 | android/android-test |
10045746 | <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... | 8 | Force miniboot for arm devices with apis > 19 | 4 | .py | py | apache-2.0 | android/android-test |
10045747 | <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... | 8 | Force miniboot for arm devices with apis > 19 | 4 | .py | py | apache-2.0 | android/android-test |
10045748 | <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... | 8 | Force miniboot for arm devices with apis > 19 | 4 | .py | py | apache-2.0 | android/android-test |
10045749 | <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... | 8 | Force miniboot for arm devices with apis > 19 | 4 | .py | py | apache-2.0 | android/android-test |