HomeSort by relevance Sort by last modified time
    Searched refs:dictionary (Results 301 - 325 of 453) sorted by null

<<111213141516171819

  /external/chromium_org/v8/test/mjsunit/
elements-kind.js 34 dictionary : 'dictionary elements',
59 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
150 assertKind(elements_kind.dictionary, temp);
unbox-double-arrays.js 28 // Test dictionary -> double elements -> dictionary elements round trip
363 // size of the capacity and force the array into "slow" dictionary case.
374 // Test dictionary -> double elements -> fast elements.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1106.js 32 // object was in dictionary mode.
regress-252797.js 39 // Create a receiver into dictionary mode.
regress-2595.js 42 // that calls p.f (guarded by a negative dictionary lookup on the reciever)
regress-410912.js 132 dictionary : 'dictionary elements',
178 __f_12(__v_19.dictionary, __v_15);
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is initially fine but then gets clobbered, and was a dictionary all along."
dictionary-prototype-caching.js 24 description("Test to ensure correct behaviour of prototype caching with dictionary prototypes");
  /external/chromium_org/chrome/browser/ui/views/
task_manager_view.cc 650 const base::DictionaryValue* dictionary = local
652 return dictionary &&
653 dictionary->GetBoolean("always_on_top", always_on_top) && always_on_top;
  /external/chromium_org/google_apis/drive/
base_requests.cc 366 base::DictionaryValue* dictionary = NULL; local
369 value->GetAsDictionary(&dictionary) &&
370 dictionary->GetDictionaryWithoutPathExpansion(kErrorKey, &error)) {
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 511 // If the message is a dictionary then see if it matches one
515 pp::VarDictionary dictionary(var);
516 pp::VarArray keys = dictionary.GetKeys();
524 handler(key, dictionary.Get(key), user_data);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 712 * @param {?WebInspector.CompletionDictionary} dictionary
714 setCompletionDictionary: function(dictionary)
717 if (dictionary)
718 this._autocompleteController = new WebInspector.CodeMirrorTextEditor.AutocompleteController(this, this._codeMirror, dictionary);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 102 const base::DictionaryValue& dictionary) {
103 scoped_ptr<base::DictionaryValue> dictionary_copy(dictionary.DeepCopy());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 38 def _invert_dictionary(dictionary):
40 for key, value in dictionary.items():
  /external/chromium_org/third_party/zlib/
zlib.h 472 If a preset dictionary is needed after this call (see inflateSetDictionary
473 below), inflate sets strm->adler to the adler32 checksum of the dictionary
491 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
584 const Bytef *dictionary,
587 Initializes the compression dictionary from the given byte sequence
591 dictionary (see inflateSetDictionary).
593 The dictionary should consist of strings (byte sequences) that are likely
595 used strings preferably put towards the end of the dictionary. Using a
596 dictionary is most useful when the data to be compressed is short and can be
598 with the default empty dictionary
    [all...]
inflate.c 349 It is also called to create a window for dictionary data when a dictionary
    [all...]
  /external/lzma/CS/7zip/
ICoder.cs 85 /// Specifies size of dictionary.
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 208 base::DictionaryValue* dictionary; local
209 if (!(*it)->GetAsDictionary(&dictionary))
212 dictionary->GetInteger("keyCode", &key_code);
216 dictionary->GetInteger("modifiers", &modifiers);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 652 base::DictionaryValue* dictionary; local
653 if (counters->GetDictionary(scan_index, &dictionary)) {
655 if (dictionary->GetString("name", &scan_name) && scan_name == name) {
656 counter = dictionary;
860 // Bind metrics to dictionary.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 82 '''Reads each file in paths and returns a dictionary mapping the path to the
  /external/chromium_org/mojo/public/js/bindings/
core.js 64 dictionary MojoCreateDataMessageOptions {
89 dictionary MojoCreateDataPipeOptions {
  /external/chromium_org/net/base/
sdch_manager.h 12 // can find a dictionary (based on a server specification of a hash), store a
13 // dictionary, and make judgements about what URLs can use, set, etc. a
14 // dictionary.
17 // (containing metadata) as well as a VCDIFF dictionary (for use by a VCDIFF
40 // A browser may register a fetcher that is used by the dictionary managers to
50 // dictionary. |dictionary_text| contains the body of the dictionary
59 // The Schedule() method is called when there is a need to get a dictionary
64 // The Cancel() method is called to cancel all pending dictionary fetches.
100 // Dictionary selection for use problems
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 129 if (CFMutableDictionaryRef dictionary = m_derivedFontData->compositeFontReferences.get()) {
139 CFDictionaryAddValue(dictionary, key, value);
  /external/chromium_org/v8/src/
elements.cc 1413 Handle<SeededNumberDictionary> dictionary = local
1491 Handle<SeededNumberDictionary> dictionary = local
1789 Handle<SeededNumberDictionary> dictionary = local
    [all...]
  /build/core/
Makefile 713 # $(1): the path of the output dictionary file
714 # $(2): additional "key=value" pairs to append to the dictionary file.
715 define generate-userimage-prop-dictionary
    [all...]

Completed in 3777 milliseconds

<<111213141516171819