Home
last modified time | relevance | path

Searched defs:stop_event (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/autotest/site_utils/
H A Drpc_flight_recorder.py48 def update_shards(shards, shards_lock, period=600, stop_event=None): argument
89 stop_event=None): argument
/aosp_15_r20/external/angle/src/tests/
H A Dcapture_replay_tests.py467 def RunInParallel(f, lst, max_workers, stop_event): argument
478 def RunProcess(cmd, env, xvfb_pool, stop_event, timeout): argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
H A Dtest_runner.py36 def __init__(self, stub, test_cases, hist, exception_queue, stop_event): argument
/aosp_15_r20/external/grpc-grpc/examples/python/cancellation/
H A Dsearch.py104 stop_event, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/example/fsm/
Dplayer.cpp29 struct stop_event : event<stop_event> {}; struct in player
/aosp_15_r20/external/crosvm/base/src/
H A Dworker_thread.rs31 let stop_event = Event::new().expect("Event::new() failed"); in start() localVariable
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dservices.py69 def _stop(self, stop_event): argument
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/
H A Dinterface.py257 def __init__(self, interval_secs, stop_event=None): argument
/aosp_15_r20/external/pytorch/torch/distributed/elastic/rendezvous/
H A Dutils.py281 def _stop_thread(thread, stop_event): argument
H A Detcd_rendezvous.py887 def lease_worker(client, path, ttl, stop_event): argument
/aosp_15_r20/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp232 const monitor::Event stop_event = static_cast<monitor::Event>(FLAGS_stop_event_id); in Main() local
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dapi.py172 stop_event = object() variable in EventDispatcher
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_tracer.cc915 CUevent stop_event; member
928 CUevent stop_event; member
/aosp_15_r20/frameworks/proto_logging/stats/atoms/wifi/
H A Dwifi_extension_atoms.proto262 optional StopEvent stop_event = 1; field
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.cc2768 LoggedStopEvent stop_event(Timestamp::Millis(proto.timestamp_ms())); in StoreStopEvent() local
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.pb.h8774 inline ::android::os::statsd::wifi::SoftApStopped_StopEvent SoftApStopped::stop_event() const { in stop_event() function