Searched refs:Done (Results 251 - 275 of 280) sorted by relevance

<<1112

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_layoutpagemgr.cpp478 if (eStatus != XFA_ItemLayoutProcessorResult::Done) {
/external/v8/src/compiler/
H A Dverifier.cc1609 for (BitVector::Iterator it(block_doms); !it.Done(); it.Advance()) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h298 bool Done() { return current_ == NULL; } function in class:v8::internal::BASE_EMBEDDED
302 DCHECK(!Done());
307 DCHECK(!Done());
1075 bool Done() { return current_ >= instr_->SuccessorCount(); } function in class:BASE_EMBEDDED
/external/syslinux/dosutil/
H A Deltorito.asm168 or ax,100h ;Set Return Status's Done bit
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4188 SmallVector<bool, SystemZ::VectorBytes> Done(NumElements, false);
4197 Done[I] = true;
4223 Done[I1] = true;
4224 Done[I2] = true;
4231 if (!Done[I] && !Elems[I].isUndef())
/external/python/cpython2/Objects/
H A Dunicodeobject.c5675 goto Done;
5683 goto Done;
5774 Done:
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2828 goto Done;
3718 Done:
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm206 ; Done with PIC macros
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2430 SmallSet<BasicBlock*, 32> Done;
2433 bool Inserted = Done.insert(BB).second;
8293 SmallPtrSet<MachineBasicBlock *, 8> Done;
8295 if (Done.count(Succ))
8298 Done.insert(Succ);
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc75 while (!save_iterator.Done()) {
91 while (!save_iterator.Done()) {
4374 // Done. Put the value in dbl_scratch into the value of the allocated heap
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc545 while (!iterator.Done()) {
563 while (!iterator.Done()) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc96 while (!save_iterator.Done()) {
112 while (!save_iterator.Done()) {
4159 // Done. Put the value in xmm_scratch into the value of the allocated heap
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc117 while (!save_iterator.Done()) {
133 while (!save_iterator.Done()) {
4344 // Done. Put the value in dbl_scratch into the value of the allocated heap
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc93 while (!save_iterator.Done()) {
109 while (!save_iterator.Done()) {
4537 // Done. Put the value in dbl_scratch into the value of the allocated heap
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc92 while (!save_iterator.Done()) {
108 while (!save_iterator.Done()) {
4672 // Done. Put the value in dbl_scratch into the value of the allocated heap
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc86 while (!save_iterator.Done()) {
101 while (!save_iterator.Done()) {
4604 // Done. Put the value in dbl_scratch into the value of the allocated heap
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc92 while (!save_iterator.Done()) {
108 while (!save_iterator.Done()) {
4445 // Done. Put the value in temp_xmm into the value of the allocated heap
/external/annotation-tools/asmx/test/lib/
H A Dccl.jarMETA-INF/ META-INF/MANIFEST.MF ccl/ ccl/Main.class Main.java package ccl ...
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h2226 bool Done();
2903 inline bool EnumDef::Iterator::Done() { return upb_enum_done(&iter_); } function in class:upb::EnumDef::Iterator
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2714 bool Done();
3531 inline bool EnumDef::Iterator::Done() { return upb_enum_done(&iter_); } function in class:upb::EnumDef::Iterator
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc66 for (Label::LabelLinksIterator it(label); !it.Done(); it.Advance()) {

Completed in 640 milliseconds

<<1112