Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Dhelpers.py24 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/
Ddict_object.py74 def from_dict(cls, dictionary): argument
84 c.update(dictionary)
Dutils.py302 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/
DAndroid.bp13 // dictionary files during building. You can find more information about
20 dictionary: "example_fuzzer.dict",
/tools/test/connectivity/acts/
DREADME.md129 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/
DAndroid.bp30 dictionary: "example_java_fuzzer.dict",
/tools/security/fuzzing/example_rust_fuzzer/
DAndroid.bp27 dictionary: "example_rust_fuzzer.dict",
/tools/asuite/aidegen/
DREADME.md87 If you get an error like: "Dependent modules dictionary is empty." or other errors, try a make
/tools/metalava/
DAPI-LINT.md9 without consulting a dictionary.