Home
last modified time | relevance | path

Searched defs:types (Results 1 – 13 of 13) sorted by relevance

/development/tools/winscope/src/trace_collection/
Dadb_files.ts32 types: TraceType[]; property
/development/tools/motion/motion_test_watcher_app/
Dtsconfig.app.json7 "types": [] array
Dtsconfig.spec.json7 "types": [ array
/development/tools/cargo_embargo/testdata/rustc-demangle-capi/
Dcrates.json7 "types": ["staticlib"], array
33 "types": ["test"], array
/development/tools/cargo_embargo/testdata/either/
Dcrates.json7 "types": ["lib"], array
26 "types": ["test"], array
/development/tools/cargo_embargo/testdata/aho-corasick/
Dcrates.json7 "types": ["lib"], array
33 "types": ["test"], array
/development/tools/cargo_embargo/testdata/async-trait/
Dcrates.json7 "types": ["proc-macro"], array
/development/tools/cargo_embargo/testdata/plotters/
Dcrates.json7 "types": ["lib"], array
/development/tools/winscope/src/trace_collection/ui/
Dui_trace_configuration.ts30 types: TraceType[]; property
/development/tools/cargo_embargo/src/
Dcargo.rs79 pub types: Vec<CrateType>, field
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java97 Type[] types = Type.getArgumentTypes(mDesc); in writeHeader() local
/development/apps/ShareTest/src/com/android/sharetest/
DShareTestActivity.kt454 mediaTypeSelection.selectedItem?.let { types -> in <lambda>() method
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp856 static Qualifiers ResolveQualifiers(const AbiElementMap<const TypeIR *> &types, in ResolveQualifiers()