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

1 2 34 5 6

  /external/chromium/net/socket/
ssl_client_socket_pool.cc 607 DictionaryValue* dict = base_.GetInfoAsValue(name, type); local
625 dict->Set("nested_pools", list);
627 return dict;
  /external/chromium/net/spdy/
spdy_stream.cc 23 DictionaryValue* dict = new DictionaryValue(); local
24 dict->SetInteger("id", static_cast<int>(stream_id_));
25 dict->SetInteger("delta", delta_);
26 dict->SetInteger("window_size", window_size_);
27 return dict;
  /external/freetype/src/cff/
cffparse.c 448 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
449 FT_Matrix* matrix = &dict->font_matrix;
450 FT_Vector* offset = &dict->font_offset;
451 FT_ULong* upm = &dict->units_per_em;
463 dict->has_font_matrix = TRUE;
520 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
521 FT_BBox* bbox = &dict->font_bbox;
550 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
559 dict->private_size = cff_parse_num( data++ );
560 dict->private_offset = cff_parse_num( data )
574 CFF_FontRecDict dict = (CFF_FontRecDict)parser->object; local
    [all...]
cffload.c 1305 FT_Byte* dict = NULL; local
1440 CFF_FontRecDict dict; local
    [all...]
cffobjs.c 579 CFF_FontRecDict dict; local
604 dict = &cff->top_font.font_dict;
608 if ( dict->cid_registry == 0xFFFFU && !psnames )
636 if ( !dict->has_font_matrix )
637 dict->units_per_em = pure_cff ? 1000 : face->root.units_per_EM;
648 FT_Matrix* matrix = &dict->font_matrix;
649 FT_Vector* offset = &dict->font_offset;
650 FT_ULong* upm = &dict->units_per_em;
746 if ( dict->cid_registry != 0xFFFFU )
752 cffface->bbox.xMin = dict->font_bbox.xMin >> 16
    [all...]
  /external/libxml2/
entities.c 23 #include <libxml/dict.h>
96 xmlDictPtr dict = NULL; local
102 dict = entity->doc->dict;
108 if (dict != NULL) {
109 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name)))
112 (!xmlDictOwns(dict, entity->ExternalID)))
115 (!xmlDictOwns(dict, entity->SystemID)))
117 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI)))
120 && (!xmlDictOwns(dict, entity->content))
204 xmlDictPtr dict = NULL; local
405 xmlDictPtr dict; local
    [all...]
dict.c 2 * dict.c: dictionary of reusable strings, just used to avoid allocation
35 * Note2: the fast function used for a small dict won't protect very
55 #include <libxml/dict.h>
69 #define xmlDictComputeKey(dict, name, len) \
70 (((dict)->size == MIN_DICT_SIZE) ? \
71 xmlDictComputeFastKey(name, len, (dict)->seed) : \
72 xmlDictComputeBigKey(name, len, (dict)->seed))
74 #define xmlDictComputeQKey(dict, prefix, plen, name, len) \
76 (xmlDictComputeKey(dict, name, len)) : \
77 (((dict)->size == MIN_DICT_SIZE) ?
117 struct _xmlDictEntry *dict; member in struct:_xmlDict
469 xmlDictPtr dict; local
515 xmlDictPtr dict = xmlDictCreate(); local
    [all...]
hash.c 75 xmlDictPtr dict; member in struct:_xmlHashTable
182 table->dict = NULL;
205 * @dict: a dictionary to use for the hash
207 * Create a new xmlHashTablePtr which will use @dict as the internal dictionary
212 xmlHashCreateDict(int size, xmlDictPtr dict) {
217 table->dict = dict;
218 xmlDictReference(dict);
344 if (table->dict == NULL) {
362 if (table->dict)
    [all...]
  /external/linux-tools-perf/util/scripting-engines/
trace-event-python.c 213 PyObject *handler, *retval, *context, *t, *obj, *dict = NULL; local
245 dict = PyDict_New();
246 if (!dict)
247 Py_FatalError("couldn't create Python dict");
266 PyDict_SetItemString(dict, "common_cpu", PyInt_FromLong(cpu));
267 PyDict_SetItemString(dict, "common_s", PyInt_FromLong(s));
268 PyDict_SetItemString(dict, "common_ns", PyInt_FromLong(ns));
269 PyDict_SetItemString(dict, "common_pid", PyInt_FromLong(pid));
270 PyDict_SetItemString(dict, "common_comm", PyString_FromString(comm));
299 PyDict_SetItemString(dict, field->name, obj)
    [all...]
  /external/srtp/test/
rtpw.c 10 * libsrtp. It reads one word at a time from /usr/dict/words (or
84 # define DICT_FILE "/usr/share/dict/words"
127 FILE *dict; local
423 dict = fopen (dictfile, "r");
424 if (dict == NULL) {
433 while (fgets(word, MAX_WORD_LEN, dict) != NULL) {
  /external/zlib/src/contrib/blast/
blast.c 279 int dict; /* log2(dictionary size) - 6 */ local
320 dict = bits(s, 8);
321 if (dict < 4 || dict > 6) return -2;
332 symbol = len == 2 ? 2 : dict;
  /external/zlib/src/test/
infcover.c 330 ((struct inflate_state *)strm.state)->mode = DICT;
392 unsigned char dict[257]; local
425 memset(dict, 0, 257);
426 ret = inflateSetDictionary(&strm, dict, 257);
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 98 DictionaryValue* dict = new DictionaryValue; local
99 dict->Set("value", Value::CreateBooleanValue(value));
100 dict->Set("managed", Value::CreateBooleanValue(managed));
101 dict->Set("disabled", Value::CreateBooleanValue(disabled));
102 return dict;
  /external/chromium/chrome/browser/extensions/
extension_preference_api.cc 237 DictionaryValue* dict = new DictionaryValue(); local
238 args.Append(dict);
245 dict->Set(kValue, transformer->BrowserToExtensionPref(pref->GetValue()));
248 dict->Set(
266 dict->Set(kLevelOfControl, Value::CreateStringValue(level_of_control));
extension_webrequest_api.cc 320 DictionaryValue* dict = new DictionaryValue(); local
321 dict->SetString(keys::kRequestIdKey,
323 dict->SetString(keys::kUrlKey, request->url().spec());
324 dict->SetString(keys::kMethodKey, request->method());
325 dict->SetInteger(keys::kTabIdKey, tab_id);
326 dict->SetString(keys::kTypeKey, ResourceTypeToString(resource_type));
327 dict->SetDouble(keys::kTimeStampKey,
329 args.Append(dict);
362 DictionaryValue* dict = new DictionaryValue(); local
363 dict->SetString(keys::kRequestIdKey
    [all...]
extension_file_browser_private_api.cc 373 DictionaryValue* dict = reinterpret_cast<DictionaryValue*>(result_.get()); local
374 dict->SetString("name", name);
375 dict->SetString("path", root_path.spec());
376 dict->SetInteger("error", base::PLATFORM_FILE_OK);
1032 DictionaryValue* dict = reinterpret_cast<DictionaryValue*>(result_.get()); local
    [all...]
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 451 DictionaryValue* dict = new DictionaryValue(); local
459 dict->SetString("version", version_info.Version());
460 dict->SetString("cl", version_info.LastChange());
461 dict->SetString("version_mod",
463 dict->SetString("official",
469 dict->SetString("command_line",
473 dict->SetString("blacklist_version",
476 return dict;
481 DictionaryValue* dict = new DictionaryValue(); local
482 dict->SetString("description", desc)
489 DictionaryValue* dict = new DictionaryValue(); local
    [all...]
  /external/zlib/src/examples/
gzlog.c 33 foo.dict -- dictionary of the last 32K of data for next compression
191 - Compress the data with the dictionary in foo.dict, and write to the
193 compressed block. If there is no foo.dict, proceed anyway with the
194 compression at slightly reduced efficiency. (For the foo.dict file to be
207 - Replace foo.dict with foo.temp.
269 #define DICT 32768U
564 /* Replace the foo.dict file with the foo.temp file. Also delete the foo.add
581 /* rename foo.name to foo.dict, replacing foo.dict if it exists */
582 strcpy(log->end, ".dict");
612 ssize_t dict; local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtilsTests.java 266 file = File.createTempFile("testInsertWord", ".dict", getContext().getCacheDir());
272 final FusionDictionary dict = new FusionDictionary(new Node(), local
274 dict.add("abcd", 10, null, false);
278 BinaryDictInputOutput.writeDictionaryBinary(out, dict, FORMAT_OPTIONS);
316 file = File.createTempFile("testInsertWordWithBigrams", ".dict",
323 final FusionDictionary dict = new FusionDictionary(new Node(), local
325 dict.add("abcd", 10, null, false);
326 dict.add("efgh", 15, null, false);
330 BinaryDictInputOutput.writeDictionaryBinary(out, dict, FORMAT_OPTIONS);
354 file = File.createTempFile("testRandomWord", ".dict", getContext().getCacheDir())
360 final FusionDictionary dict = new FusionDictionary(new Node(), local
    [all...]
  /cts/tools/dasm/src/dasm/
parser.java     [all...]
  /external/chromium/base/
values.cc 36 DictionaryValue* dict = static_cast<DictionaryValue*>(node); local
38 for (DictionaryValue::key_iterator it = dict->begin_keys();
39 it != dict->end_keys(); ++it) {
41 bool rv = dict->GetWithoutPathExpansion(*it, &child);
values_unittest.cc 246 DictionaryValue dict; local
247 dict.Set(key, new DeletionTestValue(&deletion_flag));
253 DictionaryValue dict; local
254 dict.Set(key, new DeletionTestValue(&deletion_flag));
256 dict.Clear();
261 DictionaryValue dict; local
262 dict.Set(key, new DeletionTestValue(&deletion_flag));
264 dict.Set(key, Value::CreateNullValue());
275 DictionaryValue dict; local
276 dict.Set(key, new DeletionTestValue(&deletion_flag))
290 DictionaryValue dict; local
301 DictionaryValue dict; local
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.cc 666 DictionaryValue* dict = static_cast<DictionaryValue*>(value); local
669 if (dict->GetString("url", &url_string) &&
670 dict->GetInteger("index", &index))
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 901 DictionaryValue* dict = new DictionaryValue; local
962 DictionaryValue* dict = new DictionaryValue; local
    [all...]
  /external/chromium/net/proxy/
proxy_service.cc 238 DictionaryValue* dict = new DictionaryValue(); local
242 dict->Set("old_config", old_config_.ToValue());
243 dict->Set("new_config", new_config_.ToValue());
244 return dict;
    [all...]

Completed in 2514 milliseconds

1 2 34 5 6