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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/native/
dalvik_system_VMDebug.cc 49 #include "trace.h"
56 "method-trace-profiling",
57 "method-trace-profiling-streaming",
95 Trace::StartDDMS(bufferSize,
97 samplingEnabled ? Trace::TraceMode::kSampling : Trace::TraceMode::kMethodTracing,
114 "Trace fd is invalid: %d",
130 Trace::TraceOutputMode outputMode = streamingOutput
131 ? Trace::TraceOutputMode::kStreaming
132 : Trace::TraceOutputMode::kFile
    [all...]
  /external/python/cpython3/Lib/test/
test_trace.py 8 import trace
9 from trace import Trace
106 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
181 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
199 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
224 self.tracer = Trace(count=0, trace=0, countfuncs=1
    [all...]
  /external/freetype/src/gzip/
zutil.h 190 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
197 # define Trace(x)
  /external/opencensus-java/
CHANGELOG.md 9 - Add OpenCensus Java OC-Agent Trace Exporter.
72 - Add Jaeger trace exporter.
83 - Makes the trace and span ID fields mandatory in binary format.
104 - Rename trace exporters that have inconsistent naming. Exporters with legacy
110 - Instana Trace Exporter.
122 - Increase trace exporting interval to 5s.
148 - OpenCensus Stackdriver Trace Exporter is updated to use Stackdriver Trace V2
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFLiveness.h 98 void trace(bool T) { Trace = T; } function in struct:llvm::rdf::Liveness
109 bool Trace = false;
  /external/tensorflow/tensorflow/core/profiler/lib/
profiler_session.cc 70 profiler::Trace* trace,
73 auto trace_devices = trace->mutable_devices();
101 auto* event = trace->add_trace_events();
147 profiler::Trace trace; local
149 ConvertRunMetadataToTraceEvent(&run_metadata, &trace, start_time_micros_);
151 trace.SerializeToString(content);
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 57 // The trace() method is used by Oilpan, but we plan to tweak the Oilpan's
59 void Trace() {}
67 // Static begin/end/trace don't count, and should be renamed.
70 static void Trace() {}
  /external/libpng/contrib/gregbook/
rpng2-x.c 41 unexpected-EOF and file-read-error cases; fixed Trace() cut-and-
159 /* #define DEBUG */ /* this enables the Trace() macros */
543 Trace((stderr, "about to call XOpenDisplay()\n"))
601 Trace((stderr, "about to call readpng2_decode_data()\n"))
604 Trace((stderr, "done with readpng2_decode_data()\n"))
608 Trace((stderr, "done decoding PNG image\n"))
633 Trace((stderr, "about to call readpng2_cleanup()\n"))
645 Trace((stderr, "entering -loop loop (FEATURE_LOOP)\n"))
742 Trace((stderr, "entering final wait-for-quit-event loop\n"))
759 Trace((stderr, "about to call rpng2_x_cleanup()\n")
    [all...]
readppm.c 157 Trace((stderr, "readpng_get_image: rowbytes = %ld, height = %ld\n", rowbytes, height));
rpng2-win.c 146 /* #define DEBUG */ /* this enables the Trace() macros */
577 Trace((stderr, "about to call readpng2_decode_data()\n"))
580 Trace((stderr, "done with readpng2_decode_data()\n"))
584 Trace((stderr, "done decoding PNG image\n"))
609 Trace((stderr, "about to call readpng2_cleanup()\n"))
628 Trace((stderr, "about to call rpng2_win_cleanup()\n"))
647 Trace((stderr, "beginning rpng2_win_init()\n"))
648 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
649 Trace((stderr, " width = %ld\n", rpng2_info.width))
650 Trace((stderr, " height = %ld\n", rpng2_info.height)
    [all...]
  /cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp 17 #include <Trace.h>
  /cts/tests/openglperf2/jni/reference/
ReferenceRenderer.cpp 23 #include <Trace.h>
  /external/bcc/examples/lua/
uprobe-tailkt.lua 17 -- Trace operations on keys matching given pattern in KyotoTycoon daemon.
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Cloning.h 40 class Trace;
  /external/syzkaller/vendor/google.golang.org/grpc/
trace.go 29 "golang.org/x/net/trace"
32 // EnableTracing controls whether to trace RPCs using the golang.org/x/net/trace package.
36 // methodFamily returns the trace family for the given method.
51 tr trace.Trace
55 // firstLine is the first line of an RPC trace.
  /external/tensorflow/tensorflow/core/profiler/rpc/client/
trace_events_to_json_test.cc 29 Trace trace; local
30 ::tensorflow::protobuf::TextFormat::ParseFromString(trace_str, &trace);
31 return TraceEventsToJson(trace);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
CameraActivity.java 37 import android.os.Trace;
175 Trace.beginSection("imageAvailable");
211 Trace.endSection();
214 Trace.endSection();
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
CameraActivity.java 37 import android.os.Trace;
173 Trace.beginSection("imageAvailable");
209 Trace.endSection();
212 Trace.endSection();
  /frameworks/av/services/oboeservice/
AAudioMixer.cpp 24 #include <utils/Trace.h>
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 289 void Trace(const T&);
296 virtual void Trace(Visitor*) { }
301 static void Trace(Visitor*, T*);
  /art/test/989-method-trace-throw/src/art/
Test989.java 59 Trace.disableTracing(Thread.currentThread());
161 Trace.disableTracing(Thread.currentThread());
173 Trace.enableMethodTracing(
182 Trace.disableTracing(Thread.currentThread());
277 Trace.disableTracing(Thread.currentThread());
  /external/v8/src/regexp/
jsregexp.cc 791 // manipulation in an object called the Trace. The Trace object can record a
794 // to be emitted it can flush the Trace or update it. Flushing the Trace
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
Trace.cpp 1 //===- Trace.cpp - XRay Trace Loading implementation. ---------------------===//
13 #include "llvm/XRay/Trace.h"
653 YAMLXRayTrace Trace;
655 In >> Trace;
659 FileHeader.Version = Trace.Header.Version;
660 FileHeader.Type = Trace.Header.Type;
661 FileHeader.ConstantTSC = Trace.Header.ConstantTSC;
662 FileHeader.NonstopTSC = Trace.Header.NonstopTSC;
663 FileHeader.CycleFrequency = Trace.Header.CycleFrequency
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 439 if (Trace) {
508 if (Trace) {
576 if (Trace) {
619 if (Trace) {
634 if (Trace) {
810 if (Trace) {
824 if (Trace) {
888 if (Trace) {
907 if (Trace) {
920 if (Trace) {
    [all...]
BitTracker.cpp 173 : Trace(false), ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType) {}
787 if (Trace)
804 if (Trace)
807 if (Trace)
814 if (Trace)
821 if (Trace)
830 if (Trace) {
841 if (Trace && Eval) {
919 if (Trace)
929 if (Trace)
    [all...]

Completed in 1514 milliseconds

1 2 3 4 5 6 7 8 91011>>