Home
last modified time | relevance | path

Searched refs:IsComplete (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp89 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_opt3()
108 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_opt3()
122 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_opt3()
142 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_opt3()
155 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_opt3()
179 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_unopt()
205 if (pArithDecoder->IsComplete()) in decode_Arith_Template0_unopt()
237 if (pArithDecoder->IsComplete()) in decode_Arith_Template1_opt3()
256 if (pArithDecoder->IsComplete()) in decode_Arith_Template1_opt3()
270 if (pArithDecoder->IsComplete()) in decode_Arith_Template1_opt3()
[all …]
DJBig2_GrrdProc.cpp47 if (pArithDecoder->IsComplete()) in decode_Template0_unopt()
72 if (pArithDecoder->IsComplete()) in decode_Template0_unopt()
91 if (pArithDecoder->IsComplete()) in decode_Template0_unopt()
163 if (pArithDecoder->IsComplete()) in decode_Template0_opt()
209 if (pArithDecoder->IsComplete()) in decode_Template0_opt()
258 if (pArithDecoder->IsComplete()) in decode_Template0_opt()
288 if (pArithDecoder->IsComplete()) in decode_Template1_unopt()
315 if (pArithDecoder->IsComplete()) in decode_Template1_unopt()
366 if (pArithDecoder->IsComplete()) in decode_Template1_unopt()
417 if (pArithDecoder->IsComplete()) in decode_Template1_opt()
[all …]
DJBig2_ArithDecoder.h31 bool IsComplete() const { return m_Complete; } in IsComplete() function
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h121 VIXL_ASSERT(IsComplete()); in reg()
129 VIXL_ASSERT(IsComplete()); in GetQRegisterBits()
137 VIXL_ASSERT(IsComplete()); in GetDRegisterBits()
144 VIXL_ASSERT(IsComplete()); in GetSRegisterBits()
160 VIXL_ASSERT(IsComplete()); in flags_nzcv()
164 bool IsComplete() const { return completed_; } in IsComplete() function
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h131 VIXL_ASSERT(IsComplete()); in flags_nzcv()
136 inline bool IsComplete() const { return completed_; } in IsComplete() function
146 VIXL_ASSERT(IsComplete()); in RegAliasesMatch()
153 VIXL_ASSERT(IsComplete()); in SPRegAliasesMatch()
159 VIXL_ASSERT(IsComplete()); in FPRegAliasesMatch()
/external/clang/lib/Serialization/
DGeneratePCH.cpp36 Buffer->IsComplete = false; in PCHGenerator()
59 Buffer->IsComplete = true; in HandleTranslationUnit()
/external/clang/lib/Frontend/
DPCHContainerOperations.cpp41 if (Buffer->IsComplete) { in HandleTranslationUnit()
DChainedIncludesSource.cpp204 assert(Buffer->IsComplete && "serialization did not complete"); in createChainedIncludesSource()
/external/webrtc/webrtc/base/
Dsocketaddress.h54 bool IsComplete() const;
Dsocketaddress.cc76 bool SocketAddress::IsComplete() const { in IsComplete() function in rtc::SocketAddress
/external/clang/include/clang/Frontend/
DPCHContainerOperations.h35 bool IsComplete; member
/external/toolchain-utils/crosperf/
Dexperiment.py149 def IsComplete(self): member in Experiment
Dexperiment_runner.py180 while not experiment.IsComplete():
Dexperiment_runner_unittest.py164 self.exp.IsComplete = FakeIsComplete
/external/v8/src/heap/
Dincremental-marking.h63 inline bool IsComplete() { return state() == COMPLETE; } in IsComplete() function
Dincremental-marking.cc1048 } while (remaining_time_in_ms >= kStepSizeInMs && !IsComplete() && in AdvanceIncrementalMarking()
Dheap.cc4227 } else if (incremental_marking()->IsComplete() || in FinalizeIncrementalMarkingIfComplete()
4248 } else if (incremental_marking()->IsComplete() || in TryFinalizeIdleIncrementalMarking()
/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp258 assert(Buffer->IsComplete && "serialization did not complete"); in HandleTranslationUnit()
/external/clang/include/clang/Serialization/
DASTWriter.h940 bool hasEmittedPCH() const { return Buffer->IsComplete; } in hasEmittedPCH()
/external/clang/lib/AST/
DVTableBuilder.cpp1989 bool IsComplete = in dumpLayout() local
1995 if (IsComplete) in dumpLayout()