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

12

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSaslServer.java12 public boolean isComplete(); method in interface:SaslServer
H A DSaslClient.java14 public boolean isComplete(); method in interface:SaslClient
H A DGenericCommon.java282 public boolean isComplete() method in class:GenericCommon
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DReplaySessionSegment.js40 get isComplete()
64 get isComplete()
H A DProbeSetDataFrame.js87 isComplete: function(probeSet)
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/png/
H A DPNGImageDecoder.h57 bool isComplete() const function in class:WebCore::PNGImageDecoder
H A DPNGImageDecoder.cpp160 if (sizeOnly ? decoder->ImageDecoder::isSizeAvailable() : decoder->isComplete())
574 else if (isComplete())
/macosx-10.10/llvmCore-3425.0.34/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");
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCache.h64 bool isComplete() const;
H A DApplicationCacheHost.cpp286 if (!cache || !cache->isComplete())
306 if (!cache || !cache->isComplete())
346 if (!cache || !cache->isComplete())
375 if (!cache->isComplete())
H A DApplicationCache.cpp65 bool ApplicationCache::isComplete() const function in class:WebCore::ApplicationCache
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/java/Test/
H A Dtestserver.java56 if (saslconn.isComplete()==true) {
H A Djimtest.java152 if (conn.isComplete()==false) {
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.h206 bool isComplete() const { return m_isComplete; } function in struct:GIFFrameContext
302 return m_frames.isEmpty() || (m_frames.size() == 1u && !m_frames[0]->isComplete());
H A DGIFImageReader.cpp347 if (isComplete()) {
783 if (m_frames.isEmpty() || m_frames.last()->isComplete())
/macosx-10.10/WebCore-7600.1.25/loader/
H A DNavigationScheduler.cpp351 if (!ancestor->loader().isComplete() || (document && document->processingLoadEvent()))
467 if (!m_frame.loader().isComplete() && m_redirect->isLocationChange())
H A DFrameLoader.h242 bool isComplete() const;
/macosx-10.10/llvmCore-3425.0.34/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;
971 virtual bool isComplete() const { return false; } function in class:llvm::TernOpInit
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeEmitterGen.cpp220 if (Vals[i].getPrefix() || Vals[i].getValue()->isComplete())
H A DCodeGenSchedule.cpp431 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
824 if (!(*II)->getValueInit("SchedModel")->isComplete())
1050 if (SchedRW.TheDef->getValueInit("SchedModel")->isComplete()) {
1065 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1472 if ((*AI)->getValueInit("SchedModel")->isComplete()) {
1547 if (!ProcResUnits->getValueInit("Super")->isComplete())
H A DSubtargetEmitter.cpp637 if (PRDef->getValueInit("Super")->isComplete()) {
672 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
726 if (AliasRW.TheDef->getValueInit("SchedModel")->isComplete()) {
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureControllerMac.mm407 [event trackSwipeEventWithOptions:0 dampenAmountThresholdMin:minProgress max:maxProgress usingHandler:^(CGFloat progress, NSEventPhase phase, BOOL isComplete, BOOL *stop) {
418 if (isComplete)
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DScheduleDAGInstrs.cpp944 bool isComplete() const { return DFSStack.empty(); } function in class:__anon10263::SchedDAGReverseDFS
1001 if (DFS.isComplete())
/macosx-10.10/llvmCore-3425.0.34/lib/TableGen/
H A DTGParser.cpp178 } else if (!CurRec->getValue(TArgs[i])->getValue()->isComplete()) {
281 } else if (!CurRec->getValue(SMCTArgs[i])->getValue()->isComplete()) {
2355 } else if (!CurRec->getValue(TArgs[i])->getValue()->isComplete()) {
H A DRecord.cpp1508 return BVR->isComplete() ? BVR : const_cast<FieldInit *>(this);

Completed in 269 milliseconds

12