/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output4.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 268 tests from 55 test cases. 4 [----------] 1 test from CommandLineFlagsTest 7 [----------] 1 test from CommandLineFlagsTest (0 ms total) 9 [----------] 2 tests from GetTypeIdTest 14 [----------] 2 tests from GetTypeIdTest (0 ms total) 16 [----------] 1 test from GetTestTypeIdTest 19 [----------] 1 test from GetTestTypeIdTest (0 ms total) 21 [----------] 2 tests from NullLiteralTest 26 [----------] 2 tests from NullLiteralTest (1 ms total) [all …]
|
D | gtest_output2.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 53 tests from 15 test cases. 4 [----------] 2 tests from GtestCheckSyntaxTest 9 [----------] 2 tests from IsInSetTest 14 [----------] 2 tests from IsDigitTest 19 [----------] 2 tests from IsPunctTest 24 [----------] 2 tests from IsRepeatTest 29 [----------] 2 tests from IsWhiteSpaceTest 34 [----------] 4 tests from IsWordCharTest 43 [----------] 6 tests from IsValidEscapeTest [all …]
|
D | gtest_output6.txt | 1 [==========] Running 10 tests from 3 test cases. 3 [----------] 1 test from BarDeathTest 6 [----------] 1 test from BarDeathTest (2 ms total) 8 [----------] 2 tests from FooTest 17 [----------] 2 tests from FooTest (2 ms total) 19 [----------] 10 tests from MyParamSequence/MyParamTest 34 [----------] 7 tests from MyParamSequence/MyParamTest (5 ms total) 37 [==========] 10 tests from 3 test cases ran. (10 ms total)
|
D | gtest_output1.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 11 tests from 2 test cases. 4 [----------] 8 tests from TestPartResultTest 21 [----------] 8 tests from TestPartResultTest (2 ms total) 23 [----------] 3 tests from TestPartResultArrayTest 30 [----------] 3 tests from TestPartResultArrayTest (1 ms total) 33 [==========] 11 tests from 2 test cases ran. (3 ms total)
|
D | gtest_output7.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 11 tests from 2 test cases. 4 [----------] 8 tests from TestPartResultTest 22 [----------] 8 tests from TestPartResultTest (2 ms total) 24 [----------] 3 tests from TestPartResultArrayTest 31 [----------] 3 tests from TestPartResultArrayTest (1 ms total) 34 [==========] 11 tests from 2 test cases ran. (3 ms total)
|
D | gtest_output5.txt | 1 [==========] Running 13 tests from 3 test cases. 3 [----------] 1 test from BarDeathTest 6 [----------] 1 test from BarDeathTest (0 ms total) 8 [----------] 2 tests from FooTest 17 [----------] 2 tests from FooTest (1 ms total) 19 [----------] 10 tests from MyParamSequence/MyParamTest 46 [----------] 10 tests from MyParamSequence/MyParamTest (4 ms total) 49 [==========] 13 tests from 3 test cases ran. (8 ms total)
|
D | gtest_output3.txt | 4 [==========] Running 0 tests from 0 test cases. 5 [==========] 0 tests from 0 test cases ran.
|
D | gtest_output8.txt | 1 [==========] Running 18 tests from 10 test cases. 30 [==========] 18 tests from 10 test cases ran.
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | HOGP_PTS_INSTRUCTIONS | 22 [PTS Interaction] Enter PIN from phone to PTS 30 [PTS Interaction] Enter PIN from phone to PTS 38 [PTS Interaction] Enter PIN from phone to PTS 46 [PTS Interaction] Enter PIN from phone to PTS 55 [PTS Interaction] Enter PIN from phone to PTS 64 [PTS Interaction] Enter PIN from phone to PTS 77 [PTS Interaction] Enter PIN from phone to PTS 86 [PTS Interaction] Enter PIN from phone to PTS 99 [PTS Interaction] Enter PIN from phone to PTS 108 [PTS Interaction] Enter PIN from phone to PTS [all …]
|
D | SM_PTS_INSTRUCTIONS | 48 [Enter Pin from console to PTS] 59 [Enter Pin from console to PTS] 66 [Enter Pin from console to PTS] 73 [Enter Pin from console to PTS] 91 [Enter Pin from console to PTS] 98 [Enter Pin from console to PTS] 105 [Enter Pin from console to PTS] 112 [Enter Pin from console to PTS]
|
D | GATT_PTS_INSTRUCTIONS | 230 [PTS Interaction] Enter Pin from console into PTS 240 [PTS Interaction] Enter Pin from console into PTS 316 [PTS Interaction] Enter PIN from prompt to PTS 351 [PTS Interaction] Enter Pin from prompt 361 [PTS Interaction] Enter Pin from prompt 409 [PTS Interaction] Enter Pin from prompt 419 [PTS Interaction] Enter Pin from prompt 476 [PTS Interation] Enter Pin from prompt 512 [Enter Pin from DUT into PTS] 522 [Enter Pin from DUT into PTS] [all …]
|
D | GAP_PTS_INSTRUCTIONS | 199 Enter pin from phone to PTS 203 Enter pin from phone to PTS 216 Enter pin from phone to PTS 220 Enter pin from phone to PTS 229 Enter pin from PTS to phone 242 [PTS Interaction] Enter PIN from PTS to phone (hit ok on phone before PTSbt ) 276 [PTS Interaction] Enter Pin from PTS to phone 282 [PTS Interaction] Enter PIN from Phone to PTS 292 [PTS interaction] Enter pin from PTS to phone 312 Enter Pin from PTS to Phone [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DirectedGraph.java | 67 public void addEdge(V from, V to) { in addEdge() argument 68 this.addVertice(from); in addEdge() 70 neighbors.get(from).add(to); in addEdge() 78 public void removeEdge(V from, V to) { in removeEdge() argument 79 if (!(this.contains(from) && this.contains(to))) { in removeEdge() 82 neighbors.get(from).remove(to); in removeEdge() 95 for (V from: neighbors.keySet()) { in inDegree() 96 for (V to: neighbors.get(from)) { in inDegree()
|
/tools/apksig/ |
D | android_plugin_for_gradle.gradle | 3 apply from: "$rootDir/buildSrc/base/baseJava.gradle" 16 apply from: "$rootDir/buildSrc/base/publish.gradle" 17 apply from: "$rootDir/buildSrc/base/bintray.gradle" 18 apply from: "$rootDir/buildSrc/base/javadoc.gradle"
|
/tools/metalava/stub-annotations/src/main/java/androidx/annotation/ |
D | RequiresApi.java | 35 @IntRange(from = 1) 39 @IntRange(from = 1)
|
D | IntRange.java | 33 long from() default Long.MIN_VALUE; in from() method
|
/tools/apkzlib/ |
D | build.gradle | 1 apply from: "$rootDir/buildSrc/base/baseJava.gradle" 21 from sourceSets.main.allSource
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFileTest.kt | 757 fun `Do not include inherited public methods from private parents in compat mode`() { in Do not include inherited public methods from private parents in compat mode() 790 fun `Include inherited public methods from private parents`() { in Include inherited public methods from private parents() 1091 fun `Package with only hidden classes should be removed from signature files`() { in Package with only hidden classes should be removed from signature files() 1487 fun `Inheriting from package private classes, package private class should be included`() { in Inheriting from package private classes, package private class should be included() 2071 fun `Indirect Field Includes from Interfaces`() { in Indirect Field Includes from Interfaces() 2128 fun `Skip interfaces from packages explicitly hidden via arguments`() { in Skip interfaces from packages explicitly hidden via arguments() 2396 fun `Extend from multiple interfaces`() { in Extend from multiple interfaces() 2462 fun `Including private interfaces from types`() { in Including private interfaces from types()
|
D | SystemServiceCheckTest.kt | 23 fun `SystemService OK, loaded from signature file`() { in SystemService OK, loaded from signature file() 60 fun `SystemService OK, loaded from source`() { in SystemService OK, loaded from source()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | TypeItem.kt | 85 fun convertType(from: ClassItem, to: ClassItem): TypeItem { in <lambda>() 86 val map = from.mapTypeVariables(to) in <lambda>() 243 replacementMap.forEach { from, to -> in <lambda>() method 249 … string = string.replace(Regex(pattern = """\b$from\b"""), replacement = "___$to") in <lambda>()
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 864 InclusiveIntRange.from(0)); in addSupportedSigAlg() 867 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 886 InclusiveIntRange.from(0)); in addSupportedSigAlg() 892 InclusiveIntRange.from(0)); in addSupportedSigAlg() 908 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 917 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 930 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(18)); in addSupportedSigAlg() 942 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(18)); in addSupportedSigAlg() 952 InclusiveIntRange.from(18)); in addSupportedSigAlg() 967 InclusiveIntRange.from(21)); in addSupportedSigAlg() [all …]
|
/tools/tradefederation/core/res/apks/wifiutil/ |
D | PREBUILT | 1 This apk can be rebuilt from
|
/tools/external/fat32lib/ |
D | build.gradle | 1 apply from: "$rootDir/buildSrc/base/baseJava.gradle"
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextTypeParameterList.kt | 92 private fun add(list: MutableList<String>, s: String, from: Int, to: Int) { in add() 93 for (i in from until to) { in add()
|
/tools/tradefederation/core/prod-tests/ |
D | README | 4 They are distinct from code in the 'tests' directory, which are unit tests for
|