HomeSort by relevance Sort by last modified time
    Searched refs:dict (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_iphone.m 35 static const void * cfdict_get_key_str(CFDictionaryRef dict, const char *key)
43 res = CFDictionaryGetValue(dict, str);
151 CFDictionaryRef dict =
158 data = cfdict_get_key_str(dict, "SSID");
167 str = cfdict_get_key_str(dict, "BSSID");
182 num = cfdict_get_key_str(dict, "CAPABILITIES");
188 num = cfdict_get_key_str(dict, "CHANNEL");
194 num = cfdict_get_key_str(dict, "RSSI");
200 num = cfdict_get_key_str(dict, "NOISE");
206 data = cfdict_get_key_str(dict, "IE")
    [all...]
  /external/libxml2/include/libxml/
pattern.h 16 #include <libxml/dict.h>
54 xmlDict *dict,
  /external/chromium/base/json/
json_writer.cc 148 const DictionaryValue* dict = local
150 for (DictionaryValue::key_iterator key_itr = dict->begin_keys();
151 key_itr != dict->end_keys();
153 if (key_itr != dict->begin_keys()) {
160 bool result = dict->GetWithoutPathExpansion(*key_itr, &value);
  /external/chromium/base/
values_unittest.cc 263 DictionaryValue dict; local
264 dict.Set(key, new DeletionTestValue(&deletion_flag));
270 DictionaryValue dict; local
271 dict.Set(key, new DeletionTestValue(&deletion_flag));
273 dict.Clear();
278 DictionaryValue dict; local
279 dict.Set(key, new DeletionTestValue(&deletion_flag));
281 dict.Set(key, Value::CreateNullValue());
292 DictionaryValue dict; local
293 dict.Set(key, new DeletionTestValue(&deletion_flag))
307 DictionaryValue dict; local
318 DictionaryValue dict; local
    [all...]
base_gfx.scons 9 'Append' : dict(
69 'FilterOut' : dict(
71 'Replace' : dict(
128 'Append' : dict(
188 'FilterOut' : dict(
190 'Replace' : dict(
linux_versioninfo.scons 12 'Append' : dict(
43 'FilterOut' : dict(
45 'Replace' : dict(
102 'Append' : dict(
136 'FilterOut' : dict(
138 'Replace' : dict(
test_support_base.scons 12 'Append' : dict(
54 'FilterOut' : dict(
56 'Replace' : dict(
113 'Append' : dict(
158 'FilterOut' : dict(
160 'Replace' : dict(
test_support_perf.scons 12 'Append' : dict(
57 'FilterOut' : dict(
59 'Replace' : dict(
116 'Append' : dict(
164 'FilterOut' : dict(
166 'Replace' : dict(
  /external/libxml2/
entities.c 23 #include <libxml/dict.h>
96 xmlDictPtr dict = NULL; local
102 dict = entity->doc->dict;
108 if (dict != NULL) {
109 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name)))
112 (!xmlDictOwns(dict, entity->ExternalID)))
115 (!xmlDictOwns(dict, entity->SystemID)))
117 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI)))
120 && (!xmlDictOwns(dict, entity->content))
204 xmlDictPtr dict = NULL; local
405 xmlDictPtr dict; local
    [all...]
hash.c 55 xmlDictPtr dict; member in struct:_xmlHashTable
153 table->dict = NULL;
169 * @dict: a dictionary to use for the hash
171 * Create a new xmlHashTablePtr which will use @dict as the internal dictionary
176 xmlHashCreateDict(int size, xmlDictPtr dict) {
181 table->dict = dict;
182 xmlDictReference(dict);
308 if (table->dict == NULL) {
327 if (table->dict)
    [all...]
pattern.c 33 #include <libxml/dict.h>
80 if ((c)->comp->dict) \
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
98 xmlDict *dict; /* the dictionary if any */ member in struct:_xmlStreamComp
163 xmlDictPtr dict; /* the optional dictionary */ member in struct:_xmlPattern
179 xmlDictPtr dict; /* the dictionary if any */ member in struct:_xmlPatParserContext
241 if (comp->dict == NULL) {
252 if (comp->dict != NULL)
253 xmlDictFree(comp->dict);
    [all...]
  /external/skia/include/core/
SkTDict.h 123 Iter(const SkTDict<T>& dict)
125 fIter = dict.fArray.begin();
126 fStop = dict.fArray.end();
  /external/freetype/src/cff/
cffobjs.c 527 CFF_FontRecDict dict; local
552 dict = &cff->top_font.font_dict;
556 if ( dict->cid_registry == 0xFFFFU && !psnames )
565 if ( !dict->units_per_em )
566 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM;
577 FT_Matrix* matrix = &dict->font_matrix;
578 FT_Vector* offset = &dict->font_offset;
579 FT_ULong* upm = &dict->units_per_em;
679 if ( dict->cid_registry != 0xFFFFU )
685 cffface->bbox.xMin = dict->font_bbox.xMin >> 16
    [all...]
cffparse.c 450 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
451 FT_Matrix* matrix = &dict->font_matrix;
452 FT_Vector* offset = &dict->font_offset;
453 FT_ULong* upm = &dict->units_per_em;
506 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
507 FT_BBox* bbox = &dict->font_bbox;
530 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
539 dict->private_size = cff_parse_num( data++ );
540 dict->private_offset = cff_parse_num( data );
551 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object local
    [all...]
  /external/icu4c/common/
triedict.h 270 * @param dict The dictionary to use as input.
273 CompactTrieDictionary( const MutableTrieDictionary &dict, UErrorCode &status );
334 * @param dict The dictionary to convert.
338 static CompactTrieHeader *compactMutableTrieDictionary( const MutableTrieDictionary &dict,
  /external/protobuf/python/google/protobuf/
descriptor.py 175 fields_by_number: (dict int -> FieldDescriptor) Same FieldDescriptor
178 fields_by_name: (dict str -> FieldDescriptor) Same FieldDescriptor
184 nested_types_by_name: (dict str -> Descriptor) Same Descriptor
190 enum_types_by_name: (dict str ->EnumDescriptor) Same EnumDescriptor
193 enum_values_by_name: (dict str -> EnumValueDescriptor) Dict mapping
198 extensions_by_name: (dict, string -> FieldDescriptor) Same FieldDescriptor
233 self.fields_by_number = dict((f.number, f) for f in fields)
234 self.fields_by_name = dict((f.name, f) for f in fields)
237 self.nested_types_by_name = dict((t.name, t) for t in nested_types
    [all...]
  /external/bluetooth/bluez/src/
dbus-common.c 230 void dict_append_entry(DBusMessageIter *dict,
241 dbus_message_iter_open_container(dict, DBUS_TYPE_DICT_ENTRY,
248 dbus_message_iter_close_container(dict, &entry);
251 void dict_append_array(DBusMessageIter *dict, const char *key, int type,
256 dbus_message_iter_open_container(dict, DBUS_TYPE_DICT_ENTRY,
263 dbus_message_iter_close_container(dict, &entry);
  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 76 NSDictionary *dict;
80 dict = [NSDictionary dictionaryWithObjectsAndKeys:
85 return [self initWithDomain:domain code:code userInfo:dict];
155 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
173 [NSError _webkit_addErrorsWithCodesAndDescriptions:dict inDomain:WebKitErrorDomain];
  /development/tools/axl/
singletonmixin.py 52 def __new__(metaclass, strName, tupBases, dict):
53 if '__new__' in dict:
55 return super(MetaSingleton,metaclass).__new__(metaclass, strName, tupBases, dict)
178 def __new__(metaclass, strName, tupBases, dict):
179 return super(MetaSingleton,metaclass).__new__(metaclass, strName, tupBases, dict)
  /external/zlib/contrib/blast/
blast.c 279 int dict; /* log2(dictionary size) - 6 */ local
320 dict = bits(s, 8);
321 if (dict < 4 || dict > 6) return -2;
332 symbol = len == 2 ? 2 : dict;
  /external/chromium/net/
net_resources.scons 12 'Append' : dict(
39 'FilterOut' : dict(
41 'Replace' : dict(
98 'Append' : dict(
128 'FilterOut' : dict(
130 'Replace' : dict(
net_test_support.scons 12 'Append' : dict(
57 'FilterOut' : dict(
59 'Replace' : dict(
116 'Append' : dict(
164 'FilterOut' : dict(
166 'Replace' : dict(
  /external/chromium/third_party/icu/
icudata.scons 12 'Append' : dict(
43 'FilterOut' : dict(
45 'Replace' : dict(
102 'Append' : dict(
136 'FilterOut' : dict(
138 'Replace' : dict(
  /external/chromium/third_party/libevent/
libevent.scons 12 'Append' : dict(
41 'FilterOut' : dict(
43 'Replace' : dict(
100 'Append' : dict(
132 'FilterOut' : dict(
134 'Replace' : dict(
  /external/chromium/third_party/modp_b64/
modp_b64.scons 12 'Append' : dict(
39 'FilterOut' : dict(
41 'Replace' : dict(
98 'Append' : dict(
128 'FilterOut' : dict(
130 'Replace' : dict(

Completed in 938 milliseconds

12 3 4 5 6 7 8