Searched refs:dict (Results 176 - 200 of 630) sorted by relevance

1234567891011>>

/external/autotest/frontend/server/
H A Dmodels.py50 attributes = dict([(a.attribute, a.value)
86 attributes = dict([(a.attribute, a.value)
/external/dhcpcd-6.8.2/dbus/
H A Drpc-dbus.c46 #include "dbus-dict.h"
300 DBusMessageIter args, dict; local
322 &dict);
346 retval = append_config(&dict, prefix, env, elen);
357 dbus_message_iter_close_container(&args, &dict);
376 DBusMessageIter args, dict; local
398 &dict);
422 retval = append_config(&dict, prefix, env, elen);
433 dbus_message_iter_close_container(&args, &dict);
/external/fonttools/Lib/fontTools/misc/
H A Dsstruct.py65 if not isinstance(obj, dict):
83 if isinstance(obj, dict):
/external/fonttools/Tools/fontTools/misc/
H A Dsstruct.py65 if not isinstance(obj, dict):
83 if isinstance(obj, dict):
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDictionaryBreakEngine.java42 public int candidates(CharacterIterator fIter, DictionaryMatcher dict, int rangeEnd) { argument
46 prefix = dict.matches(fIter, rangeEnd - start, lengths, count, lengths.length);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDictionaryBreakEngine.java41 public int candidates(CharacterIterator fIter, DictionaryMatcher dict, int rangeEnd) { argument
45 prefix = dict.matches(fIter, rangeEnd - start, lengths, count, lengths.length);
/external/libbrillo/brillo/dbus/
H A Dexported_property_set.cc76 VariantDictionary* dict) {
77 *dict = GetInterfaceProperties(interface_name);
74 WritePropertiesToDict( const std::string& interface_name, VariantDictionary* dict) argument
H A Dexported_property_set.h95 using PropertyWriter = base::Callback<void(VariantDictionary* dict)>;
138 VariantDictionary* dict);
/external/libchrome/base/trace_event/
H A Dtrace_config.h233 void InitializeFromConfigDict(const DictionaryValue& dict);
245 void AddCategoryToDict(DictionaryValue* dict,
/external/libxml2/include/libxml/
H A Dhash.h30 #include <libxml/dict.h>
110 xmlDictPtr dict);
H A Dxmlregexp.h43 #include <libxml/dict.h>
123 xmlDictPtr dict);
/external/toolchain-utils/crosperf/
H A Dresults_organizer.py65 added_runs = _Repeat(dict, max_dup)
134 make_dicts = lambda n=num_iterations: _Repeat(dict, n)
139 """Create a dict from benchmark_runs.
141 The structure of the output dict is as follows:
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDStatsBuilder.m308 NSMutableDictionary *dict = [NSMutableDictionary dictionary];
310 NSMutableArray *values = dict[pair.key];
313 dict[pair.key] = values;
317 return dict;
/external/libxml2/
H A Dvalid.c924 xmlDictPtr dict = NULL; local
927 dict = doc->dict;
966 if (dict == NULL)
969 ret->name = xmlDictLookup(dict, name, -1);
971 if (dict == NULL) {
975 ret->prefix = xmlDictLookup(dict, name, l);
976 ret->name = xmlDictLookup(dict, tmp, -1);
1010 xmlDictPtr dict = NULL; local
1015 dict
1103 xmlDictPtr dict = NULL; local
1449 xmlDictPtr dict = NULL; local
1874 xmlDictPtr dict; local
1934 xmlDictPtr dict = NULL; local
2368 xmlDictPtr dict = NULL; local
2551 xmlDictPtr dict = NULL; local
3184 xmlDictPtr dict = NULL; local
[all...]
/external/syslinux/lzo/src/
H A Dlzo_swd.ch116 const lzo_bytep dict;
185 void swd_initdict(lzo_swd_p s, const lzo_bytep dict, lzo_uint dict_len)
187 s->dict = s->dict_end = NULL;
190 if (!dict || dict_len == 0)
194 dict += dict_len - s->swd_n;
198 s->dict = dict;
200 s->dict_end = dict + dict_len;
201 lzo_memcpy(s_b(s),dict,dict_len);
241 int swd_init(lzo_swd_p s, const lzo_bytep dict, lzo_uin
[all...]
/external/autotest/client/cros/
H A Dec.py269 pinfo = dict(enabled=None, power_role=None, data_role=None,
296 svids = dict()
320 svids[svid] = dict(active=active, configs=configs, opos=opos)
401 flash_dict = dict.fromkeys(['ptype', 'vid', 'pid', 'dev_major',
/external/autotest/client/site_tests/hardware_ch7036/
H A Dhardware_ch7036.py65 found = dict((k, False) for k in _LOG_CHECKLIST)
/external/autotest/client/tests/bonnie/
H A Dbonnie.py81 self.write_perf_keyval(dict(zip(keys,fields)))
/external/autotest/contrib/
H A Ddhcp_failed_machines.py31 d = dict([h.strip().split()[-2:] for h in hostconf])
/external/autotest/scheduler/
H A Drdb_utils.py123 self.min_duts_map = dict(
/external/autotest/site_utils/stats/
H A Dmysql_stats.py70 baselines = dict((s, GetStatus(cursor, s))
98 @param baselines: A dict containing the initial values for the cumulative
/external/chromium-trace/catapult/devil/devil/utils/
H A Dusb_hubs.py27 port_mapping: [dict(int:(int|dict))] maps virtual to physical port
76 mapping: [dict] Mapping between virtual and physical ports.
84 if isinstance(physical, dict):
/external/chromium-trace/catapult/telemetry/telemetry/story/
H A Dstory.py27 grouping_keys: A dict of grouping keys that will be added to values computed
65 assert isinstance(grouping_keys, dict)
97 """Converts a story object to a dict suitable for JSON output."""
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dreplay_test.py26 class MockOptions(dict):
27 """A dict with items that can be accessed as attributes."""
/external/clang/tools/scan-build-py/tests/unit/
H A Dtest_runner.py185 result = dict()
323 self.assertEqual(method_without_expecteds(dict()), 0)
329 self.assertRaises(KeyError, method_with_expecteds, dict())
336 self.assertRaises(Exception, method_exception_from_inside, dict())

Completed in 4593 milliseconds

1234567891011>>