HomeSort by relevance Sort by last modified time
    Searched defs:DEPTH (Results 1 - 25 of 37) 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 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 41 int32_t DateFormatRoundTripTest::DEPTH = 5;
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/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/
IntlTestNumberFormat.java 161 final int DEPTH = 10;
162 double[] number = new double[DEPTH];
163 String[] string = new String[DEPTH];
169 for (i = 0; i < DEPTH; i++) {
205 if (i == DEPTH)
DateFormatRoundTripTest.java 41 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
247 for (int j = 0; j <= loop && j < DEPTH; ++j) {
IntlTestDateFormat.java 148 final int DEPTH = 10;
149 Date[] date = new Date[DEPTH];
150 StringBuffer[] string = new StringBuffer[DEPTH];
156 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer();
157 for (i=0; i<DEPTH; ++i) {
190 if (i == DEPTH) --i;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestNumberFormat.java 157 final int DEPTH = 10;
158 double[] number = new double[DEPTH];
159 String[] string = new String[DEPTH];
165 for (i = 0; i < DEPTH; i++) {
201 if (i == DEPTH)
DateFormatRoundTripTest.java 37 private int DEPTH = 5;
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) {
IntlTestDateFormat.java 144 final int DEPTH = 10;
145 Date[] date = new Date[DEPTH];
146 StringBuffer[] string = new StringBuffer[DEPTH];
152 for (i=0; i<DEPTH; ++i) string[i] = new StringBuffer();
153 for (i=0; i<DEPTH; ++i) {
186 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 368 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \
369 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \
447 * each log bit depth of a colour type 3 standard image.
478 /* No: next bit depth */
484 /* Palette images are restricted to 8 bit depth */
8514 const unsigned int depth = that->this.bit_depth; local
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 375 DEPTH = 0x1801,
    [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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.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 

Completed in 385 milliseconds

1 2