Home
last modified time | relevance | path

Searched defs:SetStatus (Results 1 – 14 of 14) sorted by relevance

/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py94 def SetStatus(self, status): member in BinarySearcherForPass
158 def SetStatus(self, status, tag=None): member in BinarySearcher
301 def SetStatus(self, status): member in VCSBinarySearcher
352 def SetStatus(self, status): member in P4BinarySearcher
/external/grpc-grpc/src/csharp/Grpc.HealthCheck.Tests/
DHealthServiceImplTest.cs35 public void SetStatus() in SetStatus() method in Grpc.HealthCheck.Tests.HealthServiceImplTest
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
DHealthServiceImpl.cs50 public void SetStatus(string service, HealthCheckResponse.Types.ServingStatus status) in SetStatus() method in Grpc.HealthCheck.HealthServiceImpl
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h184 void SetStatus(const Status& status) { context_->SetStatus(status); } in SetStatus() function
/external/gptfdisk/
Dmbrpart.h86 void SetStatus(uint8_t s) {status = s;} in SetStatus() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.cpp70 bool SSAPropagator::SetStatus(Instruction* inst, PropStatus status) { in SetStatus() function in spvtools::opt::SSAPropagator
/external/deqp-deps/SPIRV-Tools/source/opt/
Dpropagator.cpp70 bool SSAPropagator::SetStatus(Instruction* inst, PropStatus status) { in SetStatus() function in spvtools::opt::SSAPropagator
/external/tensorflow/tensorflow/cc/training/
Dcoordinator_test.cc92 void SetStatus(const Status& status) { status_ = status; } in SetStatus() function in tensorflow::__anon7bc84bb50111::MockQueueRunner
/external/grpc-grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc67 void SetStatus(const grpc::string& service_name, in SetStatus() function in grpc::testing::__anon697682d60111::HealthCheckServiceImpl
/external/sonivox/jet_tools/JetCreator/
DJetAudition.py314 def SetStatus(self, index, status): member in Audition
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/teststructs/
Dproject4.go123 func (hq *Headquarter) SetStatus(x pb.HoneyStatus) { hq.status = x } func
/external/stressapptest/src/
Dworker.h176 Status SetStatus(Status status) { in SetStatus() function
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc225 void OpKernelConstruction::SetStatus(const Status& status) { in SetStatus() function in tensorflow::OpKernelConstruction
341 void OpKernelContext::SetStatus(const Status& status) { in SetStatus() function in tensorflow::OpKernelContext
/external/v8/src/objects/
Dmodule.cc193 void Module::SetStatus(Status new_status) { in SetStatus() function in v8::internal::Module