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

<<21222324252627282930>>

  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 277 std::vector<Unit> Dictionary;
279 if (!ParseDictionaryFile(FileToString(Flags.dict), &Dictionary))
281 if (Flags.verbosity > 0 && !Dictionary.empty())
282 Printf("Dictionary: %zd entries\n", Dictionary.size());
287 for (auto &U: Dictionary)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 38 * Returns new dictionary decoder.
40 * @param dictFile the dictionary file.
42 * @return new dictionary decoder if the dictionary file exists, otherwise null.
139 * Doesn't store a full memory representation of the dictionary.
159 * Gets the address of the last PtNode of the exact matching word in the dictionary.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 26 Keyword argument _attributes: AppleEvent attribute dictionary
52 Keyword argument _attributes: AppleEvent attribute dictionary
78 Keyword argument _attributes: AppleEvent attribute dictionary
111 Keyword argument _attributes: AppleEvent attribute dictionary
132 Keyword argument _attributes: AppleEvent attribute dictionary
157 Keyword argument _attributes: AppleEvent attribute dictionary
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 26 Keyword argument _attributes: AppleEvent attribute dictionary
52 Keyword argument _attributes: AppleEvent attribute dictionary
78 Keyword argument _attributes: AppleEvent attribute dictionary
111 Keyword argument _attributes: AppleEvent attribute dictionary
132 Keyword argument _attributes: AppleEvent attribute dictionary
157 Keyword argument _attributes: AppleEvent attribute dictionary
  /external/v8/src/ic/arm64/
ic-arm64.cc 32 // elements: Property dictionary. It is not clobbered if a jump to the miss
50 // Probe the dictionary.
73 // elements: Property dictionary. It is not clobbered if a jump to the miss
89 // Probe the dictionary.
93 // If probing finds an entry in the dictionary check that the value
265 Register dictionary = x0; local
266 DCHECK(!dictionary.is(LoadDescriptor::ReceiverRegister()));
267 DCHECK(!dictionary.is(LoadDescriptor::NameRegister()));
270 __ Ldr(dictionary, FieldMemOperand(LoadDescriptor::ReceiverRegister(),
272 GenerateDictionaryLoad(masm, &slow, dictionary,
777 Register dictionary = x5; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
ProfileTreeGrammarHelper.cs 46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
Expr.g3 49 using HashMap = System.Collections.Generic.Dictionary<object,object>;
68 using HashMap = System.Collections.Generic.Dictionary<object,object>;
  /external/autotest/client/common_lib/cros/tendo/
buffet_config.py 56 """Format dictionary as key1=value1{separator}key2=value2{separator}..
58 @param options: Dictionary with options.
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 57 @param params: A dictionary containing properties and values to set.
61 that dictionary when constructing the next SMS object.
  /external/autotest/client/cros/tendo/n_faced_peerd/
dbus_property_exposer.py 51 results = dbus.Dictionary(dict(), 'sv')
85 results = dbus.Dictionary(dict(), 'sv')
  /external/autotest/client/site_tests/kernel_LTP/
ltp-diff.py 30 Return results of each run in a numerically-indexed dictionary
32 Return dictionary keyed on unique testnames across all runs.
  /external/autotest/client/tests/kvm/tests/
balloon_check.py 14 @param params: Dictionary with the test parameters
15 @param env: Dictionary with test environment.
hdparm.py 15 @param params: Dictionary with the test parameters.
16 @param env: Dictionary with test environment.
migration.py 19 @param params: Dictionary with test parameters.
20 @param env: Dictionary with the test environment.
migration_with_file_transfer.py 20 @param params: Dictionary with test parameters.
21 @param env: Dictionary with the test environment.
multi_disk.py 17 @param params: Dictionary with the test parameters
18 @param env: Dictionary with test environment.
timedrift_with_migration.py 17 @param params: Dictionary with test parameters.
18 @param env: Dictionary with the test environment.
timedrift_with_reboot.py 17 @param params: Dictionary with test parameters.
18 @param env: Dictionary with the test environment.
timedrift_with_stop.py 19 @param params: Dictionary with test parameters.
20 @param env: Dictionary with the test environment.
trans_hugepage_defrag.py 18 @param params: Dictionary with test parameters.
19 @param env: Dictionary with the test environment.
trans_hugepage_swapping.py 15 @param params: Dictionary with test parameters.
16 @param env: Dictionary with the test environment.
usb.py 15 @param params: Dictionary with the test parameters
16 @param env: Dictionary with test environment.
vmstop.py 18 @param params: Dictionary with the test parameters
19 @param env: Dictionary with test environment.
  /external/autotest/client/tests/ltp/
ltp-diff.py 29 Return results of each run in a numerically-indexed dictionary
31 Return dictionary keyed on unique testnames across all runs.

Completed in 382 milliseconds

<<21222324252627282930>>