Home
last modified time | relevance | path

Searched defs:new_status (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/objects/
Dmodule.cc38 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()
Dsource-text-module.cc398 ZoneForwardList<Handle<SourceTextModule>>* stack, Status new_status) { in MaybeTransitionComponent()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c54 static void change_state(VPxWorker *const worker, VPxWorkerStatus new_status) { in change_state()
/external/libaom/libaom/aom_util/
Daom_thread.c85 static void change_state(AVxWorker *const worker, AVxWorkerStatus new_status) { in change_state()
/external/autotest/tko/
Dstatus_lib.py38 def update(self, new_status): argument
/external/tensorflow/tensorflow/core/platform/
Dstatus.cc99 void Status::Update(const Status& new_status) { in Update()
/external/webp/src/utils/
Dthread_utils.c231 static void ChangeState(WebPWorker* const worker, WebPWorkerStatus new_status) { in ChangeState()
/external/u-boot/arch/arm/mach-socfpga/
Dmailbox_s10.c190 u32 new_status = MBOX_READL(MBOX_STATUS); in mbox_send_cmd_common() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc348 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()