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

<<21222324252627282930>>

  /external/chromium_org/v8/test/mjsunit/
deep-recursion.js 33 function newdeep(start, depth) {
35 for (var i = 0; i < depth; i++) {
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 60 public void setDepth (final DepthAttribute depth)
62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ());
355 public void setDepth (final DepthAttribute depth)
357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ());
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 81 * @param depth True if to clear depth/z
85 public void clearBuffers(boolean color, boolean depth, boolean stencil);
101 * Set the range of the depth values for objects. All rendered
102 * objects will have their depth clamped to this range.
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 131 unsigned int depth; /**< Bits per sample. */ member in struct:__anon22919
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 131 size_t width, size_t height, size_t depth,
145 if (width < 1 || height < 1 || depth < 2)
156 return new image3d(*ctx, flags, format, width, height, depth,
265 return scalar_property<size_t>(buf, size, size_ret, img->depth());
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 172 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
228 unsigned int w, h, bw, depth; local
229 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
333 * Other renderbuffer (depth, stencil, etc)
598 printf("X/Mesa depth = %d\n", GET_VISUAL_DEPTH(v));
727 * depth_size - requested bits/depth values, or zero
834 int depth; local
835 depth = GET_VISUAL_DEPTH(v);
836 red_bits = depth / 3;
837 depth -= red_bits
999 int depth; local
    [all...]
  /external/opencv/cvaux/src/
cvcreatehandmask.cpp 126 if( img_mask->depth != IPL_DEPTH_8U )
  /external/openssl/crypto/pkcs7/
bio_ber.c 83 int depth; member in struct:ber_struct
96 int depth; /* used with indefinite encoding. */ member in struct:bio_ber_struct
259 ctx->depth--;
260 if (ctx->depth <= 0)
  /external/skia/include/core/
SkTDStack.h 34 int depth() const { return fTotalCount; } function in class:SkTDStack
  /external/srec/portable/src/
plog.c 425 size_t depth; local
438 rc = PStackTraceGetDepth(&depth);
451 /* Remove PLogMessage() from depth */
452 --depth;
453 if (GlogLevel < depth)
  /external/v8/test/mjsunit/
deep-recursion.js 33 function newdeep(start, depth) {
35 for (var i = 0; i < depth; i++) {
  /frameworks/av/media/libstagefright/timedtext/
TextDescriptions.cpp 72 int timeMs, Parcel *parcel, int depth) {
73 if (depth == 0) {
288 const uint8_t *data, ssize_t size, Parcel *parcel, int depth) {
299 if (depth == 0) {
  /frameworks/av/media/mtp/
MtpDatabase.h 81 int groupCode, int depth,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 235 protected void debug(int depth) {
236 super.debug(depth);
237 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
238 Log.d("View", debugIndent(depth) + "icon=" + mIcon);
  /frameworks/rs/
rsScriptGroup.h 103 bool calcOrderRecurse(Node *n, int depth);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 542 * depth.
564 int getNamespaceCount(int depth) throws XmlPullParserException;
626 * Returns the current depth of the element.
627 * Outside the root element, the depth is 0. The
628 * depth is incremented by 1 when a start tag is reached.
629 * The depth is decremented AFTER the end tag
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
line-map.h 84 /* Depth of the include stack, including the current file. */
85 unsigned int depth; variable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibuf.h 168 VisualID visualid; /* visual usuable at this depth */
170 int depth; /* depth of buffers to be created */ member in struct:__anon38942
252 int /* depth */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 168 VisualID visualid; /* visual usuable at this depth */
170 int depth; /* depth of buffers to be created */ member in struct:__anon40532
252 int /* depth */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibuf.h 168 VisualID visualid; /* visual usuable at this depth */
170 int depth; /* depth of buffers to be created */ member in struct:__anon42047
252 int /* depth */,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
irq.h 86 unsigned int depth; member in struct:irq_desc
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
irq.h 86 unsigned int depth; member in struct:irq_desc

Completed in 767 milliseconds

<<21222324252627282930>>