/external/chromium/third_party/zlib/ |
zlib.scons | 12 'Append' : dict( 40 'FilterOut' : dict( 42 'Replace' : dict( 99 'Append' : dict( 130 'FilterOut' : dict( 132 'Replace' : dict(
|
/external/qemu/android/utils/ |
bufprint.c | 113 CFDictionaryRef dict; local 119 dict = ProcessInformationCopyDictionary(&psn, 0xffffffff); 120 value = (CFStringRef)CFDictionaryGetValue(dict,
|
/build/core/ |
checktree | 96 # Make dict's here to support the "in" operations below 97 have = dict().fromkeys(have, 1) 98 added = dict().fromkeys(added, 1)
|
/external/chromium/net/proxy/ |
proxy_config_service_mac.cc | 23 bool GetBoolFromDictionary(CFDictionaryRef dict, 27 dict, key, CFNumberGetTypeID());
|
proxy_server.h | 122 CFDictionaryRef dict,
|
/external/chromium/third_party/icu/source/common/ |
triedict.h | 307 * @param dict The dictionary to use as input. 310 CompactTrieDictionary( const MutableTrieDictionary &dict, UErrorCode &status ); 378 * @param dict The dictionary to convert. 382 static CompactTrieHeader *compactMutableTrieDictionary( const MutableTrieDictionary &dict,
|
/external/libxml2/ |
Android.mk | 41 dict.c \
|
schematron.c | 136 xmlDictPtr dict; /* the dictionnary used internally */ member in struct:_xmlSchematron 159 xmlDictPtr dict; member in struct:_xmlSchematronValidCtxt 187 xmlDictPtr dict; /* dictionnary for interned string names */ member in struct:_xmlSchematronParserCtxt 403 pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH, 548 ret->dict = ctxt->dict; 549 xmlDictReference(ret->dict); 574 xmlDictFree(schema->dict); 605 ret->dict = xmlDictCreate(); 606 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1) [all...] |
valid.c | 926 xmlDictPtr dict = NULL; local 929 dict = doc->dict; 968 if (dict == NULL) 971 ret->name = xmlDictLookup(dict, name, -1); 973 if (dict == NULL) { 977 ret->prefix = xmlDictLookup(dict, name, l); 978 ret->name = xmlDictLookup(dict, tmp, -1); 1012 xmlDictPtr dict = NULL; local 1017 dict = doc->dict 1105 xmlDictPtr dict = NULL; local 1451 xmlDictPtr dict = NULL; local 1922 xmlDictPtr dict; local 1982 xmlDictPtr dict = NULL; local 2416 xmlDictPtr dict = NULL; local 2599 xmlDictPtr dict = NULL; local 3231 xmlDictPtr dict = NULL; local [all...] |
/external/qemu/ |
json-parser.c | 260 static int parse_pair(JSONParserContext *ctxt, QDict *dict, QList **tokens, va_list *ap) 280 parse_error(ctxt, token, "Missing value in dict"); 284 qdict_put_obj(dict, qstring_get_str(qobject_to_qstring(key)), value); 303 QDict *dict = NULL; local 314 dict = qdict_new(); 318 if (parse_pair(ctxt, dict, &working, ap) == -1) { 325 parse_error(ctxt, token, "expected separator in dict"); 331 if (parse_pair(ctxt, dict, &working, ap) == -1) { 348 return QOBJECT(dict); 353 QDECREF(dict); [all...] |
/external/v8/src/ |
code-stubs.cc | 109 Handle<NumberDictionary> dict = local 114 Heap::public_set_code_stubs(*dict);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 345 * @param dict The type of dictionary 348 public OpenWnnEvent(int code, int dict, WnnWord word) { 350 this.dictionaryType = dict;
|
/external/chromium/base/ |
mac_util.h | 112 CFTypeRef GetValueFromDictionary(CFDictionaryRef dict,
|
/external/freetype/src/cff/ |
cffload.c | 1316 FT_Byte* dict = NULL; local 1447 CFF_FontRecDict dict; local [all...] |
/external/webkit/WebCore/xml/ |
XSLStyleSheetLibxslt.cpp | 165 xmlDictFree(ctxt->dict); 166 ctxt->dict = m_parentStyleSheet->m_stylesheetDoc->dict; 167 xmlDictReference(ctxt->dict);
|
/external/webkit/WebKit/mac/History/ |
WebHistoryItemInternal.h | 49 - (id)initFromDictionaryRepresentation:(NSDictionary *)dict;
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
outputcapture.py | 36 self.saved_outputs = dict()
|
/external/e2fsprogs/e2fsck/ |
Android.mk | 53 dict.c \
|
/external/libxml2/include/libxml/ |
hash.h | 30 #include <libxml/dict.h> 110 xmlDictPtr dict);
|
xmlregexp.h | 43 #include <libxml/dict.h> 123 xmlDictPtr dict);
|
/external/qemu/distrib/sdl-1.2.12/src/main/macosx/ |
SDLMain.m | 46 NSDictionary *dict; 50 dict = (NSDictionary *)CFBundleGetInfoDictionary(CFBundleGetMainBundle()); 51 if (dict) 52 appName = [dict objectForKey: @"CFBundleName"];
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
json_layout_results_generator.py | 74 self._failures = dict( 78 self._test_timings = dict(
|
/external/webkit/WebKitTools/pywebsocket/test/ |
mock.py | 142 class MockTable(dict): 150 if isinstance(copy_from, dict):
|
/external/bluetooth/bluez/src/ |
manager.c | 183 DBusMessageIter dict; local 197 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict); 208 dict_append_array(&dict, "Adapters", DBUS_TYPE_OBJECT_PATH, &array, i); 211 dbus_message_iter_close_container(&iter, &dict);
|
/packages/inputmethods/LatinIME/native/src/ |
dictionary.h | 38 Dictionary(void *dict, int typedLetterMultipler, int fullWordMultiplier);
|