Searched refs:dictionary (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/ |
D | helpers.py | 24 def validate_key(key, dictionary, expected_type, source): argument 38 if key not in dictionary: 39 raise RelayConfigError(MISSING_KEY_ERR_MSG % (key, source, dictionary)) 41 if not isinstance(dictionary[key], string_types): 43 (key, dictionary[key], expected_type, 44 dictionary)) 45 elif not isinstance(dictionary[key], expected_type): 47 (key, dictionary[key], expected_type, 48 dictionary)) 49 return dictionary[key]
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 297 def dict_purge_key_if_value_is_none(dictionary): argument 299 for k, v in dict(dictionary).items(): 301 del dictionary[k] 302 return dictionary 1375 for dictionary in dict_args: 1376 result.update(dictionary)
|
D | dict_object.py | 74 def from_dict(cls, dictionary): argument 84 c.update(dictionary)
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackTestHelper.java | 383 final Map<String, String> dictionary, in parseKeyValuePairFromFile() argument 400 if (dictionary.containsKey(key)) { in parseKeyValuePairFromFile() 402 resultMap.put(resultKeyPrefix + dictionary.get(key), value); in parseKeyValuePairFromFile()
|
/tools/security/fuzzing/example_fuzzer/ |
D | Android.bp | 9 // dictionary files during building. You can find more information about 16 dictionary: "example_fuzzer.dict",
|
/tools/repohooks/tools/ |
D | pylintrc | 242 # Spelling dictionary name. Available dictionaries: none. To make it working 249 # A path to a file that contains private dictionary; one word per line. 252 # Tells whether to store unknown words to indicated private dictionary in
|
D | spelling.txt | 398 dictionnary||dictionary
|
/tools/test/connectivity/acts/ |
D | README.md | 129 Test classes are instantiated with a dictionary of “controllers”. The 130 controllers dictionary contains all resources provided to the test class
|
/tools/metalava/ |
D | API-LINT.md | 9 without consulting a dictionary.
|