HomeSort by relevance Sort by last modified time
    Searched refs:dictionary (Results 126 - 150 of 173) sorted by null

1 2 3 4 56 7

  /external/chromium/base/
values.cc 347 // Assume that we're indexing into a dictionary.
629 void DictionaryValue::MergeDictionary(const DictionaryValue* dictionary) {
630 for (DictionaryValue::key_iterator key(dictionary->begin_keys());
631 key != dictionary->end_keys(); ++key) {
633 if (dictionary->GetWithoutPathExpansion(*key, &merge_value)) {
values.h 206 // DictionaryValue provides a key-value dictionary with (optional) "path"
214 // Returns true if the current dictionary has a value for the given key.
217 // Returns the number of Values in this dictionary.
220 // Returns whether the dictionary is empty.
223 // Clears any current contents of this dictionary.
233 // Note that the dictionary takes ownership of the value referenced by
255 // Note that the dictionary always owns the value that's returned.
289 // Removes the Value with the specified path from this dictionary (or one
305 // Merge a given dictionary into this dictionary. This is done recursively
    [all...]
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 217 dictionary_map = *bundle->dictionary();
  /external/webkit/Source/WebKit/mac/WebView/
WebViewInternal.h 138 - (void)_mouseDidMoveOverElement:(NSDictionary *)dictionary modifierFlags:(NSUInteger)modifierFlags;
  /external/zlib/contrib/pascal/
zlibpas.pas 94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar;
  /external/chromium/chrome/common/extensions/
extension_unittest.cc 466 std::wstring name(L"Dictionary (by Google)");
476 name = L"Dictionary (\x05D1\x05D2"L" Google)";
528 // First try with an empty dictionary.
539 // Add the dictionary for the contextual action.
596 // Add the dictionary for the contextual action.
1143 DictionaryValue dictionary; local
1313 DictionaryValue dictionary; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 314 It is also called to create a window for dictionary data when a dictionary
    [all...]
deflate.c 16 * dictionary are very simple and thus fast, and deletions are avoided
174 * Insert string str in the dictionary and set match_head to the previous head
315 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
317 const Bytef *dictionary;
325 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
332 strm->adler = adler32(strm->adler, dictionary, dictLength);
337 dictionary += dictLength - length; /* use the tail of the dictionary */
339 zmemcpy(s->window, dictionary, length);
643 /* Save the adler32 of the preset dictionary: *
    [all...]
  /external/zlib/
inflate.c 349 It is also called to create a window for dictionary data when a dictionary
    [all...]
deflate.c 16 * dictionary are very simple and thus fast, and deletions are avoided
168 * Insert string str in the dictionary and set match_head to the previous head
311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
313 const Bytef *dictionary;
321 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL ||
328 strm->adler = adler32(strm->adler, dictionary, dictLength);
333 dictionary += dictLength - length; /* use the tail of the dictionary */
335 zmemcpy(s->window, dictionary, length);
673 /* Save the adler32 of the preset dictionary: *
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js 192 * a dictionary object.
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 369 static void AddURLProperty(DictionaryValue* dictionary,
372 dictionary->SetString(key, url.possibly_invalid_spec());
  /external/chromium/chrome/browser/resources/net_internals/
tabswitcherview.js 113 * Focuses on tab with ID |id|. |params| is a dictionary that will be
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc 69 // between the dictionary and target only depends on the
257 void VerifyHeaderForDictionaryAndTargetText(const char* dictionary,
259 ExpectByte(0x01); // Win_Indicator: VCD_SOURCE (dictionary)
260 ExpectStringLength(dictionary);
261 ExpectByte(0x00); // Source segment position: start of dictionary
570 // This test case takes a dictionary containing several instances of the string
571 // "weasel", and a target string which is identical to the dictionary
582 // dictionary and search string for the "compressible text" test.
589 // text between "weasel" strings in the dictionary and "moon-pie"
736 // compressible dictionary, which is the same as the text betwee
    [all...]
vcdiff_main.cc 44 DEFINE_string(dictionary, "",
45 "File containing dictionary data (required)");
63 " as well as dictionary data");
71 "encode or delta: create delta file from dictionary and target file\n"
72 "decode or patch: reconstruct target file from dictionary and delta file";
108 // Opens the dictionary file and reads it into a newly allocated buffer.
109 // If successful, returns true and populates dictionary_ with the dictionary
153 // Dictionary contents. The entire dictionary file will be read into memory.
168 // stdio-style file handles for the input and output files and the dictionary
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 4 # This file contains dictionary translations for parsing
15 # Enumerated values are stored in the user file with dictionary
26 # The dictionary format now supports vendor-specific attributes.
253 INCLUDE /etc/radiusclient/dictionary.microsoft
  /external/v8/test/mjsunit/
in.js 96 // Check dictionary ("normalized") objects
  /external/webkit/Source/WebKit/mac/Misc/
WebNSDataExtras.m 311 NSMutableDictionary *headerFields = [NSMutableDictionary dictionary];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 447 NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys:
457 CallUIDelegate(m_webView, selector, dictionary, messageSource);
459 CallUIDelegate(m_webView, selector, dictionary);
461 [dictionary release];
    [all...]
WebEditorClient.mm 369 NSDictionary *dictionary = [[NSDictionary alloc] initWithObjectsAndKeys: excludedElements, NSExcludedElementsDocumentAttribute,
375 documentAttributes:dictionary
380 [dictionary release];
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 723 DictionaryValue* dictionary; local
724 if (counters->GetDictionary(scan_index, &dictionary)) {
726 if (dictionary->GetString("name", &scan_name) && scan_name == name) {
727 counter = dictionary;
    [all...]
  /external/v8/src/
handles.h 175 void NumberDictionarySet(Handle<NumberDictionary> dictionary,
handles.cc 231 void NumberDictionarySet(Handle<NumberDictionary> dictionary,
235 CALL_HEAP_FUNCTION_VOID(dictionary->GetIsolate(),
236 dictionary->Set(index, *value, details));
827 // array or dictionary. So the fast inline test for whether to
    [all...]
profile-generator.cc 1952 StringDictionary* dictionary = js_obj->property_dictionary(); local
1987 NumberDictionary* dictionary = js_obj->element_dictionary(); local
    [all...]
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 99 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
103 CFDictionaryAddValue(dictionary.get(), key.get(), arrayItem);
106 result->setDictionary(dictionary.get());
    [all...]

Completed in 2323 milliseconds

1 2 3 4 56 7