HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 726 - 750 of 2176) sorted by null

<<21222324252627282930>>

  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 143 int depth; local
145 && ((depth = parser.getDepth()) >= innerDepth
151 if (depth > innerDepth || !parser.getName().equals("item")) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 295 private static void deepWait(int depth, Object lock) {
297 if (depth > 0) {
298 deepWait(depth - 1, lock);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 132 private int depth; field in class:KXmlParser
212 int j = (nspCounts[depth]++) << 1;
323 depth--;
391 if (depth == 0 && isWhitespace) {
425 if (depth == 0 && (type == ENTITY_REF || type == TEXT || type == CDSECT)) {
753 int depth = 0; local
756 depth++;
758 depth--;
765 } while (depth > 0);
964 int sp = (depth - 1) * 4
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 46 source=test_source, depth=1):
48 source, depth)
165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 46 source=test_source, depth=1):
48 source, depth)
165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 160 private void transfer(INode deleted, INode target, ConstraintType targetType, int depth) {
161 if (depth == 20) {
184 transfer(nextDeleted, target, targetType, depth + 1);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 33 EGLint red,green,blue,alpha,depth,stencil;
72 getPixelFormatAttrib(*frmt,MAC_DEPTH_SIZE,&depth);
77 return new EglConfig(red,green,blue,alpha,caveat,(EGLint)index,depth,level,pMaxWidth,pMaxHeight,pMaxPixels,renderable,renderableType,
  /external/flac/libFLAC/
metadata_iterators.c 314 obj->data.picture.depth <= max_depth &&
316 (area > max_area_seen || (area == max_area_seen && obj->data.picture.depth > max_depth_seen))
322 max_depth_seen = obj->data.picture.depth;
354 unsigned depth; member in struct:FLAC__Metadata_SimpleIterator
390 iterator->depth = 0;
461 iterator->depth = 0;
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
542 iterator->offset[iterator->depth] = ftello(iterator->file);
554 if(iterator->offset[iterator->depth] == iterator->first_offset)
566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
debugXML.c 44 int depth; /* current depth */ member in struct:_xmlDebugCtxt
61 ctxt->depth = 0;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
143 if (ctxt->depth < 50)
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
817 * @depth: the indentation level.
836 ctxt->depth++;
838 ctxt->depth--;
855 * @depth: the indentation level
    [all...]
  /external/libxml2/
debugXML.c 44 int depth; /* current depth */ member in struct:_xmlDebugCtxt
61 ctxt->depth = 0;
142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
143 if (ctxt->depth < 50)
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
818 * @depth: the indentation level.
837 ctxt->depth++;
839 ctxt->depth--;
856 * @depth: the indentation level
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 465 int width, int height, int depth,
470 int width, int height, int depth,
476 dstMip, width, height, depth,
480 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes);
481 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, byte[] d, int sizeBytes) {
483 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
485 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes);
486 synchronized void nAllocationData3D(int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, short[] d, int sizeBytes) {
488 rsnAllocationData3D(mContext, id, xoff, yoff, zoff, mip, w, h, depth, d, sizeBytes);
490 native void rsnAllocationData3D(int con, int id, int xoff, int yoff, int zoff, int mip, int w, int h, int depth, int[] d, int sizeBytes)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 199 GLsizei depth; member in struct:gpu::gles2::Texture::LevelInfo
215 GLsizei depth,
507 GLsizei width, GLsizei height, GLsizei depth);
512 GLsizei width, GLsizei height, GLsizei depth);
548 GLsizei depth,
559 params.width, params.height, 1 /* depth */,
  /external/chromium_org/third_party/angle_dx11/src/compiler/
intermediate.h 548 depth(0),
562 void incrementDepth() {depth++; maxDepth = std::max(maxDepth, depth); }
563 void decrementDepth() {depth--;}
575 int depth; member in class:TIntermTraverser
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 127 double depth,
147 NULL, depth, stencil,
183 assert(src_box->depth == 1);
238 double depth,
252 packedds = util_pack_z_stencil(dst->format, depth, stencil);
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 127 double depth,
147 NULL, depth, stencil,
183 assert(src_box->depth == 1);
238 double depth,
252 packedds = util_pack_z_stencil(dst->format, depth, stencil);
  /external/opencv/cv/src/
cvsumpixels.cpp 326 int depth, cn; local
384 depth = CV_MAT_DEPTH(src->type);
394 func_c1 = (CvIntegralImageFuncC1)tab_c1.fn_2d[depth];
395 func_cn = (CvIntegralImageFuncCn)tab_cn.fn_2d[depth];
408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S )
cvtemplmatch.cpp 62 int depth, templ_depth, corr_depth, max_depth = CV_32F, local
78 "Template (kernel) must be of the same depth as the input image, or be 32f" );
83 "The output image must have the same depth as the input image, or be 32f/64f" );
91 depth = CV_MAT_DEPTH(img->type);
98 max_depth = MAX( max_depth, depth );
100 if( depth > CV_8U )
142 if( cn > 1 && depth != max_depth )
144 (blocksize.height + templ->rows - 1)*CV_ELEM_SIZE(depth));
233 if( depth != max_depth )
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf )
334 int depth, cn; local
    [all...]
  /external/valgrind/unittest/
demo_tests.cc 489 void Worker(int depth) {
490 CHECK(depth >= 0);
491 if (depth > 0) {
494 pool.Add(NewCallback(Worker, depth-1));
495 pool.Add(NewCallback(Worker, depth-1));
  /external/wpa_supplicant_8/wpa_supplicant/
notify.c 593 void wpas_notify_certification(struct wpa_supplicant *wpa_s, int depth,
598 "depth=%d subject='%s'%s%s",
599 depth, subject,
612 "depth=%d subject='%s' cert=%s",
613 depth, subject, cert_hex);
619 wpa_supplicant_dbus_notify_certification(wpa_s, depth, subject,
622 wpas_dbus_signal_certification(wpa_s, depth, subject, cert_hash, cert);
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 286 MtpPropertyList getPropertyList(int handle, int format, int depth) {
287 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth);
288 if (depth > 1) {
289 // we only support depth 0 and 1
290 // depth 0: single object, depth 1: immediate children
303 if (depth == 1) {
316 if (depth == 1) {
327 if (depth > 0 || handle == 0xFFFFFFFF || mColumns.length > 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 72 * glGetTexImage for depth/Z pixels.
81 const GLint depth = texImage->Depth; local
90 for (img = 0; img < depth; img++) {
122 * glGetTexImage for depth/stencil pixels.
131 const GLint depth = texImage->Depth; local
134 for (img = 0; img < depth; img++) {
176 const GLint depth = texImage->Depth; local
236 const GLuint depth = texImage->Depth; local
329 GLuint depth = texImage->Depth; local
    [all...]
  /external/mesa3d/src/mesa/main/
texgetimage.c 72 * glGetTexImage for depth/Z pixels.
81 const GLint depth = texImage->Depth; local
90 for (img = 0; img < depth; img++) {
122 * glGetTexImage for depth/stencil pixels.
131 const GLint depth = texImage->Depth; local
134 for (img = 0; img < depth; img++) {
176 const GLint depth = texImage->Depth; local
236 const GLuint depth = texImage->Depth; local
329 GLuint depth = texImage->Depth; local
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 378 int depth = -1; local
380 depth = 0;
382 depth = Integer.parseInt(depthString.substring(0, depthString.indexOf(' ')));
405 * if (!fullscreen) { //query the current bit depth of the desktop int
407 * .getDefaultScreenDevice().getDisplayMode().getBitDepth(); if (depth >
408 * curDepth) { showError(this,"Cannot choose a higher bit depth in
409 * windowed " + "mode than your current desktop bit depth"); return
429 source.setBitsPerPixel(depth);
448 + "The combination of bit depth and refresh rate is not supported.");
492 * <code>updateDisplayChoices</code> updates the available color depth an
605 String depth = modes[i].getBitDepth() + " bpp"; local
    [all...]
  /external/valgrind/main/callgrind/
clo.c 273 static void print_config_node(int depth, int hash, config_node* node)
281 if (depth>40) depth=40;
282 VG_(printf)("%s", sp+40-depth);
291 print_config_node(depth+1, i, n);
295 if (node->wild_char) print_config_node(depth+1, -2, node->wild_char);
296 if (node->wild_star) print_config_node(depth+1, -3, node->wild_star);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_surface.c 81 uint32_t width, height, depth; local
95 depth = u_minify(mt->base.base.depth0, level);
97 /* layer has to be < depth, and depth > tile depth / 2 */
102 depth = 1;
124 PUSH_DATA (push, depth);
237 for (i = 0; i < src_box->depth; ++i) {
261 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer) {
310 PUSH_DATA(push, dst->u.tex.first_layer + sf->depth);
    [all...]

Completed in 876 milliseconds

<<21222324252627282930>>