/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_osx.m | 49 static void wpa_driver_osx_dump_dict(CFDictionaryRef dict, const char *title) 53 title, (unsigned int) CFDictionaryGetCount(dict)); 54 CFDictionaryApplyFunction(dict, dump_dict_cb, NULL);
|
/external/bluetooth/bluez/src/ |
adapter.c | 1139 DBusMessageIter dict; local 1161 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict); 1165 dict_append_entry(&dict, "Address", DBUS_TYPE_STRING, &property); 1172 dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &property); 1178 dict_append_entry(&dict, "Class", DBUS_TYPE_UINT32, &class); 1182 dict_append_entry(&dict, "Powered", DBUS_TYPE_BOOLEAN, &value); 1186 dict_append_entry(&dict, "Discoverable", DBUS_TYPE_BOOLEAN, &value); 1189 dict_append_entry(&dict, "Pairable", DBUS_TYPE_BOOLEAN, 1193 dict_append_entry(&dict, "DiscoverableTimeout", 1197 dict_append_entry(&dict, "PairableTimeout" 2661 DBusMessageIter dict; local [all...] |
/external/bluetooth/bluez/audio/ |
device.c | 539 DBusMessageIter dict; local 551 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict); 556 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state); 558 dbus_message_iter_close_container(&iter, &dict);
|
source.c | 619 DBusMessageIter dict; local 631 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict); 636 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state); 638 dbus_message_iter_close_container(&iter, &dict);
|
sink.c | 740 DBusMessageIter dict; local 753 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict); 757 dict_append_entry(&dict, "Playing", DBUS_TYPE_BOOLEAN, &value); 761 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &value); 766 dict_append_entry(&dict, "State", DBUS_TYPE_STRING, &state); 768 dbus_message_iter_close_container(&iter, &dict);
|
control.c | 1029 DBusMessageIter dict; local 1041 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict); 1045 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &value); 1047 dbus_message_iter_close_container(&iter, &dict);
|
/external/clearsilver/util/ |
wdb.h | 16 #include "util/dict.h"
|
/external/e2fsprogs/e2fsck/ |
dict.h | 17 * $Id: dict.h,v 1.22.2.6 2000/11/13 01:36:44 kaz Exp $
|
/external/skia/src/views/ |
SkViewInflate.cpp | 89 // now that the tree is built, give everyone a shot at the ID dict
|
SkView.cpp | 645 void SkView::postInflate(const SkTDict<SkView*>& dict) 647 this->onPostInflate(dict); 652 child->postInflate(dict);
|
/external/bluetooth/bluez/doc/ |
adapter-api.txt | 17 Methods dict GetProperties() 179 DeviceFound(string address, dict values)
|
/external/v8/src/ |
objects-debug.cc | 1205 StringDictionary* dict = property_dictionary(); local 1231 NumberDictionary* dict = element_dictionary(); local [all...] |
/packages/inputmethods/LatinIME/native/src/ |
dictionary.cpp | 40 Dictionary::Dictionary(void *dict, int typedLetterMultiplier, int fullWordMultiplier) 42 mDict = (unsigned char*) dict;
|
/external/webkit/WebKit/win/ |
WebPreferences.cpp | 447 void WebPreferences::copyWebKitPreferencesToCFPreferences(CFDictionaryRef dict) 449 ASSERT_ARG(dict, dict); 451 int count = CFDictionaryGetCount(dict); 456 bool omitDefaults = !booleanValueForPreferencesValue(CFDictionaryGetValue(dict, didRemoveDefaultsKey)); 460 CFDictionaryGetKeysAndValues(dict, keys.get(), values.get()); [all...] |
WebURLResponse.cpp | 410 CFDictionaryRef dict = certificateDictionary(); local 411 if (!dict) 413 void* data = wkGetSSLPeerCertificateData(dict);
|
/build/tools/releasetools/ |
ota_from_target_files | 88 """Given a dict, return the key corresponding to the largest 89 value. Returns 'default' if the dict is empty.""" 182 Returns a dict of {(uid, gid, dmode, fmode): count} counting up 258 optional dict of {output filename: contents} to be output instead of 440 ZipFile, and return a dict of {filename: File object}.""" 786 target_symlinks_d = dict([(i[1], i[0]) for i in target_symlinks]) 794 source_symlinks_d = dict([(i[1], i[0]) for i in source_symlinks])
|
/external/libxml2/ |
parser.c | 975 ctxt->str_xml = xmlDictLookup(ctxt->dict, BAD_CAST "xml", 3); 976 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5); 977 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36); 1118 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict); 1129 name = xmlDictLookup(ctxt->dict, fullname, -1); 1132 name = xmlDictLookup(ctxt->dict, name, -1); 1133 prefix = xmlDictLookup(ctxt->dict, fullname, len); 13911 xmlDictPtr dict; local [all...] |
/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/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 319 """Takes a dict of strings->constants and returns a dict mapping [all...] |
/cts/tools/dasm/src/dasm/ |
Scanner.java | 104 public Hashtable dict = new Hashtable(); field in class:Scanner 319 if ((v = dict.get(s)) != null) return (token) v;
|
/dalvik/vm/mterp/ |
README.txt | 143 %include "filename" [subst-dict] 152 %default <subst-dict>
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 140 return dict((name, pickle.loads(val)) 259 old_globals = dict(statement_module.__dict__)
|
/external/webkit/WebKitTools/simplejson/ |
decoder.py | 205 | object | dict | 240 place of the given ``dict``. This can be used to provide custom
|
/packages/inputmethods/PinyinIME/jni/include/ |
userdict.h | 201 // whole disk file size or in-mem dict size 423 // | Dict Info (4x) |
|
/build/tools/ |
java-event-log-tags.py | 66 merged_by_name = dict([(t.tagname, t) for t in merged_tagfile.tags])
|