Home
last modified time | relevance | path

Searched defs:IsSet (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/base/synchronization/
Datomic_flag.cc24 bool AtomicFlag::IsSet() const { in IsSet() function in base::AtomicFlag
/external/libchrome/base/message_loop/
Dmessage_loop_current.cc34 bool MessageLoopCurrent::IsSet() { in IsSet() function in base::MessageLoopCurrent
141 bool MessageLoopCurrentForUI::IsSet() { in IsSet() function in base::MessageLoopCurrentForUI
192 bool MessageLoopCurrentForIO::IsSet() { in IsSet() function in base::MessageLoopCurrentForIO
/external/libchrome/base/threading/
Dsequenced_task_runner_handle.cc40 bool SequencedTaskRunnerHandle::IsSet() { in IsSet() function in base::SequencedTaskRunnerHandle
Dthread_task_runner_handle.cc36 bool ThreadTaskRunnerHandle::IsSet() { in IsSet() function in base::ThreadTaskRunnerHandle
/external/cpu_features/src/
Dunix_features_aggregator.c30 static bool IsSet(const uint32_t mask, const uint32_t value) { in IsSet() function
/external/perfetto/src/trace_processor/containers/
Dbit_vector_iterators.h60 bool IsSet() { return block_.IsSet(block_offset()); } in IsSet() function
Dbit_vector.h67 bool IsSet(uint32_t idx) const { in IsSet() function
373 bool IsSet(uint32_t idx) const { in IsSet() function
540 bool IsSet(const BlockOffset& addr) const { in IsSet() function
/external/pdfium/core/fxcrt/
Dcfx_datetime.h52 bool IsSet() const { in IsSet() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h171 bool IsSet = false; member
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h64 bool IsSet() const { return ptr_ != nullptr; } in IsSet() function
103 bool IsSet() const { return ptr_ != nullptr; } in IsSet() function
Dshape_inference_test.cc64 bool IsSet(DimensionHandle d) { return d.IsSet(); } in IsSet() function in tensorflow::shape_inference::ShapeInferenceTest
65 bool IsSet(ShapeHandle s) { return s.IsSet(); } in IsSet() function in tensorflow::shape_inference::ShapeInferenceTest
Dfunction.cc1702 const char* IsSet(void* ptr) { return ptr == nullptr ? "unset" : "set"; } in IsSet() function
/external/lzma/CPP/7zip/Common/
DCreateCoder.h64 bool IsSet() const { return GetCodecs != NULL || GetHashers != NULL; } in IsSet() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h177 static bool IsSet() { return value_ != NULL; } in IsSet() function
213 static bool IsSet() { return address_ != NULL; } in IsSet() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUArgumentUsageInfo.h37 bool IsSet : 1; member
/external/golang-protobuf/jsonpb/
Djsonpb_test.go1108 IsSet bool `protobuf:"varint,1,opt,name=isSet"` member
/external/v8/src/compiler/backend/
Dinstruction-selector.h101 bool IsSet() const { return mode_ == kFlags_set; } in IsSet() function
/external/libtextclassifier/native/annotator/
Dtypes.h299 bool IsSet() const { return granularity != GRANULARITY_UNKNOWN; } in IsSet() function
/external/webrtc/webrtc/base/
Dproxydetect.cc73 bool IsSet(const char * name) const { in IsSet() function
/external/vixl/src/
Dutils-vixl.h764 bool IsSet(int i) const { return bitfield_[i]; } in IsSet() function