HomeSort by relevance Sort by last modified time
    Searched refs:dict2 (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/core/fpdfdoc/
cpdf_formfield_unittest.cpp 28 CPDF_Dictionary* dict2 = dict1->SetNewFor<CPDF_Dictionary>("Parent"); local
33 dict2->SetNewFor<CPDF_Reference>("Parent", &obj_holder, dict3->GetObjNum());
44 name = FPDF_GetFullName(dict2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mutants.py 32 dict2 = {} 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
57 target, keys = dict2, dict2keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
130 dict2keys = fill_dict(dict2, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2):
141 c = cmp(dict1, dict2)
    [all...]
test_pprint.py 27 class dict2(dict): class in inherits:dict
117 {}, dict2(), dict3(),
123 dict2({5: 6}), dict3({5: 6}),
151 for type in [dict, dict2]:
test_set.py     [all...]
test_weakref.py     [all...]
  /external/python/cpython2/Lib/test/
test_mutants.py 32 dict2 = {} 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
57 target, keys = dict2, dict2keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
130 dict2keys = fill_dict(dict2, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2):
141 c = cmp(dict1, dict2)
    [all...]
test_pprint.py 41 class dict2(dict): class in inherits:dict
134 {}, dict2(), dict3(),
143 dict2({5: 6}), dict3({5: 6}),
170 for type in [dict, dict2]:
test_set.py     [all...]
test_weakref.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mutants.py 32 dict2 = {} 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
57 target, keys = dict2, dict2keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
130 dict2keys = fill_dict(dict2, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2):
141 c = cmp(dict1, dict2)
    [all...]
test_pprint.py 27 class dict2(dict): class in inherits:dict
117 {}, dict2(), dict3(),
123 dict2({5: 6}), dict3({5: 6}),
151 for type in [dict, dict2]:
test_set.py     [all...]
test_weakref.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mutants.py 32 dict2 = {} 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
57 target, keys = dict2, dict2keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
130 dict2keys = fill_dict(dict2, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2):
141 c = cmp(dict1, dict2)
    [all...]
test_pprint.py 27 class dict2(dict): class in inherits:dict
117 {}, dict2(), dict3(),
123 dict2({5: 6}), dict3({5: 6}),
151 for type in [dict, dict2]:
test_set.py     [all...]
test_weakref.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 32 dict2 = {} 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
57 target, keys = dict2, dict2keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
130 dict2keys = fill_dict(dict2, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2):
141 c = cmp(dict1, dict2)
    [all...]
test_pprint.py 27 class dict2(dict): class in inherits:dict
117 {}, dict2(), dict3(),
123 dict2({5: 6}), dict3({5: 6}),
151 for type in [dict, dict2]:
test_set.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 32 dict2 = {} 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
57 target, keys = dict2, dict2keys
79 # A horrid class that triggers random mutations of dict1 and dict2 when
125 global mutate, dict1, dict2, dict1keys, dict2keys
130 dict2keys = fill_dict(dict2, range(n), n)
136 print "trying w/ lengths", len(dict1), len(dict2),
137 while dict1 and len(dict1) == len(dict2):
141 c = cmp(dict1, dict2)
    [all...]
test_pprint.py 27 class dict2(dict): class in inherits:dict
117 {}, dict2(), dict3(),
123 dict2({5: 6}), dict3({5: 6}),
151 for type in [dict, dict2]:
test_set.py     [all...]
  /external/e2fsprogs/lib/support/
dict.c 1513 int dict1 = atoi(tok1), dict2 = atoi(tok2); local
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_object_unittest.cpp 137 const CPDF_Dictionary* dict2 = obj2->AsDictionary(); local
138 if (dict1->GetCount() != dict2->GetCount())
142 if (!Equal(it->second.get(), dict2->GetObjectFor(it->first)))
    [all...]

Completed in 1131 milliseconds

1 2