Searched refs:maxDepth (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py40 if opts.maxDepth is not None and depth >= opts.maxDepth:
68 parser.add_option("", "--max-depth", dest="maxDepth",
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDefsSection.java154 * @param maxDepth maximum recursion depth; if negative, this will
158 private int orderItems0(Type type, int idx, int maxDepth) { argument
165 if (maxDepth < 0) {
169 maxDepth--;
174 idx = orderItems0(superclass, idx, maxDepth);
180 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
/external/opencv3/modules/ml/src/
H A Dkdtree.hpp90 CV_PROP int maxDepth; //!< maximum depth of the search tree. Do not modify it member in class:cv::ml::KDTree
H A Dprecomp.hpp126 TreeParams( int maxDepth, int minSampleCount,
142 maxDepth = std::min( val, 25 );
166 inline int getMaxDepth() const { return maxDepth; }
184 int maxDepth; member in struct:cv::ml::TreeParams
H A Dkdtree.cpp64 maxDepth = -1;
70 maxDepth = -1;
77 maxDepth = -1;
261 maxDepth = _maxDepth;
H A Dtree.cpp53 maxDepth = INT_MAX;
70 maxDepth = _maxDepth;
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DNDC.java99 static public void setMaxDepth(int maxDepth) { argument
/external/testng/src/test/java/test/
H A DGraphTest.java156 final int maxDepth = 7;
159 // Add maxDepth groups of new nodes, where each group contains nodesPerDepth
163 for (int depth = 1; depth <= maxDepth; depth++) {
177 // Finally, make all of the nodes in the group at depth maxDepth
181 String node = String.valueOf(i + (100 * maxDepth));
185 // Now we're done building the graph, which has (maxDepth * nodesPerDepth) + 2
194 Assert.assertTrue(predecessors.size() == (maxDepth * nodesPerDepth));
/external/opencv3/modules/ml/
H A Dprecomp.hpp126 TreeParams( int maxDepth, int minSampleCount,
142 maxDepth = std::min( val, 25 );
166 inline int getMaxDepth() const { return maxDepth; }
184 int maxDepth; member in struct:cv::ml::TreeParams
/external/deqp/framework/randomshaders/
H A DrsgUtils.cpp249 int maxDepth = 0; local
271 maxDepth = de::max(maxDepth, depth);
273 return maxDepth + 1;
/external/mesa3d/src/mesa/main/
H A Dmatrix.c658 * \param maxDepth maximum stack depth.
661 * Allocates an array of \p maxDepth elements for the matrix stack and calls
666 GLuint maxDepth, GLuint dirtyFlag )
671 stack->MaxDepth = maxDepth;
674 stack->Stack = (GLmatrix *) CALLOC(maxDepth * sizeof(GLmatrix));
675 for (i = 0; i < maxDepth; i++) {
665 init_matrix_stack( struct gl_matrix_stack *stack, GLuint maxDepth, GLuint dirtyFlag ) argument
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.inl161 inline VkViewport makeViewport (float x, float y, float width, float height, float minDepth, float maxDepth)
169 res.maxDepth = maxDepth;
H A DvkStructTypes.inl645 float maxDepth;
/external/opencv3/modules/imgproc/src/
H A Dtemplmatch.cpp664 int maxDepth = depth > CV_8S ? CV_64F : std::max(std::max(CV_32F, tdepth), cdepth); local
685 Mat dftTempl( dftsize.height*tcn, dftsize.width, maxDepth );
686 Mat dftImg( dftsize, maxDepth );
689 if( tcn > 1 && tdepth != maxDepth )
692 if( cn > 1 && depth != maxDepth )
696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth )
711 src = tdepth == maxDepth ? dst1 : Mat(templ.size(), tdepth, &buf[0]);
768 src = depth == maxDepth ? dst1 : Mat(y2-y1, x2-x1, depth, &buf[0]);
790 if( cdepth != maxDepth )
805 if( maxDepth !
[all...]
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.cpp166 viewport.maxDepth = 1.0f;
/external/libopus/celt/
H A Dcelt_encoder.c896 opus_val16 maxDepth; local
905 maxDepth=-QCONST16(31.9f, DB_SHIFT);
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]);
1003 return maxDepth;
1135 opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth,
1213 floor_depth = (opus_int32)SHR32(MULT16_16((C*bins<<BITRES),maxDepth), DB_SHIFT);
1216 /*printf("%f %d\n", maxDepth, floor_depth);*/
1300 opus_val16 maxDepth; local
1763 maxDepth
1132 compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 base_target, int LM, opus_int32 bitrate, int lastCodedBands, int C, int intensity, int constrained_vbr, opus_val16 stereo_saving, int tot_boost, opus_val16 tf_estimate, int pitch_change, opus_val16 maxDepth, int variable_duration, int lfe, int has_surround_mask, opus_val16 surround_masking, opus_val16 temporal_vbr) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp228 viewport.maxDepth = 1.0f;
H A DvktDynamicStateRSTests.cpp329 viewport.maxDepth = 1.0f;
H A DvktDynamicStateDSTests.cpp354 viewport.maxDepth = 1.0f;
/external/deqp/modules/egl/
H A DteglRenderTests.cpp153 const float maxDepth = 1.0f; local
184 position.z() = rnd.getFloat(minDepth, maxDepth);
205 p1.z() = rnd.getFloat(minDepth, maxDepth);
210 p2.z() = rnd.getFloat(minDepth, maxDepth);
/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h132 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF; local
339 if (span.attrStepX[FRAG_ATTRIB_WPOS][2] > maxDepth ||
340 span.attrStepX[FRAG_ATTRIB_WPOS][2] < -maxDepth) {
/external/skia/src/gpu/vk/
H A DGrVkPipeline.cpp204 viewport->maxDepth = 1.0f;
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.cpp612 viewport_.maxDepth = 1.0f;
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp207 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) argument
209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
218 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp267 static glu::VarType generateRandomType (const int maxDepth, int& curStructIdx, vector<const StructType*>& structTypesDst, Random& rnd) argument
269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f;
278 structType->addMember(("m" + de::toString(i)).c_str(), generateRandomType(maxDepth-1, curStructIdx, structTypesDst, rnd));

Completed in 5044 milliseconds

12