HomeSort by relevance Sort by last modified time
    Searched refs:status_ (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 331 status_(-1),
346 int status() const { return status_; }
347 void set_status(int a_status) { status_ = a_status; }
371 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 368 status_(-1),
383 int status() const { return status_; }
384 void set_status(int a_status) { status_ = a_status; }
408 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 315 status_(-1),
330 int status() const { return status_; }
331 void set_status(int a_status) { status_ = a_status; }
355 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 328 status_(-1),
343 int status() const { return status_; }
344 void set_status(int a_status) { status_ = a_status; }
368 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel.h 304 const Status& status() const { return *status_; }
356 Status* status_; member in class:tensorflow::OpKernelConstruction
1103 Status status_; member in class:tensorflow::OpKernelContext
    [all...]
op_kernel.cc 201 status_(status) {}
208 status_->Update(status);
304 status_.Update(status);
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 377 status_(-1),
392 int status() const { return status_; }
393 void set_status(int a_status) { status_ = a_status; }
417 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 368 status_(-1),
383 int status() const { return status_; }
384 void set_status(int a_status) { status_ = a_status; }
408 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /external/webp/src/dec/
webp_dec.c 477 status = dec->status_; // An error occurred. Grab error status.
488 status = dec->status_;
499 status = dec->status_; // An error occurred. Grab error status.
506 status = dec->status_;
frame_dec.c 517 assert(worker->status_ == OK);
554 return dec->status_;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 368 status_(-1),
383 int status() const { return status_; }
384 void set_status(int a_status) { status_ = a_status; }
408 int status_; member in class:testing::internal::DeathTestImpl
    [all...]
  /system/update_engine/
update_attempter_android_unittest.cc 57 update_attempter_android_.status_ = status;
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 471 return status_;
479 Status status_ GUARDED_BY(mu_);
482 if (status_.ok()) {
483 status_ = s;
690 status_.Update(s);
693 status_copy = status_;
713 Status status_ GUARDED_BY(mu_);
    [all...]
message_wrappers.h 510 Status status_; member in class:tensorflow::InMemoryRunGraphResponse
652 Status status_; member in class:tensorflow::InMemoryRunStepResponse
  /external/v8/src/crankshaft/
lithium.cc 498 status_ = ABORTED;
504 status_ = ABORTED;
  /external/libchrome/base/
tracked_objects.h 597 // Sets internal status_.
598 // If |status| is false, then status_ is set to DEACTIVATED.
599 // If |status| is true, then status_ is set to PROFILING_ACTIVE.
743 static base::subtle::Atomic32 status_; member in class:tracked_objects::ThreadData
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 367 VPxWorkerStatus status_; member in struct:__anon26298
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 439 LocaleNameIterator(const char* locale_name, UErrorCode& status) : status_(status), has_next_(true) {
456 locale_name_length_ = uloc_getParent(locale_name_, locale_name_, sizeof(locale_name_), &status_);
461 UErrorCode& status_; member in class:LocaleNameIterator
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc 503 request->RecvErrorStatus(rm.status_);
    [all...]
rdma.h 105 Status status_; member in struct:tensorflow::RdmaMessage
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc     [all...]
  /art/dex2oat/linker/
oat_writer.cc 196 : status_(enum_cast<uint16_t>(status)),
213 return sizeof(status_) + sizeof(type_);
218 uint16_t status_; member in class:art::linker::OatWriter::OatClassHeader
    [all...]
  /art/runtime/mirror/
class.h 84 // The ClassStatus is always in the 4 most-significant bits of status_.
94 return MemberOffset(OFFSET_OF_OBJECT_MEMBER(Class, status_));
1492 uint32_t status_; member in class:art::mirror::FINAL
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc 973 port::Status status_; member in class:perftools::gputools::cuda::CudnnDescriptorCommon
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1331 milliseconds

1 2 3 4 56 7 8