Searched defs:Trace (Results 1 - 25 of 30) sorted by relevance

12

/external/javasqlite/src/main/java/SQLite/
H A DTrace.java7 public interface Trace { interface
/external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm1 package Perf::Trace::Context;
23 XSLoader::load('Perf::Trace::Context', $VERSION);
29 Perf::Trace::Context - Perl extension for accessing functions in perf.
33 use Perf::Trace::Context;
H A DUtil.pm1 package Perf::Trace::Util;
68 Perf::Trace::Util - Perl extension for perf script
72 use Perf::Trace::Util;
H A DCore.pm1 package Perf::Trace::Core;
166 Perf::Trace::Core - Perl extension for perf script
170 use Perf::Trace::Core
/external/webrtc/src/system_wrappers/interface/
H A Dtrace.h21 #define WEBRTC_TRACE Trace::Add
24 class Trace class in namespace:webrtc
/external/libpng/contrib/gregbook/
H A Dreadpng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} macro
69 # define Trace(x) ; macro
H A Dreadpng2.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} macro
69 # define Trace(x) ; macro
H A Dwritepng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);} macro
69 # define Trace(x) ; macro
/external/blktrace/doc/
H A Dblktrace.tex517 \subsection{\label{sec:blkparse-actions}Trace actions}
748 \subsubsection{Trace Action Specifiers}
/external/clang/tools/libclang/
H A DCLog.h43 bool Trace; member in class:clang::cxindex::Logger
65 : Name(name), Trace(trace), LogOS(Msg) { }
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h56 struct Trace { struct in namespace:__tsan
67 Trace() function in struct:__tsan::Trace
/external/mesa3d/src/gallium/tools/trace/
H A Dmodel.py30 '''Trace data model.'''
115 class Trace: class in inherits:
/external/v8/test/cctest/
H A Dtrace-extension.cc46 return v8::FunctionTemplate::New(isolate, TraceExtension::Trace);
73 printf("Trace: %p\n", fp);
98 void TraceExtension::Trace(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::internal::TraceExtension
/external/freetype/src/gzip/
H A Dzutil.h190 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
197 # define Trace(x) macro
/external/llvm/include/llvm/Analysis/
H A DTrace.h1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
11 // single entry, multiple exit, region of code that is often hot. Trace-based
30 class Trace { class in namespace:llvm
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {} function in class:llvm::Trace
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzutil.h226 # define Trace(x) {if (z_verbose>=0) FXSYS_fprintf x ;} macro
233 # define Trace(x) macro
/external/v8/tools/
H A Drun_perf.py118 r"^Trace\(([^\)]+)\), Result\(([^\)]+)\), StdDev\(([^\)]+)\)$")
225 class Trace(Graph): class in inherits:Graph
231 super(Trace, self).__init__(suite, parent, arch)
318 class RunnableTrace(Trace, Runnable):
361 return Trace(suite, parent, arch)
/external/zlib/src/
H A Dzutil.h224 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
231 # define Trace(x) macro
/external/zlib/
H A Dzutil.h224 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
231 # define Trace(x) macro
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h99 static ProcessMessage Trace(lldb::tid_t tid) { function in class:ProcessMessage
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h77 class Trace;
86 friend class Trace;
134 /// Trace predecessor, or NULL for the first block in the trace.
138 /// Trace successor, or NULL for the last block in the trace.
234 /// passes through the current basic block one. The Trace class serves as a
236 class Trace { class in class:llvm::MachineTraceMetrics
243 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} function in class:llvm::MachineTraceMetrics::Trace
306 friend class Trace;
315 ArrayRef<const MachineBasicBlock*> Trace);
337 Trace getTrac
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp825 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); local
852 Trace.getInstrCycles(CmpConv.Head->getFirstTerminator()).Depth;
854 Trace.getInstrCycles(CmpConv.CmpBB->getFirstTerminator()).Depth;
865 unsigned ResDepth = Trace.getResourceDepth(true);
/external/regex-re2/re2/
H A Dprefilter.cc13 static const int Trace = false; member in namespace:re2
457 if (Trace) {
480 if (Trace) {
507 if (Trace) {
641 if (Trace) {
/external/v8/src/compiler/
H A Dscheduler.cc21 static inline void Trace(const char* msg, ...) { function in namespace:v8::internal::compiler
125 Trace("Create block B%d for #%d:%s\n", block->id(), node->id(),
211 Trace("Connect #%d:%s, B%d -> end\n", node->id(), node->op()->mnemonic(),
214 Trace("Connect #%d:%s, B%d -> B%d\n", node->id(), node->op()->mnemonic(),
284 Trace("Floating control found: #%d:%s\n", node->id(),
299 Trace("---------------- CREATING CFG ------------------\n");
325 Trace("------------ IMMEDIATE BLOCK DOMINATORS -----------\n");
348 Trace("Block %d's idom is %d\n", current_rpo->id(), dominator->id());
372 Trace("Preschedule #%d:%s minimum_rpo = %d\n", node->id(),
393 Trace("Postschedul
[all...]
/external/tinyxml2/
H A Dtinyxml2.h289 void Trace( const char* name ) { function in class:tinyxml2::MemPoolT

Completed in 1075 milliseconds

12