Searched refs:Done (Results 176 - 200 of 280) sorted by relevance

1234567891011>>

/external/llvm/tools/msbuild/
H A Duninstall.bat73 echo Done!
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_impl.cpp91 void CPLST_Select::Done() { function in class:CPLST_Select
394 m_aSelItems.Done();
/external/valgrind/drd/tests/
H A Dannotate_barrier_xml.stderr.exp286 Done.
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DJavaCharStream.java502 public void Done() method in class:JavaCharStream
/external/v8/src/ast/
H A Dast-types.cc579 for (Iterator<i::Map> it = this->Classes(); !it.Done(); it.Advance()) {
596 for (Iterator<i::Map> it = that->Classes(); !it.Done(); it.Advance()) {
687 for (Iterator<i::Object> it = this->Constants(); !it.Done(); it.Advance()) {
1100 DCHECK(!Done());
/external/v8/tools/testrunner/network/
H A Dnetwork_execution.py165 self.indicator.Done()
/external/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp387 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true); local
388 (void)Done;
389 assert(Done && "Emission of the special fixup failed!?");
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp954 bool Done = false;
957 Done = true;
961 if (Done)
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp540 bool Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII);
541 assert (Done && "Unable to resolve frame index!");
542 (void)Done;
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DGPRArith.cpp342 Label Done; \
343 __ j(Cond::Br_e, &Done, NearJump); \
346 __ bind(&Done); \
372 Label Done; \
373 __ j(Cond::Br_e, &Done, NearJump); \
376 __ bind(&Done); \
402 Label Done; \
403 __ j(Cond::Br_e, &Done, NearJump); \
405 __ bind(&Done); \
430 Label Done; \
[all...]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DGPRArith.cpp374 Label Done; \
375 __ j(Cond::Br_e, &Done, NearJump); \
377 __ bind(&Done); \
401 Label Done; \
402 __ j(Cond::Br_e, &Done, NearJump); \
404 __ bind(&Done); \
428 Label Done; \
429 __ j(Cond::Br_e, &Done, NearJump); \
431 __ bind(&Done); \
456 Label Done; \
[all...]
/external/webp/src/demux/
H A Ddemux.c243 goto Done;
269 goto Done;
272 Done:
/external/tensorflow/tensorflow/contrib/verbs/
H A Drdma.cc1493 void RdmaTensorRequest::Done(const Status& s) {
1634 Done(s);
1641 Done(Status::OK());
1652 Done(s);
1661 Done(status);
H A Drdma.h266 // invoke Done().
270 // Invoke Done() with the status code.
278 // checksum right before invoking Done().
283 void Done(const Status& s);
/external/clang/lib/Lex/
H A DModuleMap.cpp1463 bool Done = false; local
1468 Done = true;
1532 } while (!Done);
2256 bool Done = false; local
2261 Done = true;
2313 } while (!Done);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp760 // do not give it values that others need. 'Done' controls whether the
763 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required; local
764 while (NumVals-ValNo > NumPositionalRequired && !Done) {
767 Done = true; // Optional arguments want _at most_ one value
/external/compiler-rt/
H A DMakefile273 $(info MAKE: Done processing Makefile)
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DJavaCharStream.java573 public void Done() method in class:JavaCharStream
/external/python/cpython2/Objects/
H A Dobject.c963 goto Done;
974 goto Done;
977 goto Done;
983 Done:
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1713 bool Done = false; local
1722 Done = true;
1724 Done = true;
1728 if (Done) break;
/external/v8/src/crankshaft/
H A Dhydrogen-bce.cc390 for (HInstructionIterator it(bb); !it.Done(); it.Advance()) {
/external/v8/tools/testrunner/local/
H A Dexecution.py327 self.indicator.Done()
/external/boringssl/src/util/
H A Dall_tests.go297 defer done.Done()
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp289 bool Done() { function in class:__anon1718::ParseHelper
315 for (ParseHelper PH(S); !PH.Done();) {
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp597 bool Done() const { return Worklist.empty(); } function in class:__anon14551::TreeWalkerState
738 while (!TreeWalker.Done()) {

Completed in 3582 milliseconds

1234567891011>>