/external/python/cpython2/Lib/test/ |
D | lock_tests.py | 18 class Bunch(object): class 101 Bunch(f, 1).wait_for_finished() 113 b = Bunch(f, N) 132 Bunch(f, 1).wait_for_finished() 135 Bunch(f, 1).wait_for_finished() 147 Bunch(f, 15).wait_for_finished() 181 b = Bunch(f, 1) 217 b = Bunch(f, 1, True) 233 Bunch(f, 1).wait_for_finished() 266 b = Bunch(f, N) [all …]
|
/external/python/cpython3/Lib/test/ |
D | lock_tests.py | 19 class Bunch(object): class 127 Bunch(f, 1).wait_for_finished() 139 b = Bunch(f, N) 158 Bunch(f, 1).wait_for_finished() 161 Bunch(f, 1).wait_for_finished() 173 Bunch(f, 15).wait_for_finished() 204 Bunch(f, 1).wait_for_finished() 253 b = Bunch(f, 1) 311 b = Bunch(f, 1, True) 328 Bunch(f, 1).wait_for_finished() [all …]
|
D | _test_multiprocessing.py | 1576 class Bunch(object): class 1663 b = Bunch(self, f, args, self.N-1)
|
/external/grpc-grpc/tools/buildgen/ |
D | bunch.py | 17 class Bunch(dict): class 34 return Bunch(ret)
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_locks.py | 85 lock_tests.Bunch(f, NTHREADS).wait_for_finished()
|
/external/scapy/test/ |
D | pipetool.uts | 549 = FDSourceSink on a Bunch object 551 class Bunch: 554 fd = Bunch(write=lambda x: None, read=lambda: "hello", fileno=lambda: None)
|
D | mock_windows.uts | 25 from scapy.tools.UTscapy import Bunch
|
/external/zlib/src/contrib/minizip/ |
D | MiniZip64_info.txt | 25 * Bunch of patches received from Gulles Vollant that he received for MiniZip from various users.
|
/external/scapy/scapy/tools/ |
D | UTscapy.py | 21 class Bunch: class 232 …return Bunch(testfiles=get_if_exist("testfiles", []), onlyfailed=get_if_exist("onlyfailed", False),
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch} 314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
|
/external/icu/icu4c/source/data/locales/ |
D | ast.txt | 2232 "Bunchū", 2471 "Bunchū (1372–1375)", 2710 "Bunchū (1372–1375)",
|
D | fa.txt | 1618 "Bunchū (1372–1375)",
|
D | uk.txt | 1585 "Bunchū (1372–1375)",
|
D | root.txt | 1719 "Bunchū (1372–1375)", 1958 "Bunchū (1372–1375)",
|
D | he.txt | 1767 "Bunchū (1372–1375)",
|
D | el.txt | 1579 "Bunchū (1372–1375)",
|
D | br.txt | 4034 "Bunchū (1372–1375)", 4273 "Bunchū (1372–1375)", 4512 "Bunchū (1372–1375)",
|
D | cs.txt | 4291 "Bunchū (1372–1375)", 4530 "Bunchū (1372–1375)", 4769 "Bunchū (1372–1375)",
|
D | nb.txt | 5428 "Bunchū (1372–1375)", 5667 "Bunchū (1372–1375)", 5906 "Bunchū (1372–1375)",
|
D | hr.txt | 1507 "Bunchū (1372.-1375.)",
|
D | de.txt | 1531 "Bunchū (1372–1375)",
|
D | nl.txt | 5778 "Bunchū (1372–1375)", 6017 "Bunchū (1372–1375)", 6256 "Bunchū (1372–1375)",
|
D | id.txt | 2147 "Bunchū (1372–1375)",
|
D | sv.txt | 1566 "Bunchū (1372–1375)",
|
/external/python/cpython3/Lib/idlelib/ |
D | ChangeLog | 1031 Bunch of updates necessary due to recent changes; added docs for File
|