/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/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) {
|
FramesTest.java | 63 * the method 'FramesDebuggee.recursiveMethod' thereby the specified depth 64 * 'FramesDebuggee.DEPTH' of recursion is reached. 117 * the method 'FramesDebuggee.recursiveMethod' thereby the specified depth 118 * 'FramesDebuggee.DEPTH' of recursion is reached. 172 * the method 'FramesDebuggee.recursiveMethod' thereby the specified depth 173 * 'FramesDebuggee.DEPTH' of recursion is reached. 227 * the method 'FramesDebuggee.recursiveMethod' thereby the specified depth 228 * 'FramesDebuggee.DEPTH' of recursion is reached. 234 * <BR>The length (the second parameter) is set to 'FramesDebuggee.DEPTH'. 236 * 'FramesDebuggee.DEPTH' and all returned frames have locations i [all...] |
/external/chromium_org/third_party/codesighs/ |
Makefile.in | 39 DEPTH = ../.. 44 include $(DEPTH)/config/autoconf.mk
|
/external/fio/tools/ |
fio_generate_plots | 105 DEPTH=$(echo $PT | cut -d "-" -f 4) 106 PLOT_LINE=$PLOT_LINE"'$x' using (\$1/1000):(\$2/$SCALE) title \"Queue depth $DEPTH\" with lines ls $i"
|
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 | 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";
|
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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.h | 67 DEPTH = 285, 175 #define DEPTH 285
|
/system/core/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 100 context_dirty(ctx, DEPTH); 106 context_dirty(ctx, DEPTH); 160 context_dirty(ctx, DEPTH);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_state.c | 100 context_dirty(ctx, DEPTH); 106 context_dirty(ctx, DEPTH); 160 context_dirty(ctx, DEPTH);
|
/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/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse.y | 172 %token DEPTH DIFFUSE DIRECTION [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse.y | 172 %token DEPTH DIFFUSE DIRECTION [all...] |