Home
last modified time | relevance | path

Searched defs:list (Results 1 – 20 of 20) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_file/src/
Dmain.rs181 let list: FlagValueList = serde_json::from_str(&input_json).unwrap(); in main() localVariable
185 let list: FlagInfoList = serde_json::from_str(&input_json).unwrap(); in main() localVariable
Dflag_value.rs75 let list = Self { in from_bytes() localVariable
127 let list = Self { header, booleans }; in from_bytes() localVariable
Dflag_info.rs75 let list = Self { in from_bytes() localVariable
189 let list = Self { header, nodes }; in from_bytes() localVariable
/build/make/tools/
Dlist_files.py63 def list(self) -> None: member in FileLister
/build/make/tools/product_config/src/com/android/build/config/
DStr.java75 public static ArrayList<Str> toList(Position pos, List<String> list) { in toList()
DValue.java55 public Value(List<Str> list) { in Value()
DMakeWriter.java147 final List<Str> list = value.getList(); in writeFlat() local
DFlattenConfig.java434 final List<Str> list = assign.getValue(); in flattenAssignList() local
/build/make/tools/aconfig/aconfig/src/storage/
Dflag_value.rs50 let mut list = FlagValueList { in create_flag_value() localVariable
Dflag_info.rs65 let mut list = FlagInfoList { in create_flag_info() localVariable
/build/soong/bpfix/cmd_lib/
Dbpfix.go38 list = flag.Bool("l", false, "list files whose formatting differs from bpfmt's") var
/build/blueprint/bpfmt/
Dbpfmt.go24 list = flag.Bool("l", false, "list files whose formatting differs from bpfmt's") var
/build/soong/android/
Dfixture.go433 list() []*simpleFixturePreparer methodSpec
540 func (c *compositeFixturePreparer) list() []*simpleFixturePreparer { func
561 func (s *simpleFixturePreparer) list() []*simpleFixturePreparer { func
Dsdk.go198 list []sdkRegisterable member
/build/soong/ui/execution_metrics/
Dexecution_metrics.go81 list []string member
/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/
DPackageTable.java71 List<String> list = new ArrayList<>(mHeader.mNumPackages); in getPackageList() local
/build/blueprint/bpmodify/cmd/
Dmain.go25 list = flag.Bool("l", false, "list files that would be modified by bpmodify") var
/build/soong/mk2rbc/
Dexpr.go492 list starlarkExpr member
671 list starlarkExpr member
Dnode.go301 list starlarkExpr member
/build/make/tools/aconfig/aflags/src/
Dmain.rs254 fn list(source_type: FlagSourceType, container: Option<String>) -> Result<String> { in list() function