/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 | extract_kernel.py | 46 def get_from_release(input_bytes, start_idx, key): argument 60 def dump_from_release(input_bytes, key): argument
|
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 | 412 key OnceKey member
|
/build/make/tools/releasetools/ |
D | common.py | 437 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
|
D | verity_utils.py | 98 block_device, signer_path, key, signer_args, argument
|
/build/soong/python/ |
D | python.go | 675 key, value, curModule, otherModule string) bool { argument
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 243 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() local
|