/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _time_test.py | 103 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/stress_test/ |
D | stress_producer.cc | 149 auto* test_event = packet->set_for_testing(); in WorkerMain() local 150 test_event->set_seq_value(seq); in WorkerMain() 151 test_event->set_counter(static_cast<uint64_t>(num_msgs)); in WorkerMain() 153 test_event->set_is_last(true); in WorkerMain() 155 FillPayload(*timings, seq, g_cfg->nesting(), test_event->set_payload()); in WorkerMain()
|
/external/perfetto/test/trace_processor/process_tracking/ |
D | sde_tracing_mark_write.textproto | 9 trace_name: "test_event" 18 trace_name: "test_event"
|
D | slice_with_pid_sde_tracing_mark_write.out | 2 "test_event",1,403,"[NULL]"
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify04.c | 59 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/ |
D | mp_synchronize.py | 174 def test_event(): function 241 test_semaphore, test_join_timeout, test_event,
|
/external/crosvm/base/src/ |
D | tube.rs | 234 for (key, test_event) in test_msg { in send_recv_hash_map() 236 test_event_pair(test_event, recv_event); in send_recv_hash_map()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/ |
D | builder.py | 9 from lldbsuite.test_event import build_exception
|
/external/perfetto/protos/perfetto/trace/ |
D | BUILD.gn | 31 "test_event.proto",
|
D | trace_packet.proto | 63 import "protos/perfetto/trace/test_event.proto";
|
D | perfetto_trace.proto | 8373 // Begin of protos/perfetto/trace/test_event.proto 8404 // End of protos/perfetto/trace/test_event.proto
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | test_result.py | 19 from lldbsuite.test_event import build_exception
|
/external/perfetto/ |
D | Android.bp | 5155 "protos/perfetto/trace/test_event.proto", 5170 "external/perfetto/protos/perfetto/trace/test_event.gen.cc", 5185 "protos/perfetto/trace/test_event.proto", 5200 "external/perfetto/protos/perfetto/trace/test_event.gen.h", 5219 "protos/perfetto/trace/test_event.proto", 5233 "external/perfetto/protos/perfetto/trace/test_event.pb.cc", 5248 "protos/perfetto/trace/test_event.proto", 5262 "external/perfetto/protos/perfetto/trace/test_event.pb.h", 5281 "protos/perfetto/trace/test_event.proto", 5296 "external/perfetto/protos/perfetto/trace/test_event.pbzero.cc", [all …]
|
D | BUILD | 2856 "protos/perfetto/trace/test_event.proto",
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 906 def test_event(self): member in _TestEvent
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 1608 def test_event(self): member in _TestEvent 5402 def test_event(self): member in TestSyncManagerTypes
|