HomeSort by relevance Sort by last modified time
    Searched refs:dictionary (Results 151 - 175 of 217) sorted by null

1 2 3 4 5 67 8 9

  /external/webkit/Source/WebKit/mac/WebView/
WebViewInternal.h 138 - (void)_mouseDidMoveOverElement:(NSDictionary *)dictionary modifierFlags:(NSUInteger)modifierFlags;
  /external/zlib/contrib/pascal/
zlibpas.pas 116 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
127 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/
deflate.c 16 * dictionary are very simple and thus fast, and deletions are avoided
171 * Insert string str in the dictionary and set match_head to the previous head
323 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
325 const Bytef *dictionary;
334 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL)
341 /* when using zlib wrappers, compute Adler-32 for provided dictionary */
343 strm->adler = adler32(strm->adler, dictionary, dictLength);
346 /* if dictionary would fill window, just replace the history */
354 dictionary += dictLength - s->w_size; /* use the tail */
358 /* insert dictionary into window and hash *
    [all...]
inflate.c 369 It is also called to create a window for dictionary data when a dictionary
    [all...]
  /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...]
  /external/chromium-trace/src/shared/js/
load_time_data.js 32 * @return {boolean} True if |id| is a key in the dictionary.
  /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/src/ia32/
code-stubs-ia32.h 417 StringDictionaryLookupStub(Register dictionary,
421 : dictionary_(dictionary), result_(result), index_(index), mode_(mode) { }
  /external/v8/src/x64/
code-stubs-x64.h 419 StringDictionaryLookupStub(Register dictionary,
423 : dictionary_(dictionary), result_(result), index_(index), mode_(mode) { }
  /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...]
  /gdk/build/core/
setup-toolchain.mk 77 # free the dictionary of LOCAL_MODULE definitions
  /external/chromium/base/
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/
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/webkit/Source/WebKit/win/
WebHistory.cpp 99 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
103 CFDictionaryAddValue(dictionary.get(), key.get(), arrayItem);
106 result->setDictionary(dictionary.get());
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java 182 // terminate in. At the time of this writing, our largest dictionary completes
479 // cache performance and dictionary size.
497 // of the current O(log(n)), where n=number of nodes in the dictionary which is pretty
515 * Finds the absolute address of a word in the dictionary.
517 * @param dict the dictionary in which to search.
528 * Each node stores its tentative address. During dictionary address computing, these
536 * @param dict the dictionary in which the word/attributes are to be found.
608 * @param dict the dictionary
    [all...]
  /build/core/
Makefile 563 # $(1): the path of the output dictionary file
564 define generate-userimage-prop-dictionary
741 $(call generate-userimage-prop-dictionary, $(systemimage_intermediates)/system_image_info.txt)
    [all...]
  /external/v8/src/
profile-generator.cc 2149 StringDictionary* dictionary = js_obj->property_dictionary(); local
2184 SeededNumberDictionary* dictionary = js_obj->element_dictionary(); local
    [all...]

Completed in 988 milliseconds

1 2 3 4 5 67 8 9