HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 101 - 125 of 1146) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libxml2/include/libxml/
debugXML.h 34 int depth);
38 int depth);
42 int depth);
46 int depth);
50 int depth);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeExpandableAdapter.java 47 final int repeatCount, List<ResourceReference> types, int depth) {
80 createItems(dataBindingItem, depth + 1);
87 private void createItems(DataBindingItem item, int depth) {
88 if (depth == 2) {
89 createItems(item, item.getChildren().size(), item.getCount(), mChildrenTypes, depth);
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 41 unsigned int depth = 0; local
43 if (0 == depth && *pBegin == pVal)
45 if (0 != depth && *pBegin == '}')
46 --depth;
61 ++depth;
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 8 // This test case triggers up to DEPTH recursive calls to function
16 const int depth = 3; variable
18 float float_src[num_vars * depth];
21 int int_src[num_vars * depth];
118 for (int i = 0; i < depth * num_vars; i++)
123 for (int level = 0; level < depth; level++)
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 8 // This test case triggers up to DEPTH recursive calls to function
16 const int depth = 3; variable
18 float float_src[num_vars * depth];
21 int int_src[num_vars * depth];
118 for (int i = 0; i < depth * num_vars; i++)
123 for (int level = 0; level < depth; level++)
  /external/grub/stage2/
fsys_reiserfs.c 324 /* The current depth of the reiser tree. */
652 printf ("root read_in: block=%d, depth=%d\n",
688 /* Read in the node at the current path and depth into the node cache.
689 * You must set INFO->blocks[depth] before.
692 read_tree_node (unsigned int blockNr, int depth)
694 char* cache = CACHE(depth);
696 if (depth < num_cached)
701 if (blockNr == INFO->blocks[depth])
708 printf (" next read_in: block=%d (depth=%d)\n",
709 blockNr, depth);
730 int depth; local
823 int depth; local
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 41 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* lhs, Index lhsStride,
48 ::run(size,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha);
57 static EIGEN_STRONG_INLINE void run(Index size, Index depth,const LhsScalar* _lhs, Index lhsStride,
65 Index kc = depth; // cache block size along the K direction
84 for(Index k2=0; k2<depth; k2+=kc)
86 const Index actual_kc = (std::min)(k2+kc,depth)-k2;
136 void operator()(ResScalar* res, Index resStride, const LhsScalar* blockA, const RhsScalar* blockB, Index size, Index depth, ResScalar alpha, RhsScalar* workspace)
146 const RhsScalar* actual_b = blockB+j*depth;
149 gebp_kernel(res+j*resStride, resStride, blockA, actual_b, j, depth, actualBlockSize, alpha,
157 gebp_kernel(buffer.data(), BlockSize, blockA+depth*i, actual_b, actualBlockSize, depth, actualBlockSize, alpha
    [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 76 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) {
78 init(translucent, depth, stencil);
81 private void init(boolean translucent, int depth, int stencil) {
103 new ConfigChooser(8, 8, 8, 8, depth, stencil) :
104 new ConfigChooser(5, 6, 5, 0, depth, stencil) );
135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
140 mDepthSize = depth;
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 163 uint32_t depth = 0; local
173 if (depth == 0) {
185 else if (depth == 0 && initial_die_array_size == 1)
196 ++depth;
199 if (depth > 0)
200 --depth;
201 if (depth == 0)
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 261 bool GrFmtPngWriter::IsFormatSupported( int depth )
263 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
267 int width, int height, int depth, int channels )
276 if( depth != IPL_DEPTH_8U && depth != IPL_DEPTH_16U )
295 png_set_IHDR( png_ptr, info_ptr, width, height, depth,
  /external/skia/src/core/
SkTSort.h 154 * When depth becomes zero, it switches over to Heap Sort.
156 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) {
158 if (depth == 0) {
162 --depth;
173 SkTIntroSort(depth, left, pivot - 1, lessThan);
180 SkTIntroSort(depth, pivot + 1, right, lessThan);
198 int depth = SkNextLog2(SkToU32(size)); local
199 SkTIntroSort(depth * 2, left, right, lessThan);
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) {
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) {
73 new ConfigChooser(8,8,8,8, depth, stencil) :
74 new ConfigChooser(5,6,5,0, depth, stencil));
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
117 mDepthSize = depth;
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 65 public GLPerfView(Context context, boolean translucent, int depth, int stencil) {
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) {
73 new ConfigChooser(8,8,8,8, depth, stencil) :
74 new ConfigChooser(5,6,5,0, depth, stencil));
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
117 mDepthSize = depth;
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 68 public GLDualGL2View(Context context, boolean translucent, int depth, int stencil) {
70 init(translucent, depth, stencil);
73 private void init(boolean translucent, int depth, int stencil) {
76 new ConfigChooser(8,8,8,8, depth, stencil) :
77 new ConfigChooser(5,6,5,0, depth, stencil));
115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
120 mDepthSize = depth;
  /system/core/toolbox/
du.c 78 int depth; local
85 depth = INT_MAX;
107 depth = atoi(optarg);
108 if (depth < 0 || depth > SHRT_MAX) {
168 depth = 0;
198 if (p->fts_level <= depth
320 "usage: du [-H | -L | -P] [-a | -d depth | -s] [-cgkmrx] [file ...]\n");
  /external/openssl/crypto/bn/
bn_ctx.c 103 /* Stack depth and allocation size */
124 unsigned int depth, size; member in struct:bignum_ctx_stack
147 /* Depth of stack overflow */
171 while(fpidx < stack->depth)
315 st->depth = st->size = 0;
326 st->depth = 0;
332 if(st->depth == st->size)
340 if(st->depth)
341 memcpy(newitems, st->indexes, st->depth *
347 st->indexes[(st->depth)++] = idx
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 51 int depth, int stencil) {
53 initialize(context, translucent, depth, stencil);
56 private void initialize(Context context, boolean translucent, int depth, int stencil) {
58 init(translucent, depth, stencil);
68 private void init(boolean translucent, int depth, int stencil) {
90 translucent ? new ConfigChooser(8, 8, 8, 8, depth, stencil) :
91 new ConfigChooser(5, 6, 5, 0, depth, stencil));
126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) {
131 mDepthSize = depth;
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ShadowLayout.java 35 * of the drop shadow is determined by a "depth" factor that can be set and animated.
79 * The "depth" factor determines the offset distance and opacity of the shadow (shadows that
81 * @param depth
83 public void setShadowDepth(float depth) {
84 if (depth != mShadowDepth) {
85 mShadowDepth = depth;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 101 public void setDepth (final int depth)
103 if ($assert.ENABLED) $assert.ASSERT (depth >= IItemMetadata.TYPE_ID_ALL && depth <= IItemMetadata.TYPE_ID_METHOD, "invalid depth: " + depth);
105 m_depth = depth;
299 final String depth = getReportProperty (properties, type, IReportProperties.DEPTH, false, IReportProperties.DEFAULT_DEPTH); local
301 if (IReportProperties.DEPTH_ALL.equals (depth))
303 else if (IReportProperties.DEPTH_PACKAGE.equals (depth))
    [all...]
  /external/junit/src/org/junit/experimental/theories/
ParameterSignature.java 69 Annotation[] annotations, Class<T> annotationType, int depth) {
70 if (depth == 0)
76 .getAnnotations(), annotationType, depth - 1);
  /external/opencv/cxcore/include/
cxcore.hpp 50 CvImage( CvSize size, int depth, int channels )
52 image = cvCreateImage( size, depth, channels );
86 void create( CvSize size, int depth, int channels )
90 image->depth != depth || image->nChannels != channels )
91 attach( cvCreateImage( size, depth, channels ));
153 int depth() const { return image ? image->depth : 0; } function in class:CvImage
155 int pix_size() const { return image ? ((image->depth & 255)>>3)*image->nChannels : 0; }
173 image->roi->xOffset*((image->depth & 255)>>3)*image->nChannels)
321 int depth() const { return matrix ? CV_MAT_DEPTH(matrix->type) : 0; } function in class:CvMatrix
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLCanvasElementCustom.cpp 67 Identifier depth(exec, "depth");
68 if (jsAttrs->hasProperty(exec, depth))
69 webGLAttrs->setDepth(jsAttrs->get(exec, depth).toBoolean(exec));
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramStoreTest.java 50 for (int depth = 0; depth <= 1; depth++) {
51 boolean depthMask = (depth == 1);
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 150 // Skips tags the parser isn't interested in. Uses depth to handle nested tags. i.e.,
152 // finds the matching END_TAG (as indicated by the value of "depth" being 0).
157 int depth = 1; local
158 while (depth != 0) {
161 depth--;
164 depth++;

Completed in 787 milliseconds

1 2 3 45 6 7 8 91011>>