HomeSort by relevance Sort by last modified time
    Searched refs:Dictionary (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 192 programs = new Dictionary<string, IList<RewriteOperation>>();
194 lastRewriteTokenIndexes = new Dictionary<string, int>();
567 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 216 programs = new Dictionary<string, IList<RewriteOperation>>();
218 lastRewriteTokenIndexes = new Dictionary<string, int>();
672 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
LegacyCommonTokenStream.cs 231 channelOverrideMap = new Dictionary<int, int>();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 3 import flash.utils.Dictionary;
15 protected var treeToUniqueIDMap:Dictionary;
200 treeToUniqueIDMap = new Dictionary();
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 46 new Dictionary<string, IDescriptor>();
49 new Dictionary<DescriptorIntPair, FieldDescriptor>();
52 new Dictionary<DescriptorIntPair, EnumValueDescriptor>();
  /external/llvm/lib/Fuzzer/
FuzzerMutate.cpp 19 const size_t Dictionary::kMaxDictSize;
156 size_t MutationDispatcher::AddWordFromDictionary(Dictionary &D, uint8_t *Data,
233 // Copy successful dictionary entries to PersistentAutoDictionary.
250 Printf("###### Recommended dictionary. ######\n");
256 Printf("###### End of recommended dictionary. ######\n");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 41 * This class loads a dictionary and provides a list of suggestions for a given sequence of
64 // TODO: This should not be hardcoded here but be written in the dictionary header
173 Dictionary sourceDictionaryOfRemovedWord = null;
175 // Search for the best dictionary, defined as the first one with the highest match
219 // If we don't have a main dictionary, we never want to auto-correct. The reason
222 // the user types in English with no dictionary and has a "Will" in their contact
245 // TODO: this should not have its own logic here but be handled by the dictionary.
253 null == sourceDictionaryOfRemovedWord ? Dictionary.DICTIONARY_USER_TYPED
297 // For transforming words that don't come from a dictionary, because it's our best bet
380 * where it's possible to concatenate many words, it often happens our dictionary does no
    [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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
ToolDefClassObject.py 21 from Dictionary import *
Misc.py 43 ## Dictionary used to store file time stamp for quick re-access
46 ## Dictionary used to store dependencies of files
232 # Platform.Modules which is the base to create ModuleAutoGen objects is a dictionary,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 257 treeToUniqueIDMap = new Dictionary<object, int>();
  /external/libchrome/base/mac/
foundation_util.h 230 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary);
354 // Utility function to pull out a value from a dictionary, check its type, and
  /external/mesa3d/scons/
custom.py 225 for flag_name, flag_value in env.Dictionary().iteritems():
  /external/v8/src/
code-stub-assembler.cc     [all...]
objects.h 85 // - Dictionary
    [all...]
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...]
objects-inl.h 710 // Dictionary is covered under FixedArray.
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 2 * Note to JL: Replaced Hashset with Dictionary.
74 protected Dictionary<string, string> uniqueRules = new Dictionary<string, string>();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 74 protected Dictionary<string, bool> uniqueRules = new Dictionary<string, bool>();
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 267 class Dictionary;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 345 treeToUniqueIDMap = new Dictionary<object, int>();
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 191 supports as a dictionary.
194 retries = dbus.Dictionary(signature='uu')
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 37 import com.android.inputmethod.latin.Dictionary;
117 * dictionary.
516 // tapping probably is that the word you intend to type is not in the dictionary,
517 // so we do not attempt to correct, on the assumption that if that was a dictionary
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 43 import com.android.inputmethod.latin.Dictionary.PhonyDictionary;
69 // If a dictionary takes longer to load, we could have serious problems.
72 // Type for a test phony dictionary
362 Log.e(TAG, "Interrupted during waiting for loading main dictionary.", e);
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 546 @return the properties as a JSON-encoded dictionary on success,
661 @return the properties of the device as a JSON-encoded dictionary
731 @param options: Dictionary of options for the new service, compliant
    [all...]

Completed in 2484 milliseconds

1 2 34 5 6