HomeSort by relevance Sort by last modified time
    Searched refs:trace (Results 526 - 550 of 1247) sorted by null

<<21222324252627282930>>

  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/
SimpleLog.java 41 * logging detail level for all instances of SimpleLog. Must be one of ("trace",
45 * detail level for a SimpleLog instance named "xxxxx". Must be one of ("trace",
110 /** "Trace" level logging. */
223 } else if ("trace".equalsIgnoreCase(lvl)) {
280 * The exception whose stack trace should be logged
295 buf.append("[TRACE] ");
329 // Append stack trace if not null
404 * Log a message with trace log level.
407 public final void trace(Object message) { method in class:SimpleLog
416 * Log an error with trace log level
419 public final void trace(Object message, Throwable t) { method in class:SimpleLog
    [all...]
  /external/v8/test/mjsunit/
cross-realm-filtering.js 7 // Check stack trace filtering across security contexts.
array-concat.js 226 var trace = []; variable
228 function mkGetter(i) { return function() { trace.push(i); }; }
237 assertEquals(expectedTrace, trace);
  /external/v8/test/mjsunit/es6/
debug-stepin-microtasks.js 16 assertTrue(exec_state.frameCount() != 0, "FAIL: Empty stack trace");
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 28 import android.os.Trace;
91 // flush the buffer. (This makes method trace profiling useful to debug crashes.)
156 * If we're running in an emulator launched with "-trace", put the
157 * VM into emulator trace profiling mode so that the user can hit
161 String trace = SystemProperties.get("ro.kernel.android.tracing"); local
162 if (trace.equals("1")) {
163 Slog.i(TAG, "NOTE: emulator trace profiling enabled");
284 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "RuntimeInit");
334 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 277 public void testFailed(TestIdentifier test, String trace) {
278 super.testFailed(test, trace);
301 public void testFailed(TestIdentifier test, String trace) {
302 super.testFailed(test, trace);
303 // sleep 2s to ensure test failure stack trace makes it into logcat capture
325 public void testFailed(TestIdentifier test, String trace) {
326 super.testFailed(test, trace);
597 + "proceeding with next test package. Stack trace: %s",
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 104 trace,
176 trace,
231 trace,
464 trace,
495 trace,
526 trace,
776 <if(trace)>
844 <if(trace)>[self traceIn:\@"<ruleName>" Index:<ruleDescriptor.index>];<endif>
845 <if(trace)>NSLog(@"enter <ruleName> %@ failed=%@ backtracking=%d", [input LT:1], (state.failed==YES)?@"YES":@"NO", state.backtracking);<endif>
869 <if(trace)>[self traceOut:@"<ruleName>" Index:<ruleDescriptor.index>];<endif
    [all...]
  /external/v8/tools/
run_perf.py 28 "name": <name of the trace>,
41 "%s" for the trace name. A trace's results_regexp overwrites suite
175 """Represents a series of results of one trace.
248 trace_configs: List of "TraceConfig" instances. Each trace config defines
254 calc_total: Boolean flag to speficy the calculation of a summary trace.
258 trace.CreateMeasurement(trybot, no_patch) for trace in trace_configs]
274 # there is at least one trace and that the number of results is the same
275 # for each trace
    [all...]
  /external/blktrace/doc/
blktrace.tex 81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
139 trace, hit control-C):
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
227 go run you test cases. Stop the trace, and at your leisure utilize
375 a running trace -- via the \emph{-k} option.
389 -d \emph{dev} & --dev=\emph{dev} & Adds \emph{dev} as a device to trace \\ \hline
390 -k & --kill & Kill on-going trace \\ \hline
396 -I \emph{devs file}& --input-devs=\emph{devs file}& Adds devices found in \emph{devs file} to list of devices to trace. \\
416 notify & \emph{notify} trace messages \\ \hline
441 -- one where the trace events have been saved by a previous ru
    [all...]
  /external/blktrace/btt/doc/
btt.tex 80 errors in the trace streams saved, it is best to recapture the data
81 -- utilizing \texttt{btt} on \emph{unclean} trace files produces
92 containing parallel trace streams -- one file per CPU per
114 IO layer (queue trace) until it is inserted (insert trace).
125 trace).
128 queue (insert trace).
133 amount of time between the queue trace and the merge trace.
137 issued (issue trace) to the lower level driver
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc 12 #include "webrtc/system_wrappers/include/trace.h"
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 46 fileName, ANTLRVersion, generatedTimestamp, trace,
258 <if(trace)>
281 trace("impossible: "+re);
320 <if(trace)>traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
348 <if(trace)>traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
448 <if(trace)>traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
471 <if(trace)>traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
    [all...]
  /art/runtime/
thread_list.cc 40 #include "trace.h"
75 ScopedTrace trace(__PRETTY_FUNCTION__);
473 ScopedTrace trace("Suspending mutator threads");
638 ScopedTrace trace("Resuming mutator threads");
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 58 private boolean trace = false; field in class:Tool
210 else if (args[i].equals("-trace")) {
736 System.err.println(" -trace generate a recognizer that traces rule entry/exit");
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 79 If `timid` is true, then a slower and simpler trace function will be
81 tracing functions breaks the faster trace function.
432 """Decide whether to trace execution in `filename`, with a reason.
434 This function is called from the trace function. As each new file name
445 disp.trace = False
476 # "<exec_function>". Don't ever trace these executions, since we
480 # pyexpat does a dumb thing, calling the trace function explicitly from
502 disp.trace = True
522 disp.trace = True
542 Returns a string or None. String means, don't trace, and is the reaso
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /art/runtime/jit/
offline_profiling_info.cc 79 ScopedTrace trace(__PRETTY_FUNCTION__);
180 ScopedTrace trace(__PRETTY_FUNCTION__);
473 ScopedTrace trace(__PRETTY_FUNCTION__);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 310 public void testFailed(TestIdentifier test, String trace) {
311 mCurrentResult.failed(trace);
318 public void testAssumptionFailure(TestIdentifier test, String trace) {
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 642 struct sock_fprog trace; local
687 FILTER_ALLOC(trace);
696 FILTER_FREE(trace);
710 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
731 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
758 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
775 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
796 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
813 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->trace);
829 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 59 fileName, ANTLRVersion, generatedTimestamp, trace,
308 <if(trace)>
372 <if(trace)>traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
401 <if(trace)>traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
502 <if(trace)>traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
526 <if(trace)>traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 40 fileName, ANTLRVersion, generatedTimestamp, trace,
274 <if(trace)>
344 <if(trace)>$self->traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
372 <if(trace)>$self->traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
477 <if(trace)>traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
498 <if(trace)>traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 52 fileName, ANTLRVersion, generatedTimestamp, trace,
341 <if(trace)>
409 <if(trace)>
462 <if(trace)>
565 <if(trace)>
601 <if(trace)>
    [all...]

Completed in 5380 milliseconds

<<21222324252627282930>>