HomeSort by relevance Sort by last modified time
    Searched defs:set_status (Results 1 - 17 of 17) sorted by null

  /external/autotest/scheduler/
rdb_hosts.py 234 def set_status(self, status): member in class:RDBClientHostWrapper
scheduler_models.py 396 def set_status(self,status): member in class:Host
620 def set_status(self, status): member in class:HostQueueEntry
765 self.set_status(models.HostQueueEntry.Status.QUEUED)
810 self.set_status(models.HostQueueEntry.Status.PENDING)
811 self.host.set_status(models.Host.Status.PENDING)
849 self.host.set_status(models.Host.Status.READY)
862 self.set_status(Status.ABORTED)
1119 def set_status(self, status, update_queues=False): member in class:Job
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
layer1.py 515 def set_status(self, object_ids, status, pipeline_id): member in class:DataPipelineConnection
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport.py 137 def set_status(self, status): member in class:Rpc
294 rpc.set_status(status)
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.h 59 void set_status(const std::string& status) { status_ = status; } function in class:buzz::PresenceStatus
rostermoduleimpl.cc 260 XmppPresenceImpl::set_status(const std::string& status) { function in class:buzz::XmppPresenceImpl
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 767 def set_status(self, message=None, console_url=None, status_links=None): member in class:Pipeline
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/
webapp2.py 413 def set_status(self, code, message=None): member in class:Response
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 382 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
673 set_status(static_cast<int>(status_code));
809 set_status(status_value);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 384 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
675 set_status(static_cast<int>(status_code));
807 set_status(status_value);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 347 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
637 set_status(static_cast<int>(status_code));
773 set_status(status_value);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 344 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
635 set_status(static_cast<int>(status_code));
771 set_status(status_value);
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 331 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
587 set_status(static_cast<int>(status));
723 set_status(status_value);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 384 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
675 set_status(static_cast<int>(status_code));
807 set_status(status_value);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 384 void set_status(int a_status) { status_ = a_status; } function in class:testing::internal::DeathTestImpl
675 set_status(static_cast<int>(status_code));
807 set_status(status_value);
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 157 def set_status(s): function
314 set_status("uploading CL metadata + diffs")
365 set_status("uploaded CL metadata + diffs")
373 set_status("uploading patches")
376 set_status("uploading base files")
379 set_status("sending mail")
382 set_status("flushing changes to disk")
508 set_status("loading CL " + name)
524 set_status("getting issue metadata from web")
526 set_status(None
    [all...]
  /external/v8/src/debug/
liveedit.cc 1625 void set_status(LiveEdit::FunctionPatchabilityStatus status) { function in class:v8::internal::Differencer::MultipleFunctionTarget
1929 void set_status(LiveEdit::FunctionPatchabilityStatus status) { function in class:v8::internal::Differencer::SingleFrameTarget
    [all...]

Completed in 224 milliseconds