HomeSort by relevance Sort by last modified time
    Searched full:dict (Results 201 - 225 of 278) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ppp/pppd/plugins/radius/
radiusclient.h 423 /* dict.c */
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 765 state->mode = DICT;
766 case DICT:
    [all...]
  /external/webkit/WebKitTools/CodeCoverage/
run-generate-coverage-data 220 # Two level dict. One for
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock.py 92 if type(value) in (dict, list, tuple, set):
  /external/zlib/
inflate.c 765 state->mode = DICT;
766 case DICT:
    [all...]
example.c 496 CHECK_ERR(err, "inflate with dict");
503 fprintf(stderr, "bad inflate with dict\n");
  /external/libxml2/
HTMLparser.c 5846 xmlDictPtr dict; local
    [all...]
SAX2.c 998 doc->dict = ctxt->dict;
999 xmlDictReference(doc->dict);
    [all...]
  /bionic/libc/netbsd/net/
services.h 267 \4dict\12\104t\0\
268 \4dict\12\104u\0\
  /external/libxml2/patches/
0001-Add-ICU-support-for-libxml.patch 536 ctxt->str_xmlns = xmlDictLookup(ctxt->dict, BAD_CAST "xmlns", 5);
537 ctxt->str_xml_ns = xmlDictLookup(ctxt->dict, XML_XML_NAMESPACE, 36);
  /external/webkit/WebCore/rendering/
RenderView.cpp 524 // Any new objects that remain were not found in the old objects dict, and so they need to be updated.
550 // Any new blocks that remain were not found in the old blocks dict, and so they need to be updated.
  /external/webkit/WebKit/mac/WebView/
WebPreferences.mm 297 NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
364 [[NSUserDefaults standardUserDefaults] registerDefaults:dict];
    [all...]
  /external/zlib/contrib/pascal/
example.pas 515 CHECK_ERR(err, 'inflate with dict');
522 EXIT_ERR('bad inflate with dict')
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 518 parser->str_xml = xmlDictLookup(parser->dict, BAD_CAST "xml", 3);
519 parser->str_xmlns = xmlDictLookup(parser->dict, BAD_CAST "xmlns", 5);
520 parser->str_xml_ns = xmlDictLookup(parser->dict, XML_XML_NAMESPACE, 36);
    [all...]
  /development/testrunner/
adb_interface.py 190 inst_finished_bundle (dict): Key/value pairs contained in the bundle that
  /external/clearsilver/
configure.in 73 EXTRA_UTL_SRC="$EXTRA_UTL_SRC skiplist.c dict.c"
  /external/freetype/include/freetype/internal/
psaux.h 236 FT_UInt dict; /* where we expect it */ member in struct:T1_FieldRec_
    [all...]
  /external/openssl/crypto/lhash/
lhash.c 439 * no collisions on /usr/dict/words and it distributes on %2^n quite
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 641 // Stop checking, this word is ok in at least one dict.
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java     [all...]
  /external/wpa_supplicant/
ctrl_iface_dbus_handlers.c 115 /* Second argument: dict of options */
458 * Returns: A dbus message containing a dict of strings
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 118 /* Second argument: dict of options */
516 * Returns: A dbus message containing a dict of strings
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 565 // Construct the dict list
635 printf("Building dict succeds\n");
  /external/dbus/doc/
dbus-specification.xml 315 container type. Implementations must not accept dict entries outside of
316 arrays, must not accept dict entries with zero, one, or more than two
317 fields, and must not accept dict entries with non-basic-typed keys. A
318 dict entry is always a key-value pair.
329 In most languages, an array of dict entry would be represented as a
330 map, hash table, or dict object.
412 <entry>Entry in a dict or map (array of key-value pairs)</entry>
    [all...]

Completed in 113 milliseconds

1 2 3 4 5 6 7 891011>>