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

  /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...]
test_weakref.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...]
test_weakref.py     [all...]
  /external/e2fsprogs/e2fsck/
dict.c 1503 int dict1 = atoi(tok1), dict2 = atoi(tok2); local
    [all...]

Completed in 654 milliseconds