Home
last modified time | relevance | path

Searched refs:types (Results 1 – 22 of 22) sorted by relevance

/development/tools/ota_analysis/src/services/
Dpayload.js269 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/
Dcargo_out.rs257 .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()
Dmetadata.rs169 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/
DMethodSourcer.java97 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.jd12 types and custom. When launched under a restricted profile, this activity displays app
/development/tools/cargo_embargo/src/
Dmain.rs218 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()
Dcargo.rs84 pub types: Vec<CrateType>, field
/development/tools/apkcheck/
DREADME.txt111 (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/
DREADME.txt31 - 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/
DREADME.md12 The resulting errors will be mainly of 2 types:
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts152 onTypeFilterChanged(types: string[]) {
153 this.typeFilter = types;
/development/samples/SkeletonApp/
Dreadme.txt18 to the user (in the app launcher's list), handle data types, etc.
/development/apps/ShareTest/src/com/android/sharetest/
DShareTestActivity.kt432 mediaTypeSelection.selectedItem?.let { types -> in <lambda>() method
433 when (types) { in <lambda>()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp830 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/
Dquery_result.ts562 case 1: // cell types, a packed array containing one CellType per cell.
/development/vndk/tools/header-checker/
DREADME.md80 The file consists of multiple sections. There are two types of sections: global
/development/apps/OBJViewer/
DNOTICE46 and conversions to other media types.
/development/host/windows/usb/
DNOTICE33 and conversions to other media types.
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata1938 "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/
Dsdk_files_NOTICE.txt1303 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/
Dpoetry.lock747 install-types = ["pip"]
/development/tools/cargo_embargo/testdata/async-trait/
Dcargo.metadata1774 "description": "The core traits and types in for the `futures` library.\n",