/external/openssl/include/openssl/ |
x509_vfy.h | 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); 523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
d3drmdef.h | 124 int depth; /* bits per pixel */
member in struct:_D3DRMIMAGE 149 rgb is false). Must be (1<<depth)
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D3DRMDEF.H | 124 int depth; /* bits per pixel */
member in struct:_D3DRMIMAGE 149 rgb is false). Must be (1<<depth)
|
/external/v8/src/arm/ |
stub-cache-arm.cc | 1072 int depth = 0; local 2302 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2325 depth, &miss); local [all...] |
/external/v8/src/ia32/ |
stub-cache-ia32.cc | 922 int depth = 0; local 2158 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2184 ebx, eax, edi, name, depth, &miss); local [all...] |
/external/v8/src/x64/ |
stub-cache-x64.cc | 878 int depth = 0; local 1996 int depth = optimization.GetPrototypeDepthOfExpectedType( local 2021 rbx, rax, rdi, name, depth, &miss); local [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | 3398 unsigned int depth; local [all...] |
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.cpp | 1148 size_t depth = 0; local 1206 size_t depth = 0; local 1296 size_t depth = 0; local 1342 size_t depth = 0; local [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
intermediate.h | 506 depth(0) {} 517 void incrementDepth() {depth++;} 518 void decrementDepth() {depth--;} 526 int depth; member in class:TIntermTraverser
|
/external/webkit/Source/WebCore/bindings/v8/ |
SerializedScriptValue.cpp | 86 static bool shouldCheckForCycles(int depth) 88 ASSERT(depth >= 0); 90 // happens we can check for cycles only when the current depth 92 return !(depth & (depth - 1)); 1068 const int depth = stackDepth() - length; local 1070 array->Set(i, element(depth + i)); [all...] |
/external/webkit/Source/WebCore/editing/ |
TextIterator.cpp | 174 unsigned depth = 0; local 176 ++depth; 177 return depth; 401 // find a new current node to handle in depth-first manner, [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.cpp | 1366 size_t depth = m_replicaBranches.size(); local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 1110 X509 *err_cert, int err, int depth, 1124 ev.cert_fail.depth = depth; 1134 X509 *err_cert, int depth, 1163 ev.peer_cert.depth = depth; 1174 int err, depth; local 1182 depth = X509_STORE_CTX_get_error_depth(x509_ctx); 1195 if (!preverify_ok && depth > 0 && conn->server_cert_only) 1208 if (preverify_ok && depth == 0 && conn->server_cert_only) [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 164 GGLSurface depth; member in struct:android::egl_surface_t 172 depth.version = sizeof(GGLSurface); 173 depth.data = 0; 174 depth.format = depthFormat; 179 free(depth.data); 374 // allocate a corresponding depth-buffer 377 if (depth.format) { 378 depth.width = width; 379 depth.height = height; 380 depth.stride = depth.width; // use the width her [all...] |
/frameworks/base/opengl/libagl2/src/ |
egl.cpp | 134 GGLSurface depth; member in struct:android::egl_surface_t 142 depth.version = sizeof(GGLSurface); 143 depth.data = 0; 144 depth.format = (GGLPixelFormat)depthFormat; 149 free(depth.data); 360 // allocate a corresponding depth-buffer 363 if (depth.format) { 364 depth.width = width; 365 depth.height = height; 366 depth.stride = depth.width; // use the width her [all...] |
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
api.cpp | 419 void Debug_glClearDepthf(GLclampf depth) 423 GLclampf depth; member in struct:__anon15298 426 _c->glClearDepthf(depth); 430 caller.depth = depth; 432 msg.set_arg0(ToInt(depth)); [all...] |
/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 379 int depth = parser.getDepth(); local 380 if ("pkg".equals(tagName) && depth == 2) { 382 } else if ("comp".equals(tagName) && depth == 3 && pkg != null) { [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 392 int depth = 0; local 397 depth--; 398 if (depth < 0) { 406 depth++; 552 int depth = 0; local 555 depth--; 561 depth++; 563 //printf("Depth %d tag %s\n", depth, tag.string()); 564 if (depth == 1) 605 int depth = 0; local [all...] |
Resource.cpp | 2063 int depth = 0; local [all...] |
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 132 private int depth; field in class:KXmlParser 212 int j = (nspCounts[depth]++) << 1; 323 depth--; 391 if (depth == 0 && isWhitespace) { 425 if (depth == 0 && (type == ENTITY_REF || type == TEXT || type == CDSECT)) { 753 int depth = 0; local 756 depth++; 758 depth--; 762 } while (depth > 0); 957 int sp = (depth - 1) * 4 [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherProvider.java | 715 final int depth = parser.getDepth(); local 719 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) { [all...] |
/prebuilt/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev.h | 75 __u16 depth; /* Capture depth */ member in struct:video_picture 155 int depth; member in struct:video_buffer
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
fb.h | 321 __u8 depth; member in struct:fb_image
|
videodev.h | 72 __u16 depth; member in struct:video_picture 152 int depth; member in struct:video_buffer
|