HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 1101 - 1125 of 3884) sorted by null

<<41424344454647484950>>

  /external/openssh/regress/
putty-transfer.sh 30 trace "proto $p compression $c dd-size ${s}"
  /external/qemu/android/protocol/
core-commands-qemu.c 22 #include "android-trace.h"
  /external/qemu/
android-trace.h 57 // Trace process/thread operations
  /external/valgrind/main/
README_DEVELOPERS 151 outer/.../bin/valgrind --sim-hints=enable-outer --trace-children=yes \
154 If you omit the --trace-children=yes, you'll only monitor Inner's launcher
175 Try running with "--vex-guest-chase-thresh=0 --trace-flags=10000000
176 --trace-notbelow=999999". This should print one line for each block
  /external/valgrind/main/callgrind/tests/
filter_stderr 26 sed "/warning: Pentium 4 with 12 KB micro-op instruction trace cache/d" |
  /external/valgrind/main/none/tests/
filter_fdleak 20 # So we just cut out the entire stack trace. It's coarse but effective;
  /external/webrtc/src/system_wrappers/source/
cpu_info.cc 26 #include "trace.h"
thread_posix.cc 65 #include "system_wrappers/interface/trace.h"
382 // Don't set the name for the trace thread because it may cause a
384 // coupling the thread and the trace class like this.
385 if (strcmp(_name, "Trace"))
  /frameworks/native/cmds/dumpstate/
dumpstate.h 45 /* dump Dalvik and native stack traces, return the trace file location (NULL if none) */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Log.h 25 * 2012.8.27 : Add trace function
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 32 * DSP/BIOS Bridge trace buffer, which is used internally by the
85 #define MAXTRACESIZE 256 /* size of trace buffer. */
179 "dump trace buffer:\n");
220 fprintf(stdout, "\t terminating. Displays trace buffer\n");
  /libcore/luni/src/main/java/java/lang/
EnumConstantNotPresentException.java 35 * stack trace and a detail message based on the specified enum type and
TypeNotPresentException.java 34 * trace, a detail message that includes the name of the type that could not
  /libcore/luni/src/main/java/java/util/
InvalidPropertiesFormatException.java 40 * current stack trace and message filled in.
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
StateView.java 34 super("Open (or select) a GL Trace file to view the GL State.");
  /sdk/emulator/qtools/
callstack.h 54 CallStack(int id, int numFrames, TraceReaderType *trace);
120 CallStack<FRAME, BASE>::CallStack(int id, int numFrames, TraceReaderType *trace)
123 mTrace = trace;
140 // Read the first two methods from the trace if we haven't already read
141 // from the method trace yet.
202 // If the method trace has a push or pop, then do it.
206 // Java method without a corresponding method trace record.
391 // post-processing the trace. But this is useful for debugging.
489 // trace record from the method trace file
    [all...]
trace_reader.cpp 27 // This function creates the pathname to the a specific trace file. The
123 BBReader::BBReader(TraceReaderBase *trace)
125 trace_ = trace;
148 // Open the trace.bb file
277 // Open the trace.insn file
320 // Open the trace.addr file
343 fprintf(stderr, "Cannot read address trace\n");
375 // Open the trace.exc file
428 // Open the trace.pid file
572 // Open the trace.method fil
    [all...]
  /system/core/sh/
show.h 38 void trace(const char *, ...);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.m 101 NSArray *trace = [e callStackSymbols];
103 for (NSString *traceStr in trace) {
111 return trace;
  /external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java 41 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
45 * Must be one of ("trace", "debug", "info", "warn", "error", or "fatal").
108 /** "Trace" level logging. */
223 } else if("trace".equalsIgnoreCase(lvl)) {
275 * @param t The exception whose stack trace should be logged
289 case SimpleLog.LOG_LEVEL_TRACE: buf.append("[TRACE] "); break;
313 // Append stack trace if not null
398 * @see org.apache.commons.logging.Log#trace(Object)
400 public final void trace(Object message) { method in class:SimpleLog
414 * @see org.apache.commons.logging.Log#trace(Object, Throwable
416 public final void trace(Object message, Throwable t) { method in class:SimpleLog
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTrace.java 26 * This interface defines a set of integer constants that identify trace event
103 * Tell if trace listeners are present.
105 * @return True if there are trace listeners
  /external/bison/m4/
m4.m4 13 # trace support and regexp support):
39 && test -z "`AS_ECHO([$ac_snippet]) | $ac_path_M4 --trace=mac 2>&1`" \
67 AC_CACHE_CHECK([how m4 supports trace files], [ac_cv_prog_gnu_m4_debugfile],
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 193 ** Description This function sets the trace level for SMP. If called with
194 ** a value of 0xFF, it simply returns the current trace level.
196 ** Returns The new or current trace level
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.js 139 var trace = snapshot.heap_.children[keys[k]];
143 // A trace selected in the analysis view is bright yellow.
153 var barHeight = height * trace.currentBytes / maxBytes;
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
android_parser.js 8 * @fileoverview Parses trace_marker events that were inserted in the trace by
19 * Parses linux trace mark events that were inserted in the trace by userland.

Completed in 1048 milliseconds

<<41424344454647484950>>