/external/opencv/cv/src/ |
cvfundam.cpp | 1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; local [all...] |
cvimgwarp.cpp | 639 int type, depth, cn; local 1085 int k, type, depth, cn, *ofs = 0; local 1361 int type, depth, cn; local 1989 int type, depth, cn; local [all...] |
/external/selinux/checkpolicy/ |
policy_define.c | 3364 int depth; local 3512 int depth; local 3754 int depth; local [all...] |
/external/selinux/libsepol/src/ |
policydb.c | 1991 int rc, depth; local [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 213 virtual void Print( FILE* cfile, int depth ) const = 0; 870 virtual void Print( FILE* cfile, int depth ) const { 871 Print( cfile, depth, 0 ); 873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; 1793 int depth; member in class:TiXmlPrinter [all...] |
/external/tinyxml2/ |
tinyxml2.h | 1457 int depth; member in class:tinyxml2::XMLPrinter [all...] |
/external/v8/src/compiler/ |
ast-graph-builder.cc | 1794 int depth = current_scope()->ContextChainLength(variable->scope()); local 1902 int depth = current_scope()->ContextChainLength(variable->scope()); local [all...] |
/external/v8/src/ |
full-codegen.cc | 472 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker); local 474 { ast_id, static_cast<unsigned>(masm_->pc_offset()), depth }; [all...] |
/external/v8/test/cctest/ |
test-types.cc | 261 TypeHandle Fuzz(int depth = 4) { 262 switch (rng_->NextInt(depth == 0 ? 3 : 20)) { 293 int depth = rng_->NextInt(3); local 295 for (int i = 0; i < depth; ++i) type = Type::Context(type, region_); 299 TypeHandle element = Fuzz(depth / 2); 304 TypeHandle result = Fuzz(depth / 2); 305 TypeHandle receiver = Fuzz(depth / 2); 309 TypeHandle parameter = Fuzz(depth / 2); 318 TypeHandle operand = Fuzz(depth - 1); [all...] |
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | 3383 unsigned int depth; local [all...] |
/external/webp/src/enc/ |
vp8l.c | 425 const int depth = code->code_lengths[code_index]; local 427 VP8LWriteBits(bw, depth, symbol); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 1501 int err, depth; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 943 int err, depth; local 960 depth = X509_STORE_CTX_get_error_depth(x509_ctx); 968 if (depth == 0) 970 else if (depth == 1) 972 else if (depth == 2) 977 wpa_printf(MSG_INFO, "Server certificate chain - depth=%d err=%d (%s) subject=%s", 978 depth, err, err_str, buf); 981 if (depth == 0 && preverify_ok && validate_server_cert(ctx, cert) < 0) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
StateMachine.java | 928 * Determine the maximum depth of the state hierarchy 933 int depth = 0; local 934 for (StateInfo i = si; i != null; depth++) { 937 if (maxDepth < depth) { 938 maxDepth = depth; [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
LayerDrawable.java | 226 int depth; local 228 && ((depth = parser.getDepth()) >= innerDepth || type != XmlPullParser.END_TAG)) { 233 if (depth > innerDepth || !parser.getName().equals("item")) { [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 171 GGLSurface depth; member in struct:android::egl_surface_t 179 depth.version = sizeof(GGLSurface); 180 depth.data = 0; 181 depth.format = depthFormat; 186 free(depth.data); 390 // allocate a corresponding depth-buffer 393 if (depth.format) { 394 depth.width = width; 395 depth.height = height; 396 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 166 // true iff. we've encountered the START_TAG of an XML element at depth == 0; 215 int j = (nspCounts[depth]++) << 1; 326 depth--; 394 if (depth == 0 && isWhitespace) { 431 if (depth == 0 && (type == ENTITY_REF || type == TEXT || type == CDSECT)) { 759 int depth = 0; local 762 depth++; 764 depth--; 771 } while (depth > 0) [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherProvider.java | 921 final int depth = parser.getDepth(); local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupHelper.java | 1184 final int depth = parser.getDepth(); local [all...] |
/prebuilts/devtools/tools/lib/ |
emma_ant.jar | |
kxml2-2.3.0.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-util-0.9.0.M2.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm_mode.h | 226 __u32 depth; member in struct:drm_mode_fb_cmd
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
videodev.h | 91 __u16 depth; /* Capture depth */ member in struct:video_picture 171 int depth; member in struct:video_buffer
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
drm_mode.h | 229 __u32 depth; member in struct:drm_mode_fb_cmd
|