/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 124 (b) keep track of stack depth. 139 char *deep; /* For stack depth measure. */ 155 auto char probe; /* Probes stack depth: */ 156 register char *depth = ADDRESS_FUNCTION (probe); local 174 if ((STACK_DIR > 0 && hp->h.deep > depth) 175 || (STACK_DIR < 0 && hp->h.deep < depth)) 212 new->h.deep = depth;
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Parser.java | 79 // The current tag depth 80 private int depth; field in class:Parser
|
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/ |
DMTValidator.java | 21 // General Description: The classes contained here provide a depth first recursive traversal of the 52 private int depth = 1; field in class:DMTValidator 127 // Increment our depth 129 depth += 1; 135 if (depth <= 2) 162 path [depth - 2] = nodeName; 169 for (int i=1; i<depth-1; i++) 692 depth -= 1; [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node.h | 444 const int depth = getNodeCodePointCount(); local 445 const int depthDiff = right->getNodeCodePointCount() - depth; 449 for (int i = 0; i < depth; ++i) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/ |
vmwgfx_drm.h | 221 * @depth - mip level depth 230 uint32_t depth; member in struct:drm_vmw_size
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
vmwgfx_drm.h | 221 * @depth - mip level depth 230 uint32_t depth; member in struct:drm_vmw_size
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
line-map.h | 293 /* Depth of the include stack, including the current file. */ 294 unsigned int depth; variable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 119 * Returns the depth of the given node (with the document node having depth 0, 120 * and the document element having depth 1) 123 * @return the depth in the document 126 int depth = -1; local 128 depth++; 132 return depth; [all...] |
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglX11Api.cpp | 87 int bSize,red,green,blue,alpha,depth,stencil; local 121 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_DEPTH_SIZE,&depth)); 159 return new EglConfig(red,green,blue,alpha,caveat,configId,depth,level,pMaxWidth,pMaxHeight, 203 unsigned int depth,configDepth,border; local 210 if(!XGetGeometry(dpy,win,&root,&x,&y,width,height,&border,&depth)) return false; 211 return depth >= configDepth; 215 unsigned int depth,configDepth,border; local 222 if(!XGetGeometry(dpy,pix,&root,&x,&y,width,height,&border,&depth)) return false; 223 return depth >= configDepth;
|
/bionic/libc/kernel/uapi/linux/ |
tipc_config.h | 140 __be32 depth; member in struct:tipc_name_table_query
|
/development/ndk/platforms/android-L/include/linux/ |
tipc_config.h | 140 __be32 depth; member in struct:tipc_name_table_query
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
Adapters.java | 540 int depth = parser.getDepth(); local 542 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) && 636 int depth = parser.getDepth(); local 638 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth) && 728 int depth = parser.getDepth(); local [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
Profiler.java | 219 " backtrack depth " + backtrackDepth + 249 int depth = lastTokenIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1 local 250 d.k = depth; 251 d.decision.maxk = Math.max(d.decision.maxk, depth); 270 // compute lookahead depth 273 int depth = thisRefIndex - d.startIndex - numHidden + 1; // +1 counts consuming start token as 1 local 274 //d.maxk = Math.max(d.maxk, depth); 275 if (dump) System.out.println("consume "+thisRefIndex+" "+depth+" tokens ahead in "+ 279 /** The parser is in a decision if the decision depth > 0. This 307 // // compute lookahead depth [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 83 For more in-depth coverage of the topic, check out the ANTLR documentation 258 def depth method in class:ANTLR3.AST.for 259 root? ? 0 : parent.depth + 1 [all...] |
/external/chromium_org/base/debug/ |
trace_event_impl.cc | 1939 size_t depth = 0; local [all...] |
/external/chromium_org/cc/animation/ |
transform_operations_unittest.cc | 198 SkMScalar depth = 800; local 200 operations.AppendPerspective(depth); 202 expected.ApplyPerspectiveDepth(depth); 1004 EXPECT_NEAR(lhs.depth(), rhs.depth(), tolerance); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 422 def depth(self, request_uri): member in class:Authentication [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
texture_manager.cc | 172 depth(0), 186 depth(rhs.depth), 209 first_face.depth == 0) { 264 "|width=%d|height=%d|depth=%d|border=%d|format=%04x|type=%04x" 269 info.width, info.height, info.depth, info.border, 290 GLsizei depth = info1.depth; local 294 TextureManager::ComputeMipMapCount(target_, width, height, depth); 298 depth = std::max(1, depth >> 1) 733 GLsizei depth = level0.depth; local [all...] |
texture_manager.h | 203 GLsizei depth; member in struct:gpu::gles2::Texture::LevelInfo 219 GLsizei depth, 530 GLsizei depth); 535 GLsizei width, GLsizei height, GLsizei depth); 564 GLsizei depth, 575 params.width, params.height, 1 /* depth */,
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
xray.c | 335 uint32_t depth = capture->stack_depth; local 336 if (depth < capture->max_stack_depth) { 337 struct XRayTraceStackEntry* se = &capture->stack[depth]; 339 se->depth_addr = XRAY_PACK_DEPTH_ADDR(depth, addr); 363 uint32_t depth = capture->stack_depth; local 364 struct XRayTraceStackEntry* se = &capture->stack[depth]; 430 int depth = capture->stack_depth - 1; local 431 struct XRayTraceStackEntry* se = &capture->stack[depth]; 462 int depth = capture->stack_depth - 1; local 463 struct XRayTraceStackEntry* se = &capture->stack[depth]; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | 333 // We never put things at depth 0 into the list since that's only the <html> element 335 unsigned depth = std::max(std::min(m_styleSharingDepth, styleSharingMaxDepth), 1u) - 1u; local 336 ASSERT(depth >= 0); 338 if (!m_styleSharingLists[depth]) 339 m_styleSharingLists[depth] = adoptPtr(new StyleSharingList); 340 return *m_styleSharingLists[depth]; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
Layers3DView.js | 560 var depth = 0; variable 569 this._depthByLayerId[children[i].id()] = ++depth;
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
angletypes.h | 75 int depth; member in struct:gl::Box 77 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) { } 78 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) : x(x_in), y(y_in), z(z_in), width(width_in), height(height_in), depth(depth_in) { } 85 int depth; member in struct:gl::Extents 87 Extents() : width(0), height(0), depth(0) { } 88 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) { }
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linuxwindowpicker.cc | 366 unsigned int depth; local 391 &depth)) { 506 format->depth);
|
/external/chromium_org/third_party/libxml/src/ |
debugXML.c | 44 int depth; /* current depth */ member in struct:_xmlDebugCtxt 61 ctxt->depth = 0; 142 if ((ctxt->output != NULL) && (ctxt->depth > 0)) { 143 if (ctxt->depth < 50) 144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]); 817 * @depth: the indentation level. 836 ctxt->depth++; 838 ctxt->depth--; 855 * @depth: the indentation level [all...] |