Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithDecoder.h31 bool IsComplete() const { return m_Complete; } in IsComplete() function
/external/clang/include/clang/Frontend/
DPCHContainerOperations.h35 bool IsComplete; member
/external/toolchain-utils/crosperf/
Dexperiment.py149 def IsComplete(self): member in Experiment
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h150 inline bool IsComplete() const { return completed_; } in IsComplete() function
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h162 bool IsComplete() const { return completed_; } in IsComplete() function
/external/webrtc/webrtc/base/
Dsocketaddress.cc76 bool SocketAddress::IsComplete() const { in IsComplete() function in rtc::SocketAddress
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp34 const llvm::LLVMTargetMachine &TM, bool &IsComplete) { in generateSnippetSetupCode()
/external/v8/src/heap/
Dincremental-marking.h145 inline bool IsComplete() const { return state() == COMPLETE; } in IsComplete() function
/external/v8/src/torque/
Dearley-parser.h217 bool IsComplete() const { in IsComplete() function
/external/clang/lib/AST/
DVTableBuilder.cpp1989 bool IsComplete = in dumpLayout() local