/external/v8/tools/clang/blink_gc_plugin/tests/ |
virtual_and_trace_after_dispatch.cpp | 11 void A::Trace(Visitor* visitor) 26 visitor->Trace(m_a);
|
class_requires_finalization_mixin.h | 17 virtual void Trace(Visitor*) override; 25 virtual void Trace(Visitor*) override; 35 virtual void Trace(Visitor*) override; 44 virtual void Trace(Visitor*) override; 54 virtual void Trace(Visitor*) override;
|
trace_after_dispatch_impl.h | 14 void Trace(Visitor*) {} 26 void Trace(Visitor*); 28 void TraceAfterDispatch(Visitor* visitor) { visitor->Trace(x_base_); } 40 visitor->Trace(x_derived_); 53 void Trace(Visitor* visitor);
|
member_in_offheap_class.h | 16 void Trace(Visitor*); 34 void Trace(Visitor*); 42 void Trace(Visitor*);
|
crash_on_invalid.h | 21 void Trace(Visitor *);
|
finalize_after_dispatch.cpp | 11 void A::Trace(Visitor* visitor) 47 visitor->Trace(m_a); 53 visitor->Trace(m_a); 59 visitor->Trace(m_a);
|
finalize_after_dispatch.h | 14 void Trace(Visitor*); 21 void Trace(Visitor*); 28 void Trace(Visitor*) { }; 35 void Trace(Visitor*);
|
ref_ptr_to_gc_managed_class.h | 22 void Trace(Visitor*);
|
destructor_access_finalized_field.h | 22 void Trace(Visitor*); 33 void Trace(Visitor*);
|
ignore_fields.h | 14 virtual void Trace(Visitor*) { } 24 // Don't require Trace method when (all) GC fields are ignored. 34 void Trace(Visitor*);
|
left_most_gc_base.h | 23 virtual void Trace(Visitor*); 30 virtual void Trace(Visitor*);
|
fields_illegal_tracing.h | 22 void Trace(Visitor* visitor) 35 void Trace(Visitor*); 47 void Trace(Visitor*);
|
trace_after_dispatch_impl_error.h | 14 void Trace(Visitor*) {} 26 void Trace(Visitor*); 29 // No Trace call; should get a warning. 42 // No Trace call (for member and base class). 54 void Trace(Visitor* visitor);
|
/frameworks/base/apct-tests/perftests/core/src/android/os/ |
TracePerfTest.java | 51 Assert.assertTrue(Trace.isEnabled()); 58 Trace.isEnabled(); 66 Trace.beginSection("testBeginEndSection"); 67 Trace.endSection(); 75 Trace.beginAsyncSection("testAsyncBeginEnd", 42); 76 Trace.endAsyncSection("testAsyncBeginEnd", 42); 84 Trace.setCounter("testCounter", 123);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
Tracer.java | 19 import android.os.Trace; 34 Trace.beginSection(mName); 38 Trace.endSection();
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/ |
Tracer.java | 19 import android.os.Trace; 34 Trace.beginSection(mName); 38 Trace.endSection();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
Trace.h | 1 //===- Trace.h - XRay Trace Abstraction -----------------------------------===// 10 // Defines the XRay Trace class representing records in an XRay trace file. 27 /// A Trace object represents the records that have been loaded from XRay 29 /// reading the traces in factory functions that populate the Trace object 32 /// Trace objects provide an accessor to an XRayFileHeader which says more about 33 /// details of the file from which the XRay trace was loaded from. 39 /// // T.getFileHeader() will provide information from the trace header. 47 class Trace { [all...] |
/cts/tests/openglperf2/jni/ |
Trace.h | 17 // #define TRACE 19 #ifdef TRACE 21 #include <utils/Trace.h>
|
/external/llvm/lib/Target/Hexagon/ |
RDFCopy.h | 25 Trace(false) {} 29 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::CopyPropagation 30 bool trace() const { return Trace; } function in struct:llvm::rdf::CopyPropagation 39 bool Trace;
|
/external/webrtc/webrtc/system_wrappers/source/ |
logcat_trace_context.cc | 45 webrtc::Trace::CreateTrace(); 46 if (webrtc::Trace::SetTraceCallback(this) != 0) 51 if (webrtc::Trace::SetTraceCallback(NULL) != 0) 53 webrtc::Trace::ReturnTrace();
|
logging_unittest.cc | 18 #include "webrtc/system_wrappers/include/trace.h" 30 length - Trace::kBoilerplateLength - 1) { 32 EXPECT_EQ(expected_log_.str(), &msg[Trace::kBoilerplateLength]); 47 Trace::CreateTrace(); 48 Trace::SetTraceCallback(this); 52 Trace::SetTraceCallback(NULL); 53 Trace::ReturnTrace();
|
/external/syzkaller/vendor/golang.org/x/net/trace/ |
trace_go16.go | 7 package trace package 12 // and associates it with a Trace. 13 func NewContext(ctx context.Context, tr Trace) context.Context { 17 // FromContext returns the Trace bound to the context, if any. 18 func FromContext(ctx context.Context) (tr Trace, ok bool) { 19 tr, ok = ctx.Value(contextKey).(Trace)
|
trace_go17.go | 7 package trace package 12 // and associates it with a Trace. 13 func NewContext(ctx context.Context, tr Trace) context.Context { 17 // FromContext returns the Trace bound to the context, if any. 18 func FromContext(ctx context.Context) (tr Trace, ok bool) { 19 tr, ok = ctx.Value(contextKey).(Trace)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
RDFCopy.h | 35 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::CopyPropagation 36 bool trace() const { return Trace; } function in struct:llvm::rdf::CopyPropagation 47 bool Trace = false;
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_trace.h | 46 BufferedStackTrace stack0; // Start stack for the trace. 50 u64 epoch0; // Start epoch for the trace. 56 struct Trace { 67 Trace()
|