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/
Dutils.py297 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)
Ddict_object.py74 def from_dict(cls, dictionary): argument
84 c.update(dictionary)
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTestHelper.java383 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/
DAndroid.bp9 // dictionary files during building. You can find more information about
16 dictionary: "example_fuzzer.dict",
/tools/repohooks/tools/
Dpylintrc242 # 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
Dspelling.txt398 dictionnary||dictionary
/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/metalava/
DAPI-LINT.md9 without consulting a dictionary.