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

1 2 3 4 56 7 8 91011>>

  /external/srec/tools/cmd/
pht_to_short.pl 35 open(OO, ">$okfile") || die "error opening output dict $okfile\n";
  /external/webkit/WebCore/manual-tests/memory/
xhr-multiple-requests-responseXML.html 40 if ( items.childNodes[i].childNodes[j].nodeName == "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()
  /packages/inputmethods/LatinIME/native/src/
dictionary.h 33 Dictionary(void *dict, int typedLetterMultipler, int fullWordMultiplier);
  /packages/inputmethods/PinyinIME/res/values/
strings.xml 19 <!-- version = apk(java) + ime engine + sys dict + [hotlist (TBD)] -->
  /external/libxml2/
tree.c 1023 * Free a string if it is not owned by the "dict" dictionnary in the
1027 if ((str) && ((!dict) || \
1028 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1036 * Copy a string using a "dict" dictionnary in the current scope,
1041 if (dict) { \
1042 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1045 cpy = (xmlChar *) xmlDictLookup((dict), (const xmlChar *)(str), -1); \
1053 * Copy a string using a "dict" dictionnary in the current scope,
1058 if (dict) { \
1059 if (xmlDictOwns(dict, (const xmlChar *)(str)))
1075 xmlDictPtr dict = NULL; local
1181 xmlDictPtr dict = NULL; local
2029 xmlDictPtr dict = NULL; local
3579 xmlDictPtr dict = NULL; local
3648 xmlDictPtr dict = NULL; local
4990 xmlDictPtr dict; local
9157 xmlDictPtr dict; \/* The destination dict *\/ local
    [all...]
xmlreader.c 139 xmlDictPtr dict; /* the context dictionnary */ member in struct:_xmlTextReader
167 const xmlChar * xinclude_name; /* the xinclude name from dict */
191 #define CONSTSTR(str) xmlDictLookup(reader->dict, (str), -1)
192 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
206 * Free a string if it is not owned by the "dict" dictionnary in the
210 if ((str) && ((!dict) || \
211 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
225 xmlDictPtr dict = NULL; local
230 dict = id->doc->dict;
280 xmlDictPtr dict; local
338 xmlDictPtr dict; local
415 xmlDictPtr dict; local
    [all...]
  /development/testrunner/
am_instrument_parser.py 36 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
76 inst_finished_bundle (dict): Key/value pairs contained in the bundle that is
  /development/tools/axl/
chewie.py 15 # can't just use a dict, because there can be dups
176 pylab.figtext(0.82, 0.30, caption, bbox=dict(facecolor='lightgrey', alpha=0.5))
  /external/bluetooth/bluez/doc/
device-api.txt 17 Methods dict GetProperties()
34 dict DiscoverServices(string pattern)
  /external/e2fsprogs/e2fsck/
Makefile.in 64 OBJS= dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o pass3.o pass4.o \
69 PROFILED_OBJS= profiled/dict.o profiled/unix.o profiled/e2fsck.o \
80 $(srcdir)/dict.c \
249 dict.o: $(srcdir)/dict.c $(srcdir)/dict.h
271 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict.h
278 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict.h
  /external/libxml2/include/libxml/
hash.h 30 #include <libxml/dict.h>
110 xmlDictPtr dict);
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
63 DICTID -> DICT -> TYPE
  /external/v8/src/
code-stubs.cc 109 Handle<NumberDictionary> dict = local
114 Heap::public_set_code_stubs(*dict);
  /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/zlib/
inflate.h 31 DICT, /* waiting for inflateSetDictionary() call */
63 DICTID -> DICT -> TYPE
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 64 private native void closeNative(int dict);
66 private native int getSuggestionsNative(int dict, int[] inputCodes, int codesSize,
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 589 DBusMessageIter dict_entry, dict; local
611 dbus_message_iter_recurse(iter, &dict);
614 if (dbus_message_iter_get_arg_type(&dict) != DBUS_TYPE_DICT_ENTRY)
616 dbus_message_iter_recurse(&dict, &dict_entry);
629 } while(dbus_message_iter_next(&dict));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KanaConverter.java 500 * @param dict The dictionary
502 public void setDictionary(WnnDictionary dict) {
504 mPosDefault = dict.getPOS(WnnDictionary.POS_TYPE_MEISI);
505 mPosNumber = dict.getPOS(WnnDictionary.POS_TYPE_SUUJI);
506 mPosSymbol = dict.getPOS(WnnDictionary.POS_TYPE_KIGOU);
  /external/bluetooth/bluez/audio/
gateway.c 979 DBusMessageIter dict; local
993 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict);
997 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &value);
1004 dict_append_entry(&dict, "RegistrationStatus",
1007 dict_append_entry(&dict, "SignalStrength",
1010 dict_append_entry(&dict, "RoamingStatus",
1013 dict_append_entry(&dict, "BatteryCharge",
1019 dict_append_entry(&dict, "SpeakerGain", DBUS_TYPE_UINT16,
1023 dict_append_entry(&dict, "MicrophoneGain", DBUS_TYPE_UINT16,
1026 dbus_message_iter_close_container(&iter, &dict);
    [all...]
  /build/tools/releasetools/
common.py 167 those which require them. Return a {key: password} dict. password
192 key_passwords.update(dict.fromkeys(no_passwords, None))
263 and return a {package: cert} dict."""
293 Add a key/value pair to the 'extras' dict, which device-specific
368 returning a dict. (The dict may have keys in addition to the
402 'current' whose value is fales. Returns a new dict with all the
  /external/bluetooth/bluez/network/
server.c 678 DBusMessageIter dict; local
690 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict);
692 dict_append_entry(&dict, "Name", DBUS_TYPE_STRING, &ns->name);
695 dict_append_entry(&dict, "Uuid", DBUS_TYPE_STRING, &uuid);
697 dict_append_entry(&dict, "Enabled", DBUS_TYPE_BOOLEAN, &ns->enable);
699 dbus_message_iter_close_container(&iter, &dict);
712 return invalid_arguments(msg, "Not a dict");
  /external/icu4c/common/
dictbe.cpp 122 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd );
148 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) {
153 prefix = dict->matches(text, rangeEnd-start, lengths, count, sizeof(lengths)/sizeof(lengths[0]));

Completed in 294 milliseconds

1 2 3 4 56 7 8 91011>>