Home
last modified time | relevance | path

Searched defs:isComplete (Results 1 – 25 of 25) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/http/
DParser.java31 boolean isComplete(); in isComplete() method
DGenerator.java64 boolean isComplete(); in isComplete() method
DAbstractGenerator.java216 public boolean isComplete() in isComplete() method in AbstractGenerator
DHttpParser.java173 public boolean isComplete() in isComplete() method in HttpParser
/external/glide/library/src/main/java/com/bumptech/glide/request/
DRequest.java37 boolean isComplete(); in isComplete() method
DThumbnailRequestCoordinator.java110 public boolean isComplete() { in isComplete() method in ThumbnailRequestCoordinator
DGenericRequest.java339 public boolean isComplete() { in isComplete() method in GenericRequest
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java130 boolean isComplete(); in isComplete() method
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java110 public boolean isComplete() { in isComplete() method in BasicScheme
DNTLMScheme.java151 public boolean isComplete() { in isComplete() method in NTLMScheme
DDigestScheme.java172 public boolean isComplete() { in isComplete() method in DigestScheme
/external/deqp/framework/common/
DtcuTestSessionExecutor.hpp57 bool isComplete; //!< Is run complete. member in tcu::TestRunStatus
DtcuTestCase.hpp184 bool isComplete (void) const { return m_code != QP_TEST_RESULT_LAST; } in isComplete() function in tcu::TestStatus
/external/llvm/include/llvm/Analysis/
DLoopIterator.h67 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() function
/external/junit/src/org/junit/experimental/theories/internal/
DAssignments.java49 public boolean isComplete() { in isComplete() method in Assignments
/external/deqp/execserver/
DxsExecutionServer.cpp41 inline bool MessageBuilder::isComplete (void) const in isComplete() function in xs::MessageBuilder
/external/llvm/include/llvm/MC/
DMCSchedule.h207 bool isComplete() const { return CompleteModel; } in isComplete() function
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java938 private boolean isComplete() { in isComplete() method in NodeSequence.IteratorCache
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DDefaultServer.java466 boolean isComplete() in isComplete() method in DefaultServer.Connection
/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java816 public boolean isComplete() in isComplete() method in AsyncContinuation
/external/llvm/include/llvm/TableGen/
DRecord.h472 virtual bool isComplete() const { return true; } in isComplete() function
617 bool isComplete() const override { return false; } in isComplete() function
680 bool isComplete() const override { in isComplete() function
1044 bool isComplete() const override { return false; } in isComplete() function
/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java1103 public boolean isComplete() { in isComplete() method in DoubleMetaphone.DoubleMetaphoneResult
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4744 bool Texture1D::isComplete (void) const in isComplete() function in sglr::rc::Texture1D
4841 bool Texture2D::isComplete (void) const in isComplete() function in sglr::rc::Texture2D
4950 bool TextureCube::isComplete (void) const in isComplete() function in sglr::rc::TextureCube
5073 bool Texture2DArray::isComplete (void) const in isComplete() function in sglr::rc::Texture2DArray
5179 bool TextureCubeArray::isComplete (void) const in isComplete() function in sglr::rc::TextureCubeArray
5299 bool Texture3D::isComplete (void) const in isComplete() function in sglr::rc::Texture3D
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1437 bool isComplete() const { return DFSStack.empty(); } in isComplete() function in __anonbbb260320111::SchedDAGReverseDFS
/external/clang/include/clang/AST/
DDecl.h3136 bool isComplete() const { in isComplete() function