/external/autotest/client/virt/tests/ |
boot.py | 13 @param params: Dictionary with the test parameters 14 @param env: Dictionary with test environment.
|
/external/icu/icu4j/main/tests/charset/ |
.project | 21 <dictionary> 24 </dictionary>
|
/external/icu/icu4j/main/tests/collate/ |
.project | 25 <dictionary> 28 </dictionary>
|
/external/icu/icu4j/main/tests/core/ |
.project | 23 <dictionary> 26 </dictionary>
|
/external/icu/icu4j/main/tests/translit/ |
.project | 21 <dictionary> 24 </dictionary>
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
RTCMediaConstraints+JSON.m | 20 (NSDictionary *)dictionary { 21 NSDictionary *mandatory = dictionary[kRTCMediaConstraintsMandatoryKey];
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
ver4_patricia_trie_reading_utils.cpp | 17 #include "dictionary/structure/v4/ver4_patricia_trie_reading_utils.h" 19 #include "dictionary/utils/byte_array_utils.h"
|
ver4_patricia_trie_writing_helper.h | 21 #include "dictionary/structure/pt_common/dynamic_pt_gc_event_listeners.h" 22 #include "dictionary/structure/v4/content/terminal_position_lookup_table.h" 23 #include "dictionary/utils/entry_counters.h" 39 // This method cannot be const because the original dictionary buffer will be updated to detect
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
LZMA2InputStream.java | 25 * Smallest valid LZMA2 dictionary size. 33 * Largest dictionary size supported by this implementation. 66 * the given dictionary size. 68 * @param dictSize LZMA2 dictionary size as bytes, must be 77 // and LZ decoder needs a dictionary buffer. 84 "Unsupported dictionary size " + dictSize); 86 // Round dictionary size upward to a multiple of 16. This way LZMA 97 * The caller needs to know the dictionary size used when compressing; 98 * the dictionary size isn't stored as part of a raw LZMA2 stream. 100 * Specifying a too small dictionary size will prevent decompressin [all...] |
/device/google/dragon/audio/hal/ |
dictionary.c | 3 @file dictionary.c 5 @brief Implements a dictionary for string variables. 7 This module implements a simple dictionary object, i.e. a list 16 #include "dictionary.h" 26 /** Minimal allocated number of entries in a dictionary */ 108 @brief Create a new dictionary object. 109 @param size Optional initial size of the dictionary. 110 @return 1 newly allocated dictionary objet. 112 This function allocates a new dictionary object of given size and returns 114 dictionary, give size=0 [all...] |
/external/google-breakpad/src/processor/ |
postfix_evaluator.h | 35 // in postfix (reverse Polish) notation and a dictionary mapping constants 45 // which reference the dictionary. The supported binary operators are + 54 // The dictionary is provided as a map with string keys. Keys beginning 57 // dictionary. These variables do not need to exist prior to calling 95 // (^) will not be supported. |dictionary| may be NULL, but evaluation 98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) 99 : dictionary_(dictionary), memory_(memory), stack_() {} 102 // execution will be stored in one (or more) variables in the dictionary. 104 // variables in the dictionary in an indeterminate state. If assigned is 105 // non-NULL, any keys set in the dictionary as a result of evaluatio 116 DictionaryType* dictionary() const { return dictionary_; } function in class:google_breakpad::PostfixEvaluator [all...] |
/external/libxml2/os400/libxmlrpg/ |
dict.rpgle | 1 * Summary: string dictionary 2 * Description: dictionary of reusable strings, just used to avoid 12 * The dictionary. 55 * Lookup of entry in the dictionary.
|
/external/llvm/test/YAMLParser/ |
construct-omap.test | 3 # Explicitly typed ordered map (dictionary).
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_pattern_embeddertest.cpp | 11 // Test shading where object is a dictionary instead of a stream.
|
/external/pdfium/testing/resources/ |
trailer_as_hexstring.in | 26 % trailer erroneously contains a hex string, not a dictionary.
|
trailer_unterminated.in | 26 % closing angle-brackets not present for trailer dictionary.
|
/external/v8/test/mjsunit/regress/ |
regress-350884.js | 12 // Force dictionary properties on obj.
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/ |
makedict_executor.cpp | 40 "Converts a source dictionary file to one or several outputs.\n" 41 "Source can be a binary dictionary file or a combined format file.\n" 53 ArgumentSpec::singleArgument("src_dict", "source dictionary file"), 54 ArgumentSpec::singleArgument("dest_dict", "output dictionary file")
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/ |
dictionary_structure_with_buffer_policy_factory.h | 23 #include "dictionary/interface/dictionary_header_structure_policy.h" 24 #include "dictionary/interface/dictionary_structure_with_buffer_policy.h" 25 #include "dictionary/utils/format_utils.h" 26 #include "dictionary/utils/mmapped_buffer.h"
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
sdch_view.html | 13 <a href="#events&q=type:URL_REQUEST%20SDCH_DICTIONARY_ERROR">Dictionary</a> 18 SDCH Dictionary Fetches 23 <a href="#events&q=type:URL_REQUEST%20Avail-Dictionary">
|
/external/clang/test/Rewriter/ |
objc-modern-container-subscript.mm | 43 NSMutableDictionary *dictionary; 46 oldObject = dictionary[key]; 47 dictionary[key] = newObject; // replace oldObject with newObject
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DictionaryMatcher.java | 18 * Find dictionary words that match the text. 21 * left after the longest prefix match in the dictionary. 38 * @return the kind of dictionary that this matcher is using
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DictionaryMatcher.java | 17 * Find dictionary words that match the text. 20 * left after the longest prefix match in the dictionary. 37 * @return the kind of dictionary that this matcher is using
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
dict.h | 22 * Public dictionary API. 43 * av_dict_set(). NULL can be used as an empty dictionary wherever 46 * entries and finally av_dict_free() to free the dictionary 50 * AVDictionary *d = NULL; // "create" an empty dictionary 85 * Get a dictionary entry with matching key. 96 * Get number of entries in dictionary. 98 * @param m dictionary 99 * @return number of entries in dictionary 106 * @param pm pointer to a pointer to a dictionary struct. If *pm is NULL 107 * a dictionary struct is allocated and put in *pm [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryCollection.java | 32 * Class for a collection of dictionaries that behave like one dictionary. 34 public final class DictionaryCollection extends Dictionary { 36 protected final CopyOnWriteArrayList<Dictionary> mDictionaries; 44 final Dictionary... dictionaries) { 55 final Collection<Dictionary> dictionaries) { 67 final CopyOnWriteArrayList<Dictionary> dictionaries = mDictionaries; 70 // dictionary and add the rest to it if not null, hence the get(0) 119 for (final Dictionary dict : mDictionaries) 124 public void addDictionary(final Dictionary newDict) { 127 Log.w(TAG, "This collection already contains this dictionary: " + newDict) [all...] |