HomeSort by relevance Sort by last modified time
    Searched refs:dict1 (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Diff.java 58 final FusionDictionary dict1 = local
60 if (null == dict1) throw new RuntimeException("Can't read dictionary " + mArgs[1]);
63 diffHeaders(dict0, dict1);
64 if (languageDiffers(dict0, dict1)) {
73 diffWords(dict0, dict1);
77 final FusionDictionary dict1) {
80 if (null == dict1.mOptions.mAttributes.get("locale")) return false;
82 final String dict1Lang = dict1.mOptions.mAttributes.get("locale").split("_", 3)[0];
86 private static void diffHeaders(final FusionDictionary dict0, final FusionDictionary dict1) {
88 final HashMap<String, String> options1 = new HashMap<>(dict1.mOptions.mAttributes)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 31 dict1 = {} variable
34 # The current set of keys in dict1 and dict2. These are materialized as
44 # dict, it picks one of {dict1, dict2} at random, and deletes a random
55 target, keys = dict1, dict1keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
129 dict1keys = fill_dict(dict1, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 31 dict1 = {} variable
34 # The current set of keys in dict1 and dict2. These are materialized as
44 # dict, it picks one of {dict1, dict2} at random, and deletes a random
55 target, keys = dict1, dict1keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
129 dict1keys = fill_dict(dict1, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2)
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
data_tests.py 71 dict1 = data.ModuleToData(module1)
72 module2 = data.ModuleFromData(dict1)
  /external/e2fsprogs/e2fsck/
dict.c 1503 int dict1 = atoi(tok1), dict2 = atoi(tok2); local
    [all...]

Completed in 129 milliseconds