/tools/asuite/adevice/tests/ |
D | whole_program_tests.rs | 17 let device_fs = HashMap::from([ in adevice_status() 18 (PathBuf::from("system/fakefs_default_file"), file_metadata("digest1")), in adevice_status() 19 (PathBuf::from("system"), dir_metadata()), in adevice_status() 22 let host_fs = HashMap::from([ in adevice_status() 23 (PathBuf::from("system/fakefs_default_file"), file_metadata("digest1")), in adevice_status() 25 (PathBuf::from("system/fakefs_new_file_file"), file_metadata("digest1")), in adevice_status() 26 (PathBuf::from("system"), dir_metadata()), in adevice_status() 60 let device_files = HashMap::from([ in lost_and_found_should_not_be_cleaned() 61 (PathBuf::from("system_ext/lost+found"), dir_metadata()), in lost_and_found_should_not_be_cleaned() 62 (PathBuf::from("system/some_file"), file_metadata("m1")), in lost_and_found_should_not_be_cleaned() [all …]
|
/tools/tradefederation/core/javatests/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_output11.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_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_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_output14.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 1 test from 1 test case. 4 [----------] 1 tests from TestPartResultTest 7 [----------] 1 tests from TestPartResultTest (1 ms total)
|
D | gtest_output13.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 11 tests from 3 test suites. 4 [----------] 11 tests from TestPartResultTest
|
D | gtest_output12.txt | 1 Running main() from gtest_main.cc 2 [==========] Running 11 tests from 3 test suites. 4 [----------] 11 tests from TestPartResultTest
|
/tools/asuite/adevice/src/ |
D | fingerprint.rs | 351 PathBuf::from(cache_dir).join("adevice_digest_cache.json") in default_cache_path() 370 let file_entry = HashMap::from([( in same_inputs() 371 PathBuf::from("a/b/foo.so"), in same_inputs() 383 let file_entry = HashMap::from([( in same_inputs_with_permissions() 384 PathBuf::from("a/b/foo.so"), in same_inputs_with_permissions() 397 let orig = HashMap::from([( in same_inputs_with_different_permissions_are_not_equal() 398 PathBuf::from("a/b/foo.so"), in same_inputs_with_different_permissions_are_not_equal() 407 copy.entry(PathBuf::from("a/b/foo.so")).and_modify(|v| v.permission_bits = 0); in same_inputs_with_different_permissions_are_not_equal() 415 let orig = HashMap::from([( in same_inputs_ignoring_permissions() 416 PathBuf::from("a/b/foo.so"), in same_inputs_ignoring_permissions() [all …]
|
D | adevice.rs | 138 Some(po) => PathBuf::from(po), in adevice() 169 .retain(|nif| partitions.iter().any(|p| PathBuf::from(nif).starts_with(p))); in adevice() 179 device_tree.remove(&PathBuf::from(p).join("lost+found")); in adevice() 182 let partition_paths: Vec<PathBuf> = partitions.iter().map(PathBuf::from).collect(); in adevice() 321 ninja_installed_dirs.insert(PathBuf::from(p)); in get_update_commands() 325 ninja_installed_files.iter().map(PathBuf::from).chain(ninja_installed_dirs).collect(); in get_update_commands() 387 if !tracked_files.iter().any(|t| PathBuf::from(t).starts_with(partition)) { in validate_partitions() 400 .filter_map(|part| match tracked_files.iter().any(|t| PathBuf::from(t).starts_with(part)) { in validate_partitions() 480 if file.extension() != Some(OsString::from("apk").as_os_str()) { in installed_apk_action() 609 (PathBuf::from(f), push_state) in collect_status_per_file() [all …]
|
/tools/test/connectivity/acts_tests/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 …]
|
/tools/apksig/src/main/java/com/android/apksig/internal/oid/ |
D | OidConstants.java | 62 InclusiveIntRange.from(0)); in addSupportedSigAlg() 65 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 84 InclusiveIntRange.from(0)); in addSupportedSigAlg() 90 InclusiveIntRange.from(0)); in addSupportedSigAlg() 106 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 115 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(21)); in addSupportedSigAlg() 128 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(18)); in addSupportedSigAlg() 140 InclusiveIntRange.fromTo(0, 8), InclusiveIntRange.from(18)); in addSupportedSigAlg() 150 InclusiveIntRange.from(18)); in addSupportedSigAlg() 165 InclusiveIntRange.from(21)); in addSupportedSigAlg() [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
D | CommonSuperMethodsTest.kt | 63 fun `Test no super method from parent class as static`() { in Test no super method from parent class as static() 108 fun `Test no super method from parent class as private`() { in Test no super method from parent class as private() 139 fun `Test single super method from parent class`() { in Test single super method from parent class() 185 fun `Test single super method from grand parent class`() { in Test single super method from grand parent class() 242 fun `Test single super method from parent and grand parent class`() { in Test single super method from parent and grand parent class() 300 fun `Test single super method from parent interface`() { in Test single super method from parent interface() 347 fun `Test single super method from grand parent interface`() { in Test single super method from grand parent interface() 404 fun `Test single super method from parent and grand parent interface`() { in Test single super method from parent and grand parent interface() 463 fun `Test multiple super methods from parent interfaces`() { in Test multiple super methods from parent interfaces() 530 fun `Test multiple super methods from parent interfaces (reverse)`() { in Test multiple super methods from parent interfaces (reverse)() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | DirectedGraph.java | 69 public void addEdge(V from, V to) { in addEdge() argument 70 this.addVertice(from); in addEdge() 72 neighbors.get(from).add(to); in addEdge() 80 public void removeEdge(V from, V to) { in removeEdge() argument 81 if (!(this.contains(from) && this.contains(to))) { in removeEdge() 84 neighbors.get(from).remove(to); in removeEdge() 97 for (V from: neighbors.keySet()) { in inDegree() 98 for (V to: neighbors.get(from)) { in inDegree()
|
/tools/netsim/rust/cli/src/ |
D | requests.rs | 290 name: String::from(device_name), in get_create_device_req_bytes() 292 name: String::from(chip_name), in get_create_device_req_bytes() 316 name: String::from(device_name), in get_patch_device_req_bytes() 318 name: String::from(chip_name), in get_patch_device_req_bytes() 337 let device_name = String::from("device"); in test_beacon_create_all_params_ble() 338 let chip_name = String::from("chip"); in test_beacon_create_all_params_ble() 379 let device_name = String::from("device"); in test_beacon_patch_all_params_ble() 380 let chip_name = String::from("chip"); in test_beacon_patch_all_params_ble() 422 let device_name = String::from("device"); in test_beacon_create_scan_response() 423 let chip_name = String::from("chip"); in test_beacon_create_scan_response() [all …]
|
/tools/netsim/ui/ |
D | rollup.config.mjs | 2 import { rollupPluginHTML as html } from '@web/rollup-plugin-html'; 3 import { copy } from '@web/rollup-plugin-copy'; 4 import resolve from '@rollup/plugin-node-resolve'; 5 import { terser } from 'rollup-plugin-terser'; 6 import summary from 'rollup-plugin-summary'; 7 import { rollupImportMapPlugin } from "rollup-plugin-import-map"; 16 // Add Import maps from libraries to CDN urls
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | AnnotationsMergerTest.kt | 192 fun `Merge qualifier annotations from Java stub files`() { in Merge qualifier annotations from Java stub files() 245 …fun `Merge qualifier annotations from Java stub files onto stubs that are not in the API signature… in Merge qualifier annotations from Java stub files onto stubs that are not in the API signature file() 321 fun `Merge type use qualifier annotations from Java stub files`() { in Merge type use qualifier annotations from Java stub files() 361 …fun `Merge qualifier annotations from Java stub files making sure they apply to public members of … in Merge qualifier annotations from Java stub files making sure they apply to public members of hidden superclasses() 410 fun `Merge inclusion annotations from Java stub files`() { in Merge inclusion annotations from Java stub files() 481 fun `Merge inclusion annotations from multiple Java stub files`() { in Merge inclusion annotations from multiple Java stub files() 559 fun `Merge @FlaggedApi inclusion annotations from Java stub files`() { in Merge @FlaggedApi inclusion annotations from Java stub files() 617 fun `Merge inclusion annotations from Java stub files using --show-single-annotation`() { in Merge inclusion annotations from Java stub files using --show-single-annotation() 819 fun `Merge Contract and Language annotations from XML files`() { in Merge Contract and Language annotations from XML files() 915 fun `Merge Contract and Language annotations from signature files`() { in Merge Contract and Language annotations from signature files()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 130 if key == &Value::from(PROFILE_NAME) { in extract_profile_version() 402 (Value::from(ISS), Value::from(self.issuer())), in to_cbor_value() 403 (Value::from(SUB), Value::from(self.subject())), in to_cbor_value() 404 (Value::from(SUBJECT_PUBLIC_KEY), Value::from(subject_public_key)), in to_cbor_value() 405 (Value::from(MODE), encode_mode(self.mode())), in to_cbor_value() 406 (Value::from(CODE_HASH), Value::from(self.code_hash())), in to_cbor_value() 407 (Value::from(CONFIG_DESC), Value::from(config_desc)), in to_cbor_value() 408 (Value::from(AUTHORITY_HASH), Value::from(self.authority_hash())), in to_cbor_value() 409 (Value::from(KEY_USAGE), Value::from(vec![0x20])), in to_cbor_value() 412 map.push((Value::from(CODE_DESC), Value::from(code_desc))); in to_cbor_value() [all …]
|
/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/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/ |
D | CommonCopyFieldItemTest.kt | 37 fun `test copy field from interface to class uses public visibility`() { in getMember() 81 fun `test copy field from interface to class does copy static modifier`() { in test copy field from interface to class does copy static modifier() 125 fun `test copy field from interface to class does set implicit static modifier`() { in test copy field from interface to class does set implicit static modifier() 155 …fun `test copy non deprecated field from non deprecated class to deprecated class treats field as … in test copy non deprecated field from non deprecated class to deprecated class treats field as deprecated() 207 …fun `test copy non deprecated field from deprecated class to non deprecated class treats field as … in test copy non deprecated field from deprecated class to non deprecated class treats field as not deprecated() 259 fun `test copy deprecated field from one class to another keeps field as deprecated`() { in test copy deprecated field from one class to another keeps field as deprecated()
|
/tools/netsim/ui/dist/js/ |
D | device-dragzone.js | 1 …from"../node_modules/tslib/tslib.es6.js";import{LitElement as e,html as r}from"https://cdn.jsdeliv…
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | ComparisonVisitor.kt | 55 open fun removed(old: Item, from: Item?) {} in <lambda>() 85 open fun removed(old: PackageItem, from: Item?) {} in <lambda>() 87 open fun removed(old: ClassItem, from: Item?) {} in <lambda>() 89 open fun removed(old: ConstructorItem, from: ClassItem?) {} in <lambda>() 91 open fun removed(old: MethodItem, from: ClassItem?) {} in <lambda>() 93 open fun removed(old: FieldItem, from: ClassItem?) {} in <lambda>() 95 open fun removed(old: PropertyItem, from: ClassItem?) {} in <lambda>() 97 open fun removed(old: ParameterItem, from: MethodItem?) {} in <lambda>() 389 private fun visitRemoved(visitor: ComparisonVisitor, item: Item, from: Item?) { in pop() 390 visitor.removed(item, from) in pop() [all …]
|