/build/blueprint/bootstrap/bpdoc/ |
D | properties.go | 240 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/ |
D | tag.go | 37 func PropertyIndexesWithTag(ps interface{}, key, value string) [][]int { argument 46 func propertyIndexesWithTag(t reflect.Type, key, value string) [][]int { argument
|
/build/make/tools/ |
D | check_radio_versions.py | 33 key, value = line.split()[1].split("=", 1) variable 40 key, fn = item.split(":", 1) variable
|
D | product_debug.py | 21 def break_lines(key, val): argument
|
/build/make/tools/signtos/ |
D | SignTos.java | 110 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local 203 private static String getSignatureAlgorithm(Key key) { in getSignatureAlgorithm()
|
/build/soong/ui/build/ |
D | environment.go | 61 func (e *Environment) Set(key, value string) { argument
|
/build/soong/android/ |
D | onceper.go | 110 key interface{} member
|
D | sdk.go | 398 key OnceKey member
|
/build/make/tools/releasetools/ |
D | common.py | 413 def __getitem__(self, key): argument 416 def __setitem__(self, key, value): argument 419 def get(self, key, default=None): argument 506 def GetOemProperty(self, key): argument 668 def makeint(key): argument 1059 def GetAvbChainedPartitionArg(partition, info_dict, key=None): argument 1792 def SignFile(input_name, output_name, key, password, min_api_level=None, argument 2986 def ExtractAvbPublicKey(avbtool, key): argument
|
D | verity_utils.py | 98 block_device, signer_path, key, signer_args, argument
|
/build/soong/python/ |
D | python.go | 656 key, value, curModule, otherModule string) bool { argument
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 245 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local
|