Home
last modified time | relevance | path

Searched refs:test_event (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_time_test.py103 for test_event in test_events:
104 possibly_cancelled_futures[test_event] = self._time.call_in(
105 test_event.set, _QUANTUM * (2 + random.random()))
112 for test_event, test_future in possibly_cancelled_futures.items():
114 cancelled.add(test_event)
117 for test_event in test_events:
118 (self.assertFalse if test_event in cancelled else
119 self.assertTrue)(test_event.is_set())
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c59 int expect, void (*test_event)(char *)) in check_mark()
77 if (test_event) in check_mark()
78 test_event(file); in check_mark()
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py174 def test_event(): function
241 test_semaphore, test_join_timeout, test_event,
/external/perfetto/protos/perfetto/trace/
DBUILD.gn30 "test_event.proto",
Dtrace_packet.proto41 import "perfetto/trace/test_event.proto";
/external/perfetto/protos/
DBUILD245 "perfetto/trace/test_event.proto",
875 "perfetto/trace/test_event.proto",
/external/perfetto/
DAndroid.bp1764 "protos/perfetto/trace/test_event.proto",
1773 "external/perfetto/protos/perfetto/trace/test_event.pb.cc",
1783 "protos/perfetto/trace/test_event.proto",
1792 "external/perfetto/protos/perfetto/trace/test_event.pb.h",
2269 "protos/perfetto/trace/test_event.proto",
2282 "external/perfetto/protos/perfetto/trace/test_event.pbzero.cc",
2295 "protos/perfetto/trace/test_event.proto",
2308 "external/perfetto/protos/perfetto/trace/test_event.pbzero.h",
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1504 def test_event(self): member in _TestEvent
4681 def test_event(self): member in TestSyncManagerTypes
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py906 def test_event(self): member in _TestEvent