Home
last modified time | relevance | path

Searched refs:getDepth (Results 1 – 25 of 73) sorted by relevance

123

/external/smack/src/org/jivesoftware/smackx/provider/
DXHTMLExtensionProvider.java55 int startDepth = parser.getDepth(); in parseExtension()
56 int depth = parser.getDepth(); in parseExtension()
63 depth = parser.getDepth(); in parseExtension()
73 if (parser.getName().equals("body") && parser.getDepth() <= depth) { in parseExtension()
78 && parser.getDepth() <= startDepth) { in parseExtension()
/external/skia/tests/
DRTreeTest.cpp115 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() && in TestRTree()
116 expectedDepthMax >= rtree->getDepth()); in TestRTree()
126 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() && in TestRTree()
127 expectedDepthMax >= rtree->getDepth()); in TestRTree()
137 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() && in TestRTree()
138 expectedDepthMax >= rtree->getDepth()); in TestRTree()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp144 if (StageCycle >= (int)RequiredScoreboard.getDepth()) { in getHazardType()
145 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() && in getHazardType()
200 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction()
244 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0; in RecedeCycle()
246 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0; in RecedeCycle()
DScheduleDAG.cpp214 if (NewDepth <= getDepth()) in setDepthToAtLeast()
303 unsigned MaxDepth = BestI->getSUnit()->getDepth(); in biasCriticalPath()
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth) in biasCriticalPath()
332 dbgs() << " Depth : " << getDepth() << "\n"; in dumpAll()
399 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) > in VerifyScheduledDAG()
DCriticalAntiDepBreaker.cpp134 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency; in CriticalPathStep()
426 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency) in BreakAntiDependencies()
433 << (Max->getDepth() + Max->Latency) << "\n"); in BreakAntiDependencies()
DMachineScheduler.cpp1113 return SU->getDepth() + SU->Latency; in getUnscheduledLatency()
1300 Rem.CriticalPath = DAG->ExitSU.getDepth(); in registerRoots()
1304 if ((*I)->getDepth() > Rem.CriticalPath) in registerRoots()
1305 Rem.CriticalPath = (*I)->getDepth(); in registerRoots()
1456 if (SU->getDepth() > ExpectedLatency) in bumpNode()
1457 ExpectedLatency = SU->getDepth(); in bumpNode()
1776 if (Cand.SU->getDepth() * SchedModel->getLatencyFactor() in tryCandidate()
1778 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryCandidate()
1793 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryCandidate()
1898 Latency = Cand.SU->getDepth(); in traceCandidate()
[all …]
DPostRASchedulerList.cpp615 assert(CurCycle >= SU->getDepth() && in ScheduleNodeTopDown()
660 if (PendingQueue[i]->getDepth() <= CurCycle) { in ListScheduleTopDown()
666 } else if (PendingQueue[i]->getDepth() < MinDepth) in ListScheduleTopDown()
667 MinDepth = PendingQueue[i]->getDepth(); in ListScheduleTopDown()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp130 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
158 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!"); in scheduleNodeTopDown()
191 if (PendingQueue[i]->getDepth() == CurCycle) { in listScheduleTopDown()
199 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?"); in listScheduleTopDown()
/external/llvm/lib/Target/R600/
DR600MachineScheduler.h30 return S1->getDepth() > S2->getDepth(); in operator()
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
DMultiSample.glsllib43 vec4 getDepth(in sampler2DMS tex,in vec2 texC){
60 vec4 getDepth(in sampler2D tex,in vec2 texC){
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp74 for (unsigned I = 0, N = TTP->getDepth() + 1; I != N; ++I) in getTemplateInstantiationArgs()
661 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
664 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex()
667 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
892 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformDecl()
897 if (!TemplateArgs.hasTemplateArgument(TTP->getDepth(), in TransformDecl()
901 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition()); in TransformDecl()
943 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformFirstQualifierInScope()
945 TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getIndex()); in TransformFirstQualifierInScope()
1036 if (TTP->getDepth() < TemplateArgs.getNumLevels()) { in TransformTemplateName()
[all …]
DSemaTemplateVariadic.cpp519 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
522 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex()
525 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
548 Depth = TTP->getDepth(); in CheckParameterPacksForExpansion()
650 Depth = TTP->getDepth(); in getNumArgumentsInExpansion()
DSemaTemplateDeduction.cpp318 assert(NTTP->getDepth() == 0 && in DeduceNonTypeTemplateArgument()
347 assert(NTTP->getDepth() == 0 && in DeduceNonTypeTemplateArgument()
378 assert(NTTP->getDepth() == 0 && in DeduceNonTypeTemplateArgument()
550 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
553 return std::make_pair(NTTP->getDepth(), NTTP->getIndex()); in getDepthAndIndex()
556 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
564 return std::make_pair(TTP->getDepth(), TTP->getIndex()); in getDepthAndIndex()
1038 assert(TemplateTypeParm->getDepth() == 0 && "Can't deduce with depth > 0"); in DeduceTemplateArgumentsByTypeMatch()
1281 assert(NTTP->getDepth() == 0 && in DeduceTemplateArgumentsByTypeMatch()
3849 TemplateParams->getDepth(), UsedParameters); in isAtLeastAsSpecializedAs()
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DVisualSampleEntry.java102 public int getDepth() { in getDepth() method in VisualSampleEntry
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth()); in getContent()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
DTestUtils.java227 public int getDepth() { in getPolicyTree() method
246 public int getDepth() { in getPolicyTree()
/external/llvm/lib/Analysis/
DRegionPrinter.cpp111 << ((R->getDepth() * 2 % 12) + 1) << "\n"; in printRegionCluster()
116 << ((R->getDepth() * 2 % 12) + 2) << "\n"; in printRegionCluster()
/external/clang/tools/libclang/
DCXComment.cpp325 return TPCC->getDepth(); in clang_TParamCommandComment_getDepth()
330 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth()) in clang_TParamCommandComment_getIndex()
392 if (LHS->getDepth() > 1) in operator ()()
394 if (RHS->getDepth() > 1) in operator ()()
398 if (LHS->getDepth() == 1 && RHS->getDepth() == 1) in operator ()()
698 if (C->getDepth() == 1) in visitTParamCommandComment()
713 if (C->getDepth() == 1) in visitTParamCommandComment()
1096 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/external/skia/src/gpu/gl/debug/
DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } in getDepth() function
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/
DFog15.frag17 float fogVal = getDepth(m_DepthTexture,texCoord).r;
/external/chromium/chrome/browser/resources/net_internals/
Dloggrouper.js30 LogGroupEntry.prototype.getDepth = function() { method in LogGroupEntry
/external/clang/lib/AST/
DDeclTemplate.cpp100 unsigned TemplateParameterList::getDepth() const { in getDepth() function in TemplateParameterList
107 return TTP->getDepth(); in getDepth()
110 return NTTP->getDepth(); in getDepth()
112 return cast<TemplateTemplateParmDecl>(FirstParm)->getDepth(); in getDepth()
486 unsigned TemplateTypeParmDecl::getDepth() const { in getDepth() function in TemplateTypeParmDecl
487 return TypeForDecl->getAs<TemplateTypeParmType>()->getDepth(); in getDepth()
/external/llvm/include/llvm/CodeGen/
DScoreboardHazardRecognizer.h55 size_t getDepth() const { return Depth; } in getDepth() function
DScheduleDFS.h162 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth()); in getILP()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h365 unsigned short &getDepth() { in getDepth() function
410 if (getDepth() < P.getLangOpts().BracketDepth) { in consumeOpen()
/external/llvm/lib/IR/
DPassManager.cpp506 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
527 unsigned APDepth = AR->getPMDataManager().getDepth(); in setLastUser()
994 unsigned PDepth = this->getDepth(); in add()
1005 RDepth = DM.getDepth(); in add()
1151 dbgs() << (void*)this << std::string(getDepth()*2+1, ' '); in dumpPassInfo()
1212 dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:"; in dumpAnalysisUsage()
1787 assert(PM->getDepth()==0 && "Pass Manager depth set too early"); in push()
1797 PM->setDepth(this->top()->getDepth()+1); in push()

123