HomeSort by relevance Sort by last modified time
    Searched defs:trace (Results 276 - 300 of 598) sorted by null

<<11121314151617181920>>

  /external/jetty/src/java/org/eclipse/jetty/util/thread/
QueuedThreadPool.java 471 final StackTraceElement[] trace=thread.getStackTrace(); local
473 // trace can be null on early java 6 jvms
474 if (trace != null)
476 for (StackTraceElement t : trace)
495 AggregateLifeCycle.dump(out,indent,Arrays.asList(trace));
506 dump.add(thread.getId()+" "+thread.getName()+" "+thread.getState()+" @ "+(trace.length>0?trace[0]:"???")+(idle?" IDLE":""));
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceMethodVisitor.java 118 ((Traceable) attr).trace(buf, labelNames); method
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 129 Tracer.trace();
152 Tracer.trace();
172 Tracer.trace();
182 Tracer.trace();
192 Tracer.trace();
205 Tracer.trace();
218 Tracer.trace();
231 Tracer.trace();
241 Tracer.trace();
251 Tracer.trace();
    [all...]
UiObject.java 89 Tracer.trace();
121 Tracer.trace(selector);
135 Tracer.trace(selector);
147 Tracer.trace();
238 Tracer.trace(steps);
266 Tracer.trace(steps);
294 Tracer.trace(steps);
321 Tracer.trace(steps);
393 Tracer.trace();
413 Tracer.trace();
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 27 import android.os.Trace;
145 * If we're running in an emulator launched with "-trace", put the
146 * VM into emulator trace profiling mode so that the user can hit
150 String trace = SystemProperties.get("ro.kernel.android.tracing"); local
151 if (trace.equals("1")) {
152 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
273 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "RuntimeInit");
323 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER)
    [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 72 #define trace(fmt, args...) do { \ macro
77 #define trace(fmt, args...) do { } while (0) macro
192 trace("> SOF marker\n");
193 trace("Size:%dx%d nr_components:%d (%s) precision:%d\n",
204 trace("> DQT marker\n");
221 trace("< DQT marker\n");
231 trace("> SOF marker\n");
262 trace("Component:%d factor:%dx%d Quantization table:%d\n",
269 trace("< SOF marker\n");
279 trace("> SOS marker\n")
    [all...]
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 53 -T/--coverage -- turn on code coverage tracing using the trace module
231 findleaks=False, use_resources=None, trace=False, coverdir='coverage',
252 single, randomize, findleaks, use_resources, trace, coverdir,
263 'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
306 trace = True
366 if use_mp and trace:
445 if trace:
446 import trace namespace
447 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 53 -T/--coverage -- turn on code coverage tracing using the trace module
231 findleaks=False, use_resources=None, trace=False, coverdir='coverage',
252 single, randomize, findleaks, use_resources, trace, coverdir,
263 'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
306 trace = True
366 if use_mp and trace:
445 if trace:
446 import trace namespace
447 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix]
    [all...]
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
maven-embedder-3.2.1.jar 
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 618 struct sock_fprog trace; local
663 FILTER_ALLOC(trace);
672 FILTER_FREE(trace);
686 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
707 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
734 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
751 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
772 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
789 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
805 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 20 * 2007-10-17: Options "trace", "traceLexer", "traceParser" and "glib" emit
85 private boolean trace; field in class:ANTLR3
86 /** optional flag to add trace methods to the parser only */
88 /** optional flag to add trace methods to the lexer only */
292 trace = enable;
497 if (trace) {
498 log("Option 'trace' is not supported by ANTLR v3. Option ignored!", Project.MSG_WARN);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 1012 BigDecimal trace = data[0][0]; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 68 // Map thread trace when context is created.
71 MapThreadTrace(hdr, sizeof(Trace));
72 new((void*)hdr) Trace();
73 // We are going to use only a small part of the trace with the default
74 // value of history_size. However, the constructor writes to the whole trace.
76 uptr hdr_end = hdr + sizeof(Trace);
79 if (hdr_end < hdr + sizeof(Trace))
80 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end);
269 DPrintf("#0: Mapping trace at %p-%p(0x%zx)\n", addr, addr + size, size);
275 Printf("FATAL: ThreadSanitizer can not mmap thread trace (%p/%p->%p)\n"
487 unsigned trace = (thr->fast_state.epoch() \/ kTracePartSize) % TraceParts(); local
    [all...]
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 297 static final boolean ENABLE_TRACE = false; // Change to generate trace
298 static void trace(String s) { method in class:inverseMonotone_UnaryCRFunction
384 trace("Setting interval to entire domain");
406 trace("Setting interval based on prev. appr");
407 trace("prev. prec = " + rough_prec + " appr = " + rough_appr);
435 trace("***Iteration: " + i);
436 trace("Arg prec = " + working_arg_prec
439 trace("l = " + l); trace("h = " + h);
440 trace("f(l) = " + f_l); trace("f(h) = " + f_h)
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 248 if (trace) System.out.println("Found package " + pkgName + " for class " + className);
250 if (trace) System.out.println("Adding new package " + pkgName);
274 if (trace) System.out.println("PROCESSING PACKAGE: " + pkgName);
278 if (trace) System.out.println("#tags: " + tagCount);
308 if (trace) System.out.println("PROCESSING CLASSES, number=" + cd.length);
311 if (trace) System.out.println("PROCESSING CLASS/IFC: " + className);
459 if (trace) System.out.println("PROCESSING INTERFACES, number=" + ifaces.length);
462 if (trace) System.out.println("PROCESSING INTERFACE: " + ifaceName);
473 if (trace) System.out.println("PROCESSING CONSTRUCTORS, number=" + ct.length);
476 if (trace) System.out.println("PROCESSING CONSTRUCTOR: " + ctorName)
1145 private static boolean trace = false; field in class:RootDocToXML
    [all...]

Completed in 634 milliseconds

<<11121314151617181920>>