/third_party/grpc/src/core/lib/gprpp/ |
D | dual_ref_counted.h | 74 if (trace_ != nullptr) { in Unref() 75 gpr_log(GPR_INFO, "%s:%p unref %d -> %d, weak_ref %d -> %d", trace_, this, in Unref() 92 if (trace_ != nullptr) { in Unref() 94 trace_, this, location.file(), location.line(), strong_refs, in Unref() 116 if (trace_ != nullptr) { in RefIfNonZero() 118 trace_, this, strong_refs, strong_refs + 1, weak_refs); in RefIfNonZero() 135 if (trace_ != nullptr) { in RefIfNonZero() 138 trace_, this, location.file(), location.line(), strong_refs, in RefIfNonZero() 169 const char* trace = trace_; in WeakUnref() 191 const char* trace = trace_; in WeakUnref() [all …]
|
D | ref_counted.h | 65 trace_(trace), in trace_() function 74 if (trace_ != nullptr) { 75 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, 85 if (trace_ != nullptr) { 87 trace_, this, location.file(), location.line(), prior, prior + n, 102 if (trace_ != nullptr) { in RefNonZero() 103 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, in RefNonZero() 114 if (trace_ != nullptr) { in RefNonZero() 116 trace_, this, location.file(), location.line(), prior, prior + 1, in RefNonZero() 130 if (trace_ != nullptr) { in RefIfNonZero() [all …]
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | client_channel_channelz.h | 51 trace_.AddTraceEvent(severity, data); in AddTraceEvent() 56 trace_.AddTraceEventWithReference(severity, data, in AddTraceEventWithReference() 69 ChannelTrace trace_; variable
|
D | client_channel_channelz.cc | 37 trace_(channel_tracer_max_nodes) {} in SubchannelNode() 63 Json trace_json = trace_.RenderJson(); in RenderJson()
|
/third_party/grpc/src/core/lib/channel/ |
D | channelz.h | 186 trace_.AddTraceEvent(severity, data); in AddTraceEvent() 191 trace_.AddTraceEventWithReference(severity, data, in AddTraceEventWithReference() 218 ChannelTrace trace_; variable 251 trace_.AddTraceEvent(severity, data); in AddTraceEvent() 256 trace_.AddTraceEventWithReference(severity, data, in AddTraceEventWithReference() 265 ChannelTrace trace_; variable
|
D | channelz.cc | 147 trace_(channel_tracer_max_nodes) {} in ChannelNode() 181 Json trace_json = trace_.RenderJson(); in RenderJson() 254 : BaseNode(EntityType::kServer, ""), trace_(channel_tracer_max_nodes) {} in ServerNode() 308 Json trace_json = trace_.RenderJson(); in RenderJson()
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftdebug.h | 54 #define FT_TRACE_DEF( x ) trace_ ## x , 89 #define FT_TRACE_COMP_( x ) trace_ ## x
|
/third_party/freetype/include/freetype/internal/ |
D | ftdebug.h | 56 #define FT_TRACE_DEF( x ) trace_ ## x , 91 #define FT_TRACE_COMP_( x ) trace_ ## x
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftdebug.h | 71 #define FT_TRACE_DEF( x ) trace_ ## x , 157 #define FT_TRACE_COMP_( x ) trace_ ## x
|
/third_party/skia/platform_tools/android/apps/skottie/ |
D | run_perf.sh | 56 mv trace out/trace_${renderer_names[${renderer}]}_${file}_${testnames[$file]}
|
/third_party/grpc/test/core/channel/ |
D | channel_trace_test.cc | 50 ChannelTrace* trace() const { return &node_->trace_; } in trace()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | evaluator.h | 251 std::vector<AbstractBasePtrList> trace_; variable
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | performance_overlay.dart | 67 /// directory in this form "trace_<collection_time>.skp". These can
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog | 1665 Don't use `trace_' prefix for FT_COMPONENT arguments. 1668 FT_TRACE_COMP_): New auxiliary macros to add `trace_' prefix.
|
/third_party/freetype/ |
D | ChangeLog | 3582 Don't use `trace_' prefix for FT_COMPONENT arguments. 3585 FT_TRACE_COMP_): New auxiliary macros to add `trace_' prefix.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 6331 Don't use `trace_' prefix for FT_COMPONENT arguments. 6334 FT_TRACE_COMP_): New auxiliary macros to add `trace_' prefix.
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1266 + ProcessBacktrace(trace_, count_, prefix_string, &handler); 1279 + ProcessBacktrace(trace_, count_, prefix_string, &handler); 1296 + uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1;
|