Searched refs:dictionary (Results 1 – 5 of 5) 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)
|
/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/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/repohooks/tools/ |
D | pylintrc | 167 # Spelling dictionary name. Available dictionaries: none. To make it working 174 # A path to a file that contains private dictionary; one word per line. 177 # Tells whether to store unknown words to indicated private dictionary in
|