Searched refs:isComplete (Results 1 - 25 of 50) sorted by relevance

12

/external/apache-http/src/org/apache/http/auth/
H A DAuthScheme.java125 boolean isComplete(); method in interface:AuthScheme
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.h57 bool isComplete() const function in class:WebCore::PNGImageDecoder
H A DPNGImageDecoder.cpp145 if (sizeOnly ? decoder->ImageDecoder::isSizeAvailable() : decoder->isComplete())
435 else if (isComplete())
/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h68 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } function in class:llvm::LoopBlocksDFS
72 assert(isComplete() && "bad loop DFS");
79 assert(isComplete() && "bad loop DFS");
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DSasl4Test.java187 assertFalse("Incorrect isComplete() result", saslS.isComplete());
220 assertFalse("Incorrect isComplete() result", saslS.isComplete());
272 assertFalse("Incorrect isComplete() result", saslS.isComplete());
347 public boolean isComplete() { method in class:Sasl4Test.mySaslServerFactory.mySaslServer
H A DSasl3Test.java190 assertFalse("Incorrect isComplete() result", saslC.isComplete());
221 assertFalse("Incorrect isComplete() result", saslC.isComplete());
273 assertFalse("Incorrect isComplete() result", saslC.isComplete());
340 public boolean isComplete() { method in class:Sasl3Test.mySaslClientFactory.mySaslClient
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicScheme.java105 public boolean isComplete() { method in class:BasicScheme
H A DNTLMScheme.java145 public boolean isComplete() { method in class:NTLMScheme
H A DDigestScheme.java167 public boolean isComplete() { method in class:DigestScheme
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java79 if (scheme != null && scheme.isComplete() && scheme.isConnectionBased()) {
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCache.h66 bool isComplete() const;
H A DApplicationCacheHost.cpp278 if (!cache || !cache->isComplete())
297 if (!cache || !cache->isComplete())
339 if (!cache || !cache->isComplete())
368 if (!cache->isComplete())
H A DApplicationCache.cpp61 bool ApplicationCache::isComplete() const function in class:WebCore::ApplicationCache
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java107 complete = m_cache.isComplete();
594 if (cache.isComplete()) {
938 private boolean isComplete() { method in class:NodeSequence.IteratorCache
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.h161 void receivedMainResourceError(const ResourceError&, bool isComplete);
281 bool isComplete() const;
365 void mainReceivedError(const ResourceError&, bool isComplete);
H A DNavigationScheduler.cpp304 if (!ancestor->loader()->isComplete() || (document && document->processingLoadEvent()))
412 if (!m_frame->loader()->isComplete() && m_redirect->isLocationChange())
H A DDocumentLoader.h116 void mainReceivedError(const ResourceError&, bool isComplete);
H A DDocumentLoader.cpp197 void DocumentLoader::mainReceivedError(const ResourceError& error, bool isComplete) argument
208 if (isComplete)
/external/junit/src/org/junit/experimental/theories/internal/
H A DAssignments.java49 public boolean isComplete() { method in class:Assignments
/external/clang/lib/AST/
H A DType.cpp613 return ET->getDecl()->isComplete(); // Complete enum types are integral in C.
629 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
695 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
709 if (ET->getDecl()->isComplete())
735 if (ET->getDecl()->isComplete() && !ET->getDecl()->isScoped())
749 if (ET->getDecl()->isComplete())
790 return ET->getDecl()->isComplete() && !ET->getDecl()->isScoped();
805 return !ET->getDecl()->isScoped() && ET->getDecl()->isComplete();
828 assert(cast<EnumType>(T)->getDecl()->isComplete());
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.h63 virtual bool isComplete() const = 0;
227 bool isComplete() const;
278 bool isComplete() const;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultServer.java356 if( c.isComplete() ) {
466 boolean isComplete() method in class:DefaultServer.Connection
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java100 if (!parameterAssignment.isComplete()) {
/external/llvm/include/llvm/TableGen/
H A DRecord.h444 /// isComplete - This virtual method should be overridden by values that may
446 virtual bool isComplete() const { return true; } function in class:llvm::Init
583 virtual bool isComplete() const { return false; } function in class:llvm::UnsetInit
639 virtual bool isComplete() const { function in class:llvm::BitInit
641 if (!getBit(i)->isComplete()) return false;
646 if (getBit(i)->isComplete()) return false;
970 virtual bool isComplete() const { return false; } function in class:llvm::TernOpInit
/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp220 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete())

Completed in 3286 milliseconds

12