Home
last modified time | relevance | path

Searched refs:Bunch (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dlock_tests.py18 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/
Dlock_tests.py19 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.py1576 class Bunch(object): class
1663 b = Bunch(self, f, args, self.N-1)
/external/grpc-grpc/tools/buildgen/
Dbunch.py17 class Bunch(dict): class
34 return Bunch(ret)
/external/python/cpython3/Lib/test/test_importlib/
Dtest_locks.py85 lock_tests.Bunch(f, NTHREADS).wait_for_finished()
/external/scapy/test/
Dpipetool.uts549 = FDSourceSink on a Bunch object
551 class Bunch:
554 fd = Bunch(write=lambda x: None, read=lambda: "hello", fileno=lambda: None)
Dmock_windows.uts25 from scapy.tools.UTscapy import Bunch
/external/zlib/src/contrib/minizip/
DMiniZip64_info.txt25 * Bunch of patches received from Gulles Vollant that he received for MiniZip from various users.
/external/scapy/scapy/tools/
DUTscapy.py21 class Bunch: class
232 …return Bunch(testfiles=get_if_exist("testfiles", []), onlyfailed=get_if_exist("onlyfailed", False),
/external/blktrace/btreplay/doc/
Dbtreplay.tex302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch}
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
/external/icu/icu4c/source/data/locales/
Dast.txt2232 "Bunchū",
2471 "Bunchū (1372–1375)",
2710 "Bunchū (1372–1375)",
Dfa.txt1618 "Bunchū (1372–1375)",
Duk.txt1585 "Bunchū (1372–1375)",
Droot.txt1719 "Bunchū (1372–1375)",
1958 "Bunchū (1372–1375)",
Dhe.txt1767 "Bunchū (1372–1375)",
Del.txt1579 "Bunchū (1372–1375)",
Dbr.txt4034 "Bunchū (1372–1375)",
4273 "Bunchū (1372–1375)",
4512 "Bunchū (1372–1375)",
Dcs.txt4291 "Bunchū (1372–1375)",
4530 "Bunchū (1372–1375)",
4769 "Bunchū (1372–1375)",
Dnb.txt5428 "Bunchū (1372–1375)",
5667 "Bunchū (1372–1375)",
5906 "Bunchū (1372–1375)",
Dhr.txt1507 "Bunchū (1372.-1375.)",
Dde.txt1531 "Bunchū (1372–1375)",
Dnl.txt5778 "Bunchū (1372–1375)",
6017 "Bunchū (1372–1375)",
6256 "Bunchū (1372–1375)",
Did.txt2147 "Bunchū (1372–1375)",
Dsv.txt1566 "Bunchū (1372–1375)",
/external/python/cpython3/Lib/idlelib/
DChangeLog1031 Bunch of updates necessary due to recent changes; added docs for File

12