HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 176 - 200 of 447) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/tools/clang/blink_gc_plugin/tests/
trace_collections.h 14 void Trace(Visitor*);
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.h 30 class Trace;
36 CriticalSectionWrapper* critSect, Trace* trace);
100 VideoRenderDirect3D9(Trace* trace, HWND hWnd, bool fullScreen);
205 Trace* _trace;
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
TensorFlowInferenceInterface.java 20 import android.os.Trace;
86 Trace.beginSection("initializeTensorFlow");
87 Trace.beginSection("readGraphDef");
102 Trace.endSection(); // readGraphDef.
110 Trace.endSection(); // initializeTensorFlow.
136 Trace.beginSection("initializeTensorFlow");
137 Trace.beginSection("readGraphDef");
150 Trace.endSection(); // readGraphDef.
157 Trace.endSection(); // initializeTensorFlow.
555 Trace.beginSection("importGraphDef")
    [all...]
  /external/clang/tools/libclang/
CLog.h 43 bool Trace;
58 bool trace = isStackTracingEnabled()) {
60 return new Logger(name, trace);
64 explicit Logger(llvm::StringRef name, bool trace)
65 : Name(name), Trace(trace), LogOS(Msg) { }
  /external/llvm/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /external/perfetto/src/tracing/core/
trace_writer_for_testing.cc 22 #include "perfetto/trace/trace.pb.h"
23 #include "perfetto/trace/trace.pbzero.h"
24 #include "perfetto/trace/trace_packet.pb.h"
25 #include "perfetto/trace/trace_packet.pbzero.h"
51 auto trace = protos::Trace(); local
53 if (!trace.ParseFromArray(buffer.data(), static_cast<int>(buffer.size())))
57 for (const auto& packet : trace.packet())
66 auto trace = GetAllTracePackets(); local
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
30 class Trace {
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
Trace.h 1 //===- llvm/Analysis/Trace.h - Represent one trace of LLVM code -*- C++ -*-===//
10 // This class represents a single trace of LLVM basic blocks. A trace is a
11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
31 class Trace {
37 /// Trace ctor - Make a new trace from a vector of basic blocks,
40 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {
    [all...]
  /external/tensorflow/tensorflow/python/eager/
profiler_test.py 43 profile_pb = trace_events_pb2.Trace()
52 profile_pb = trace_events_pb2.Trace()
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.h 20 #include "webrtc/system_wrappers/include/trace.h"
35 class TraceImpl : public Trace {
67 friend class Trace;
  /external/webrtc/webrtc/voice_engine/
shared_data.cc 15 #include "webrtc/system_wrappers/include/trace.h"
33 Trace::CreateTrace();
56 Trace::ReturnTrace();
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
TFLiteImageClassifier.java 22 import android.os.Trace;
151 Trace.beginSection("recognizeImage");
153 Trace.beginSection("preprocessBitmap");
162 Trace.beginSection("run");
167 Trace.endSection();
193 Trace.endSection(); // "recognizeImage"
  /external/v8/src/regexp/
jsregexp.h 235 friend class Trace;
337 class Trace;
472 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
485 Trace* bounds_check_trace,
486 Trace* trace,
545 // start of the trace) then it cannot be reused. This variable sets a limit
547 // trace and generating generic code for a node that can be reused by flushing
548 // the deferred actions in the current trace and generating a goto
    [all...]
  /external/arm-optimized-routines/test/
mathbench.c 25 static double *Trace;
197 A[i] = Trace[index + i];
204 Af[i] = (float)Trace[index + i];
343 Trace = realloc (Trace, trace_size * sizeof (Trace[0]));
344 if (Trace == NULL)
350 if (fscanf (f, "%lf", Trace + n) != 1)
363 Trace[n] = Trace[i]
    [all...]
  /external/perfetto/src/perfetto_cmd/
packet_writer_unittest.cc 33 #include "perfetto/trace/test_event.pbzero.h"
34 #include "perfetto/trace/trace.pb.h"
35 #include "perfetto/trace/trace_packet.pb.h"
36 #include "perfetto/trace/trace_packet.pbzero.h"
105 protos::Trace trace; local
106 EXPECT_TRUE(trace.ParseFromString(s));
107 EXPECT_EQ(trace.packet().Get(0).for_testing().str(), "abc");
133 protos::Trace trace local
206 protos::Trace trace; local
263 protos::Trace trace; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1)
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 10 // The machine combiner pass uses machine trace metrics to ensure the combined
67 MachineTraceMetrics::Trace BlockTrace);
69 MachineTraceMetrics::Trace BlockTrace);
72 MachineTraceMetrics::Trace BlockTrace,
77 MachineTraceMetrics::Trace BlockTrace,
121 /// \param BlockTrace is a trace of machine instructions
127 MachineTraceMetrics::Trace BlockTrace) {
133 // operands. Use the trace information when possible. For new operands which
149 // Operand is new virtual register not in trace
179 /// case there is a dependent instruction in the same trace (\p BlockTrace
    [all...]
  /external/python/cpython2/Lib/test/
test_trace.py 7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /art/test/990-field-trace/src/art/
Test990.java 197 Trace.disableTracing(Thread.currentThread());
198 Trace.enableFieldTracing(
205 Trace.watchAllFieldAccesses();
206 Trace.watchAllFieldModifications();
223 Trace.disableTracing(Thread.currentThread());
  /art/test/991-field-trace-2/src/art/
Test991.java 28 static FieldTracer TRACE = null;
106 if (TRACE != null) {
107 TRACE.notifyFieldModify(m, location, f_klass, target, f, value);
113 if (TRACE != null) {
114 TRACE.notifyFieldAccess(m, location, f_klass, target, f);
126 FieldTracer tmp = TRACE;
127 TRACE = null;
129 TRACE = tmp;
163 FieldTracer tmp = TRACE;
164 TRACE = null
    [all...]
  /cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
SurfacePixelValidator2.java 27 import android.os.Trace;
58 Trace.beginSection("Read buffer");
66 Trace.endSection();
  /art/test/044-proxy/src/
BasicTest.java 53 Trace trace = (Trace) proxy; local
54 trace.getTrace();
57 int unusedHashCode = ((Object)trace).hashCode();
58 boolean unusedEquals = ((Object)trace).equals(trace);
59 String unusedString = ((Object)trace).toString();
99 Quads.class, Colors.class, Trace.class);
158 interface Trace {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc 23 #include "webrtc/system_wrappers/include/trace.h"
178 Trace::ReturnTrace();
251 Trace::CreateTrace();
252 Trace::SetTraceFile(
262 Trace::CreateTrace();
263 Trace::SetTraceFile(
326 Trace::ReturnTrace();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-converter.cpp 1 //===- xray-converter.cpp: XRay Trace Conversion --------------------------===//
10 // Implements the trace conversion functions.
25 #include "llvm/XRay/Trace.h"
33 static cl::SubCommand Convert("convert", "Trace Format Conversion");
43 "Output in chrome's trace event format. "
44 "May be visualized with the Catapult trace viewer.")),
84 void TraceConverter::exportAsYAML(const Trace &Records, raw_ostream &OS) {
85 YAMLXRayTrace Trace;
87 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
89 Trace.Records.reserve(Records.size())
    [all...]
  /external/u-boot/lib/zlib/
zutil.h 103 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
110 # define Trace(x)

Completed in 531 milliseconds

1 2 3 4 5 6 78 91011>>