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 | dict_object.py | 74 def from_dict(cls, dictionary): argument 84 c.update(dictionary)
|
D | utils.py | 302 def dict_purge_key_if_value_is_none(dictionary): argument 304 for k, v in dict(dictionary).items(): 306 del dictionary[k] 307 return dictionary 1393 for dictionary in dict_args: 1394 result.update(dictionary)
|
/tools/security/fuzzing/example_fuzzer/ |
D | Android.bp | 13 // dictionary files during building. You can find more information about 20 dictionary: "example_fuzzer.dict",
|
/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/security/fuzzing/example_java_fuzzer/ |
D | Android.bp | 30 dictionary: "example_java_fuzzer.dict",
|
/tools/security/fuzzing/example_rust_fuzzer/ |
D | Android.bp | 27 dictionary: "example_rust_fuzzer.dict",
|
/tools/asuite/aidegen/ |
D | README.md | 87 If you get an error like: "Dependent modules dictionary is empty." or other errors, try a make
|
/tools/metalava/ |
D | API-LINT.md | 9 without consulting a dictionary.
|