HomeSort by relevance Sort by last modified time
    Searched defs:DEPTH (Results 1 - 25 of 39) sorted by null

1 2

  /external/valgrind/none/tests/
stackgrowth.c 4 #define DEPTH (4*1024)
7 static void test(int depth)
13 if (depth > 1)
14 test(depth-1);
19 test(DEPTH);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesDebuggee.java 34 * thereby the specified depth <code>FramesDebuggee.DEPTH</code> of recursion
39 public final static int DEPTH = 10;
48 if (depthCount < DEPTH) {
49 logWriter.println("\tinvoke tested method: depth=" + depthCount);
53 if (depthCount == DEPTH) {
  /external/icu/icu4c/source/test/intltest/
dtfmtrtts.h 87 static int32_t DEPTH;
tsdate.cpp 151 const int32_t DEPTH = 10;
152 UDate date[DEPTH];
153 UnicodeString string[DEPTH];
166 for (i=1; i<DEPTH; ++i)
199 if (i == DEPTH)
tsnmfmt.cpp 286 const int32_t DEPTH = 10;
287 Formattable number[DEPTH];
288 UnicodeString string[DEPTH];
294 for (i=0; i<DEPTH; ++i)
345 if (i == DEPTH)
dtfmtrtts.cpp 43 int32_t DateFormatRoundTripTest::DEPTH = 5;
322 UDate *d = new UDate [DEPTH];
323 UnicodeString *s = new UnicodeString[DEPTH];
340 for(loop = 0; loop < DEPTH; ++loop) {
382 // At this point loop == DEPTH if we've failed, otherwise loop is the
485 for(int j = 0; j <= loop && j < DEPTH; ++j) {
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 45 String DEPTH = "depth";
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRoundTripTest.java 42 private int DEPTH = 5;
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
249 for (int j = 0; j <= loop && j < DEPTH; ++j) {
IntlTestNumberFormat.java 160 final int DEPTH = 10;
161 double[] number = new double[DEPTH];
162 String[] string = new String[DEPTH];
168 for (i = 0; i < DEPTH; i++) {
204 if (i == DEPTH)
IntlTestDateFormat.java 150 final int DEPTH = 10;
151 Date[] date = new Date[DEPTH];
152 StringBuffer[] string = new StringBuffer[DEPTH];
158 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer();
159 for (i=0; i<DEPTH; ++i) {
192 if (i == DEPTH) --i;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRoundTripTest.java 41 private int DEPTH = 5;
173 Date[] d = new Date[DEPTH];
174 String[] s = new String[DEPTH];
185 for (loop = 0; loop < DEPTH; ++loop) {
218 // At this point loop == DEPTH if we've failed, otherwise loop is the
248 for (int j = 0; j <= loop && j < DEPTH; ++j) {
IntlTestNumberFormat.java 159 final int DEPTH = 10;
160 double[] number = new double[DEPTH];
161 String[] string = new String[DEPTH];
167 for (i = 0; i < DEPTH; i++) {
203 if (i == DEPTH)
IntlTestDateFormat.java 149 final int DEPTH = 10;
150 Date[] date = new Date[DEPTH];
151 StringBuffer[] string = new StringBuffer[DEPTH];
157 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer();
158 for (i=0; i<DEPTH; ++i) {
191 if (i == DEPTH) --i;
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 50 #define DEPTH 32
  /system/core/libpixelflinger/include/pixelflinger/
format.h 93 DEPTH = GGL_INDEX_DEPTH,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadGroupTest.java 129 final int DEPTH = 4;
130 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH);
347 final int DEPTH = 4;
348 buildRandomTreeUnder(testRoot, DEPTH);
668 final int depth, final Vector<ThreadGroup> allCreated) {
669 if (depth <= 0) {
676 final String name = " Depth = " + depth + ",N = " + iClone
685 asyncBuildRandomTreeUnder(newGroup, depth - 1, allCreated);
694 final int depth) {
    [all...]
  /external/libxml2/
valid.c 355 unsigned char depth; /* current depth in the overall tree */ member in struct:_xmlValidState
363 #define DEPTH ctxt->vstate->depth
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)
375 xmlNodePtr node, unsigned char depth, long occurs,
409 (ctxt->vstateTab[i].depth == depth) &
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 366 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \
367 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \
445 * each log bit depth of a colour type 3 standard image.
476 /* No: next bit depth */
482 /* Palette images are restricted to 8 bit depth */
8887 const unsigned int depth = that->this.bit_depth; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 

Completed in 671 milliseconds

1 2