HomeSort by relevance Sort by last modified time
    Searched full:dictionary (Results 576 - 600 of 3288) sorted by null

<<21222324252627282930>>

  /external/v8/test/mjsunit/
array-constructor-feedback.js 36 dictionary : 'dictionary elements',
52 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
119 // based on the move to a dictionary for the array.
235 assertKind(elements_kind.dictionary, bar(large_size));
  /frameworks/base/core/java/android/text/
AutoText.java 33 * This class accesses a dictionary of corrections to frequent misspellings.
115 * Returns the size of the auto text dictionary. The return value can be zero if there is
118 * @return the number of entries in the auto text dictionary
126 * Returns the size of the dictionary.
215 // Keep track of the size of the dictionary
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 82 // Create a thrice-compressed dictionary file.
107 // Test for an actually compressed dictionary and its contents
121 assertEquals("Dictionary can't be read back correctly",
161 options.put("dictionary", "main:en_US");
200 assertNotNull("Can't decode a dictionary we just wrote : " + file, spec);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 23 Keyword argument _attributes: AppleEvent attribute dictionary
44 Keyword argument _attributes: AppleEvent attribute dictionary
74 Keyword argument _attributes: AppleEvent attribute dictionary
103 Keyword argument _attributes: AppleEvent attribute dictionary
131 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 23 Keyword argument _attributes: AppleEvent attribute dictionary
44 Keyword argument _attributes: AppleEvent attribute dictionary
74 Keyword argument _attributes: AppleEvent attribute dictionary
103 Keyword argument _attributes: AppleEvent attribute dictionary
131 Keyword argument _attributes: AppleEvent attribute dictionary
  /external/clang/docs/
ObjectiveCLiterals.rst 153 ``AVAudioRecorder`` using a dictionary that contains a boxed enumeration
267 array and dictionary container objects.
282 Immutable dictionary expression:
286 NSDictionary *dictionary = @{
293 sub-expressions of a dictionary literal must be Objective-C object
305 Using array and dictionary literals is safer than the variadic creation
310 terminator, which can lead to malformed array objects. Dictionary
337 NSMutableDictionary *dictionary = ...;
339 oldObject = dictionary[key];
340 dictionary[key] = newObject; // replace oldObject with newObjec
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 17 #include "dictionary/structure/v2/patricia_trie_policy.h"
22 #include "dictionary/interface/ngram_listener.h"
23 #include "dictionary/property/ngram_context.h"
24 #include "dictionary/structure/pt_common/dynamic_pt_reading_helper.h"
25 #include "dictionary/structure/pt_common/patricia_trie_reading_utils.h"
26 #include "dictionary/utils/binary_dictionary_bigrams_iterator.h"
27 #include "dictionary/utils/multi_bigram_map.h"
28 #include "dictionary/utils/probability_utils.h"
66 // Due to the fact that words are ordered in the dictionary in a strict breadth-first order,
226 // Should we conclude the word is not in the dictionary? No! It could still b
    [all...]
  /external/v8/src/ic/arm/
ic-arm.cc 36 // elements: Property dictionary. It is not clobbered if a jump to the miss
53 // dictionary.
57 // Probe the dictionary.
80 // elements: Property dictionary. It is not clobbered if a jump to the miss
95 // dictionary.
99 // Probe the dictionary.
103 // If probing finds an entry in the dictionary check that the value
269 Register dictionary = r0; local
270 DCHECK(!dictionary.is(LoadDescriptor::ReceiverRegister()));
271 DCHECK(!dictionary.is(LoadDescriptor::NameRegister()))
785 Register dictionary = r5; local
    [all...]
  /external/v8/src/ic/mips/
ic-mips.cc 34 // elements: Property dictionary. It is not clobbered if a jump to the miss
53 // dictionary.
57 // Probe the dictionary.
81 // elements: Property dictionary. It is not clobbered if a jump to the miss
98 // dictionary.
102 // Probe the dictionary.
106 // If probing finds an entry in the dictionary check that the value
276 Register dictionary = a0; local
277 DCHECK(!dictionary.is(LoadDescriptor::ReceiverRegister()));
278 DCHECK(!dictionary.is(LoadDescriptor::NameRegister()))
783 Register dictionary = t1; local
    [all...]
  /external/v8/src/ic/ppc/
ic-ppc.cc 36 // elements: Property dictionary. It is not clobbered if a jump to the miss
53 // dictionary.
57 // Probe the dictionary.
83 // elements: Property dictionary. It is not clobbered if a jump to the miss
98 // dictionary.
102 // Probe the dictionary.
106 // If probing finds an entry in the dictionary check that the value
279 Register dictionary = r3; local
280 DCHECK(!dictionary.is(LoadDescriptor::ReceiverRegister()));
281 DCHECK(!dictionary.is(LoadDescriptor::NameRegister()))
789 Register dictionary = r8; local
    [all...]
  /external/autotest/client/cros/faft/utils/
saft_flashrom_util.py 76 """Convert a text layout line into a dictionary.
79 pairs and convert it into a dictionary where keys are the <name>
82 Return the dictionary to the caller.
102 layout: a dictionary keyed by a string (the section name) with
128 it into a dictionary, replacing section names reported by mosys into
129 matching names from DEFAULT_CHROMEOS_FMAP_CONVERSION dictionary above,
130 using the names as keys in the layout dictionary. The elements of the
131 layout dictionary are the offsets of the first ans last bytes of the
181 (which is a dictionary where keys are section names, and values are
  /external/autotest/site_utils/
collect_suite_time_stats.py 110 @param job_info_dict: Dictionary that has information for jobs.
152 @param job_info_dict: Dictionary that has information for jobs.
178 @param job_info_dict: Dictionary that has information for jobs.
202 @param job_info_dict: Dictionary that has information for jobs.
224 @return: A tuple of (dictionary, list). For dictionary, the key is
260 @param job_info_dict: Dictionary that timestamps for each job will be stored
282 @param job_info_dict: Dictionary that task ids for each job will be stored.
305 @return: Dictionary storing stats.
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 42 # A dictionary of information about the set of statistics overall.
52 # A dictionary which could contain different things for different types of
151 A dictionary.
170 A dictionary.
421 def _IncrementDict(self, dictionary, key):
422 """Increments a count in a dictionary."""
423 dictionary[key] = dictionary.get(key, 0) + 1
430 details: A dictionary of details for one IndividualStat.
  /external/libxml2/doc/devhelp/
libxml2-dict.html 42 <p>dictionary of reusable strings, just used to avoid allocation and freeing operations. </p>
80 </pre><p>Free the dictionary mutex. Do not call unless sure the library is not in use anymore !</p>
84 </pre><p>Create a new dictionary</p>
88 </pre><p>Create a new dictionary, inheriting strings from the read-only dictionnary @sub. On lookup, strings are first searched in the new dictionnary, then in @sub, and if not found are created in the new dictionnary.</p>
100 </pre><p>Get how much memory is used by a dictionary for strings Added in 2.9.0</p>
116 </pre><p>Increment the <a href="libxml2-SAX.html#reference">reference</a> counter of a dictionary</p>
120 </pre><p>Set a size limit for the dictionary Added in 2.9.0</p>
121 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>dict</tt></i>:</span></td><td>the dictionnary</td></tr><tr><td><span class="term"><i><tt>limit</tt></i>:</span></td><td>the limit in bytes</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the previous limit of the dictionary or 0</td></tr></tbody></table></div></div>
128 </pre><p>Do the dictionary mutex initialization. this function is deprecated</p>
  /external/lz4/lib/
lz4.h 203 * Use this function to load a static dictionary into LZ4_stream.
204 * Any previous data will be forgotten, only 'dictionary' will remain in memory.
206 * Return : dictionary size, in bytes (necessarily <= 64 KB)
208 int LZ4_loadDict (LZ4_stream_t* LZ4_streamPtr, const char* dictionary, int dictSize);
212 * Compress data block 'source', using blocks compressed before as dictionary to improve compression ratio
229 * dictionary is immediately usable, you can therefore call again LZ4_compress_continue()
230 * Return : dictionary size in bytes, or 0 if error
258 * Use this function to instruct where to find the dictionary.
262 int LZ4_setStreamDecode (LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize);
  /external/lz4/programs/
fuzzer.c 315 if (0) // some problems related to dictionary re-use; in this case, enable this loop
515 /* Dictionary tests */
518 /* Compress using dictionary */
526 /* Decompress with dictionary as prefix */
547 // Compress using External dictionary
566 // Decompress with dictionary as external
613 // Compress HC using External dictionary
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgi.py 131 environ : environment dictionary; default: os.environ
198 pdict: dictionary containing other parameters of content-type header
200 Returns a dictionary just like parse_qs(): keys are the field names, each
306 Return the main content-type and a dictionary of options.
357 more. At the top level, it is accessible like a dictionary, whose
377 type_options: dictionary of options specified on the content-type
382 disposition_options: dictionary of corresponding options
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
404 headers : header dictionary-like object; default:
410 environ : environment dictionary; default: os.enviro
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgi.py 131 environ : environment dictionary; default: os.environ
198 pdict: dictionary containing other parameters of content-type header
200 Returns a dictionary just like parse_qs(): keys are the field names, each
306 Return the main content-type and a dictionary of options.
357 more. At the top level, it is accessible like a dictionary, whose
377 type_options: dictionary of options specified on the content-type
382 disposition_options: dictionary of corresponding options
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
404 headers : header dictionary-like object; default:
410 environ : environment dictionary; default: os.enviro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 131 environ : environment dictionary; default: os.environ
198 pdict: dictionary containing other parameters of content-type header
200 Returns a dictionary just like parse_qs(): keys are the field names, each
306 Return the main content-type and a dictionary of options.
357 more. At the top level, it is accessible like a dictionary, whose
377 type_options: dictionary of options specified on the content-type
382 disposition_options: dictionary of corresponding options
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
404 headers : header dictionary-like object; default:
410 environ : environment dictionary; default: os.enviro
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 131 environ : environment dictionary; default: os.environ
198 pdict: dictionary containing other parameters of content-type header
200 Returns a dictionary just like parse_qs(): keys are the field names, each
306 Return the main content-type and a dictionary of options.
357 more. At the top level, it is accessible like a dictionary, whose
377 type_options: dictionary of options specified on the content-type
382 disposition_options: dictionary of corresponding options
384 headers: a dictionary(-like) object (sometimes rfc822.Message or a
404 headers : header dictionary-like object; default:
410 environ : environment dictionary; default: os.enviro
    [all...]
  /external/toybox/toys/pending/
xzcat.c 41 * @XZ_MEMLIMIT_ERROR: A bigger LZMA2 dictionary would be needed than
108 * @dict_max: Maximum size of the LZMA2 dictionary (history buffer) for
109 * multi-call decoding. LZMA2 dictionary is always 2^n bytes
112 * In the kernel, dictionary sizes of 64 KiB, 128 KiB, 256 KiB,
115 * dictionary can be fine and useful.
117 * dict_max specifies the maximum allowed dictionary size that xz_dec_run()
118 * may allocate once it has parsed the dictionary size from the stream
219 * Support up to 64 MiB dictionary. The actually needed memory
399 * XZ_OK on success, XZ_MEMLIMIT_ERROR if the preallocated dictionary is not
1216 struct dictionary { struct
    [all...]
  /art/runtime/interpreter/mterp/
README.txt 68 will load from "arm/OP_NOP.S". A substitution dictionary will be
79 "arm/ALT_OP_NOP.S". A substitution dictionary will be applied
102 A substitution dictionary is applied to all opcode fragments as they are
105 The dictionary always includes:
121 specify values for the substitution dictionary, using standard Python
129 Specify default substitution dictionary values, using standard Python
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 100 # Every dictionary value is a tuple. The first element of the tuple
127 @return a dictionary that contains the test result.
158 @return a dictionary that contains the test result.
187 @return a dictionary that contains the test result.
227 @return a dictionary that contains test the result.
270 @param keyvals: a dictionary that contains results returned by
  /external/autotest/client/site_tests/video_WebRtcPerf/
video_WebRtcPerf.py 143 # decode time. Construct a dictionary containing one value to log
172 @return a dictionary that contains test the result.
218 @return a dictionary that contains the test result.
251 @return a dictionary that contains the test result.
289 @return a dictionary that contains the test result.
343 @param keyvals: a dictionary that contains results returned by
  /external/chromium-trace/catapult/third_party/Paste/paste/
session.py 13 This will return a dictionary. The contents of this dictionary will
15 created when you first fetch the session dictionary, and a cookie will
303 The session is a peristent dictionary. To get this dictionary
305 which returns this persistent dictionary.

Completed in 1313 milliseconds

<<21222324252627282930>>