HomeSort by relevance Sort by last modified time
    Searched refs:dict (Results 226 - 250 of 2033) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/common/
ARDUtilities.m 23 NSDictionary *dict =
28 return dict;
33 NSDictionary *dict =
38 return dict;
  /external/libchrome/base/
values_unittest.cc 274 DictionaryValue dict; local
275 dict.Set(key, WrapUnique(new DeletionTestValue(&deletion_flag)));
281 DictionaryValue dict; local
282 dict.Set(key, WrapUnique(new DeletionTestValue(&deletion_flag)));
284 dict.Clear();
289 DictionaryValue dict; local
290 dict.Set(key, WrapUnique(new DeletionTestValue(&deletion_flag)));
292 dict.Set(key, Value::CreateNullValue());
303 DictionaryValue dict; local
304 dict.Set(key, WrapUnique(new DeletionTestValue(&deletion_flag)))
317 DictionaryValue dict; local
328 DictionaryValue dict; local
352 DictionaryValue dict; local
374 DictionaryValue dict; local
835 DictionaryValue dict; local
    [all...]
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.2.3.Final/
os-maven-plugin-1.2.3.Final.jar 
  /external/libxml2/
rngparser.c 19 #include <libxml/dict.h>
100 xmlDictPtr dict; member in struct:_xmlCRelaxNGParserCtxt
292 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
312 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
329 token->token = xmlDictLookup(ctxt->dict, ctxt->cur, token->toklen);
348 token->token = xmlDictLookup(ctxt->dict, ctxt->cur,
    [all...]
entities.c 23 #include <libxml/dict.h>
98 xmlDictPtr dict = NULL; local
104 dict = entity->doc->dict;
110 if (dict != NULL) {
111 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name)))
114 (!xmlDictOwns(dict, entity->ExternalID)))
117 (!xmlDictOwns(dict, entity->SystemID)))
119 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI)))
122 && (!xmlDictOwns(dict, entity->content))
206 xmlDictPtr dict = NULL; local
407 xmlDictPtr dict; local
    [all...]
hash.c 71 xmlDictPtr dict; member in struct:_xmlHashTable
182 table->dict = NULL;
201 * @dict: a dictionary to use for the hash
203 * Create a new xmlHashTablePtr which will use @dict as the internal dictionary
208 xmlHashCreateDict(int size, xmlDictPtr dict) {
213 table->dict = dict;
214 xmlDictReference(dict);
340 if (table->dict == NULL) {
358 if (table->dict)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /external/python/cpython2/Lib/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /prebuilts/gdb/darwin-x86/lib/python2.7/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /prebuilts/gdb/linux-x86/lib/python2.7/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy_reg.py 80 dict = self.__dict__
82 dict = None
84 dict = getstate()
85 if dict:
86 return _reconstructor, args, dict
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay_rig.py 33 The boards dict can contain different types of relay boards. They share a
37 The relay devices are stored in a dict of (device_name: device). These
45 # A dict of lambdas that instantiate relay board upon invocation.
51 # Similar to the dict above, except for devices.
62 self.relays = dict()
63 self.boards = dict()
64 self.devices = dict()
86 device_config = dict()
88 device_config['relays'] = dict()
113 'to the _board_constructors dict?'.format(config['type'])
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 87 final FusionDictionary dict = new FusionDictionary(new PtNodeArray(), testOptions); local
88 dict.add("foo", new ProbabilityInfo(TEST_FREQ), null, false /* isNotAWord */,
90 dict.add("fta", new ProbabilityInfo(1), null, false /* isNotAWord */,
92 dict.add("ftb", new ProbabilityInfo(1), null, false /* isNotAWord */,
94 dict.add("bar", new ProbabilityInfo(1), null, false /* isNotAWord */,
96 dict.add("fool", new ProbabilityInfo(1), null, false /* isNotAWord */,
104 dictEncoder.writeDictionary(dict, new FormatOptions(FormatSpec.VERSION202, false));
169 final FusionDictionary dict = new FusionDictionary(new PtNodeArray(), local
174 dict.add(word, new ProbabilityInfo(TEST_FREQ), null /* shortcuts */,
180 dictEncoder.writeDictionary(dict, formatOptions)
    [all...]
  /system/libufdt/
ufdt_convert.c 307 const struct ufdt_prop_dict *dict) {
309 const struct fdt_property *same_name_prop = ufdt_prop_dict_find(dict, name);
326 const struct ufdt_node_fdt_prop *prop_node, struct ufdt_prop_dict *dict) {
327 int nameoff = _ufdt_get_property_nameoff(tree, prop_node->name, dict);
351 ufdt_prop_dict_add(dict, new_prop);
358 struct ufdt_prop_dict *dict) {
363 tree, fdtp, (const struct ufdt_node_fdt_prop *)node, dict);
371 err = _ufdt_output_node_to_fdt(tree, fdtp, *it, dict);
376 err = _ufdt_output_node_to_fdt(tree, fdtp, *it, dict);
438 struct ufdt_prop_dict dict; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitatorImpl.java 166 private void setSubDict(final String dictType, final ExpandableBinaryDictionary dict) {
167 if (dict != null) {
168 mSubDictMap.put(dictType, dict);
207 final Dictionary dict; local
209 dict = mMainDict;
211 dict = mSubDictMap.remove(dictType);
213 if (dict != null) {
214 dict.close();
262 final Object dict = factoryMethod.invoke(null /* obj */, local
264 return (ExpandableBinaryDictionary) dict;
434 final ExpandableBinaryDictionary dict = getSubDict( local
    [all...]
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 260 * @param dict the file to output.
264 private static void writeOutputToParsedArgs(final Arguments args, final FusionDictionary dict)
268 writeBinaryDictionary(args.mOutputBinary, dict, args.mOutputBinaryFormatVersion,
272 writeCombinedDictionary(args.mOutputCombined, dict);
280 * @param dict the dictionary to write.
287 final FusionDictionary dict, final int version, final int codePointTableMode)
298 dictEncoder.writeDictionary(dict, formatOptions);
305 * @param dict the dictionary to write.
310 final FusionDictionary dict) throws FileNotFoundException, IOException {
312 CombinedInputOutput.writeDictionaryCombined(writer, dict);
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseRoamingTest.py 183 config = dict(self.config_ttls)
189 config = dict(self.config_ttls)
195 config = dict(self.config_ttls)
201 config = dict(self.config_ttls)
207 config = dict(self.config_ttls)
213 config = dict(self.config_peap)
219 config = dict(self.config_peap)
  /external/python/cpython2/Modules/
nismodule.c 99 PyObject *dict; member in struct:ypcallback_data
130 err = PyDict_SetItem(indata->dict, key, val);
197 PyObject *dict; local
206 dict = PyDict_New ();
207 if (dict == NULL)
210 data.dict = dict;
217 Py_DECREF(dict);
220 return dict;
  /build/make/tools/
product_debug.py 43 variables = dict(variables)
85 # now it's a dict
86 variables = dict(variables)
102 values = dict(variables)
  /external/autotest/client/cros/tendo/n_faced_peerd/
object_manager.py 13 out DICT<OBJPATH,DICT<STRING,DICT<STRING,VARIANT>>>
16 The return value of this method is a dict whose keys are object
21 Each value is a dict whose keys are interfaces names. Each value
22 in this inner dict is the same dict that would be returned by the
25 properties, the empty dict is returned.
31 DICT<STRING,DICT<STRING,VARIANT>> interfaces_and_properties)
    [all...]
  /external/autotest/frontend/tko/
csv_encoder_unittest.py 11 request = dict(method=method)
19 return dict(header_indices=header_indices, pass_count=pass_count,
74 return dict(col1=col1_value, pass_count=pass_count,
  /external/jsoncpp/scons-tools/
substinfile.py 19 def do_subst_in_file(targetfile, sourcefile, dict):
20 """Replace all instances of the keys of dict with their values.
21 For example, if dict is {'%VERSION%': '1.2345', '%BASE%': 'MyProg'},
30 for (k,v) in list(dict.items()):
43 d = dict(env['SUBST_DICT']) # copy it
  /external/syslinux/lzo/include/lzo/
lzo1x.h 130 const lzo_bytep dict, lzo_uint dict_len );
136 const lzo_bytep dict, lzo_uint dict_len,
144 const lzo_bytep dict, lzo_uint dict_len );

Completed in 1379 milliseconds

1 2 3 4 5 6 7 8 91011>>