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

1 2 34 5 6 7 8 91011>>

  /cts/hostsidetests/atrace/AtraceTestApp/src/com/android/cts/atracetestapp/
AtraceTestAppActivity.java 26 import android.os.Trace;
38 Trace.beginAsyncSection("AtraceActivity::created", 1);
48 Trace.beginAsyncSection("AtraceActivity::started", 1);
54 Trace.beginAsyncSection("AtraceActivity::resumed", 1);
61 Trace.endAsyncSection("AtraceActivity::resumed", 1);
67 Trace.endAsyncSection("AtraceActivity::started", 1);
74 Trace.endAsyncSection("AtraceActivity::created", 1);
95 Trace.beginSection("MyView::onDraw");
96 Trace.setCounter("MyView::drawCount", ++sDrawCount);
98 Trace.endSection()
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/tests/
destructor_eagerly_finalized.h 14 void Trace(Visitor*) { }
23 void Trace(Visitor*);
37 void Trace(Visitor*);
fields_require_tracing.h 18 void Trace(Visitor*);
27 void Trace(Visitor*);
38 void Trace(Visitor*);
stack_allocated.h 23 // Redundant trace() method, warning/error expected.
24 void Trace(Visitor* visitor) { visitor->Trace(m_obj); }
32 void Trace(Visitor*);
class_requires_trace_method.h 27 virtual void Trace(Visitor*) override;
37 virtual void Trace(Visitor*) override;
47 virtual void Trace(Visitor*) override;
54 virtual void Trace(Visitor*) override;
destructor_in_nonfinalized_class.h 15 void Trace(Visitor*);
inner_class.h 16 void Trace(Visitor*);
part_object_to_gc_derived_class.h 16 void Trace(Visitor*);
persistent_no_trace.h 14 void Trace(Visitor*);
trace_after_dispatch.cpp 11 void A::Trace(Visitor* visitor)
32 visitor->Trace(m_a);
34 // Also check that calling Trace does not count.
35 A::Trace(visitor);
40 // Missing visitor->Trace(m_a);
46 visitor->Trace(m_a);
trace_after_dispatch_impl.cpp 9 void TraceAfterDispatchInlinedBase::Trace(Visitor* visitor) {
23 void TraceAfterDispatchExternBase::Trace(Visitor* visitor) {
33 visitor->Trace(x_base_);
37 visitor->Trace(x_derived_);
trace_templated_super.h 16 virtual void Trace(Visitor*) override { }
23 virtual void Trace(Visitor*) override;
33 virtual void Trace(Visitor* visitor) override;
40 virtual void Trace(Visitor*) override;
class_requires_trace_method_tmpl.h 21 void Trace(Visitor* visitor) { visitor->Trace(m_obj); }
cycle_sub.h 19 virtual void Trace(Visitor*) {}
24 virtual void Trace(Visitor*);
garbage_collected_mixin.h 14 virtual void Trace(Visitor*) override;
22 virtual void Trace(Visitor*) override;
ignore_class.h 14 // Don't require Trace method on ignored class.
25 virtual void Trace(Visitor*);
33 void Trace(Visitor*);
register_weak_members_template.h 14 void Trace(Visitor* visitor) {}
19 void Trace(Visitor* visitor) {
trace_after_dispatch_impl_error.cpp 9 inline void TraceAfterDispatchInlinedBase::Trace(Visitor* visitor) {
24 void TraceAfterDispatchExternBase::Trace(Visitor* visitor) {
35 // No Trace call.
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 18 #include "webrtc/system_wrappers/include/trace.h"
29 Trace::CreateTrace();
31 ASSERT_EQ(0, Trace::SetTraceFile(trace_file.c_str()));
33 static void TearDownTestCase() { Trace::ReturnTrace(); }
  /external/webrtc/webrtc/system_wrappers/include/
trace.h 11 * Note: All log messages will be written to the same trace file.
25 // Disable all TRACE macros. The LOG macro is still functional.
26 #define WEBRTC_TRACE true ? (void) 0 : Trace::Add
28 #define WEBRTC_TRACE Trace::Add
31 class Trace {
33 // The length of the trace text preceeding the log message.
35 // The position of the timestamp text within a trace.
40 // Increments the reference count to the trace.
42 // Decrements the reference count to the trace.
44 // Note: any instance that writes to the trace file should increment an
    [all...]
  /external/llvm/lib/Analysis/
Trace.cpp 1 //===- Trace.cpp - Implementation of Trace class --------------------------===//
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
18 #include "llvm/Analysis/Trace.h"
24 Function *Trace::getFunction() const {
28 Module *Trace::getModule() const {
32 /// print - Write trace to output stream
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Trace.cpp 1 //===- Trace.cpp - Implementation of Trace class --------------------------===//
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
18 #include "llvm/Analysis/Trace.h"
28 Function *Trace::getFunction() const {
32 Module *Trace::getModule() const {
36 /// print - Write trace to output stream
    [all...]
  /external/swiftshader/src/D3D8/
Debug.hpp 31 struct Trace
33 Trace(const char *format, ...)
55 ~Trace()
64 #define TRACE(format, ...) Trace UNIQUE_IDENTIFIER(_tracer_)("[0x%0.8X]%s("format")\n", this, __FUNCTION__, __VA_ARGS__)
65 #define GTRACE(format, ...) Trace("%s("format")\n", __FUNCTION__, __VA_ARGS__)
67 #define TRACE(...) ((void)0)
72 #define ASSERT(expression) {if(!(expression)) Trace("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); assert(expression);}
78 #define UNIMPLEMENTED() {Trace("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); ASSERT(false);}
88 Trace("\t! No interface {0x%0.8X, 0x%0.4X, 0x%0.4X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X (…)
    [all...]
  /external/swiftshader/src/D3D9/
Debug.hpp 31 struct Trace
33 Trace(const char *format, ...)
55 ~Trace()
64 #define TRACE(format, ...) Trace UNIQUE_IDENTIFIER(_tracer_)("[0x%0.8X]%s("format")\n", this, __FUNCTION__, __VA_ARGS__)
65 #define GTRACE(format, ...) Trace("%s("format")\n", __FUNCTION__, __VA_ARGS__)
67 #define TRACE(...) ((void)0)
72 #define ASSERT(expression) {if(!(expression)) Trace("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); assert(expression);}
78 #define UNIMPLEMENTED() {Trace("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); ASSERT(false);}
88 Trace("\t! No interface {0x%0.8X, 0x%0.4X, 0x%0.4X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X, 0x%0.2X (…)
    [all...]
  /external/perfetto/protos/perfetto/trace/
trace.proto 20 import "perfetto/trace/trace_packet.proto";
24 message Trace {
28 // the use case of a trace being saved to a file. There are other cases
30 // in a Trace proto. Nothing should ever rely on the full trace, all the

Completed in 845 milliseconds

1 2 34 5 6 7 8 91011>>