Home
last modified time | relevance | path

Searched defs:IsComplete (Results 1 – 8 of 8) 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.h136 inline bool IsComplete() const { return completed_; } in IsComplete() function
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h164 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/v8/src/heap/
Dincremental-marking.h63 inline bool IsComplete() { return state() == COMPLETE; } in IsComplete() function
/external/clang/lib/AST/
DVTableBuilder.cpp1989 bool IsComplete = in dumpLayout() local