Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libchrome/base/message_loop/
H A 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
/aosp_15_r20/external/cronet/base/task/
H A Dcurrent_thread.cc42 bool CurrentThread::IsSet() { in IsSet() function in base::CurrentThread
137 bool CurrentUIThread::IsSet() { in IsSet() function in base::CurrentUIThread
204 bool CurrentIOThread::IsSet() { in IsSet() function in base::CurrentIOThread
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DIsSet.java19 public class IsSet extends SingleArgFn { class
22 public IsSet(FnNode fnNode) { in IsSet() method in IsSet
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dinter_activity_latch.h73 bool IsSet() const ABSL_LOCKS_EXCLUDED(mu_) { in IsSet() function
130 bool IsSet() const ABSL_LOCKS_EXCLUDED(mu_) { in IsSet() function
H A Dlatch.h250 bool IsSet() const { return is_set_.load(std::memory_order_relaxed); } in IsSet() function
/aosp_15_r20/build/soong/android/soongconfig/
H A Dconfig.go33 IsSet(name string) bool methodSpec
60 func (c soongConfig) IsSet(name string) bool { func
/aosp_15_r20/test/dittosuite/src/
H A Dmultithreading_utils.cpp22 bool SchedAttr::IsSet() const { return initialized_; } in IsSet() function in dittosuite::SchedAttr
112 bool SchedAffinity::IsSet() const { in IsSet() function in dittosuite::SchedAffinity
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h166 bool IsSet(uint32_t idx) const { in IsSet() function
537 bool IsSet(uint32_t idx) const { in IsSet() function
742 bool IsSet(const BlockOffset& addr) const { in IsSet() function
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph.cc74 bool IsSet() const { return dumper != nullptr; } in IsSet() function
83 bool IsSet() TF_LOCKS_EXCLUDED(mu) { in IsSet() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.h139 bool IsSet() const { return ptr_ != nullptr; } in IsSet() function
178 bool IsSet() const { return ptr_ != nullptr; } in IsSet() function
/aosp_15_r20/external/cronet/base/synchronization/
H A Datomic_flag.h35 bool IsSet() const { in IsSet() function
/aosp_15_r20/external/libchrome/base/synchronization/
H A Datomic_flag.cc24 bool AtomicFlag::IsSet() const { in IsSet() function in base::AtomicFlag
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dfdset.go20 func (fds *FdSet) IsSet(fd int) bool { func
Daffinity_linux.go71 func (s *CPUSet) IsSet(cpu int) bool { func
/aosp_15_r20/external/libchrome/base/threading/
H A Dsequenced_task_runner_handle.cc40 bool SequencedTaskRunnerHandle::IsSet() { in IsSet() function in base::SequencedTaskRunnerHandle
H A Dthread_task_runner_handle.cc36 bool ThreadTaskRunnerHandle::IsSet() { in IsSet() function in base::ThreadTaskRunnerHandle
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_select.h54 bool IsSet(const SharedFD& in) const { in IsSet() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_alarm.cc78 bool QuicAlarm::IsSet() const { return deadline_.IsInitialized(); } in IsSet() function in quic::QuicAlarm
H A Dquic_utils.h254 constexpr bool IsSet(Index bit) const { return (MakeMask(bit) & mask_) != 0; } in IsSet() function
/aosp_15_r20/external/webrtc/net/dcsctp/public/
H A Dtypes.h137 constexpr bool IsSet() const { return value_ != 0; } in IsSet() function
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_ssh.h72 inline bool IsSet(int start, int count) in IsSet() function
/aosp_15_r20/art/runtime/gc/accounting/
H A Dread_barrier_table.h64 bool IsSet(const void* heap_addr) const { in IsSet() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dcfx_datetime.h45 bool IsSet() const { in IsSet() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dlatch.h245 bool IsSet() const { return is_set_.load(std::memory_order_relaxed); } in IsSet() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dcallback.hpp90 bool IsSet(void) const { return (mHandler != nullptr); } in IsSet() function in ot::CallbackBase

123