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

1 2 3 45 6 7 8 91011>>

  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 270 * @param dictionary An array of AuthenticatorDescriptions, as returned by AccountManager.
274 AuthenticatorDescription[] dictionary) {
275 for (int i = 0; i < dictionary.length; i++) {
276 if (dictionary[i].type.equals(type)) {
277 return dictionary[i];
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
word.txt 42 #define dictionary, with the effect being that those characters don't appear in test data.
52 dictionary = [ComplexContext dictionaryCJK];
54 # leave dictionary scripts out of ALetter
56 ALetter = [ALetter - dictionary];
word_POSIX.txt 41 #define dictionary, with the effect being that those characters don't appear in test data.
51 dictionary = [ComplexContext dictionaryCJK];
53 # leave dictionary scripts out of ALetter
55 ALetter = [ALetter - dictionary];
  /external/icu/icu4c/source/test/testdata/break_rules/
word.txt 42 #define dictionary, with the effect being that those characters don't appear in test data.
52 dictionary = [ComplexContext dictionaryCJK];
54 # leave dictionary scripts out of ALetter
56 ALetter = [ALetter - dictionary];
word_POSIX.txt 41 #define dictionary, with the effect being that those characters don't appear in test data.
51 dictionary = [ComplexContext dictionaryCJK];
53 # leave dictionary scripts out of ALetter
55 ALetter = [ALetter - dictionary];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
word.txt 42 #define dictionary, with the effect being that those characters don't appear in test data.
52 dictionary = [ComplexContext dictionaryCJK];
54 # leave dictionary scripts out of ALetter
56 ALetter = [ALetter - dictionary];
word_POSIX.txt 41 #define dictionary, with the effect being that those characters don't appear in test data.
51 dictionary = [ComplexContext dictionaryCJK];
53 # leave dictionary scripts out of ALetter
55 ALetter = [ALetter - dictionary];
  /external/lz4/lib/
lz4hc.h 99 LZ4LIB_API int LZ4_loadDictHC (LZ4_streamHC_t* streamHCPtr, const char* dictionary, int dictSize);
106 These functions compress data in successive blocks of any size, using previous blocks as dictionary.
112 A first "fictional block" can then be designated as initial dictionary, using LZ4_loadDictHC() (Optional).
115 Previous memory blocks (including initial dictionary when present) must remain accessible and unmodified during compression.
120 Return value of LZ4_saveDictHC() is the size of dictionary effectively saved into 'safeBuffer'.
156 uint32_t nextToUpdate; /* index from which to continue dictionary update */
173 unsigned int nextToUpdate; /* index from which to continue dictionary update */
  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 39 const CPDF_Dictionary* dictionary) {
40 if (!dictionary)
42 const CPDF_Object* type_obj = dictionary->GetDirectObjectFor(kTypeKey);
44 type_obj = dictionary->GetDirectObjectFor(kFTKey);
309 // This object may be contents of signature dictionary.
310 // But now values of 'Type' and 'FT' of dictionary keys are encrypted,
314 // signature dictionary.
359 // This is not signature dictionary. Do decrypt its contents.
  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 54 // stats: dictionary of stat name as key and stat value as dictionary
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 23 #include "dictionary/utils/multi_bigram_map.h"
31 class Dictionary;
64 void init(const Dictionary *dictionary, const NgramContext *const ngramContext,
91 // Not in the dictionary word
172 const Dictionary *mDictionary;
184 // Configuration per dictionary
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 44 /** Current dictionary type */
46 /** Dictionary type (default) */
48 /** Dictionary type (Japanese standard) */
50 /** Dictionary type (English standard) */
52 /** Dictionary type (Japanese person's name) */
54 /** Dictionary type (User dictionary) */
56 /** Dictionary type (Japanese EISU-KANA conversion) */
58 /** Dictionary type (e-mail/URI) */
60 /** Dictionary type (Japanese postal address) *
    [all...]
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader_test.go 99 "dictionary",
112 "wrong dictionary",
writer.go 58 // NewWriterLevelDict is like NewWriterLevel but specifies a dictionary to
61 // The dictionary may be nil. If not, its contents should not be modified until
100 // The next bit, FDICT, is set if a dictionary is given.
122 // The next four bytes are the Adler-32 checksum of the dictionary.
  /prebuilts/go/linux-x86/src/compress/zlib/
reader_test.go 99 "dictionary",
112 "wrong dictionary",
writer.go 58 // NewWriterLevelDict is like NewWriterLevel but specifies a dictionary to
61 // The dictionary may be nil. If not, its contents should not be modified until
100 // The next bit, FDICT, is set if a dictionary is given.
122 // The next four bytes are the Adler-32 checksum of the dictionary.
  /external/v8/src/
objects.cc 3638 Handle<NameDictionary> dictionary = local
5786 Handle<SeededNumberDictionary> dictionary = local
7495 Handle<SeededNumberDictionary> dictionary = NormalizeElements(object); local
15306 SeededNumberDictionary* dictionary = object->element_dictionary(); local
17069 auto dictionary = handle(global->global_dictionary()); local
    [all...]
  /external/brotli/c/enc/
hash_longest_match_quickly_inc.h 128 HasherHandle handle, const BrotliDictionary* dictionary,
224 SearchInStaticDictionary(dictionary, dictionary_hash,
  /external/nanopb-c/generator/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/protobuf/objectivec/
GPBUtilities.h 168 /// The result will be @c GPB*Dictionary or @c NSMutableDictionary based on
173 /// The object should be @c GPB*Dictionary or @c NSMutableDictionary based
175 void GPBSetMessageMapField(GPBMessage *self, GPBFieldDescriptor *field, id dictionary);
240 //%/// The result will be @c GPB*Dictionary or @c NSMutableDictionary based on
245 //%/// The object should be @c GPB*Dictionary or @c NSMutableDictionary based
247 //%void GPBSetMessageMapField(GPBMessage *self, GPBFieldDescriptor *field, id dictionary);
  /packages/inputmethods/LatinIME/tests/
Android.mk 22 # Do not compress dictionary files to mmap dict data runtime
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 108 + " Converts a source dictionary file to one or several outputs.\n"
109 + " Source can be a binary dictionary file or a combined format file.\n"
201 FusionDictionary dictionary = readInputFromParsedArgs(parsedArgs); local
202 writeOutputToParsedArgs(parsedArgs, dictionary);
209 * @return the read dictionary.
223 * Read a dictionary from the name of a binary file.
225 * @param binaryFilename the name of the file in the binary dictionary format.
226 * @return the read dictionary.
239 * Read a dictionary from the name of a combined file.
242 * @return the read dictionary
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
example.c 34 const char dictionary[] = "hello"; variable
35 uLong dictId; /* Adler32 value of the dictionary */
455 * Test deflate() with preset dictionary
472 (const Bytef*)dictionary, (int)sizeof(dictionary));
492 * Test inflate() with a preset dictionary
521 fprintf(stderr, "unexpected dictionary");
524 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,
525 (int)sizeof(dictionary));
537 printf("inflate with dictionary: %s\n", (char *)uncompr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/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...]
  /external/python/cpython2/Lib/
collections.py 39 'Dictionary that remembers insertion order'
51 '''Initialize an ordered dictionary. The signature is the same as
74 # and the inherited dictionary is updated with the new key/value pair.
176 raise KeyError('dictionary is empty')
210 '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S.
232 # -- the following methods support python 3.x style dictionary views --
319 >>> d = p._asdict() # convert to a dictionary
322 >>> Point(**d) # convert from a dictionary
409 or multiset. Elements are stored as dictionary keys and their counts
410 are stored as dictionary values
    [all...]

Completed in 1693 milliseconds

1 2 3 45 6 7 8 91011>>