Searched refs:getDepth (Results 101 - 125 of 154) sorted by path

1234567

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java108 public int getDepth() method in class:ReportProperties.ParsedProperties
318 (result.getDepth () == IItemMetadata.TYPE_ID_CLASS))
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java272 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ());
388 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ());
505 final boolean deeper = (m_settings.getDepth () > ClassItem.getTypeMetadata ().getTypeID ());
/external/emma/core/java12/com/vladium/emma/report/txt/
H A DReportGenerator.java170 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ());
217 final boolean deeper = (m_settings.getDepth () > item.getMetadata ().getTypeID ());
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java398 final boolean deeper = (childrenOrder != null) && (m_settings.getDepth () > metadata.getTypeID ()) && (item.getChildCount () > 0);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java191 for (int i = parser.getNamespaceCount(parser.getDepth() - 1); i < parser
192 .getNamespaceCount(parser.getDepth()); i++) {
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h320 unsigned getDepth() const;
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h672 return isTop() ? SU->getHeight() : SU->getDepth();
H A DScheduleDAG.h415 /// getDepth - Return the depth of this node, which is the length of the
417 unsigned getDepth() const { function
443 /// getDepth() is called.
H A DScheduleDFS.h160 return ILPValue(DFSNodeData[SU->NodeNum].InstrCount, 1 + SU->getDepth());
H A DScoreboardHazardRecognizer.h55 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h335 unsigned getDepth() const { return Depth; } function in class:llvm::PMDataManager
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp390 unsigned Region::getDepth() const { function in class:Region
466 print(dbgs(), true, getDepth(), printStyle.getValue());
H A DRegionPrinter.cpp111 << ((R.getDepth() * 2 % 12) + 1) << "\n";
116 << ((R.getDepth() * 2 % 12) + 2) << "\n";
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp285 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
744 ((SU->getDepth() + SU->Latency) >
745 (CriticalPathSU->getDepth() + CriticalPathSU->Latency))) {
H A DCriticalAntiDepBreaker.cpp142 unsigned PredTotalLatency = PredSU->getDepth() + PredLatency;
466 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency)
473 << (Max->getDepth() + Max->Latency) << "\n");

Completed in 588 milliseconds

1234567