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

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
PixelChecker.java 20 import android.os.Trace;
46 Trace.beginSection("compare and sum");
83 Trace.endSection();
SurfacePixelValidator.java 24 import android.os.Trace;
67 Trace.beginSection("consume buffer");
69 Trace.endSection();
71 Trace.beginSection("compare and sum");
73 Trace.endSection();
RectChecker.java 20 import android.os.Trace;
66 Trace.beginSection("check");
107 Trace.endSection();
  /external/pdfium/xfa/fxfa/parser/
cxfa_config.cpp 13 {XFA_Element::Trace, 1, 0},
  /external/skia/src/gpu/vk/
GrVkResource.h 49 class Trace {
51 ~Trace() {
167 static Trace* GetTrace() {
168 static Trace kTrace;
  /external/skqp/src/gpu/vk/
GrVkResource.h 49 class Trace {
51 ~Trace() {
167 static Trace* GetTrace() {
168 static Trace kTrace;
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
TFLiteObjectDetectionAPIModel.java 22 import android.os.Trace;
151 Trace.beginSection("recognizeImage");
153 Trace.beginSection("preprocessBitmap");
174 Trace.endSection(); // preprocessBitmap
177 Trace.beginSection("feed");
189 Trace.endSection();
192 Trace.beginSection("run");
194 Trace.endSection();
217 Trace.endSection(); // "recognizeImage"
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
functions-expected.cc 37 // Same for trace() and friends.
38 void Trace() {}
  /external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer.h 21 class Trace;
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 21 #include "webrtc/system_wrappers/include/trace.h"
27 // Counter to be ensure that we can add a correct ID in all static trace
90 uint32_t oldFilter = Trace::level_filter();
91 Trace::set_level_filter(filter);
103 int ret = Trace::SetTraceFile(fileNameUTF8, addFileCounter);
115 return (Trace::SetTraceCallback(callback));
  /art/test/1941-dispose-stress/src/art/
Test1941.java 66 Trace.enableSingleStepTracing(Test1941.class,
77 Trace.disableTracing(null);
  /art/test/997-single-step/src/art/
Test997.java 70 Trace.enableSingleStepTracing(Test997.class,
80 Trace.disableTracing(Thread.currentThread());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Simple.py 33 Trace = Tracing('Trace', (), {})
35 class MyTracedClass(Trace):
  /external/libpng/contrib/gregbook/
readpng2.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
writepng.h 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
69 # define Trace(x) ;
  /external/python/cpython2/Demo/metaclasses/
Simple.py 33 Trace = Tracing('Trace', (), {})
35 class MyTracedClass(Trace):
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 18 // by looking at a trace through the current basic block.
20 // For every block, the MachineTraceMetrics pass will pick a preferred trace
21 // that passes through the block. The trace is chosen based on loop structure,
25 // It is expensive to compute a full arbitrary trace for every block, so to
31 // Traces tend to align with loops. The trace through a block in an inner loop
33 // nested loops, the trace may begin and end at those instead.
35 // For each trace, we compute the critical path length, which is the number of
36 // cycles required to execute the trace when execution is limited by data
38 // of cycles required to execute all instructions in the trace when ignoring
98 friend class Trace;
    [all...]
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 45 #include "trace.h"
332 if (Trace::GetMethodTracingMode() != TracingMode::kTracingInactive) {
333 Trace::TraceOutputMode output_mode = Trace::GetOutputMode();
334 Trace::TraceMode trace_mode = Trace::GetMode();
335 size_t buffer_size = Trace::GetBufferSize();
338 Trace::Abort();
342 if (output_mode == Trace::TraceOutputMode::kStreaming) {
359 std::string trace_file = StringPrintf("/data/misc/trace/%s.trace.bin", proc_name.c_str())
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java 23 import android.os.Trace;
163 Trace.beginSection("TEST BEGIN");
165 Trace.endSection();
175 Trace.beginSection("swapbuf " + frameNum);
177 Trace.endSection();
309 Trace.beginSection("TEST BEGIN fd=" + frameDelay);
311 Trace.endSection();
375 Trace.beginSection("swapbuf " + mCurFrame);
377 Trace.endSection();
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.h 38 RAI(g.getRAI()), MRI(mri), Empty(), Trace(false) {}
61 void trace(bool T) { Trace = T; } function in struct:llvm::rdf::Liveness
72 bool Trace;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
YAMLXRayRecord.h 92 static void mapping(IO &IO, xray::YAMLXRayTrace &Trace) {
93 // A trace file contains two parts, the header and the list of all the
94 // trace records.
95 IO.mapRequired("header", Trace.Header);
96 IO.mapRequired("records", Trace.Records);
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.h 114 CodeNode(TFMultiGraphNode* node, const CallStack::Trace* trace,
116 : ShowMultiNode(node), trace_(trace), suffix_(suffix) {}
119 CodeNode* AddChildren(const string& name, const CallStack::Trace* trace,
129 child->reset(new CodeNode(graph_children_.back().get(), trace, suffix));
144 const CallStack::Trace* trace_;
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 34 const int Trace::kBoilerplateLength = 71;
35 const int Trace::kTimestampPosition = 13;
36 const int Trace::kTimestampLength = 12;
37 volatile int Trace::level_filter_ = kTraceDefault;
529 void Trace::CreateTrace() {
534 void Trace::ReturnTrace() {
539 int32_t Trace::TraceFile(char file_name[FileWrapper::kMaxFileNameSize]) {
540 TraceImpl* trace = TraceImpl::GetTrace(); local
541 if (trace) {
542 int ret_val = trace->TraceFileImpl(file_name)
562 TraceImpl* trace = TraceImpl::GetTrace(); local
572 TraceImpl* trace = TraceImpl::GetTrace(); local
583 TraceImpl* trace = TraceImpl::GetTrace(level); local
    [all...]
  /external/v8/src/heap/
embedder-tracing.cc 43 bool LocalEmbedderHeapTracer::Trace(double deadline) {
  /external/v8/tools/clang/blink_gc_plugin/tests/
trace_after_dispatch.h 14 void Trace(Visitor*);

Completed in 679 milliseconds

1 2 3 4 5 67 8 91011>>