HomeSort by relevance Sort by last modified time
    Searched refs:DEPTH (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/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/icu4c/test/intltest/
tsdate.cpp 149 const int32_t DEPTH = 10;
150 UDate date[DEPTH];
151 UnicodeString string[DEPTH];
164 for (i=1; i<DEPTH; ++i)
197 if (i == DEPTH)
dtfmtrtts.h 85 static int32_t DEPTH;
tsnmfmt.cpp 284 const int32_t DEPTH = 10;
285 Formattable number[DEPTH];
286 UnicodeString string[DEPTH];
292 for (i=0; i<DEPTH; ++i)
343 if (i == DEPTH)
dtfmtrtts.cpp 42 int32_t DateFormatRoundTripTest::DEPTH = 5;
317 UDate *d = new UDate [DEPTH];
318 UnicodeString *s = new UnicodeString[DEPTH];
335 for(loop = 0; loop < DEPTH; ++loop) {
377 // At this point loop == DEPTH if we've failed, otherwise loop is the
460 for(int j = 0; j <= loop && j < DEPTH; ++j) {