Home
last modified time | relevance | path

Searched defs:key (Results 1 – 17 of 17) sorted by relevance

/build/blueprint/proptools/
Dtag.go44 func PropertyIndexesWithTag(ps interface{}, key, value string) [][]int { argument
53 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int { argument
/build/blueprint/bootstrap/bpdoc/
Dproperties.go311 func (ps *PropertyStruct) ExcludeByTag(key, value string) { argument
315 func (ps *PropertyStruct) IncludeByTag(key, value string) { argument
319 func filterPropsByTag(props *[]Property, key, value string, exclude bool) { argument
333 func hasTag(tag reflect.StructTag, key, value string) bool { argument
/build/make/tools/
Dcheck_radio_versions.py40 key, value = line.split()[1].split("=", 1) variable
47 key, fn = item.split(":", 1) variable
Dextract_kernel.py46 def get_from_release(input_bytes, start_idx, key): argument
60 def dump_from_release(input_bytes, key): argument
Dcompare_builds.py458 def SortByTimestamp(items, key=lambda item: item): argument
/build/soong/ui/metrics/
Dhostinfo_linux.go27 fillInfo(key, value string) argument
/build/make/tools/signtos/
DSignTos.java110 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local
203 private static String getSignatureAlgorithm(Key key) { in getSignatureAlgorithm()
/build/soong/ui/build/
Denvironment.go74 func (e *Environment) Set(key, value string) { argument
/build/soong/android/
Donceper.go121 key interface{} member
/build/make/tools/perf/
Dformat_benchmarks81 def group_by(l, key): argument
/build/soong/ui/metrics/proc/
Dstatus.go67 func fillProcStatus(s *ProcStatus, key, value string) { argument
/build/make/tools/releasetools/
Dfsverity_metadata_generator.py61 def set_key(self, key): argument
Dcommon.py522 def __getitem__(self, key): argument
525 def __setitem__(self, key, value): argument
528 def get(self, key, default=None): argument
672 def GetOemProperty(self, key): argument
945 def makeint(key): argument
1592 def GetAvbChainedPartitionArg(partition, info_dict, key=None): argument
2530 def SignFile(input_name, output_name, key, password, min_api_level=None, argument
3776 def ExtractAvbPublicKey(avbtool, key): argument
Dota_from_target_files.py565 def ModifyTargetFilesDynamicPartitionInfo(input_file, key, value): argument
/build/make/tools/aconfig/aflags/src/
Ddevice_config_source.rs32 let key = in parse_device_config() localVariable
/build/make/tools/compliance/
Dnoticeindex.go598 key string member
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java247 Key key = skFactory.generateSecret(new PBEKeySpec(readPassword(keyFile.getPath()))); in decryptPrivateKey() local