HomeSort by relevance Sort by last modified time
    Searched defs: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/
dtfmtrtts.h 85 static int32_t DEPTH;
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)
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
467 for(int j = 0; j <= loop && j < DEPTH; ++j) {
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 45 String DEPTH = "depth";
  /system/core/include/pixelflinger/
format.h 93 DEPTH = GGL_INDEX_DEPTH,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 170 final int DEPTH = 4;
171 final Vector<ThreadGroup> subgroups = buildRandomTreeUnder(testRoot, DEPTH);
458 final int DEPTH = 4;
459 buildRandomTreeUnder(testRoot, DEPTH);
947 final int depth, final Vector<ThreadGroup> allCreated) {
948 if (depth <= 0) {
955 final String name = " Depth = " + depth + ",N = " + iClone
964 asyncBuildRandomTreeUnder(newGroup, depth - 1, allCreated);
973 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/smack/asmack-master/lib/
httpcore-4.1.4.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 
  /external/emma/lib/
emma.jar 

Completed in 460 milliseconds