/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | gen_restricted_traces.py | 176 def get_angledata_filename(trace): argument 227 def contains_string(trace, string): argument 237 def contains_context_version(trace): argument 242 def contains_colorspace(trace): argument 247 def json_metadata_exists(trace): argument 251 def get_trace_info(trace): argument 286 def get_context(trace): argument 315 def get_header_name(trace): argument
|
D | retrace_restricted_traces.py | 32 def src_trace_path(trace): argument 37 def context_header(trace, trace_path): argument 49 def get_num_frames(trace): argument 67 def get_trace_metadata(trace): argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 56 const std::string& trace, in ResultsToString() 73 const std::string& trace, in PrintResultsImpl() 91 const std::string& trace, in PrintResult() 107 const std::string& trace, in PrintResult() 124 const std::string& trace, in AppendResult() 141 const std::string& trace, in PrintResult() 158 const std::string& trace, in AppendResult() 174 const std::string& trace, in PrintResultMeanAndError() 185 const std::string& trace, in AppendResultMeanAndError() 195 const std::string& trace, in PrintResultList() [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | perf_test.cc | 56 const std::string &trace, in ResultsToString() 73 const std::string &trace, in PrintResultsImpl() 94 const std::string &trace, in PrintResult() 105 const std::string &trace, in PrintResult() 117 const std::string &trace, in AppendResult() 128 const std::string &trace, in PrintResult() 140 const std::string &trace, in AppendResult() 151 const std::string &trace, in PrintResultMeanAndError() 162 const std::string &trace, in AppendResultMeanAndError() 173 const std::string &trace, in PrintResultList() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | wpabuf.c | 33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local 51 struct wpabuf_trace *trace; in wpabuf_resize() local 116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc() local 138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc_ext_data() local 185 struct wpabuf_trace *trace; in wpabuf_free() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | wpabuf.c | 33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local 51 struct wpabuf_trace *trace; in wpabuf_resize() local 116 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc() local 138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + in wpabuf_alloc_ext_data() local 185 struct wpabuf_trace *trace; in wpabuf_free() local
|
/third_party/boost/libs/move/test/ |
D | copy_elision_test.cpp | 96 struct trace struct 98 trace(char const* name) in trace() function 104 ~trace() in ~trace() argument 114 trace t("sink"); in sink() argument
|
/third_party/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 65 trace_(trace), in trace_() argument 160 auto* trace = trace_; in Unref() local 177 auto* trace = trace_; in Unref() local 318 : refs_(initial_refcount, trace) {} in refs_() argument
|
/third_party/python/Tools/unicode/ |
D | makeunicodedata.py | 114 def maketables(trace=0): argument 136 def makeunicodedata(unicode, trace): argument 389 def makeunicodetype(unicode, trace): argument 602 def makeunicodename(unicode, trace): argument 1244 def dump(self, file, trace): argument 1260 def dump(self, file, trace=0): argument 1298 def splitbins(t, trace=0): argument
|
/third_party/node/test/parallel/ |
D | test-http-many-ended-pipelines.js | 26 const trace = console.trace; constant 27 console.trace = function() { function
|
D | test-buffer-constructor-deprecation-error.js | 15 Error.prepareStackTrace = (err, trace) => new Buffer(10); argument
|
D | test-error-prepare-stack-trace.js | 10 Error.prepareStackTrace = (_error, trace) => { argument
|
/third_party/python/Lib/sqlite3/test/ |
D | hooks.py | 209 def trace(statement): function 222 def trace(statement): function 236 def trace(statement): function 249 def trace(statement): function
|
/third_party/typescript/tests/baselines/reference/ |
D | destructuringEvaluationOrder(target=es2015).js | 3 let trace: any[] = []; variable 37 let trace = []; variable
|
D | destructuringEvaluationOrder(target=es5).js | 3 let trace: any[] = []; variable 37 var trace = []; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFCopy.h | 34 void trace(bool On) { Trace = On; } in trace() function 35 bool trace() const { return Trace; } in trace() function
|
D | RDFDeadCode.h | 40 void trace(bool On) { Trace = On; } in trace() function 41 bool trace() const { return Trace; } in trace() function
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
D | DawnPerfTest.cpp | 360 void DawnPerfTestBase::PrintPerIterationResultFromSeconds(const std::string& trace, in PrintPerIterationResultFromSeconds() 380 void DawnPerfTestBase::PrintResult(const std::string& trace, in PrintResult() 387 void DawnPerfTestBase::PrintResult(const std::string& trace, in PrintResult() 394 void DawnPerfTestBase::PrintResultImpl(const std::string& trace, in PrintResultImpl()
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | flow_control.cc | 193 FlowControlTrace trace("t updt sent", this, nullptr); in MaybeSendUpdate() local 223 FlowControlTrace trace(" data recv", tfc_, this); in RecvData() local 266 FlowControlTrace trace("s updt sent", tfc_, this); in MaybeSendUpdate() local 278 FlowControlTrace trace("app st recv", tfc_, this); in IncomingByteStreamUpdate() local
|
/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/ |
D | arm_rotation2quaternion_f32.c | 80 float32_t ro22, trace; in arm_rotation2quaternion_f32() local 174 float32_t trace = RI(0,0) + RI(1,1) + RI(2,2); in arm_rotation2quaternion_f32() local
|
/third_party/node/lib/internal/source_map/ |
D | prepare_stack_trace.js | 30 const prepareStackTrace = (globalThis, error, trace) => { argument 112 function getOriginalSymbolName(sourceMap, trace, curIndex) { argument
|
/third_party/skia/src/core/ |
D | SkTextBlobTrace.cpp | 14 std::vector<SkTextBlobTrace::Record> trace; in CreateBlobTrace() local 45 void SkTextBlobTrace::DumpTrace(const std::vector<SkTextBlobTrace::Record>& trace) { in DumpTrace()
|
/third_party/libunwind/src/unwind/ |
D | Backtrace.c | 29 _Unwind_Backtrace (_Unwind_Trace_Fn trace, void *trace_parameter) in _Unwind_Backtrace()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Debug.cpp | 22 void trace(const char *format, ...) in trace() function
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringEvaluationOrder.ts | 5 let trace: any[] = []; variable
|