Home
last modified time | relevance | path

Searched defs:IsDone (Results 1 – 25 of 37) sorted by relevance

12

/external/cronet/stable/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter.cc28 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter.cc28 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/external/abseil-cpp/absl/synchronization/
Dblocking_counter.cc27 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/external/cronet/tot/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter.cc28 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter.cc27 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/external/image_io/includes/image_io/jpeg/
Djpeg_scanner.h38 bool IsDone() const { return done_; } in IsDone() function
/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/
Djpeg_scanner.h38 bool IsDone() const { return done_; } in IsDone() function
/external/sandboxed-api/sandboxed_api/sandbox2/
Dmonitor_base.h63 bool IsDone() const { return done_notification_.HasBeenNotified(); } in IsDone() function
/external/openthread/src/core/common/
Diterator_utils.hpp71 bool IsDone(void) const { return mItem == nullptr; } in IsDone() function in ot::ItemPtrIterator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DLoopTraversal.h95 bool IsDone = true; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLoopTraversal.h95 bool IsDone = true; member
/external/libultrahdr/third_party/image_io/includes/image_io/xml/
Dxml_writer.h54 bool IsDone() const { return indent_.empty(); } in IsDone() function
/external/image_io/includes/image_io/xml/
Dxml_writer.h54 bool IsDone() const { return indent_.empty(); } in IsDone() function
/external/icing/icing/tokenization/reverse_jni/
Dreverse-jni-language-segmenter.cc267 bool IsDone() const { in IsDone() function in icing::lib::ReverseJniLanguageSegmenterIterator
/external/libchrome/build/
Dgn_helpers.py167 def IsDone(self): member in GNValueParser
/external/perfetto/include/perfetto/ext/base/threading/
Dpoll.h124 bool IsDone() const { return std::holds_alternative<DonePollResult>(inner_); } in IsDone() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DYAMLParser.cpp1544 bool &IsDone) { in scanBlockScalarIndicators()
1593 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader()
1622 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent()
1668 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent()
1702 bool IsDone = false; in scanBlockScalar() local
/external/cronet/stable/net/dns/
Dhost_resolver_mdns_task.cc76 bool IsDone() const { return results_.error() != ERR_IO_PENDING; } in IsDone() function in net::HostResolverMdnsTask::Transaction
/external/cronet/tot/net/dns/
Dhost_resolver_mdns_task.cc76 bool IsDone() const { return results_.error() != ERR_IO_PENDING; } in IsDone() function in net::HostResolverMdnsTask::Transaction
/external/cronet/stable/build/
Dgn_helpers.py271 def IsDone(self): member in GNValueParser
/external/cronet/tot/build/
Dgn_helpers.py271 def IsDone(self): member in GNValueParser
/external/angle/build/
Dgn_helpers.py272 def IsDone(self): member in GNValueParser
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dtls_server_handshaker.h232 bool IsDone() const { return handshaker_ == nullptr; } in IsDone() function
/external/grpc-grpc/test/core/transport/test_suite/
Dtest.cc257 bool ActionState::IsDone() { in IsDone() function in grpc_core::transport_test_detail::ActionState
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dtls_server_handshaker.h232 bool IsDone() const { return handshaker_ == nullptr; } in IsDone() function

12