Home
last modified time | relevance | path

Searched defs:IsComplete (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DPCHContainerOperations.h32 bool IsComplete; member
/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithDecoder.h46 bool IsComplete() const { return m_Complete; } in IsComplete() function
/external/clang/include/clang/Frontend/
DPCHContainerOperations.h35 bool IsComplete; member
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder.h59 bool IsComplete() const { return start_time > 0 && end_time > 0; } in IsComplete() function
/external/toolchain-utils/crosperf/
Dexperiment.py163 def IsComplete(self): member in Experiment
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dtracked_device_buffer.cc85 bool BufferSequencingEvent::IsComplete() { in IsComplete() function in xla::BufferSequencingEvent
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h162 bool IsComplete() const { return completed_; } in IsComplete() function
/external/webrtc/rtc_base/
Dsocket_address.cc77 bool SocketAddress::IsComplete() const { in IsComplete() function in rtc::SocketAddress
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h109 bool IsComplete() const { return m_nCursor >= m_spInput.size(); } in IsComplete() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_reader.cc259 bool JsonReader::IsComplete() { in IsComplete() function in grpc_core::__anoneb604ab70111::JsonReader
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h252 inline bool IsComplete() const { return completed_; } in IsComplete() function
/external/clang/lib/AST/
DVTableBuilder.cpp1989 bool IsComplete = in dumpLayout() local
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp1995 bool IsComplete = in dumpLayout() local
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp3547 bool IsComplete = isCompleteType(StartLoc, Pointee); in ActOnCXXDelete() local
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp7327 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo()