Searched refs:Done (Results 126 - 150 of 280) sorted by relevance

1234567891011>>

/external/python/cpython3/PC/bdist_wininst/
H A Dextract.c288 goto Done;
293 Done:
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DIntervalIterator.h139 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); local
141 if (Done) return *this; // Found a new interval! Use it!
/external/v8/src/crankshaft/
H A Dhydrogen-environment-liveness.cc51 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
88 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) {
H A Dhydrogen-escape-analysis.cc13 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
46 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
181 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
H A Dhydrogen-range-analysis.cc58 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
108 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
H A Dhydrogen-representation-changes.cc66 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
80 for (HUseIterator it(value->uses()); !it.Done(); it.Advance()) {
/external/python/cpython3/Modules/
H A D_datetimemodule.c1254 goto Done;
1259 if (newfmt == NULL) goto Done;
1272 goto Done;
1281 if (zreplacement == NULL) goto Done;
1289 goto Done;
1295 goto Done;
1308 goto Done;
1315 goto Done;
1322 goto Done;
1345 goto Done;
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1337 : Trie(T), Malformed(false), Done(false) {}
1346 Done = true;
1351 if (Done || Other.Done)
1352 return (Done == Other.Done);
1492 Done = true;
1516 PointerSize(is64Bit ? 8 : 4), Malformed(false), Done(false) {}
1526 Done = true;
1537 Done
[all...]
/external/v8/src/debug/
H A Ddebug-scopes.cc213 DCHECK(!Done());
250 DCHECK(!Done());
305 DCHECK(!Done());
347 DCHECK(!Done());
373 DCHECK(!Done());
385 DCHECK(!Done());
402 DCHECK(!Done());
H A Ddebug-scopes.h53 bool Done() { return context_.is_null(); } function in class:v8::internal::ScopeIterator
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp1071 bool Done = false;
1073 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
1076 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII);
1078 assert (Done && "Unable to resolve frame index!");
1079 (void)Done;
1182 bool Done = false; local
1184 Done = rewriteARMFrameIndex(MI, i, FrameReg, Offset, TII);
1187 Done = rewriteT2FrameIndex(MI, i, FrameReg, Offset, TII);
1189 if (Done)
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp358 bool Done = rewriteAArch64FrameIndex(MI, i, BaseReg, Off, TII); local
359 assert(Done && "Unable to resolve frame index!");
360 (void)Done;
/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp61 std::set<Constant*> Done; local
67 Done.insert(V);
77 if (C && !isa<GlobalValue>(C) && !Done.count(C))
/external/webrtc/webrtc/p2p/stunprober/
H A Dstunprober.cc82 bool Done() { function in class:stunprober::StunProber::Requester
385 if (!current_requester_ || current_requester_->Done()) {
417 if (Done()) {
H A Dstunprober.h178 bool Done() { function in class:stunprober::StunProber
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp503 bool Done = convertToPredForm(MI); local
504 if (Done) {
511 auto Done = [Processed] (MachineInstr *MI) -> bool { local
514 PUsers.remove_if(Done);
H A DHexagonExpandCondsets.cpp1080 bool Done = predicate(*I, (Opc == Hexagon::A2_tfrt), UpdRegs); local
1081 if (!Done) {
1091 Changed |= Done;
1212 bool Done = false; local
1235 Done = coalesceRegisters(RD, RegisterRef(S1));
1237 if (!Done && S2.isReg()) {
1241 Done = coalesceRegisters(RD, RegisterRef(S2));
1243 Changed |= Done;
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.h42 enum class FPDFText_MarkedContent { Pass = 0, Done, Delay }; member in class:FPDFText_MarkedContent
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dxfeed_manager_test.cc44 void Done(StatusOr<Shape> shape) override {
/external/tensorflow/tensorflow/contrib/cloud/kernels/
H A Dbigquery_reader_ops.cc73 if (bigquery_table_accessor_->Done()) {
H A Dbigquery_table_accessor.h77 bool Done();
/external/compiler-rt/make/
H A Dlib_platforms.mk71 $$(info MAKE: $(PlatformName): Done loading platform)
H A Dsubdir.mk74 $$(info MAKE: $$(Dir): Done processing subdirectory)
/external/tpm2/
H A DMathFunctions.c318 goto Done;
326 Done:
/external/valgrind/drd/tests/
H A Dannotate_barrier.stderr.exp45 Done.

Completed in 758 milliseconds

1234567891011>>