/development/tools/ota_analysis/src/services/ |
D | payload.js | 269 let /** Array<{String: Number}>*/ types = update_metadata_pb.InstallOperation.Type 271 for (let key of Object.keys(types)) { 272 this.mapType.set(types[key], key) 284 let /** Array<{String: Number}>*/ types = 287 for (let key of Object.keys(types)) { 288 this.mapType.set(types[key], key)
|
/development/tools/cargo_embargo/src/cargo/ |
D | cargo_out.rs | 257 .types in from_rustc_invocation() 259 "--test" => out.types.push(CrateType::Test), in from_rustc_invocation() 386 if out.types.is_empty() { in from_rustc_invocation() 388 out.types.push(CrateType::TestNoHarness); in from_rustc_invocation() 393 if out.types.contains(&CrateType::Test) && out.types.len() != 1 { in from_rustc_invocation() 396 if out.types.contains(&CrateType::Lib) && out.types.contains(&CrateType::RLib) { in from_rustc_invocation()
|
D | metadata.rs | 169 types: target.crate_types.clone(), in parse_cargo_metadata() 193 types: vec![CrateType::Test], in parse_cargo_metadata()
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | MethodSourcer.java | 97 Type[] types = Type.getArgumentTypes(mDesc); in writeHeader() local 99 for(int i = 0; i < types.length; i++) { in writeHeader() 103 mOutput.write("%s arg%d", types[i].getClassName(), i); in writeHeader()
|
/development/samples/browseable/AppRestrictions/ |
D | _index.jd | 12 types and custom. When launched under a restricted profile, this activity displays app
|
/development/tools/cargo_embargo/src/ |
D | main.rs | 218 crates_with_build[0].iter().any(|c| c.types.contains(&CrateType::Test) && !c.empty_test); in autoconfig() 763 if c.types.contains(&CrateType::Bin) { in generate_rules_mk() 766 } else if c.types.iter().any(|t| t.is_test()) { in generate_rules_mk() 855 for crate_type in &crate_.types { in crate_to_bp_modules() 945 if crate_.types.contains(&CrateType::Test) { in crate_to_bp_modules() 1091 if !crate_.types.is_empty() { in crate_to_rulesmk() 1093 for crate_type in &crate_.types { in crate_to_rulesmk() 1279 types: vec![], in crate_to_bp_empty() 1295 types: vec![CrateType::Lib], in crate_to_bp_minimal() 1338 types: vec![CrateType::Lib], in crate_to_bp_rename()
|
D | cargo.rs | 84 pub types: Vec<CrateType>, field
|
/development/tools/apkcheck/ |
D | README.txt | 111 (4) Covariant return types 125 to verify that the return types are related, but that's more trouble than 138 The generic types are generally indistinguishable from classes in the 167 (6) Use of opaque non-public types
|
/development/tools/mkstubs/ |
D | README.txt | 31 - an internal "Java method signature" that define parameters types and return value. 70 - We do not currently check whether a class or method uses only included types.
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 12 The resulting errors will be mainly of 2 types:
|
/development/tools/winscope/src/viewers/viewer_transactions/ |
D | presenter.ts | 152 onTypeFilterChanged(types: string[]) { 153 this.typeFilter = types;
|
/development/samples/SkeletonApp/ |
D | readme.txt | 18 to the user (in the app launcher's list), handle data types, etc.
|
/development/apps/ShareTest/src/com/android/sharetest/ |
D | ShareTestActivity.kt | 432 mediaTypeSelection.selectedItem?.let { types -> in <lambda>() method 433 when (types) { in <lambda>()
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 830 static Qualifiers ResolveQualifiers(const AbiElementMap<const TypeIR *> &types, in ResolveQualifiers() argument 834 const TypeIR *type_ir = FindTypeById(types, type_id); in ResolveQualifiers()
|
/development/tools/winscope/src/trace_processor/ |
D | query_result.ts | 562 case 1: // cell types, a packed array containing one CellType per cell.
|
/development/vndk/tools/header-checker/ |
D | README.md | 80 The file consists of multiple sections. There are two types of sections: global
|
/development/apps/OBJViewer/ |
D | NOTICE | 46 and conversions to other media types.
|
/development/host/windows/usb/ |
D | NOTICE | 33 and conversions to other media types.
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 1938 "description": "Ergonomic, checked cast functions for primitive types", 4808 "name": "core-graphics-types", 4820 "name": "foreign-types", 4932 "description": "Bindings for some fundamental Core Graphics types", 4944 "id": "registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3", 4949 …geisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml", 4957 "name": "core-graphics-types", 4974 "name": "core-graphics-types", 4975 …geisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs", 5015 "name": "foreign-types", [all …]
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 1303 and conversions to other media types. 2022 and conversions to other media types. 3226 and conversions to other media types. 4435 and conversions to other media types. 5680 and conversions to other media types. 8427 and conversions to other media types. 9214 and conversions to other media types. 9802 and conversions to other media types. 10283 and conversions to other media types. 10969 and conversions to other media types. [all …]
|
/development/python-packages/fetchartifact/ |
D | poetry.lock | 747 install-types = ["pip"]
|
/development/tools/cargo_embargo/testdata/async-trait/ |
D | cargo.metadata | 1774 "description": "The core traits and types in for the `futures` library.\n",
|