Home
last modified time | relevance | path

Searched refs:IsComplete (Results 1 – 23 of 23) 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.h119 VIXL_ASSERT(IsComplete()); in reg()
127 VIXL_ASSERT(IsComplete()); in GetQRegisterBits()
135 VIXL_ASSERT(IsComplete()); in GetDRegisterBits()
142 VIXL_ASSERT(IsComplete()); in GetSRegisterBits()
158 VIXL_ASSERT(IsComplete()); in flags_nzcv()
162 bool IsComplete() const { return completed_; } in IsComplete() function
/external/vixl/test/aarch64/
Dtest-utils-aarch64.h145 VIXL_ASSERT(IsComplete()); in flags_nzcv()
150 inline bool IsComplete() const { return completed_; } in IsComplete() function
160 VIXL_ASSERT(IsComplete()); in RegAliasesMatch()
167 VIXL_ASSERT(IsComplete()); in SPRegAliasesMatch()
173 VIXL_ASSERT(IsComplete()); in FPRegAliasesMatch()
/external/clang/lib/Serialization/
DGeneratePCH.cpp36 Buffer->IsComplete = false; in PCHGenerator()
59 Buffer->IsComplete = true; in HandleTranslationUnit()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp34 const llvm::LLVMTargetMachine &TM, bool &IsComplete) { in generateSnippetSetupCode() argument
35 IsComplete = true; in generateSnippetSetupCode()
41 IsComplete = false; in generateSnippetSetupCode()
/external/v8/src/torque/
Dearley-parser.h217 bool IsComplete() const { in IsComplete() function
225 DCHECK(!IsComplete()); in NextSymbol()
236 DCHECK(child->IsComplete());
290 DCHECK(item->IsComplete()); in RunAction()
Dearley-parser.cc209 if (item.IsComplete()) { in RunEarleyAlgorithm()
/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.h145 inline bool IsComplete() const { return state() == COMPLETE; } in IsComplete() function
Dincremental-marking.cc947 } while (remaining_time_in_ms >= kStepSizeInMs && !IsComplete() && in AdvanceIncrementalMarking()
Dheap.cc3243 } else if (incremental_marking()->IsComplete() || in FinalizeIncrementalMarkingIfComplete()
/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()