HomeSort by relevance Sort by last modified time
    Searched refs:Trace (Results 101 - 125 of 875) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/tools/clang/blink_gc_plugin/tests/
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*);
traceimpl_error.cpp 9 void TraceImplExternWithUntracedMember::Trace(Visitor* visitor) {
19 void TraceImplExternWithUntracedBase::Trace(Visitor* visitor) {
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;
member_in_offheap_class.h 16 void Trace(Visitor*);
33 void Trace(Visitor*);
41 void Trace(Visitor*);
  /frameworks/base/core/java/android/app/
ApplicationLoaders.java 21 import android.os.Trace;
72 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, zip);
78 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
80 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, "setLayerPaths");
83 Trace.traceEnd(Trace.TRACE_TAG_ACTIVITY_MANAGER);
89 Trace.traceBegin(Trace.TRACE_TAG_ACTIVITY_MANAGER, zip)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
Tracer.java 19 import android.os.Trace;
34 Trace.beginSection(mName);
38 Trace.endSection();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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...]
  /packages/apps/Dialer/java/com/android/incallui/
InCallServiceImpl.java 22 import android.os.Trace;
53 Trace.beginSection("InCallServiceImpl.onCallAudioStateChanged");
55 Trace.endSection();
60 Trace.beginSection("InCallServiceImpl.onBringToForeground");
62 Trace.endSection();
67 Trace.beginSection("InCallServiceImpl.onCallAdded");
69 Trace.endSection();
74 Trace.beginSection("InCallServiceImpl.onCallRemoved");
78 Trace.endSection();
83 Trace.beginSection("InCallServiceImpl.onCanAddCallChanged")
    [all...]
  /frameworks/base/services/core/java/com/android/server/
SystemServiceManager.java 22 import android.os.Trace;
88 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "StartService " + name);
116 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER);
148 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "OnBootPhase " + phase);
153 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, service.getClass().getName());
163 Trace.traceEnd(Trace.TRACE_TAG_SYSTEM_SERVER)
    [all...]

Completed in 1262 milliseconds

1 2 3 45 6 7 8 91011>>