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

1 2 3 45 6 7

  /external/zlib/
example.c 34 const char dictionary[] = "hello"; variable
35 uLong dictId; /* Adler32 value of the dictionary */
424 * Test deflate() with preset dictionary
441 (const Bytef*)dictionary, sizeof(dictionary));
461 * Test inflate() with a preset dictionary
490 fprintf(stderr, "unexpected dictionary");
493 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
494 sizeof(dictionary));
506 printf("inflate with dictionary: %s\n", (char *)uncompr)
    [all...]
zlib.h 467 If a preset dictionary is needed after this call (see inflateSetDictionary
468 below), inflate sets strm->adler to the adler32 checksum of the dictionary
486 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
579 const Bytef *dictionary,
582 Initializes the compression dictionary from the given byte sequence
586 dictionary (see inflateSetDictionary).
588 The dictionary should consist of strings (byte sequences) that are likely
590 used strings preferably put towards the end of the dictionary. Using a
591 dictionary is most useful when the data to be compressed is short and can be
593 with the default empty dictionary
    [all...]
  /external/v8/src/
objects.cc 443 StringDictionary* dictionary = property_dictionary(); local
444 int entry = dictionary->FindEntry(name);
448 PropertyDetails details = dictionary->DetailsAt(entry);
462 JSGlobalPropertyCell::cast(dictionary->ValueAt(entry));
464 dictionary->DetailsAtPut(entry, details.AsDeleted());
466 return dictionary->DeleteProperty(entry, mode);
1557 StringDictionary* dictionary = property_dictionary(); local
1835 NumberDictionary* dictionary = JSObject::cast(pt)->element_dictionary(); local
2529 StringDictionary* dictionary = StringDictionary::cast(obj); local
2651 NumberDictionary* dictionary = NumberDictionary::cast(obj); local
2752 NumberDictionary* dictionary = element_dictionary(); local
2851 NumberDictionary* dictionary = element_dictionary(); local
3242 NumberDictionary* dictionary = element_dictionary(); local
3521 NumberDictionary* dictionary = js_object->element_dictionary(); local
6711 NumberDictionary* dictionary = NumberDictionary::cast(elements()); local
7555 NumberDictionary* dictionary = NumberDictionary::cast(elms); local
7701 NumberDictionary* dictionary = element_dictionary(); local
7803 NumberDictionary* dictionary = element_dictionary(); local
7931 NumberDictionary* dictionary = NumberDictionary::cast(elements()); local
7958 NumberDictionary* dictionary = NumberDictionary::cast(elements()); local
9340 Object* dictionary; local
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 102 bool GetDoubleOrInt(const DictionaryValue& dictionary,
105 if (!dictionary.GetDouble(path, out_value)) {
107 if (!dictionary.GetInteger(path, &int_value))
  /external/chromium/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
39 // A browser may register a fetcher that is used by the dictionary managers to
47 // The Schedule() method is called when there is a need to get a dictionary
81 // Dictionary selection for use problems.
89 // Dictionary saving problems.
99 // Dictionary loading problems.
117 // Dictionary manager issues
    [all...]
  /external/v8/test/mjsunit/
delete.js 160 // Check that a LoadIC for a dictionary field works, even
161 // when the dictionary probe misses.
  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 103 HRESULT STDMETHODCALLTYPE WebHistoryItem::initFromDictionaryRepresentation(void* dictionary)
105 CFDictionaryRef dictionaryRef = (CFDictionaryRef) dictionary;
202 HRESULT STDMETHODCALLTYPE WebHistoryItem::dictionaryRepresentation(void** dictionary)
204 CFDictionaryRef* dictionaryRef = (CFDictionaryRef*) dictionary;
  /development/ndk/platforms/android-3/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1106.js 32 // object was in dictionary mode.
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 109 NSMutableDictionary *infoDictionary = [info dictionary];
160 // Need to directly access the dictionary because -[NSPrintOperation pageRange] verifies pagination, potentially causing recursion.
161 return [[[[_printOperation printInfo] dictionary] objectForKey:NSPrintFirstPage] unsignedIntegerValue];
168 // Need to directly access the dictionary because -[NSPrintOperation pageRange] verifies pagination, potentially causing recursion.
169 NSUInteger firstPage = [[[[_printOperation printInfo] dictionary] objectForKey:NSPrintFirstPage] unsignedIntegerValue];
170 NSUInteger lastPage = [[[[_printOperation printInfo] dictionary] objectForKey:NSPrintLastPage] unsignedIntegerValue];
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
zlib.h 430 If a preset dictionary is needed after this call (see inflateSetDictionary
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
449 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
539 const Bytef *dictionary,
542 Initializes the compression dictionary from the given byte sequence
546 dictionary (see inflateSetDictionary).
548 The dictionary should consist of strings (byte sequences) that are likely
550 used strings preferably put towards the end of the dictionary. Using a
551 dictionary is most useful when the data to be compressed is short and can be
553 with the default empty dictionary
    [all...]
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 765 const DictionaryValue* dictionary = local
768 return dictionary &&
769 dictionary->GetBoolean("always_on_top", always_on_top) && always_on_top;
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 42 dictionary = {}
44 dictionary[thing["id"]] = thing
45 return dictionary
  /external/webkit/Source/WebCore/editing/mac/
EditorMac.mm 99 NSMutableDictionary* result = [NSMutableDictionary dictionary];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h 437 If a preset dictionary is needed after this call (see inflateSetDictionary
438 below), inflate sets strm->adler to the adler32 checksum of the dictionary
456 preset dictionary is needed at this point, Z_DATA_ERROR if the input data was
546 const Bytef *dictionary,
549 Initializes the compression dictionary from the given byte sequence
553 dictionary (see inflateSetDictionary).
555 The dictionary should consist of strings (byte sequences) that are likely
557 used strings preferably put towards the end of the dictionary. Using a
558 dictionary is most useful when the data to be compressed is short and can be
560 with the default empty dictionary
    [all...]

Completed in 4441 milliseconds

1 2 3 45 6 7