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

<<61626364656667686970>>

  /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...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 440 // Get a pointer to the enabled state of the given trace category. The
441 // embedder can dynamically change the enabled state as trace event
446 // addTraceEvent is expected to be called by the trace event macros.
459 // Add a trace event to the platform tracing system. Depending on the actual
473 // - COUNTER ('C'): Used to trace integer quantities that change over
480 // each other. For example, to trace the consutruction and destruction of
524 // Set the duration field of a COMPLETE trace event.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
ant-antlr.jar 
  /external/eigen/blas/testing/
cblat3.f 65 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
113 TRACE = NTRA.GE.0
114 IF( TRACE )THEN
119 REWI = REWI.AND.TRACE
286 140 CALL CCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
292 150 CALL CCHK2( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
298 160 CALL CCHK3( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
303 170 CALL CCHK4( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
309 180 CALL CCHK5( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
329 IF( TRACE )
    [all...]
zblat3.f 66 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
114 TRACE = NTRA.GE.0
115 IF( TRACE )THEN
120 REWI = REWI.AND.TRACE
287 140 CALL ZCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
293 150 CALL ZCHK2( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
299 160 CALL ZCHK3( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
304 170 CALL ZCHK4( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
310 180 CALL ZCHK5( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
330 IF( TRACE )
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 40 import android.os.Trace;
753 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "broadcastReceiveReg");
768 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
778 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 123 " --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]\n"
124 " --trace-children-skip=patt1,patt2,... specifies a list of executables\n"
125 " that --trace-children=yes should not trace into\n"
126 " --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip=\n"
209 " --trace-flags=<XXXXXXXX> show generated code? (X = 0|1) [00000000]\n"
211 " --trace-notbelow=<number> only show BBs above <number> [999999999]\n"
212 " --trace-notabove=<number> only show BBs below <number> [0]\n"
213 " --trace-syscalls=no|yes show all system calls? [no]\n
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/
mipsel-linux-android-run 
  /external/blktrace/
blktrace.c 122 * The main thread will then collect trace buffers from each of lists in turn.
183 u32 magic; /* same as trace magic */
184 char buts_name[32]; /* trace name */
187 u32 len; /* length of following trace data */
189 u32 buf_size; /* client buf_size for this trace */
190 u32 buf_nr; /* client buf_nr for this trace */
191 u32 page_size; /* client page_size for this trace */
272 * Linkage to blktrace helper routines (trace conversions)
445 "\t-k Kill a running trace\n" \
447 "\t-a Only trace specified actions. See documentation\n"
    [all...]
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 34 import android.os.Trace;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 89 fileName, ANTLRVersion, generatedTimestamp, trace,
179 trace,
340 <if(trace)>System.out.println("enter <ruleName> "+input.LT(1)+" failed="+failed+" backtracking="+backtracking);<endif>
341 <if(trace)>
415 <if(trace)>
416 antlr3::Tracer trace(this,"<ruleName>");
442 <if(trace)>System.out.println("exit <ruleName> "+input.LT(1)+" failed="+failed+" backtracking="+backtracking);<endif>
520 <if(trace)>
521 antlr3::Tracer trace(this,"<ruleName>");
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 20 import android.os.Trace;
    [all...]
  /system/core/sh/
parser.c 254 TRACE(("pipeline: entered\n"));
310 TRACE(("command: TNOT recognized\n"));
350 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : ""));
551 TRACE(("command: TNOT recognized\n"));
619 TRACE(("Fix redir %s %d\n", text, err));
651 TRACE(("Here document %d\n", n->type));
750 TRACE(("keyword %s recognized\n", tokname[t]));
766 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
768 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : ""));
    [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 482 ** Print snoop trace
647 /* generate snoop trace message */
715 /* generate snoop trace message */
889 acl_rx_frame_end_chk(); /* to print snoop trace */
955 /* generate snoop trace message */
    [all...]
hci_mct.c 477 ** Print snoop trace
627 /* generate snoop trace message */
689 /* generate snoop trace message */
875 /* generate snoop trace message */
1005 acl_rx_frame_end_chk(); /* to print snoop trace */
    [all...]
  /external/chromium/testing/gmock/test/
gmock-internal-utils_test.cc 394 "^\nGMOCK WARNING:\nTest log\\.\nStack trace:\n" :
395 "^\nTest log\\.\nStack trace:\n"));
403 // Log() doesn't include the stack trace in the output.
425 "Stack trace:\n"
432 "Stack trace:\n", log.c_str());
  /external/chromium-trace/trace-viewer/src/tracing/importer/
trace_event_importer.js 61 // cannot guarantee that a ']' gets written to the trace file. So, we are
76 // Some trace_event implementations put the actual trace events
78 // If we see that, just pull out the trace events.
134 * Deep copying is only needed if the trace was given to us as events.
322 // want to support loading load trace files so we have both I and i.
  /external/chromium_org/third_party/re2/re2/
prefilter.cc 13 static const int Trace = false;
457 if (Trace) {
480 if (Trace) {
507 if (Trace) {
641 if (Trace) {
  /external/chromium_org/tools/mac/
symbolicate_crash.py 66 """Symbolicates a crash report stack trace."""
182 both a user and kernel trace. Only the user traces are symbolicated."""
184 # The stack trace begins with the thread header, which is identified by a
205 # the user stack, followed by the actual trace.
448 # Version 7 reports have spindump-style output (with a stepped stack trace),
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 230 const uptr *trace = StackDepotGet(id, &size); local
232 internal_memcpy(stack->trace, trace, sizeof(uptr) * size);
396 m->alloc_context_id = StackDepotPut(stack->trace, stack->size);
469 m->free_context_id = StackDepotPut(stack->trace, stack->size);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 210 // When hs == 0, the trace consists of 2 parts.
611 const StackTrace &trace);
736 Trace *ThreadTrace(int tid);
753 Event *trace = (Event*)GetThreadTrace(fs.tid()); local
754 Event *evp = &trace[pos];
  /external/regex-re2/re2/
prefilter.cc 13 static const int Trace = false;
457 if (Trace) {
480 if (Trace) {
507 if (Trace) {
641 if (Trace) {
  /external/valgrind/main/memcheck/tests/
Makefile.am 58 badfree-2trace.stderr.exp badfree-2trace.vgtest \
174 pointer-trace.vgtest \
175 pointer-trace.stderr.exp \
278 pipe pointer-trace \
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 

Completed in 668 milliseconds

<<61626364656667686970>>