/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 356 long depth; member in struct:__anon48628 698 __mutex->depth = 0; 711 __mutex->depth = 1; 717 ++(__mutex->depth); 721 __mutex->depth = 1; 743 __mutex->depth = 1; 747 ++(__mutex->depth); 759 --(__mutex->depth); 760 if (__mutex->depth == 0)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 220 def depth(self): member in class:Base 223 return 1 + self.parent.depth()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
pytree.py | 220 def depth(self): member in class:Base 223 return 1 + self.parent.depth()
|
/art/runtime/jdwp/ |
jdwp_event.cc | 189 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); local 190 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); [all...] |
jdwp_handler.cc | 1330 uint32_t depth = request.ReadUnsigned32("step depth"); local [all...] |
/art/runtime/mirror/ |
class.h | 391 // Depth of class from java.lang.Object 392 uint32_t Depth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 393 uint32_t depth = 0; local 395 depth++; 397 return depth; [all...] |
/bionic/libc/bionic/ |
malloc_debug_check.cpp | 413 int depth = GET_BACKTRACE(bt, MAX_BACKTRACE_DEPTH); local 427 log_backtrace(bt, depth); 433 log_backtrace(bt, depth); 463 int depth = GET_BACKTRACE(bt, MAX_BACKTRACE_DEPTH); local 477 log_backtrace(bt, depth); 489 log_backtrace(bt, depth);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3collections.c | 1918 ANTLR3_UINT32 depth; local [all...] |
/external/bison/lib/glthread/ |
lock.h | 336 unsigned long depth; member in struct:__anon4945 569 unsigned long depth; member in struct:__anon4946 720 unsigned long depth; member in struct:__anon4952 [all...] |
/external/chromium_org/base/message_loop/ |
message_loop_test.cc | 352 void NestingFunc(int* depth) { 353 if (*depth > 0) { 354 *depth -= 1; 356 Bind(&NestingFunc, depth)); 368 int depth = 100; local 370 Bind(&NestingFunc, &depth)); 372 EXPECT_EQ(depth, 0); 454 void RecursiveFunc(TaskList* order, int cookie, int depth, 457 if (depth > 0) { 462 Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant)) [all...] |
/external/chromium_org/chrome/third_party/mozilla_security_manager/ |
nsNSSCertHelper.cpp | 455 base::string16 depth; local 457 depth = l10n_util::GetStringUTF16( 460 depth = base::FormatNumber(value.pathLenConstraint); 463 depth); [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
texture_manager_unittest.cc | 305 // check has depth. 333 // check has depth. 1941 GLsizei depth; member in struct:gpu::gles2::ProduceConsumeTextureTest::LevelInfo [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 86 , depth(true) 100 bool depth; member in struct:blink::WebGraphicsContext3D::Attributes 231 virtual void clearDepth(WGC3Dclampf depth) = 0;
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
egl_dri2.h | 163 int depth; member in struct:dri2_egl_surface 248 int depth, EGLint surface_type, const EGLint *attr_list,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_llvm.h | 47 uint32_t depth; member in struct:draw_jit_texture 294 uint32_t width, uint32_t height, uint32_t depth,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 114 unsigned depth = pt->depth0; local 160 num_slices = depth; 180 depth = u_minify(depth, 1); 477 /* XXX Seems like from_handled depth textures doesn't work that well */ 619 box->depth > 1 ? -1 : box->z, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 143 float depth; local 150 /* XXX Decompressing MSAA depth textures is broken on R6xx. 160 depth = 0.0f; 162 depth = 1.0f; 208 rctx->custom_dsa_flush, depth); 501 double depth, unsigned stencil) 509 color, depth, stencil); 530 double depth, 538 util_blitter_clear_depth_stencil(rctx->blitter, dst, clear_flags, depth, stencil, 701 src_box->z, src_box->z + src_box->depth - 1 [all...] |
/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...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_visitor.cpp | 2103 fs_reg depth = *(variable_storage(this->frag_depth)); local [all...] |
brw_wm_surface_state.c | 547 /* We remap depth formats to a supported texturing format in 779 int width, height, depth; local 890 uint32_t buffer_size_minus_1, width, height, depth, surface_format; local 1143 int width, height, depth; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/ |
swrast.c | 181 fprintf(stderr, "[%s:%u] bad depth %d\n", __func__, __LINE__, 236 int depth = v->rgbBits; local 238 if (depth == 32 243 else if (depth == 24 248 else if (depth == 16 253 else if (depth == 8
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texobj.c | 482 /* Check width/height/depth for zero */ 485 baseImage->Depth == 0) { 486 incomplete(t, BASE, "texture width or height or depth = 0"); 581 GLuint width, height, depth, face; local 591 depth = baseImage->Depth2; 602 if (depth > 1 && t->Target != GL_TEXTURE_2D_ARRAY) { 603 depth /= 2; 631 if (img->Depth2 != depth) { 632 incomplete(t, MIPMAP, "TexImage[%d] bad depth %u", i, img->Depth2); 648 if (width == 1 && height == 1 && depth == 1) 724 const GLsizei width = 1, height = 1, depth = 1; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 251 GLuint width, GLuint height, GLuint depth, GLuint level, 256 assert(depth >= 1); 290 if (width == 1 || height == 1 || depth == 1) { 295 depth <<= level; 308 *depth0 = depth; 327 GLuint lastLevel, width, height, depth; local 341 &width, &height, &depth)) { 348 /* At this point, (width x height x depth) is the expected size of 370 width, height, depth) - 1; 376 stObj->depth0 = depth; 419 GLuint depth = texImage->Depth; local 1218 GLuint width, height, depth; local [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
CubicIntersection_Test.cpp | 415 , depth(0) { 438 ++depth; 440 if (depth & 1) { 447 --depth; 455 int depth; member in class:CubicChopper
|
/external/chromium_org/third_party/zlib/ |
deflate.h | 215 uch depth[2*L_CODES+1]; member in struct:internal_state 216 /* Depth of each subtree used as tie breaker for trees of equal frequency
|