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

<<81828384858687888990>>

  /system/core/libutils/
Android.mk 99 Trace.cpp
  /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...]
  /external/chromium/net/disk_cache/
entry_impl.cc 405 Trace("Create entry In");
924 Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this));
1030 Trace("To PrepareTarget 0x%x", entry_.address().value());
1034 Trace("From PrepareTarget 0x%x", entry_.address().value());
    [all...]
  /external/chromium_org/net/disk_cache/
entry_impl.cc 405 Trace("Create entry In");
963 Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this));
1088 Trace("To PrepareTarget 0x%x", entry_.address().value());
1092 Trace("From PrepareTarget 0x%x", entry_.address().value());
    [all...]
  /external/chromium_org/net/disk_cache/v3/
entry_impl_v3.cc 252 Trace("Create entry In");
756 Trace("~EntryImpl out 0x%p", reinterpret_cast<void*>(this));
879 Trace("To PrepareTarget 0x%x", entry_.address().value());
883 Trace("From PrepareTarget 0x%x", entry_.address().value());
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 170 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace \
223 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace
237 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace
260 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace
362 hb_auto_trace_t<HB_DEBUG_SERIALIZE, bool> trace \
  /external/chromium_org/tools/valgrind/
suppressions.py 107 """This class represents a single stack trace suppression.
112 stack: The lines comprising the stack trace for the suppression.
504 # Unrecognized prefix indicates start of stack trace.
539 stack trace that ends in a blank line.
796 # Whole trace
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 170 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace \
223 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace
237 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace
260 hb_auto_trace_t<HB_DEBUG_SANITIZE, bool> trace
362 hb_auto_trace_t<HB_DEBUG_SERIALIZE, bool> trace \
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 683 MachineTraceMetrics::Trace TBBTrace = MinInstr->getTrace(IfConv.getTPred());
684 MachineTraceMetrics::Trace FBBTrace = MinInstr->getTrace(IfConv.getFPred());
693 // maximum-ILP resource length of the trace after if-conversion. Compare it
709 MachineTraceMetrics::Trace HeadTrace = MinInstr->getTrace(IfConv.Head);
716 MachineTraceMetrics::Trace TailTrace = MinInstr->getTrace(IfConv.Tail);
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 19 import android.os.Trace;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /external/chromium_org/base/debug/
trace_event_unittest.cc 471 EXPECT_FIND_("ETW Trace Event");
    [all...]
  /external/linux-tools-perf/
android.patch     [all...]
  /external/linux-tools-perf/util/
probe-event.c 47 #include "trace-event.h" /* For __unused */
186 * Convert trace point to probe point with debuginfo
235 /* Searching trace events corresponding to probe event */
238 if (ntevs > 0) { /* Succeeded to find trace events */
477 * several trace points.
    [all...]
  /frameworks/base/docs/html/tools/testing/
activity_test.jd     [all...]
  /external/valgrind/main/massif/
ms_main.c 55 // - With --stack=yes, want to add a stack trace for detailed snapshots so
86 // - (Andy Lin) Give a stack trace on detailed snapshots?
515 // execution context ("XCon"), ie. a stack trace. (And sub-paths represent
854 // Get the stack trace for an XCon, filtering out uninteresting entries:
858 // Nb: it's possible to end up with an empty trace, eg. if 'main' is marked
    [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/JavaScript/
JavaScript.stg 11 fileName, ANTLRVersion, generatedTimestamp, trace,
261 <if(trace)>
326 <if(trace)>this.traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
358 <if(trace)>this.traceOut("<ruleName>", <ruleDescriptor.index>);<endif>
457 <if(trace)>this.traceIn("<ruleName>", <ruleDescriptor.index>);<endif>
480 <if(trace)>this.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 1077 milliseconds

<<81828384858687888990>>