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

  /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/chromium_org/third_party/icu/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 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/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 40 int32_t DateFormatRoundTripTest::DEPTH = 5;
315 UDate *d = new UDate [DEPTH];
316 UnicodeString *s = new UnicodeString[DEPTH];
333 for(loop = 0; loop < DEPTH; ++loop) {
375 // At this point loop == DEPTH if we've failed, otherwise loop is the
465 for(int j = 0; j <= loop && j < DEPTH; ++j) {
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 45 String DEPTH = "depth";
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 67 DEPTH = 285,
175 #define DEPTH 285
program_parse.tab.c 252 DEPTH = 285,
360 #define DEPTH 285
    [all...]
  /external/chromium_org/third_party/libxml/src/
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/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 282 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \
283 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \
357 * each log bit depth of a colour type 3 standard image.
387 /* Palette images are restricted to 8 bit depth */
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 2817 milliseconds