Searched defs:new_status (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/objects/ |
D | module.cc | 38 void PrintStatusTransition(Module module, Module::Status new_status) { in PrintStatusTransition() 54 void SetStatusInternal(Module module, Module::Status new_status) { in SetStatusInternal() 64 void Module::SetStatus(Status new_status) { in SetStatus()
|
D | source-text-module.cc | 398 ZoneForwardList<Handle<SourceTextModule>>* stack, Status new_status) { in MaybeTransitionComponent()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.c | 54 static void change_state(VPxWorker *const worker, VPxWorkerStatus new_status) { in change_state()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.c | 85 static void change_state(AVxWorker *const worker, AVxWorkerStatus new_status) { in change_state()
|
/external/autotest/tko/ |
D | status_lib.py | 38 def update(self, new_status): argument
|
/external/tensorflow/tensorflow/core/platform/ |
D | status.cc | 99 void Status::Update(const Status& new_status) { in Update()
|
/external/webp/src/utils/ |
D | thread_utils.c | 231 static void ChangeState(WebPWorker* const worker, WebPWorkerStatus new_status) { in ChangeState()
|
/external/u-boot/arch/arm/mach-socfpga/ |
D | mailbox_s10.c | 190 u32 new_status = MBOX_READL(MBOX_STATUS); in mbox_send_cmd_common() local
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 348 auto handler_helper = [] (int* status, int expected_status, int new_status) { in TEST_P() 352 auto create_handler = [&] (int expected_status, int new_status) { in TEST_P()
|