/aosp_15_r20/external/libchrome/base/message_loop/ |
H A D | message_loop_current.cc | 34 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 D | current_thread.cc | 42 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 D | IsSet.java | 19 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 D | inter_activity_latch.h | 73 bool IsSet() const ABSL_LOCKS_EXCLUDED(mu_) { in IsSet() function 130 bool IsSet() const ABSL_LOCKS_EXCLUDED(mu_) { in IsSet() function
|
H A D | latch.h | 250 bool IsSet() const { return is_set_.load(std::memory_order_relaxed); } in IsSet() function
|
/aosp_15_r20/build/soong/android/soongconfig/ |
H A D | config.go | 33 IsSet(name string) bool methodSpec 60 func (c soongConfig) IsSet(name string) bool { func
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | multithreading_utils.cpp | 22 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 D | bit_vector.h | 166 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 D | dump_graph.cc | 74 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 D | shape_inference.h | 139 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 D | atomic_flag.h | 35 bool IsSet() const { in IsSet() function
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | atomic_flag.cc | 24 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/ |
D | fdset.go | 20 func (fds *FdSet) IsSet(fd int) bool { func
|
D | affinity_linux.go | 71 func (s *CPUSet) IsSet(cpu int) bool { func
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | sequenced_task_runner_handle.cc | 40 bool SequencedTaskRunnerHandle::IsSet() { in IsSet() function in base::SequencedTaskRunnerHandle
|
H A D | thread_task_runner_handle.cc | 36 bool ThreadTaskRunnerHandle::IsSet() { in IsSet() function in base::ThreadTaskRunnerHandle
|
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_select.h | 54 bool IsSet(const SharedFD& in) const { in IsSet() function
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_alarm.cc | 78 bool QuicAlarm::IsSet() const { return deadline_.IsInitialized(); } in IsSet() function in quic::QuicAlarm
|
H A D | quic_utils.h | 254 constexpr bool IsSet(Index bit) const { return (MakeMask(bit) & mask_) != 0; } in IsSet() function
|
/aosp_15_r20/external/webrtc/net/dcsctp/public/ |
H A D | types.h | 137 constexpr bool IsSet() const { return value_ != 0; } in IsSet() function
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_ssh.h | 72 inline bool IsSet(int start, int count) in IsSet() function
|
/aosp_15_r20/art/runtime/gc/accounting/ |
H A D | read_barrier_table.h | 64 bool IsSet(const void* heap_addr) const { in IsSet() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | cfx_datetime.h | 45 bool IsSet() const { in IsSet() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/ |
D | latch.h | 245 bool IsSet() const { return is_set_.load(std::memory_order_relaxed); } in IsSet() function
|
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | callback.hpp | 90 bool IsSet(void) const { return (mHandler != nullptr); } in IsSet() function in ot::CallbackBase
|