Home
last modified time | relevance | path

Searched refs:maxDepth (Results 1 – 25 of 34) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DClassDefsSection.java158 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0() argument
165 if (maxDepth < 0) { in orderItems0()
169 maxDepth--; in orderItems0()
174 idx = orderItems0(superclass, idx, maxDepth); in orderItems0()
180 idx = orderItems0(interfaces.getType(i), idx, maxDepth); in orderItems0()
/external/testng/src/test/java/test/
DGraphTest.java156 final int maxDepth = 7; in findPredecessorsTiming() local
163 for (int depth = 1; depth <= maxDepth; depth++) { in findPredecessorsTiming()
181 String node = String.valueOf(i + (100 * maxDepth)); in findPredecessorsTiming()
194 Assert.assertTrue(predecessors.size() == (maxDepth * nodesPerDepth)); in findPredecessorsTiming()
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py40 if opts.maxDepth is not None and depth >= opts.maxDepth:
/external/opencv3/modules/ml/src/
Dprecomp.hpp126 TreeParams( int maxDepth, int minSampleCount,
142 maxDepth = std::min( val, 25 ); in setMaxDepth()
166 inline int getMaxDepth() const { return maxDepth; } in getMaxDepth()
184 int maxDepth; member
Dkdtree.cpp64 maxDepth = -1; in KDTree()
70 maxDepth = -1; in KDTree()
77 maxDepth = -1; in KDTree()
261 maxDepth = _maxDepth; in build()
Dkdtree.hpp90 CV_PROP int maxDepth; //!< maximum depth of the search tree. Do not modify it member in cv::ml::KDTree
Dtree.cpp53 maxDepth = INT_MAX; in TreeParams()
70 maxDepth = _maxDepth; in TreeParams()
/external/opencv3/modules/ml/
Dprecomp.hpp126 TreeParams( int maxDepth, int minSampleCount,
142 maxDepth = std::min( val, 25 ); in setMaxDepth()
166 inline int getMaxDepth() const { return maxDepth; } in getMaxDepth()
184 int maxDepth; member
/external/deqp/framework/randomshaders/
DrsgUtils.cpp249 int maxDepth = 0; in getTypeConstructorDepth() local
271 maxDepth = de::max(maxDepth, depth); in getTypeConstructorDepth()
273 return maxDepth + 1; in getTypeConstructorDepth()
/external/mesa3d/src/mesa/main/
Dmatrix.c666 GLuint maxDepth, GLuint dirtyFlag ) in init_matrix_stack() argument
671 stack->MaxDepth = maxDepth; in init_matrix_stack()
674 stack->Stack = (GLmatrix *) CALLOC(maxDepth * sizeof(GLmatrix)); in init_matrix_stack()
675 for (i = 0; i < maxDepth; i++) { in init_matrix_stack()
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp664 int maxDepth = depth > CV_8S ? CV_64F : std::max(std::max(CV_32F, tdepth), cdepth); in crossCorr() local
685 Mat dftTempl( dftsize.height*tcn, dftsize.width, maxDepth ); in crossCorr()
686 Mat dftImg( dftsize, maxDepth ); in crossCorr()
689 if( tcn > 1 && tdepth != maxDepth ) in crossCorr()
692 if( cn > 1 && depth != maxDepth ) in crossCorr()
696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth ) in crossCorr()
711 src = tdepth == maxDepth ? dst1 : Mat(templ.size(), tdepth, &buf[0]); in crossCorr()
768 src = depth == maxDepth ? dst1 : Mat(y2-y1, x2-x1, depth, &buf[0]); in crossCorr()
790 if( cdepth != maxDepth ) in crossCorr()
805 if( maxDepth != cdepth ) in crossCorr()
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DOcclusionBuffer.java321 float maxDepth = Float.NEGATIVE_INFINITY; in drawDebugTexture() local
326 maxDepth = Math.max(depth, maxDepth); in drawDebugTexture()
328 float extent = 1 / (maxDepth - minDepth); in drawDebugTexture()
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DNDC.java99 static public void setMaxDepth(int maxDepth) { in setMaxDepth() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl161 …Viewport makeViewport (float x, float y, float width, float height, float minDepth, float maxDepth) argument
169 res.maxDepth = maxDepth;
/external/libopus/celt/
Dcelt_encoder.c896 opus_val16 maxDepth; in dynalloc_analysis() local
905 maxDepth=-QCONST16(31.9f, DB_SHIFT); in dynalloc_analysis()
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]); in dynalloc_analysis()
1003 return maxDepth; in dynalloc_analysis()
1135 opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, in compute_vbr() argument
1213 floor_depth = (opus_int32)SHR32(MULT16_16((C*bins<<BITRES),maxDepth), DB_SHIFT); in compute_vbr()
1300 opus_val16 maxDepth; in celt_encode_with_ec() local
1763 maxDepth = dynalloc_analysis(bandLogE, bandLogE2, nbEBands, st->start, st->end, C, offsets, in celt_encode_with_ec()
1856 st->stereo_saving, tot_boost, tf_estimate, pitch_change, maxDepth, in celt_encode_with_ec()
/external/deqp/modules/egl/
DteglRenderTests.cpp153 const float maxDepth = 1.0f; in randomizeDrawOp() local
184 position.z() = rnd.getFloat(minDepth, maxDepth); in randomizeDrawOp()
205 p1.z() = rnd.getFloat(minDepth, maxDepth); in randomizeDrawOp()
210 p2.z() = rnd.getFloat(minDepth, maxDepth); in randomizeDrawOp()
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h132 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF; in NAME() local
339 if (span.attrStepX[FRAG_ATTRIB_WPOS][2] > maxDepth || in NAME()
340 span.attrStepX[FRAG_ATTRIB_WPOS][2] < -maxDepth) { in NAME()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp166 viewport.maxDepth = 1.0f; in initPipeline()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp228 viewport.maxDepth = 1.0f; in setDynamicViewportState()
DvktDynamicStateRSTests.cpp329 viewport.maxDepth = 1.0f; in setDynamicViewportState()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp204 viewport->maxDepth = 1.0f; in setup_viewport_scissor_state()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructT… in generateRandomType() argument
209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType()
218 …structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx… in generateRandomType()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp612 viewport_.maxDepth = 1.0f; in prepare_viewport()
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown302 - -maxDepth \<max_depth_of_weak_tree\>
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructT… in generateRandomType() argument
269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType()
278 …structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx… in generateRandomType()

12