Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dproperties.go240 func (ps *PropertyStruct) ExcludeByTag(key, value string) { argument
244 func (ps *PropertyStruct) IncludeByTag(key, value string) { argument
248 func filterPropsByTag(props *[]Property, key, value string, exclude bool) { argument
261 func hasTag(tag reflect.StructTag, key, value string) bool { argument
/build/blueprint/proptools/
Dtag.go37 func PropertyIndexesWithTag(ps interface{}, key, value string) [][]int { argument
46 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int { argument
/build/make/tools/
Dcheck_radio_versions.py33 key, value = line.split()[1].split("=", 1) variable
40 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
Dproduct_debug.py21 def break_lines(key, val): 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.go61 func (e *Environment) Set(key, value string) { argument
/build/soong/android/
Donceper.go110 key interface{} member
Dsdk.go412 key OnceKey member
/build/make/tools/releasetools/
Dcommon.py437 def __getitem__(self, key): argument
440 def __setitem__(self, key, value): argument
443 def get(self, key, default=None): argument
530 def GetOemProperty(self, key): argument
694 def makeint(key): argument
1086 def GetAvbChainedPartitionArg(partition, info_dict, key=None): argument
1856 def SignFile(input_name, output_name, key, password, min_api_level=None, argument
3054 def ExtractAvbPublicKey(avbtool, key): argument
Dverity_utils.py98 block_device, signer_path, key, signer_args, argument
/build/soong/python/
Dpython.go675 key, value, curModule, otherModule string) bool { argument
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java243 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local