Home
last modified time | relevance | path

Searched refs:test_event (Results 1 – 12 of 12) 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/perfetto/test/trace_processor/
Dsde_tracing_mark_write.textproto9 trace_name: "test_event"
18 trace_name: "test_event"
Dslice_with_pid_sde_tracing_mark_write.out2 "test_event",1,403,"[NULL]"
/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.gn31 "test_event.proto",
Dtrace_packet.proto58 import "protos/perfetto/trace/test_event.proto";
Dperfetto_trace.proto6539 // Begin of protos/perfetto/trace/test_event.proto
6550 // End of protos/perfetto/trace/test_event.proto
/external/perfetto/
DAndroid.bp4554 "protos/perfetto/trace/test_event.proto",
4565 "external/perfetto/protos/perfetto/trace/test_event.gen.cc",
4576 "protos/perfetto/trace/test_event.proto",
4587 "external/perfetto/protos/perfetto/trace/test_event.gen.h",
4602 "protos/perfetto/trace/test_event.proto",
4612 "external/perfetto/protos/perfetto/trace/test_event.pb.cc",
4623 "protos/perfetto/trace/test_event.proto",
4633 "external/perfetto/protos/perfetto/trace/test_event.pb.h",
4648 "protos/perfetto/trace/test_event.proto",
4659 "external/perfetto/protos/perfetto/trace/test_event.pbzero.cc",
[all …]
DBUILD2358 "protos/perfetto/trace/test_event.proto",
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1604 def test_event(self): member in _TestEvent
5290 def test_event(self): member in TestSyncManagerTypes
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py906 def test_event(self): member in _TestEvent