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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 21 # _curses module's dictionary after initscr() is called. (Some
25 # _curses module to the curses package's dictionary. Don't do 'from
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 18 Keyword argument _attributes: AppleEvent attribute dictionary
38 Keyword argument _attributes: AppleEvent attribute dictionary
65 Keyword argument _attributes: AppleEvent attribute dictionary
86 Keyword argument _attributes: AppleEvent attribute dictionary
106 Keyword argument _attributes: AppleEvent attribute dictionary
140 Keyword argument _attributes: AppleEvent attribute dictionary
165 Keyword argument _attributes: AppleEvent attribute dictionary
195 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 21 # _curses module's dictionary after initscr() is called. (Some
25 # _curses module to the curses package's dictionary. Don't do 'from
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 29 * Provides access to the dictionary database.
35 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/dictionary");
58 matcher.addURI(AUTHORITY, "dictionary", SEARCH_WORDS);
59 matcher.addURI(AUTHORITY, "dictionary/#", GET_WORD);
82 * Handles all the dictionary searches and suggestion queries from the Search Manager.
84 * When searching all of the dictionary for matches, the selectionArgs argument must carry
  /external/autotest/client/cros/faft/utils/
cgpt_handler.py 9 and modify gpt. This module parses cgpt output to create a dictionary
22 devices: a dictionary keyed by the storage device names (as in
38 # This dictionary maps gpt attributes the user can modify into the cgpt
51 """Get device information from cgpt and parse it into a dictionary.
87 """Retrieve a dictionary representing a partition on a device.
111 partiton_value: a dictionary, where keys are strings, names of the
  /external/chromium-trace/catapult/dashboard/dashboard/
test_owner.py 13 Test owners data are stored in layered_cache as dictionary of test suite path to
23 # Cache keys for layered cache test owner dictionary.
38 owner_dict: A dictionary of Master/Test suite to set of owners.
106 owner_dict: A dictionary of "Master/Test suite" to set of owners' email.
140 owner_dict: A dictionary of Master/Test suite to set of owners to be
173 """Gets test owner cached dictionary from layered_cache."""
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
GraphAlgo.py 25 D = {} # dictionary of final distances
26 P = {} # dictionary of predecessors
69 Priority dictionary using binary heaps (internal use only)
73 Implements a data structure that acts almost like a dictionary, with two modifications:
75 all values D[x] stored in the dictionary must be comparable.
124 Change value stored in dictionary and add corresponding pair to heap.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
util.py 166 def dict_to_tuple_key(dictionary):
167 """Converts a dictionary to a tuple that can be used as an immutable key.
173 dictionary: the dictionary to use as the key.
176 A tuple representing the dictionary in it's naturally sorted ordering.
178 return tuple(sorted(dictionary.items()))
  /external/lzma/C/
LzmaDec.h 113 1) Dictionary Interface
120 /* There are two variants to allocate state for Dictionary Interface:
123 You can use variant 2, if you set dictionary buffer manually.
138 /* ---------- Dictionary Interface ---------- */
141 dictionary to some other external buffer.
161 The decoding to internal dictionary buffer (CLzmaDec::dic).
  /external/mockito/src/org/mockito/runners/
ConsoleSpammingMockitoJUnitRunner.java 52 * Dictionary dictionary = new Dictionary(translator);
54 * String translated = dictionary.search("Mockito");
68 * org.dictionary.SmartDictionaryTest.shouldFindTranslation(SmartDictionaryTest.java:27)
72 * org.dictionary.SmartDictionary.search(SmartDictionary.java:15)
  /frameworks/base/core/java/android/provider/
UserDictionary.java 29 * Applications and input methods may add words into the dictionary. Words can have associated
32 * <p><strong>NOTE: </strong>Starting on API 23, the user dictionary is only accessible through
119 /** Adds a word to the dictionary, with the given frequency and the specified
126 * @param word the word to add to the dictionary. This should not be null or
150 /** Adds a word to the dictionary, with the given frequency and the specified
154 * @param word the word to add to the dictionary. This should not be null or
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 56 * Group class for static methods to help with creation and getting of the binary dictionary
57 * file from the dictionary provider
86 // Using protocol version 2 to communicate with the dictionary pack
90 // The path fragment to append after the client ID for dictionary info requests.
92 // The path fragment to append after the client ID for dictionary datafile requests.
105 * Returns a URI builder pointing to the dictionary pack.
107 * This creates a URI builder able to build a URI pointing to the dictionary
108 * pack content provider for a specific dictionary id.
188 Log.e(TAG, "RemoteException: communication with the dictionary pack cut", e);
194 Log.e(TAG, "Unexpected exception communicating with the dictionary pack", e)
    [all...]
BinaryDictionary.java 50 * Implements a static, compacted, binary dictionary of standard words.
53 public final class BinaryDictionary extends Dictionary {
115 * Constructs binary dictionary using existing dictionary file.
117 * @param offset the offset of the dictionary data within the file.
120 * @param dictType the dictionary type, as a human-readable string
121 * @param isUpdatable whether to open the dictionary file in writable mode.
136 * Constructs binary dictionary on memory.
139 * @param dictType the dictionary type, as a human-readable string
140 * @param formatVersion the format version of the dictionary
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionary.java 24 import com.android.inputmethod.latin.Dictionary;
49 super(context, getUserHistoryDictName(NAME, locale, null /* dictFile */, account), locale, Dictionary.TYPE_USER_HISTORY, null);
68 * Uses the currently signed in account to determine the dictionary name.
91 * Add a word to the user history dictionary.
93 * @param userHistoryDictionary the user history dictionary
133 // Strings out of this dictionary should not be considered existing words.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryList.java 44 // in order to deal with some devices that have issues with the user dictionary handling
63 // The user dictionary service is not present or disabled. Return null.
98 // We come here after we have collected locales from existing user dictionary entries and
110 * Creates the entries that allow the user to go into the user dictionary for each locale.
135 * Create a single User Dictionary Preference object, with its parameters set.
136 * @param localeString The locale for which this user dictionary is for.
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.cpp 21 * dictionary/structure/v4/content/probability_dict_content.cpp
24 #include "dictionary/structure/backward/v402/content/probability_dict_content.h"
26 #include "dictionary/structure/backward/v402/content/probability_entry.h"
27 #include "dictionary/structure/backward/v402/content/terminal_position_lookup_table.h"
28 #include "dictionary/structure/backward/v402/ver4_dict_constants.h"
29 #include "dictionary/utils/buffer_with_extendable_buffer.h"
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 60 @param config: This is an optional dictionary that can be used to
61 initialize the property dictionary with values other than the
62 ones provided by |_InitializeProperties|. The dictionary has to
66 have not been already set in the internal property dictionary,
90 @returns: The property dictionary.
233 @returns: A dictionary, containing the properties of the given DBus
262 @param changed_properties: Dictionary containing the changed properties
275 Sets the entire property dictionary for the given interface.
278 @param properties: Dictionary containing the properties to set.
296 @returns: The complete property dictionary. The returned dict is a tree
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 164 * Initialize the user dictionary.
169 * Initialize the learning dictionary.
174 * List words in the user dictionary.
181 * Get a word from the user dictionary.
188 * Add word to the user dictionary.
193 * Delete a word from the dictionary.
203 * Edit words in the user dictionary.
266 /** Type of dictionary */
377 * Generate {@link OpenWnnEvent} for dictionary management
380 * @param dict The type of dictionary
    [all...]
  /external/v8/src/ic/ia32/
ic-ia32.cc 33 // Helper function used to load a property from a dictionary backing
35 // in the dictionary, so code at miss_label must always call a backup
45 // elements - holds the property dictionary on entry and is unchanged.
51 // r0 - used for the index into the property dictionary
53 // r1 - used to hold the capacity of the property dictionary.
59 // Probe the dictionary.
63 // If probing finds an entry in the dictionary, r0 contains the
64 // index into the dictionary. Check that the value is a normal
81 // Helper function used to store a property to a dictionary backing
83 // is in the dictionary, so code at miss_label must always call
633 Register dictionary = eax; local
774 Register dictionary = ebx; local
    [all...]
  /external/v8/src/ic/x87/
ic-x87.cc 33 // Helper function used to load a property from a dictionary backing
35 // in the dictionary, so code at miss_label must always call a backup
45 // elements - holds the property dictionary on entry and is unchanged.
51 // r0 - used for the index into the property dictionary
53 // r1 - used to hold the capacity of the property dictionary.
59 // Probe the dictionary.
63 // If probing finds an entry in the dictionary, r0 contains the
64 // index into the dictionary. Check that the value is a normal
81 // Helper function used to store a property to a dictionary backing
83 // is in the dictionary, so code at miss_label must always call
633 Register dictionary = eax; local
774 Register dictionary = ebx; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 46 * This class is a ContentProvider exposing all available dictionary data as managed by
47 * the dictionary pack.
82 // MIME types for dictionary and dictionary list, as required by ContentProvider contract.
86 "vnd.android.cursor.item/vnd.google.dictionary";
212 * Query the provider for dictionary files.
254 PrivateLog.log("No dictionary files for this URL");
283 * dictionary.
309 // This will return an empty file (R.raw.empty points at an empty dictionary)
311 // a default dictionary - which is actually in its assets and can't be reall
    [all...]
  /external/google-breakpad/src/processor/
postfix_evaluator_unittest.cc 96 // The dictionary used for all tests in the set.
97 PostfixEvaluator<unsigned int>::DictionaryType *dictionary; member in struct:__anon12351::EvaluateTestSet
235 // The same dictionary will be used for each test in the set. Earlier
236 // tests can affect the state of the dictionary for later tests.
237 postfix_evaluator.set_dictionary(evaluate_test_set->dictionary);
239 // Use a new validity dictionary for each test set.
271 evaluate_test_set->dictionary->find(identifier);
273 // The identifier must exist in the dictionary.
274 if (dictionary_iterator == evaluate_test_set->dictionary->end()) {
283 // The value in the dictionary must be the same as the expected value
    [all...]
stackwalker_x86.cc 203 // Set up the dictionary for the PostfixEvaluator. %ebp and %esp are used
206 PostfixEvaluator<uint32_t>::DictionaryType dictionary; local
208 dictionary["$ebp"] = last_frame->context.ebp;
209 dictionary["$esp"] = last_frame->context.esp;
215 dictionary[".cbCalleeParams"] = last_frame_callee_parameter_size;
216 dictionary[".cbSavedRegs"] = last_frame_info->saved_register_size;
217 dictionary[".cbLocals"] = last_frame_info->local_size;
257 dictionary[".cbParams"] = last_frame_info->parameter_size;
261 // Given the dictionary and the program string, it is possible to compute
359 dictionary[".raSearchStart"] = raSearchStart
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
Inflater.java 149 * Sets the preset dictionary to the given array of bytes. Should be
151 * indicating that a preset dictionary is required. The method getAdler()
152 * can be used to get the Adler-32 value of the dictionary needed.
153 * @param b the dictionary data bytes
174 * Sets the preset dictionary to the given array of bytes. Should be
176 * indicating that a preset dictionary is required. The method getAdler()
177 * can be used to get the Adler-32 value of the dictionary needed.
178 * @param b the dictionary data bytes
211 * Returns true if a preset dictionary is needed for decompression.
212 * @return true if a preset dictionary is needed for decompressio
    [all...]
  /external/v8/src/ic/x64/
ic-x64.cc 33 // Helper function used to load a property from a dictionary backing storage.
45 // elements - holds the property dictionary on entry and is unchanged.
49 // r0 - used to hold the capacity of the property dictionary.
51 // r1 - used to hold the index into the property dictionary.
57 // Probe the dictionary.
61 // If probing finds an entry in the dictionary, r1 contains the
62 // index into the dictionary. Check that the value is a normal
81 // Helper function used to store a property to a dictionary backing
83 // is in the dictionary, so code at miss_label must always call a
94 // elements - holds the property dictionary on entry and is clobbered
631 Register dictionary = rax; local
768 Register dictionary = r11; local
    [all...]

Completed in 711 milliseconds

<<11121314151617181920>>