HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 151 - 175 of 477) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tcpdump/
smbutil.c 794 static int depth = 0; local
804 depth++;
806 depth--;
856 if (!depth && buf < maxbuf) {
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 147 Cardinal depth; /* number of planes in window */ member in struct:_CorePart
  /external/wpa_supplicant_8/src/crypto/
tls.h 46 int depth; member in struct:tls_event_data::__anon15592
54 int depth; member in struct:tls_event_data::__anon15593
  /frameworks/base/graphics/java/android/graphics/drawable/
StateListDrawable.java 140 int depth; local
142 && ((depth = parser.getDepth()) >= innerDepth
148 if (depth > innerDepth || !parser.getName().equals("item")) {
  /frameworks/base/media/libdrm/mobile1/include/xml/
xml_tinyParser.h 116 int32_t depth; member in struct:_WBXML
  /hardware/ti/omap4xxx/
heaptracker.c 99 void print_backtrace(const intptr_t *bt, int depth)
106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH);
111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) {
371 int depth; local
372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH);
385 print_backtrace(bt, depth);
390 print_backtrace(bt, depth);
419 int depth; local
420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH);
433 print_backtrace(bt, depth);
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 38 * SamplingProfiler}. It samples the current thread's stack to a depth
86 private final int depth; field in class:SamplingProfiler
128 * expected to be {@link #depth depth} or less in length.
134 * specified depth from the threads specified by the specified
137 * @param depth The maximum stack depth to retain for each sample
139 * than this will be truncated to this depth. A good starting
143 * depth, simply passing in a value for Integer.MAX_VALUE is not
155 public SamplingProfiler(int depth, ThreadSet threadSet)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xdbeproto.h 90 int depth; /* depth of visual in bits */ member in struct:__anon22635
118 CARD8 depth; /* depth of visual */ member in struct:__anon22638
multibuf.h 168 VisualID visualid; /* visual usuable at this depth */
170 int depth; /* depth of buffers to be created */ member in struct:__anon22695
252 int /* depth */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbeproto.h 90 int depth; /* depth of visual in bits */ member in struct:__anon24225
118 CARD8 depth; /* depth of visual */ member in struct:__anon24228
multibuf.h 168 VisualID visualid; /* visual usuable at this depth */
170 int depth; /* depth of buffers to be created */ member in struct:__anon24285
252 int /* depth */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbeproto.h 90 int depth; /* depth of visual in bits */ member in struct:__anon25737
118 CARD8 depth; /* depth of visual */ member in struct:__anon25740
multibuf.h 168 VisualID visualid; /* visual usuable at this depth */
170 int depth; /* depth of buffers to be created */ member in struct:__anon25797
252 int /* depth */,
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 1918 ANTLR3_UINT32 depth; local
    [all...]
  /external/bluetooth/glib/glib/
gthread.c 310 mutex->depth++;
315 mutex->depth = 1;
332 mutex->depth++;
340 mutex->depth = 1;
352 if (mutex->depth > 1)
354 mutex->depth--;
363 guint depth)
371 if (depth == 0)
378 mutex->depth += depth;
389 guint depth; local
    [all...]
gthread.h 267 guint depth; member in struct:_GStaticRecMutex
277 guint depth);
  /external/dbus/dbus/
dbus-mainloop.c 62 int depth; /**< number of recursive runs */ member in struct:DBusLoop
543 orig_depth = loop->depth;
546 _dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d watch_count=%d\n",
547 block, loop->depth, loop->timeout_count, loop->watch_count);
729 if (loop->depth != orig_depth)
784 if (loop->depth != orig_depth)
864 _dbus_assert (loop->depth >= 0);
868 our_exit_depth = loop->depth;
869 loop->depth += 1;
871 _dbus_verbose ("Running main loop, depth %d -> %d\n"
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 678 int depth = 0; local
686 depth++;
  /external/e2fsprogs/e2fsck/
pass2.c 94 int i, depth; local
211 depth = htree_depth(dx_dir, dx_db);
212 if (depth != dx_dir->depth) {
213 pctx.num = dx_dir->depth;
284 int depth = 0; local
286 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) {
288 depth++;
290 return depth;
826 dx_dir->depth = root->indirect_levels + 1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 293 int depth = -1, max = -1; field in class:DB_Results.LogWriter
298 if (++this.depth >= this.buffers.length) {
299 System.arraycopy(this.times, 0, this.times = new long[this.depth+10], 0, this.depth);
300 System.arraycopy(this.buffers, 0, this.buffers= new StringBuffer[this.depth+10], 0, this.depth);
302 StringBuffer buffer = this.buffers[this.depth];
303 if (this.buffers[this.depth] == null) buffer = this.buffers[this.depth] = new StringBuffer();
305 this.starts[this.depth] = System.currentTimeMillis()
    [all...]
  /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/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 185 * Arbitrary depth format. The precision is chosen by the video
188 Depth(0,true,false,false),
191 * 16-bit depth.
196 * 24-bit depth.
201 * 32-bit depth.
206 * single-precision floating point depth.
288 * @return True if this format is a depth format, false otherwise.
314 protected int width, height, depth; field in class:Image
377 public Image(Format format, int width, int height, int depth, ArrayList<ByteBuffer> data,
390 this.depth = depth
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 141 static int depth; variable
449 depth = DisplayPlanes(display, screen);
458 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) {
460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n",
461 depth);
465 XMatchVisualInfo(display, screen, depth,
466 (depth == 8)? PseudoColor : TrueColor, &visual_info)
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 495 int depth, elem_size; local
507 depth = CV_MAT_DEPTH(src->type);
508 elem_size = CV_ELEM_SIZE(depth);
510 if( depth != CV_32F && depth != CV_64F )
540 if( depth == CV_32F )
724 if( depth == CV_32F )
740 if( depth == CV_32F )
    [all...]
cvconvhull.cpp 659 double depth = 0, scale; local
693 /* compute depth */
696 if( dist > depth )
698 depth = dist;
700 defect.depth = (float)depth;

Completed in 1293 milliseconds

1 2 3 4 5 67 8 91011>>