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

<<111213141516171819

  /external/chromium_org/chrome/renderer/resources/extensions/
file_browser_handler_custom_bindings.js 27 // dictionary that we used to reconstruct File API's Entry instance
web_view_request_custom_bindings.js 29 // generated union dictionary against the schema for |typeId|.
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.cc 25 base::DictionaryValue entries; // Dictionary of Service Dictionaries
26 base::DictionaryValue properties; // Dictionary of Profile properties
33 const base::DictionaryValue* dictionary) {
34 callback.Run(*dictionary);
shill_client_helper.cc 400 // Support basic types and string-to-string dictionary.
403 const base::DictionaryValue* dictionary = NULL; local
404 value.GetAsDictionary(&dictionary);
409 for (base::DictionaryValue::Iterator it(*dictionary);
462 const base::DictionaryValue& dictionary) {
465 for (base::DictionaryValue::Iterator it(dictionary);
  /external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.cc 22 // If |success| value in JSON dictionary is |false| then |message| will
23 // contain |message| from the JSON dictionary.
29 base::DictionaryValue** dictionary) {
32 *error_description = "No JSON dictionary response received.";
52 *dictionary = response_dictionary;
104 *error_description = "Printers list is empty or printer is not dictionary.";
240 *error_description = "Printers list is empty or printer is not dictionary.";
cloud_print_requester.cc 80 base::DictionaryValue dictionary; local
89 dictionary.Set("current", current.release());
92 base::JSONWriter::Write(&dictionary, &local_settings);
  /external/chromium_org/cloud_print/service/
service_state.cc 75 void SetNotEmptyJsonString(base::DictionaryValue* dictionary,
79 dictionary->SetString(name, value);
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 289 a dictionary that maps result data category ('whole', 'skip', 'nonskip',
290 'passingrate') to information tuple (a dictionary that maps test name
355 data_map: a dictionary that maps result data category ('whole', 'skip',
356 'nonskip', 'passingrate') to information tuple (a dictionary that maps
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 139 The ``files`` field specifies a dictionary of file resources to be used by a
145 ``files`` dictionary should include the main dynamic program and its dynamic
147 library. Each file entry is a dictionary of supported architectures and the
153 ``files`` dictionary. The main program is specified under the
154 ``"main.nexe"`` field of the ``files`` dictionary.
198 startup must be listed in the ``files`` dictionary. Library files that are
200 dictionary, or should be made accessible by the ``nacl_io`` library. The
235 dictionary. Failure to provide an entry for the browser's architecture
244 file name, the browser searches the ``"files"`` dictionary for an entry
246 ``"files"`` dictionary is a run-time error. The architecture matchin
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 76 def NewMessage(bases, descriptor, dictionary):
77 _AddClassAttributesForNestedExtensions(descriptor, dictionary)
78 _AddSlots(descriptor, dictionary)
164 def _AddSlots(message_descriptor, dictionary):
165 """Adds a __slots__ entry to dictionary, containing the names of all valid
170 dictionary: Class dictionary to which we'll add a '__slots__' entry.
172 dictionary['__slots__'] = ['_cached_byte_size',
226 def _AddClassAttributesForNestedExtensions(descriptor, dictionary):
229 assert extension_name not in dictionary
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 37 dictionary : 'dictionary elements',
53 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
120 // based on the move to a dictionary for the array.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1110164.js 29 delete o.x; // go dictionary
  /external/chromium_org/v8/test/webkit/
dfg-resolve-global-specific-dictionary.js 25 "Tests that the specific value optimization does not break when the relevant structure is a dictionary."
  /external/icu/icu4c/source/data/brkitr/
brkfiles.mk 36 # List of dictionary files (dict).
  /external/chromium_org/v8/src/ic/
ic-compiler.cc 152 UnseededNumberDictionary* dictionary = local
154 int entry = dictionary->FindEntry(isolate, flags);
156 Object* code = dictionary->ValueAt(entry);
164 Handle<UnseededNumberDictionary> dictionary = UnseededNumberDictionary::Set( local
166 isolate->heap()->public_set_non_monomorphic_cache(*dictionary);
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_condition_attribute_unittest.cc 369 scoped_ptr<base::DictionaryValue> dictionary(new base::DictionaryValue);
373 if (dictionary->HasKey(*name)) {
377 if (!dictionary->GetWithoutPathExpansion(*name, &entry))
384 dictionary->RemoveWithoutPathExpansion(*name, &entry_owned);
387 dictionary->SetWithoutPathExpansion(*name, list);
398 dictionary->SetString(*name, *value);
401 return dictionary.Pass();
406 // must pass. If |positive_test| is true, the dictionary is interpreted as the
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 849 inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary)
851 UInt32 hs = dictionary - 1;
861 return ((hs + (1 << 16)) + (UInt64)dictionary * 2) * 4 + (UInt64)dictionary * 3 / 2 +
865 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary)
867 const UInt32 kBufferSize = dictionary;
872 GetLZMAUsage((numThreads > 1), dictionary) + (2 << 20)) * numBigThreads;
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 625 pp::VarDictionary dictionary; local
626 dictionary.Set(pp::Var("width"), width);
627 dictionary.Set(pp::Var("height"), height);
628 dictionary.Set(pp::Var("hotspotX"), cursor_hotspot.x());
629 dictionary.Set(pp::Var("hotspotY"), cursor_hotspot.y());
630 dictionary.Set(pp::Var("data"), array_buffer);
631 PostChromotingMessage("setCursorShape", dictionary);
635 pp::VarDictionary dictionary; local
636 PostChromotingMessage("unsetCursorShape", dictionary);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
component_extension_ime_manager_impl.cc 484 const base::DictionaryValue* dictionary; local
485 if (!component_list->GetDictionary(i, &dictionary))
489 ReadEngineComponent(component_ime, *dictionary, &engine);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 210 base::DictionaryValue* dictionary) {
229 dictionary->SetString(
235 dictionary->SetString(
  /external/chromium_org/extensions/common/
extension_l10n_util.cc 42 base::Value* dictionary = messages_serializer.Deserialize(NULL, error); local
43 if (!dictionary) {
57 return static_cast<base::DictionaryValue*>(dictionary);
  /external/chromium_org/remoting/host/win/
elevated_controller.cc 123 // Parse the JSON configuration, expecting it to contain a dictionary.
128 base::DictionaryValue* dictionary; local
129 if (value.get() == NULL || !value->GetAsDictionary(&dictionary)) {
135 config_out->reset(dictionary);
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary,
59 minor_key_ = DictionaryBits::encode(dictionary.code()) |
93 Register dictionary() const { function in class:v8::internal::NameDictionaryLookupStub
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 51 NameDictionaryLookupStub(Isolate* isolate, Register dictionary,
54 minor_key_ = DictionaryBits::encode(dictionary.code()) |
88 Register dictionary() const { function in class:v8::internal::NameDictionaryLookupStub
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 56 NameDictionaryLookupStub(Isolate* isolate, Register dictionary,
59 minor_key_ = DictionaryBits::encode(dictionary.code()) |
93 Register dictionary() const { function in class:v8::internal::NameDictionaryLookupStub

Completed in 1072 milliseconds

<<111213141516171819