/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
IdeScanningContext.java | 144 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; local 145 resource.deleteMarkers(MARKER_AAPT_COMPILE, true, depth); 175 int depth = resource instanceof IFolder ? DEPTH_ONE : DEPTH_ZERO; local 178 true /*includeSubtypes*/, depth);
|
/system/core/toolbox/upstream-netbsd/usr.bin/du/ |
du.c | 82 int depth; local 89 depth = INT_MAX; 111 depth = atoi(optarg); 112 if (depth < 0 || depth > SHRT_MAX) { 181 depth = 0; 226 if (p->fts_level <= depth 362 "usage: du [-H | -L | -P] [-a | -d depth | -s] [-cghikmnrx] [file ...]\n");
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 113 {"depth", required_argument, 0, 'D'}, 135 " -D --depth: Depth of directory tree to create for traversal.\n", 228 case 'D': // tree depth 614 size_t depth = testCase->treeDepth(); local 615 for (size_t i = 0; i < depth; i++) { 620 // Create some files at this depth 624 for (size_t j = 0; j < depth; j++) { 663 int expectedDirs = depth + 1; 669 int expectedFiles = depth * depth [all...] |
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
WriteExternalStorageTest.java | 168 int depth = 0; local 169 while (depth++ < 32) {
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
NamespaceMappings.java | 31 * prefix/uri/depth triplets are pushed on a stack pushed on a stack. The depth 32 * indicates the nesting depth of the element for which the mapping was made. 47 * "def" is pushed on the stack with depth 1. 49 * depth 2. 50 * When the <sentance> is encountered "p3" and "jkl" are pushed with depth 3. 52 * stack. Of course popNamespaces(2) would pop anything with depth 2 or 86 * when leaving the current element depth 88 * depth can be popped of the top and the same node 91 * All prefixes pushed at the current depth can be 272 int depth = map.m_declarationDepth; local [all...] |
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.cc | 202 int depth = DefaultDepth(x_display_, DefaultScreen(x_display_)); local 205 CHECK_EQ(depth, x_visual_->depth); 220 depth,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 88 int depth; member in struct:__anon15345 146 self->depth = -1; 199 showlog(int depth, int lineno, PyObject * filename, const char * msg) 202 printf("%s%3d ", indent(depth), depth); 287 if (self->depth >= 0) { 293 SHOWLOG(self->depth, frame->f_lineno, frame->f_code->co_filename, "missedreturn"); 294 self->cur_file_data = self->data_stack[self->depth].file_data; 295 self->last_line = self->data_stack[self->depth].last_line; 296 self->depth-- [all...] |
/external/chromium_org/third_party/jinja2/ |
runtime.py | 256 def __init__(self, name, context, stack, depth): 260 self._depth = depth 310 depth = property(lambda x: x.depth0 + 1) variable in class:LoopContext
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 813 int depth = X509_STORE_CTX_get_error_depth(store); local 816 LOG(LS_INFO) << "Error with certificate at depth: " << depth;
|
opensslstreamadapter.cc | 782 int depth = X509_STORE_CTX_get_error_depth(store); local 789 if (depth > 0) { 790 LOG(LS_INFO) << "Ignored chained certificate at depth " << depth;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 130 /** Obtain the base texture depth (returns int32) */ 132 (*depth)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state 251 /** Integer vector with texture width, height, depth */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_resource_texture.c | 367 unsigned depth = pt->depth0; local 378 i915_texture_set_level_info(tex, level, depth); 387 /* Fixup depth image_offsets: 391 for (i = 0; i < depth; i++) 394 depth = u_minify(depth, 1); 397 /* Multiply slice size by texture depth for total size. It's 503 unsigned depth = pt->depth0; local 521 i915_texture_set_level_info(tex, level, depth); 523 for (q = 0; q < depth;) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 109 /* get pointer to depth/stencil tile */ 129 /* Get actual pointer to the tile data. Note that depth/stencil 229 * Clear the area of the swizzled depth/depth buffer matching this tile, in 232 * The swizzled depth format is such that the depths for 361 uint32_t *depth; local 369 /* depth buffer */ 370 depth = lp_rast_get_depth_block_pointer(task, tile_x + x, tile_y + y); 381 depth, 434 void *depth; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_surface.c | 78 uint32_t width, height, depth; local 96 depth = 1; 99 depth = u_minify(mt->base.base.depth0, level); 117 PUSH_DATA (push, depth); 230 for (i = 0; i < src_box->depth; ++i) { 255 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer) { 328 double depth, 344 PUSH_DATAf(push, depth); 383 double depth, unsigned stencil) 408 PUSH_DATA (push, fui(depth)); [all...] |
/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...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_quad_depth_test.c | 30 * \brief Quad depth / stencil testing 48 unsigned bzzzz[TGSI_QUAD_SIZE]; /**< Z values fetched from depth buffer */ 128 * If the shader has not been run, interpolate the depth values 140 quad->output.depth[0] = z0; 141 quad->output.depth[1] = z0 + dzdx; 142 quad->output.depth[2] = z0 + dzdy; 143 quad->output.depth[3] = z0 + dzdx + dzdy; 156 /* Convert quad's float depth values to int depth values (qzzzz). 157 * If the Z buffer stores integer values, we _have_ to do the depth 888 boolean depth = qs->softpipe->depth_stencil->depth.enabled; local [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
drisw_glx.c | 100 pdp->visinfo->depth, 108 * swrast does not handle 24-bit depth with 24 bpp, so let X do the 142 unsigned uw, uh, bw, depth; local 146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
|