Home
last modified time | relevance | path

Searched defs:RunState (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster_session.h173 struct RunState { struct
184 RunState(const std::vector<string>& input_names, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_pass_interface.h35 struct RunState { struct
45 RunState() = default; argument
46 explicit RunState(HloModule* module) in RunState() function
55 void IncrementIteration() { in IncrementIteration()
H A Dhlo_pass_fix.h37 using RunState = HloPassInterface::RunState; variable
/aosp_15_r20/external/leveldb/util/
H A Denv_test.cc74 struct RunState { in TEST_F() struct
75 port::Mutex mu; in TEST_F()
76 port::CondVar cvar{&mu}; in TEST_F()
77 bool called = false; in TEST_F()
79 static void Run(void* arg) { in TEST_F()
98 struct RunState { in TEST_F() struct
99 port::Mutex mu; in TEST_F()
100 port::CondVar cvar{&mu}; in TEST_F()
101 int last_id = 0; in TEST_F()
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_glib.cc352 struct MessagePumpGlib::RunState { struct in base::MessagePumpGlib
353 explicit RunState(Delegate* delegate) : delegate(delegate) { in RunState() function
357 const raw_ptr<Delegate> delegate;
360 bool should_quit = false;
365 int do_work_depth = 0;
371 std::optional<int> g_depth_on_iteration;
375 Delegate::ScopedDoWorkItem scoped_do_work_item;
379 Delegate::ScopedDoWorkItem native_loop_do_work_item;
384 Delegate::NextWorkInfo next_work_info;
H A Dmessage_pump_win.h43 struct RunState { struct
44 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() function
46 const raw_ptr<Delegate> delegate;
49 bool should_quit = false;
52 bool is_nested = false;
H A Dmessage_pump_fuchsia.h158 struct RunState { struct
159 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() function
170 RAW_PTR_EXCLUSION RunState* run_state_ = nullptr; argument
H A Dmessage_pump_epoll.h113 struct RunState { struct
114 explicit RunState(Delegate* delegate) : delegate(delegate) {} in RunState() argument
140 raw_ptr<RunState> run_state_ = nullptr; argument
H A Dmessage_pump_libevent.h231 struct RunState { struct
232 explicit RunState(Delegate* delegate_in) : delegate(delegate_in) {} in RunState() argument
249 raw_ptr<RunState> run_state_ = nullptr; argument
/aosp_15_r20/external/cronet/base/test/
H A Dtest_support_android.cc25 struct RunState { struct
26 RunState(base::MessagePump::Delegate* delegate, int run_depth) in RunState() function
32 raw_ptr<base::MessagePump::Delegate> delegate;
35 int run_depth;
38 bool should_quit;
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_support_android.cc23 struct RunState { struct
24 RunState(base::MessagePump::Delegate* delegate, int run_depth) in RunState() function
30 base::MessagePump::Delegate* delegate;
33 int run_depth;
36 bool should_quit;
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_glib.cc163 struct MessagePumpGlib::RunState { struct in base::MessagePumpGlib
164 Delegate* delegate;
167 bool should_quit;
170 int run_depth;
175 bool has_work;
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session.h199 struct RunState { struct
207 RunState(int64_t step_id, const std::vector<Device*>* devices); argument
H A Ddirect_session.cc1783 DirectSession::RunState::RunState(int64_t step_id, in RunState() function in tensorflow::DirectSession::RunState
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/
H A Dexecution_trace_observer.cpp116 enum class RunState { uninitialized, disabled, enabled }; enum
641 using RunState = ExecutionTraceObserver::RunState; in onFunctionEnter() typedef
680 using RunState = ExecutionTraceObserver::RunState; in onFunctionExit() typedef
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/
H A Dwifi.h62 enum class RunState { STOPPED, STARTED, STOPPING }; enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h167 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h181 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h181 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h181 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h181 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc191 enum RunState { kStateOff, kStateStartingUp, kStateRunning, kStateShuttingDown }; enum in BtifA2dpSource
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/lib/
H A Demulator_controller.proto257 enum RunState { enum
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A Demulator_controller.proto279 enum RunState { enum
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dlib.rs136 RunState(VmRunMode), enumerator

12