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

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 97 status_t parseChunk(off64_t *offset, int depth);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DynamicBinaryDictIOUtils.java 266 for (int depth = 0; depth < Constants.DICTIONARY_MAX_WORD_LENGTH; ++depth) {
476 depth--;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 307 self.depth = 0
336 self.depth = self.depth + incr
337 return self.depth
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
UndoDelegator.py 307 self.depth = 0
336 self.depth = self.depth + incr
337 return self.depth
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 269 static void dumpInstanceTree(unsigned int& depth, String& text, SVGElementInstance* targetInstance)
291 for (unsigned int i = 0; i < depth; ++i)
298 for (unsigned int i = 0; i < depth; ++i)
306 for (unsigned int i = 0; i < depth; ++i)
313 ++depth;
316 dumpInstanceTree(depth, text, instance);
318 --depth;
510 unsigned int depth = 0; local
512 dumpInstanceTree(depth, text, m_targetElementInstance.get());
    [all...]
  /external/chromium_org/v8/src/
ic.h 94 IC(FrameDepth depth, Isolate* isolate);
370 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
444 explicit KeyedLoadIC(FrameDepth depth, Isolate* isolate)
445 : LoadIC(depth, isolate) {
523 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
630 KeyedStoreIC(FrameDepth depth, Isolate* isolate)
631 : StoreIC(depth, isolate) {
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 336 const Index depth = cols; local
341 Index alignedStart = internal::first_aligned(rhs, depth);
342 Index alignedSize = RhsPacketSize>1 ? alignedStart + ((depth-alignedStart) & ~RhsPacketAlignedMask) : 0;
351 const Index lhsAlignmentOffset = internal::first_aligned(lhs,depth);
363 eigen_internal_assert(size_t(lhs+lhsAlignmentOffset)%sizeof(LhsPacket)==0 || depth<LhsPacketSize);
382 || LhsPacketSize > depth
388 alignedSize = depth;
485 for (Index j=alignedSize; j<depth; ++j)
526 for (Index j=alignedSize; j<depth; ++j)
  /external/linux-tools-perf/util/
trace-event-parse.c 2737 unsigned long long duration, depth; local
2790 unsigned long long depth; local
2866 unsigned long long duration, depth; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 348 this->hidden->visuals[n].depth = DefaultDepth(SDL_Display, SDL_Screen);;
353 static int add_visual(_THIS, int depth, int class)
356 if(XMatchVisualInfo(SDL_Display, SDL_Screen, depth, class, &vi)) {
358 this->hidden->visuals[n].depth = vi.depth;
375 this->hidden->visuals[n].depth = vi->depth;
829 /* look up the pixel quantum for each depth */
832 int d = this->hidden->visuals[i].depth;
834 if(pf[j].depth == d
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 476 UWord depth; /* depth of stack at time block was pushed */ member in struct:__anon29911
526 UWord depth
540 VG_(printf)("\ndepth = %lu\n", depth);
555 nyu->depth = depth;
945 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth )
965 depth - inv->Inv.StackN.nd->depth );
1209 Word depth; \/* 0 for outermost; increases inwards *\/ member in struct:_StackFrame
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1200 X509 *err_cert, int err, int depth,
1215 ev.cert_fail.depth = depth;
1225 X509 *err_cert, int depth,
1255 ev.peer_cert.depth = depth;
1266 int err, depth; local
1275 depth = X509_STORE_CTX_get_error_depth(x509_ctx);
1284 if (depth == 0)
1286 else if (depth == 1
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 1918 ANTLR3_UINT32 depth; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 339 /* Determine the screen depth */
453 Helper fn to work out which screen depth windows is currently using.
462 int depth; local
466 depth = GetDeviceCaps(hdc, PLANES) * GetDeviceCaps(hdc, BITSPIXEL);
468 return(depth);
470 int depth;
499 depth = 0;
502 case 8: depth = 8; break;
503 case 24: depth = 24; break;
504 case 32: depth = 32; break
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 107 __u16 depth; member in struct:video_picture
200 int depth; member in struct:video_buffer
  /development/ndk/platforms/android-3/include/linux/
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /external/chromium/build/util/
lastchange.py 166 def LookupGitSVNRevision(directory, depth):
169 Parses first |depth| commit messages.
176 proc = RunGitCommand(directory, ['log', '-' + str(depth)])
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 41 templ.depth = 32;
130 image.depth = 32;
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 63 uint32_t depth = XRAY_EXTRACT_DEPTH(e->depth_addr); local
79 &space[256 - depth], symbol_name, annotation);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer.h 205 virtual RenderTarget *createRenderTarget(SwapChain *swapChain, bool depth) = 0;
206 virtual RenderTarget *createRenderTarget(int width, int height, GLenum format, GLsizei samples, bool depth) = 0;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 60 reallocating depth, stencil, alpha and accumulation buffers.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 30 * Depth/stencil testing to LLVM IR translation.
32 * To be done accurately/efficiently the depth/stencil test must be done with
33 * the same type/format of the depth/stencil buffer, which implies massaging
35 * type/format for depth/stencil values internally and only convert when
36 * flushing would avoid this, but it would most likely result in depth fighting
40 * processing unit is a quad (2x2 pixel block) we store the depth/stencil
41 * values tiled, a quad at time. That is, a depth buffer containing
302 * Return a type appropriate for depth/stencil testing.
426 * Test the depth mask. Add the number of channel which has none zero mask
431 * \param maskvalue is the depth test mask
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 199 const struct svga_depth_stencil_state *depth; member in struct:svga_state
415 double depth,
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 315 * \param depth depth clear value in [0,1].
321 double depth,
335 * Clear a depth-stencil surface.
337 * \param depth depth clear value in [0,1].
343 double depth,
366 * render target / depth stencil stages.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 108 box.depth = pBox->back - pBox->front;
115 box.depth = u_minify(resource->depth0, level);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 203 boolean with_format = FALSE; /* never ask for depth/stencil */
507 uint depth, nconf_depth; local
510 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix);
514 /* simple depth match for now */
515 if (depth == nconf_depth ||
516 (depth == 24 && depth + 8 == nconf_depth)) {
703 uint depth; local
705 depth = x11_drawable_get_depth(dri2dpy->xscr, (Drawable) pix);
706 switch (depth) {
    [all...]

Completed in 1034 milliseconds

<<31323334353637383940>>