/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
irq.h | 86 unsigned int depth; member in struct:irq_desc
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/ |
LayoutAnalysisCategory.java | 170 * xmlNode.depth() 172 * @return The maximum depth of the node. 174 public static int depth(Node node) { method in class:LayoutAnalysisCategory 180 maxDepth = Math.max(maxDepth, depth(list.item(i)));
|
/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 207 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); local 208 dvmDbgConfigureStep(pMod->step.threadId, size, depth); [all...] |
/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/third_party/libjingle/source/talk/base/ |
openssladapter.cc | 785 int depth = X509_STORE_CTX_get_error_depth(store); local 788 LOG(LS_INFO) << "Error with certificate at depth: " << depth;
|
/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/kernel-headers/original/linux/ |
irq.h | 127 * @depth: disable-depth, for nested irq_disable() calls 128 * @wake_depth: enable depth, for multiple set_irq_wake() callers 151 unsigned int depth; /* nested irq disables */ member in struct:irq_desc
|
/external/mesa3d/src/pixelflinger2/ |
llvm_scanline.cpp | 433 funcArgs.push_back(intPointerType); // depth 446 // unsigned * frame, int * depth, unsigned char * stencil, 523 Value * depth = NULL, * stencil = NULL; local 526 depth = builder.CreateLoad(depthPtr); 527 depth->setName("depth"); 571 depthZ = builder.CreateLoad(depth, "depthZ"); // z stored in buffer 622 } else // no depth test means always pass 655 builder.CreateStore(z, depth); // store z 681 depth = builder.CreateConstInBoundsGEP1_32(depth, 1); // depth+ [all...] |
pixelflinger2.h | 94 int depth; // assuming ieee 754 32 bit float and 32 bit 2's complement int; z_32 member in struct:GGLContext::__anon8582
|
/external/opencv/cv/src/ |
cvmorph.cpp | 166 int depth = CV_MAT_DEPTH(_src_dst_type); local 198 if( depth == CV_8U ) 201 else if( depth == CV_16U ) 204 else if( depth == CV_32F ) 211 if( depth == CV_8U ) 214 else if( depth == CV_16U ) 217 else if( depth == CV_32F ) 249 if( depth == CV_8U ) 251 else if( depth == CV_16U ) 253 else if( depth == CV_32F [all...] |
cvpyramids.cpp | 941 int type, depth, cn; local 1034 int type, depth, cn; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86dga.h | 74 int depth; member in struct:__anon9542
|
xf86dgastr.h | 91 CARD8 depth; member in struct:__anon9557
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.h | 109 int depth; /* number of significant bits/pixel */ member in struct:SDL_PrivateVideoData::__anon9648 115 int depth; /* current visual depth (not bpp) */ member in struct:SDL_PrivateVideoData
|
/external/tcpdump/ |
smbutil.c | 794 static int depth = 0; local 804 depth++; 806 depth--; 856 if (!depth && buf < maxbuf) { [all...] |
/external/valgrind/main/coregrind/ |
m_libcprint.c | 401 Int i, depth; local 405 depth = RUNNING_ON_VALGRIND; 406 if (depth > 10) 407 depth = 10; // ?!?! 408 for (i = 0; i < depth; i++) {
|
/external/webkit/Source/WebCore/plugins/gtk/ |
gtk2xtbin.h | 147 Cardinal depth; /* number of planes in window */ member in struct:_CorePart
|
/external/wpa_supplicant_8/src/crypto/ |
tls.h | 54 int depth; member in struct:tls_event_data::__anon14043 62 int depth; member in struct:tls_event_data::__anon14044
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 140 int depth; local 142 && ((depth = parser.getDepth()) >= innerDepth 148 if (depth > innerDepth || !parser.getName().equals("item")) {
|
/frameworks/base/media/libdrm/mobile1/include/xml/ |
xml_tinyParser.h | 116 int32_t depth; member in struct:_WBXML
|