Searched refs:choice (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dregister.py131 choice = '1'
135 choice = 'x'
140 while choice not in choices:
149 choice = raw_input()
150 if not choice:
151 choice = '1'
152 elif choice not in choices:
155 if choice == '1':
183 choice = 'X'
184 while choice
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dregister.py131 choice = '1'
135 choice = 'x'
140 while choice not in choices:
149 choice = raw_input()
150 if not choice:
151 choice = '1'
152 elif choice not in choices:
155 if choice == '1':
183 choice = 'X'
184 while choice
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_strtod.py225 s = random.choice(signs)
227 s += ''.join(random.choice(digits) for _ in xrange(intpart_len))
228 if random.choice([True, False]):
231 s += ''.join(random.choice(digits)
235 if random.choice([True, False]):
236 s += random.choice(['e', 'E'])
237 s += random.choice(signs)
239 s += ''.join(random.choice(digits)
H A Dtest_dumbdbm.py146 k = random.choice('abcdefghijklm')
152 v = random.choice('abc') * random.randrange(10000)
H A Dtest_mutants.py115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
H A Dtest_poll.py53 wr = random.choice(ready_writers)
60 rd = random.choice(ready_readers)
H A Dtest_bisect.py236 from random import choice namespace
239 digit = choice("0123456789")
H A Dtest_zlib.py531 return [generator.choice(sources) for n in range(number)]
H A Dtest_collections.py143 names = list(set(''.join([random.choice(string.ascii_letters)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_strtod.py225 s = random.choice(signs)
227 s += ''.join(random.choice(digits) for _ in xrange(intpart_len))
228 if random.choice([True, False]):
231 s += ''.join(random.choice(digits)
235 if random.choice([True, False]):
236 s += random.choice(['e', 'E'])
237 s += random.choice(signs)
239 s += ''.join(random.choice(digits)
H A Dtest_dumbdbm.py146 k = random.choice('abcdefghijklm')
152 v = random.choice('abc') * random.randrange(10000)
H A Dtest_mutants.py115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
H A Dtest_poll.py53 wr = random.choice(ready_writers)
60 rd = random.choice(ready_readers)
H A Dtest_bisect.py236 from random import choice namespace
239 digit = choice("0123456789")
H A Dtest_zlib.py531 return [generator.choice(sources) for n in range(number)]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
H A Dexplore.py457 choice = raw_input("Enter the field number of choice: ")
458 if choice in choice_to_compound_field_map:
459 Explorer.explore_expr(choice_to_compound_field_map[choice][0],
460 choice_to_compound_field_map[choice][1],
525 choice = raw_input("Enter the field number of choice: ")
526 if choice in choice_to_compound_field_map:
529 (choice_to_compound_field_map[choice][2],
530 choice_to_compound_field_map[choice][
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
H A Dexplore.py457 choice = raw_input("Enter the field number of choice: ")
458 if choice in choice_to_compound_field_map:
459 Explorer.explore_expr(choice_to_compound_field_map[choice][0],
460 choice_to_compound_field_map[choice][1],
525 choice = raw_input("Enter the field number of choice: ")
526 if choice in choice_to_compound_field_map:
529 (choice_to_compound_field_map[choice][2],
530 choice_to_compound_field_map[choice][
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drandom.py51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
272 def choice(self, seq): member in class:Random
885 choice = _inst.choice variable
H A Dtempfile.py138 choose = self.rng.choice
H A Dargparse.py559 choice_strs = [str(choice) for choice in action.choices]
1057 # create a pseudo-action to hold the choice help
2268 msg = _('invalid choice: %r (choose from %s)') % tup
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drandom.py51 __all__ = ["Random","seed","random","uniform","randint","choice","sample",
272 def choice(self, seq): member in class:Random
885 choice = _inst.choice variable
H A Dtempfile.py138 choose = self.rng.choice
H A Dargparse.py559 choice_strs = [str(choice) for choice in action.choices]
1057 # create a pseudo-action to hold the choice help
2268 msg = _('invalid choice: %r (choose from %s)') % tup
/prebuilts/devtools/tools/lib/
H A Ddraw9patch.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/draw9patch/ com/android/draw9patch/Application ...
H A Dmonkeyrunner.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/monkeyrunner/ com/android/monkeyrunner/JythonUtils ...

Completed in 478 milliseconds

12