Searched refs:depth (Results 251 - 275 of 574) sorted by relevance

<<11121314151617181920>>

/external/protobuf/src/google/protobuf/
H A Ddescriptor.h243 // correct depth
244 void DebugString(int depth, string *contents) const;
486 void DebugString(int depth, string *contents) const;
590 void DebugString(int depth, string *contents) const;
657 void DebugString(int depth, string *contents) const;
775 void DebugString(int depth, string *contents) const;
H A Ddescriptor.cc1528 bool FormatLineOptions(int depth, const Message &options, string *output) { argument
1529 string prefix(depth * 2, ' ');
1608 void Descriptor::DebugString(int depth, string *contents) const { argument
1609 string prefix(depth * 2, ' ');
1610 ++depth;
1613 FormatLineOptions(depth, options(), contents);
1634 nested_type(i)->DebugString(depth, contents);
1638 enum_type(i)->DebugString(depth, contents);
1641 field(i)->DebugString(depth, contents);
1660 extension(i)->DebugString(depth
1670 int depth = 0; local
1683 DebugString(int depth, string *contents) const argument
1736 DebugString(int depth, string *contents) const argument
1756 DebugString(int depth, string *contents) const argument
1792 DebugString(int depth, string *contents) const argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1133 X509 *err_cert, int err, int depth,
1147 ev.cert_fail.depth = depth;
1157 X509 *err_cert, int depth,
1186 ev.peer_cert.depth = depth;
1197 int err, depth; local
1205 depth = X509_STORE_CTX_get_error_depth(x509_ctx);
1218 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1231 if (preverify_ok && depth
1132 openssl_tls_fail_event(struct tls_connection *conn, X509 *err_cert, int err, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) argument
1156 openssl_tls_cert_event(struct tls_connection *conn, X509 *err_cert, int depth, const char *subject) argument
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1133 X509 *err_cert, int err, int depth,
1147 ev.cert_fail.depth = depth;
1157 X509 *err_cert, int depth,
1186 ev.peer_cert.depth = depth;
1197 int err, depth; local
1205 depth = X509_STORE_CTX_get_error_depth(x509_ctx);
1218 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1231 if (preverify_ok && depth
1132 openssl_tls_fail_event(struct tls_connection *conn, X509 *err_cert, int err, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) argument
1156 openssl_tls_cert_event(struct tls_connection *conn, X509 *err_cert, int depth, const char *subject) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1133 X509 *err_cert, int err, int depth,
1147 ev.cert_fail.depth = depth;
1157 X509 *err_cert, int depth,
1186 ev.peer_cert.depth = depth;
1197 int err, depth; local
1205 depth = X509_STORE_CTX_get_error_depth(x509_ctx);
1218 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1231 if (preverify_ok && depth
1132 openssl_tls_fail_event(struct tls_connection *conn, X509 *err_cert, int err, int depth, const char *subject, const char *err_str, enum tls_fail_reason reason) argument
1156 openssl_tls_cert_event(struct tls_connection *conn, X509 *err_cert, int depth, const char *subject) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass2.c94 int i, depth; local
211 depth = htree_depth(dx_dir, dx_db);
212 if (depth != dx_dir->depth) {
213 pctx.num = dx_dir->depth;
284 int depth = 0; local
286 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) {
288 depth++;
290 return depth;
826 dx_dir->depth
[all...]
/external/qemu/android/
H A Dmain-common.c456 int depth = aconfig_int(n, "bpp", hwConfig->hw_lcd_depth); local
466 /* only depth values of 16 and 32 are correct. 16 is the default. */
467 if (depth != 32 && depth != 16) {
468 depth = 16;
469 D("adjusting LCD bit depth to %d", depth);
474 hwConfig->hw_lcd_depth = depth;
478 width, height, depth);
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c48 pixel depth changes you must code for this eventuality. This purge
170 static int DSp_NewHWSurface(_THIS, CGrafPtr *port, int depth, int width, int height);
376 /* They will differ in bit depth and refresh rate. */
658 fmt = "Hardware surface possible but invalid color depth";
855 /* update format if display depth changed */
984 Uint32 depth = GetPixDepth ( GetGDevPixMap (SDL_Display) ); local
988 if ( noErr != NewGWorld (&(surface->hwdata->mask), depth, &rect, 0, SDL_Display, 0 ) < 0 ) {
994 if ( noErr != NewGWorld (&temp, depth, &rect, 0 , SDL_Display, 0 ) ) {
1053 static int DSp_NewHWSurface(_THIS, CGrafPtr *port, int depth, int width, int height) { argument
1063 err = NewGWorld (port, depth,
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb305 depth = i + this_ref_index - starting_index - num_hidden
306 if depth > @decision_look
307 @decision_look = depth
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DSimpleWaterProcessor.java426 * @param depth
428 public void setWaterDepth(float depth) { argument
429 waterDepth = depth;
430 material.setFloat("waterDepth", depth);
434 * return the water depth
/external/opencv/cxcore/src/
H A D_cxcore.h81 #define icvIplToCvDepth( depth ) \
82 icvDepthToType[(((depth) & 255) >> 2) + ((depth) < 0)]
/external/valgrind/main/callgrind/
H A Dcallstack.c222 /* only increment depth if another function is called */
310 Int depth = 0; local
333 /* only decrement depth if another function was called */
337 depth = *pdepth;
357 if (depth == 0) function_left(to_fn);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/vpx_mem/memory_manager/include/
H A Dcavl_if.h147 ** node depth. The definition depends on whether the maximum depth is more
153 /* Maximum depth may be more than number of bits in a long. */
160 /* Maximum depth is definitely less than number of bits in a long. */
178 /* Zero-based depth of path into tree. */
179 unsigned depth; member in struct:__anon8269
/external/libxml2/
H A Dcatalog.c140 int depth; member in struct:_xmlCatalogEntry
308 ret->depth = 0;
1633 if (catal->depth > MAX_CATAL_DEPTH) {
1639 catal->depth++;
1657 catal->depth--;
1688 catal->depth--;
1723 catal->depth--;
1733 catal->depth--;
1750 catal->depth--;
1802 catal->depth
[all...]
/external/libxml2/include/libxml/
H A Dparser.h207 int nodeMax; /* Max depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
246 int spaceMax; /* Max depth of the parsing stack */
249 int depth; /* to prevent entity substitution loops */ member in struct:_xmlParserCtxt
309 int nodeInfoMax; /* Max depth of the parsing stack */
936 int depth,
951 int depth,
959 int depth,
/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.h94 int depth; // assuming ieee 754 32 bit float and 32 bit 2's complement int; z_32 member in struct:GGLContext::__anon9512
/external/opencv/cv/include/
H A Dcvtypes.h130 float depth; /* distance between the farthest point and the convex hull */ member in struct:CvConvexityDefect
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h74 int depth; member in struct:__anon10619
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c63 static VGLMode ** VGLListModes(int depth, int mem_model);
265 /* Determine the screen depth */
496 VGLListModes(int depth, int mem_model) argument
521 if ((depth > 1) && (minfo.vi_depth != depth))
/external/quake/quake/src/QW/client/
H A Dvid_svgalib.c348 int get_mode(char *name, int width, int height, int depth) argument
354 match = (!!width) + (!!height)*2 + (!!depth)*4;
372 + (modes[i].bytesperpixel == depth/8)*4;
379 width, height, depth);
/external/quake/quake/src/WinQuake/
H A Dvid_svgalib.cpp347 int get_mode(char *name, int width, int height, int depth) argument
353 match = (!!width) + (!!height)*2 + (!!depth)*4;
371 + (modes[i].bytesperpixel == depth/8)*4;
378 width, height, depth);
/external/skia/src/gpu/unix/
H A DSkNativeGLContext_unix.cpp138 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth);
/external/strace/
H A Dstrace-graph197 my $depth = "";
/external/v8/test/cctest/
H A Dtest-strings.cc147 int depth) {
149 for (int i = 0; i < depth; i++) {
160 int depth) {
162 for (int i = depth - 1; i >= 0; i--) {
145 ConstructLeft( Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS], int depth) argument
158 ConstructRight( Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS], int depth) argument

Completed in 1262 milliseconds

<<11121314151617181920>>