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 273 const int32_t DEPTH = 10;
274 Formattable number[DEPTH];
275 UnicodeString string[DEPTH];
281 for (i=0; i<DEPTH; ++i)
332 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) {
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 45 String DEPTH = "depth";
ReportProperties.java 101 public void setDepth (final int depth)
103 if ($assert.ENABLED) $assert.ASSERT (depth >= IItemMetadata.TYPE_ID_ALL && depth <= IItemMetadata.TYPE_ID_METHOD, "invalid depth: " + depth);
105 m_depth = depth;
299 final String depth = getReportProperty (properties, type, IReportProperties.DEPTH, false, IReportProperties.DEFAULT_DEPTH); local
301 if (IReportProperties.DEPTH_ALL.equals (depth))
303 else if (IReportProperties.DEPTH_PACKAGE.equals (depth))
    [all...]
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 99 DEPTH = GGL_INDEX_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/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 60 public void setDepth (final DepthAttribute depth)
62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ());
355 public void setDepth (final DepthAttribute depth)
357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ());
  /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...]
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /external/emma/lib/
emma.jar 

Completed in 180 milliseconds