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

1 2 34 5 6 7 8

  /external/chromium/base/
base_i18n.scons 12 'Append' : dict(
57 'FilterOut' : dict(
59 'Replace' : dict(
116 'Append' : dict(
164 'FilterOut' : dict(
166 'Replace' : dict(
base_unittests.scons 12 'Append' : dict(
96 'FilterOut' : dict(
98 'Replace' : dict(
155 'Append' : dict(
242 'FilterOut' : dict(
244 'Replace' : dict(
base.scons 12 'Append' : dict(
57 'FilterOut' : dict(
59 'Replace' : dict(
116 'Append' : dict(
164 'FilterOut' : dict(
166 'Replace' : dict(
  /external/chromium/net/
crash_cache.scons 12 'Append' : dict(
111 'FilterOut' : dict(
113 'Replace' : dict(
170 'Append' : dict(
272 'FilterOut' : dict(
274 'Replace' : dict(
fetch_client.scons 12 'Append' : dict(
113 'FilterOut' : dict(
115 'Replace' : dict(
172 'Append' : dict(
276 'FilterOut' : dict(
278 'Replace' : dict(
fetch_server.scons 12 'Append' : dict(
113 'FilterOut' : dict(
115 'Replace' : dict(
172 'Append' : dict(
276 'FilterOut' : dict(
278 'Replace' : dict(
net_perftests.scons 12 'Append' : dict(
117 'FilterOut' : dict(
119 'Replace' : dict(
176 'Append' : dict(
284 'FilterOut' : dict(
286 'Replace' : dict(
stress_cache.scons 12 'Append' : dict(
111 'FilterOut' : dict(
113 'Replace' : dict(
170 'Append' : dict(
272 'FilterOut' : dict(
274 'Replace' : dict(
tld_cleanup.scons 12 'Append' : dict(
88 'FilterOut' : dict(
90 'Replace' : dict(
147 'Append' : dict(
226 'FilterOut' : dict(
228 'Replace' : dict(
net_base.scons 12 'Append' : dict(
79 'FilterOut' : dict(
81 'Replace' : dict(
138 'Append' : dict(
208 'FilterOut' : dict(
210 'Replace' : dict(
net_unittests.scons 12 'Append' : dict(
116 'FilterOut' : dict(
118 'Replace' : dict(
175 'Append' : dict(
282 'FilterOut' : dict(
284 'Replace' : dict(
  /external/chromium/sdch/
sdch.scons 12 'Append' : dict(
43 'FilterOut' : dict(
45 'Replace' : dict(
102 'Append' : dict(
136 'FilterOut' : dict(
138 'Replace' : dict(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 58 // Keep a reference to the native dict direct buffer in Java to avoid
105 private native void closeNative(int dict);
107 private native int getSuggestionsNative(int dict, int[] inputCodes, int codesSize,
110 private native int getBigramsNative(int dict, char[] prevWord, int prevWordLength,
  /external/libxml2/
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...]
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...]
  /external/bluetooth/bluez/network/
connection.c 474 DBusMessageIter dict; local
488 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict);
502 dict_append_entry(&dict, "Connected", DBUS_TYPE_BOOLEAN, &connected);
506 dict_append_entry(&dict, "Interface", DBUS_TYPE_STRING, &property);
510 dict_append_entry(&dict, "UUID", DBUS_TYPE_STRING, &property);
512 dbus_message_iter_close_container(&iter, &dict);
  /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/chromium/third_party/icu/
icui18n.scons 12 'Append' : dict(
45 'FilterOut' : dict(
47 'Replace' : dict(
104 'Append' : dict(
140 'FilterOut' : dict(
142 'Replace' : dict(
icuuc.scons 12 'Append' : dict(
47 'FilterOut' : dict(
49 'Replace' : dict(
106 'Append' : dict(
144 'FilterOut' : dict(
146 'Replace' : 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]));
  /external/webkit/WebKit/win/
WebURLResponse.cpp 410 CFDictionaryRef dict = certificateDictionary(); local
411 if (!dict)
413 void* data = wkGetSSLPeerCertificateData(dict);
  /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;
  /external/gtest/test/
gtest_output_test.py 148 env_cmd: The shell command. A 2-tuple where element 0 is a dict
158 old_env_vars = dict(os.environ)
187 env_cmd: The shell command. A 2-tuple where element 0 is a dict
204 env_cmd: The shell command. A 2-tuple where element 0 is a dict of extra
  /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/serial/
proxy.c 600 DBusMessageIter iter, dict; local
612 DBUS_DICT_ENTRY_END_CHAR_AS_STRING, &dict);
614 dict_append_entry(&dict, "uuid", DBUS_TYPE_STRING, &prx->uuid128);
616 dict_append_entry(&dict, "address", DBUS_TYPE_STRING, &prx->address);
619 dict_append_entry(&dict, "channel",
623 dict_append_entry(&dict, "enabled", DBUS_TYPE_BOOLEAN, &boolean);
626 dict_append_entry(&dict, "connected", DBUS_TYPE_BOOLEAN, &boolean);
634 dict_append_entry(&dict, "address", DBUS_TYPE_STRING, &pstr);
637 dbus_message_iter_close_container(&iter, &dict);

Completed in 957 milliseconds

1 2 34 5 6 7 8