/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; 440 // 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 | 1115 X509 *err_cert, int err, int depth, 1129 ev.cert_fail.depth = depth; 1139 X509 *err_cert, int depth, 1168 ev.peer_cert.depth = depth; 1179 int err, depth; local 1187 depth = X509_STORE_CTX_get_error_depth(x509_ctx); 1200 if (!preverify_ok && depth > 0 && conn->server_cert_only) 1213 if (preverify_ok && depth == 0 && conn->server_cert_only) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | 860 * Determine the maximum depth of the state hierarchy 865 int depth = 0; local 866 for (StateInfo i = si; i != null; depth++) { 869 if (maxDepth < depth) { 870 maxDepth = 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 | 393 int depth = 0; local 398 depth--; 399 if (depth < 0) { 407 depth++; 559 int depth = 0; local 562 depth--; 568 depth++; 570 //printf("Depth %d tag %s\n", depth, tag.string()); 571 if (depth == 1) 612 int depth = 0; local [all...] |
Resource.cpp | 2116 int depth = 0; local [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 169 GGLSurface depth; member in struct:android::egl_surface_t 177 depth.version = sizeof(GGLSurface); 178 depth.data = 0; 179 depth.format = depthFormat; 184 free(depth.data); 379 // allocate a corresponding depth-buffer 382 if (depth.format) { 383 depth.width = width; 384 depth.height = height; 385 depth.stride = depth.width; // use the width her [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 | 789 final int depth = parser.getDepth(); local [all...] |
/prebuilt/common/kxml2/ |
kxml2-2.3.0.jar | |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ip32/ |
mace.h | 151 volatile unsigned long depth; member in struct:mace_audio::__anon20824
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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
|
/prebuilts/gcc/linux-x86/host/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 75 __u16 depth; /* Capture depth */ member in struct:video_picture 155 int depth; member in struct:video_buffer
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 75 __u16 depth; /* Capture depth */ member in struct:video_picture 155 int depth; member in struct:video_buffer
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/ip32/ |
mace.h | 151 volatile unsigned long depth; member in struct:mace_audio::__anon26877
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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
|
/prebuilts/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
|
/prebuilts/ndk/android-ndk-r4/platforms/android-4/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
|