Searched defs:DEPTH (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/none/tests/
H A Dstackgrowth.c4 #define DEPTH (4*1024) macro
19 test(DEPTH);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesDebuggee.java34 * thereby the specified depth <code>FramesDebuggee.DEPTH</code> of recursion
39 public final static int DEPTH = 10; field in class:FramesDebuggee
48 if (depthCount < DEPTH) {
53 if (depthCount == DEPTH) {
/external/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.h85 static int32_t DEPTH; member in class:DateFormatRoundTripTest
H A Dtsdate.cpp149 const int32_t DEPTH = 10; local
150 UDate date[DEPTH];
151 UnicodeString string[DEPTH];
164 for (i=1; i<DEPTH; ++i)
197 if (i == DEPTH)
H A Dtsnmfmt.cpp284 const int32_t DEPTH = 10; local
285 Formattable number[DEPTH];
286 UnicodeString string[DEPTH];
292 for (i=0; i<DEPTH; ++i)
343 if (i == DEPTH)
H A Ddtfmtrtts.cpp41 int32_t DateFormatRoundTripTest::DEPTH = 5; member in class:DateFormatRoundTripTest
320 UDate *d = new UDate [DEPTH];
321 UnicodeString *s = new UnicodeString[DEPTH];
338 for(loop = 0; loop < DEPTH; ++loop) {
380 // At this point loop == DEPTH if we've failed, otherwise loop is the
483 for(int j = 0; j <= loop && j < DEPTH; ++j) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatRoundTripTest.java41 private int DEPTH = 5; field in class:DateFormatRoundTripTest
174 Date[] d = new Date[DEPTH];
175 String[] s = new String[DEPTH];
186 for (loop = 0; loop < DEPTH; ++loop) {
219 // At this point loop == DEPTH if we've failed, otherwise loop is the
247 for (int j = 0; j <= loop && j < DEPTH; ++j) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRoundTripTest.java37 private int DEPTH = 5; field in class:DateFormatRoundTripTest
170 Date[] d = new Date[DEPTH];
171 String[] s = new String[DEPTH];
182 for (loop = 0; loop < DEPTH; ++loop) {
215 // At this point loop == DEPTH if we've failed, otherwise loop is the
243 for (int j = 0; j <= loop && j < DEPTH; ++j) {
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportProperties.java45 String DEPTH = "depth"; field in interface:IReportProperties
/external/libxml2/
H A Dvalid.c363 #define DEPTH ctxt->vstate->depth macro
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4818 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4903 DEPTH++;
4915 DEPTH++;
4925 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4928 DEPTH
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c3602 #define DEPTH(bd) ((png_byte)(1U << (bd))) macro
4163 make_size_image(ps, colour_type, DEPTH(bdlo), PNG_INTERLACE_NONE,
4165 make_size_image(ps, colour_type, DEPTH(bdlo), PNG_INTERLACE_NONE,
4168 make_size_image(ps, colour_type, DEPTH(bdlo), PNG_INTERLACE_ADAM7,
4175 make_size_image(ps, colour_type, DEPTH(bdlo), PNG_INTERLACE_ADAM7,
4421 make_error(&pm->this, colour_type, DEPTH(bdlo), interlace_type,
5450 standard_test(&pm->this, FILEID(colour_type, DEPTH(bdlo), 0/*palette*/,
5511 standard_test(&pm->this, FILEID(colour_type, DEPTH(bdlo), 0/*palette*/,
5518 standard_test(&pm->this, FILEID(colour_type, DEPTH(bdlo), 0/*palette*/,
5529 standard_test(&pm->this, FILEID(colour_type, DEPTH(bdl
[all...]
/external/opencv3/modules/core/src/
H A Dgl_core_3_1.hpp375 DEPTH = 0x1801, enumerator in enum:gl::__anon15313
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 461 milliseconds