Searched refs:getDepth (Results 1 - 25 of 154) sorted by relevance

1234567

/external/smack/src/org/jivesoftware/smackx/provider/
H A DXHTMLExtensionProvider.java55 int startDepth = parser.getDepth();
56 int depth = parser.getDepth();
63 depth = parser.getDepth();
73 if (parser.getName().equals("body") && parser.getDepth() <= depth) {
78 && parser.getDepth() <= startDepth) {
/external/chromium_org/third_party/skia/tests/
H A DRTreeTest.cpp116 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
117 expectedDepthMax >= rtree->getDepth());
127 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
128 expectedDepthMax >= rtree->getDepth());
138 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
139 expectedDepthMax >= rtree->getDepth());
H A DBBoxHierarchyTest.cpp123 ((expectedDepthMin <= 0) || (expectedDepthMin <= tree->getDepth())) &&
124 ((expectedDepthMax <= 0) || (expectedDepthMax >= tree->getDepth())));
137 ((expectedDepthMin <= 0) || (expectedDepthMin <= tree->getDepth())) &&
138 ((expectedDepthMax <= 0) || (expectedDepthMax >= tree->getDepth())));
151 ((expectedDepthMin < 0) || (expectedDepthMin <= tree->getDepth())) &&
152 ((expectedDepthMax < 0) || (expectedDepthMax >= tree->getDepth())));
/external/skia/tests/
H A DRTreeTest.cpp112 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
113 expectedDepthMax >= rtree->getDepth());
123 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
124 expectedDepthMax >= rtree->getDepth());
134 REPORTER_ASSERT(reporter, expectedDepthMin <= rtree->getDepth() &&
135 expectedDepthMax >= rtree->getDepth());
H A DBBoxHierarchyTest.cpp123 ((expectedDepthMin <= 0) || (expectedDepthMin <= tree->getDepth())) &&
124 ((expectedDepthMax <= 0) || (expectedDepthMax >= tree->getDepth())));
137 ((expectedDepthMin <= 0) || (expectedDepthMin <= tree->getDepth())) &&
138 ((expectedDepthMax <= 0) || (expectedDepthMax >= tree->getDepth())));
151 ((expectedDepthMin < 0) || (expectedDepthMin <= tree->getDepth())) &&
152 ((expectedDepthMax < 0) || (expectedDepthMax >= tree->getDepth())));
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchy.h79 virtual int getDepth() const = 0;
H A DSkTileGrid.h45 virtual int getDepth() const SK_OVERRIDE { return -1; }
/external/skia/src/core/
H A DSkBBoxHierarchy.h79 virtual int getDepth() const = 0;
H A DSkQuadTree.h64 virtual int getDepth() const SK_OVERRIDE;
108 int getDepth(Node* node) const;
H A DSkQuadTree.cpp146 int SkQuadTree::getDepth(Node* node) const { function in class:SkQuadTree
150 maxDepth = SkMax32(maxDepth, getDepth(node->fChildren[index]));
190 int SkQuadTree::getDepth() const { function in class:SkQuadTree
191 return this->getDepth(fRoot);
/external/deqp/framework/opengl/
H A DgluPixelTransfer.cpp53 TCU_CHECK_INTERNAL(dst.getDepth() == 1);
72 TCU_CHECK_INTERNAL(src.getDepth() == 1);
96 int depth = src.getDepth();
111 TCU_CHECK_INTERNAL(src.getDepth() == 1);
135 int depth = src.getDepth();
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp46 m_access.getDepth(),
49 m_access.getSlicePitch() * m_access.getDepth(),
92 m_access.getDepth(),
95 m_access.getSlicePitch() * m_access.getDepth(),
130 DE_ASSERT(dst.getHeight() == src.raw().getDepth());
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp145 if (StageCycle >= (int)RequiredScoreboard.getDepth()) {
146 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() &&
201 assert(((cycle + i) < RequiredScoreboard.getDepth()) &&
245 ReservedScoreboard[ReservedScoreboard.getDepth()-1] = 0;
247 RequiredScoreboard[RequiredScoreboard.getDepth()-1] = 0;
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp118 DE_ASSERT(de::inBounds(z, 0, access.getDepth()) && de::inRange(z+depth, z, access.getDepth()));
138 DE_ASSERT(de::inBounds(z, 0, access.getDepth()) && de::inRange(z+depth, z, access.getDepth()));
181 return PixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
195 return ConstPixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
475 if (access.getWidth()*access.getHeight()*access.getDepth() >= CLEAR_OPTIMIZE_THRESHOLD &&
487 for (int z = 0; z < access.getDepth(); z++)
493 for (int z = 0; z < access.getDepth(); z++)
503 if (access.getWidth()*access.getHeight()*access.getDepth() >
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraphOutput.cpp11 for (int i = 0; i < getDepth(); ++i)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderTarget.h35 GLsizei getDepth() const { return mDepth; } function in class:rx::RenderTarget
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp132 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency());
160 assert(CurCycle >= SU->getDepth() && "Node scheduled above its depth!");
193 if (PendingQueue[i]->getDepth() == CurCycle) {
201 assert(PendingQueue[i]->getDepth() > CurCycle && "Negative latency?");
/external/skia/src/gpu/gl/debug/
H A DGrFrameBufferObj.h44 GrFBBindableObj *getDepth() { return fDepthBuffer; } function in class:GrFrameBufferObj
/external/deqp/modules/internal/
H A DditImageIOTests.cpp57 m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with format " << texture.getFormat() << TestLog::EndMessage;
63 const int imageSize = texture.getAccess().getSlicePitch()*texture.getDepth();
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dlog_grouper.js33 getDepth: function() {
/external/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h55 size_t getDepth() const { return Depth; } function in class:llvm::ScoreboardHazardRecognizer::Scoreboard
/external/clang/lib/Index/
H A DCommentToXML.cpp68 if (LHS->getDepth() > 1)
70 if (RHS->getDepth() > 1)
74 if (LHS->getDepth() == 1 && RHS->getDepth() == 1)
387 if (C->getDepth() == 1)
402 if (C->getDepth() == 1)
787 if (C->isPositionValid() && C->getDepth() == 1) {
/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp111 << ((R.getDepth() * 2 % 12) + 1) << "\n";
116 << ((R.getDepth() * 2 % 12) + 2) << "\n";
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java102 public int getDepth() { method in class:VisualSampleEntry
206 IsoTypeWriter.writeUInt16(byteBuffer, getDepth());

Completed in 587 milliseconds

1234567