| /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/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/node/deps/v8/tools/ |
| D | gc-nvp-trace-processor.py | 154 def generate_datafile(datafile_name, trace, fields): argument 161 def generate_script_and_datafile(plot, trace, datafile, output): argument 184 def plot_all(plots, trace, prefix): argument 274 def freduce(f, field, trace, init): argument 277 def calc_total(trace, field): argument 280 def calc_max(trace, field): argument 283 def count_nonzero(trace, field): argument 297 def stats(out, prefix, trace, field): argument 323 def throughput(name, trace): argument
|
| /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/node/deps/v8/include/cppgc/internal/ |
| D | persistent-node.h | 35 void InitializeAsUsedNode(void* owner, TraceCallback trace) { in InitializeAsUsedNode() 99 TraceCallback trace) { in TryAllocateNodeFromFreeList() 148 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode() 192 V8_INLINE PersistentNode* AllocateNode(void* owner, TraceCallback trace) { in AllocateNode()
|
| /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/musl/third_party/openbsd/gnu/lib/libexecinfo/ |
| D | backtrace.c | 160 char **backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) in backtrace_symbols_fmt() 195 int backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, in backtrace_symbols_fd_fmt() 210 char **backtrace_symbols(void *const *trace, size_t len) in backtrace_symbols() 215 int backtrace_symbols_fd(void *const *trace, size_t len, int fd) in backtrace_symbols_fd()
|
| /third_party/FreeBSD/contrib/libexecinfo/ |
| D | backtrace.c | 144 char **backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) in backtrace_symbols_fmt() 179 int backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, in backtrace_symbols_fd_fmt() 194 char **backtrace_symbols(void *const *trace, size_t len) in backtrace_symbols() 199 int backtrace_symbols_fd(void *const *trace, size_t len, int fd) in backtrace_symbols_fd()
|
| /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/python/Lib/test/test_sqlite3/ |
| D | test_hooks.py | 247 def trace(statement): function 260 def trace(statement): function 274 def trace(statement): function 287 def trace(statement): function
|
| /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/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/node/lib/internal/source_map/ |
| D | prepare_stack_trace.js | 32 const prepareStackTrace = (globalThis, error, trace) => { argument 114 function getOriginalSymbolName(sourceMap, trace, curIndex) { argument
|
| /third_party/node/test/parallel/ |
| D | test-error-prepare-stack-trace.js | 10 Error.prepareStackTrace = (_error, trace) => { argument
|
| D | test-buffer-constructor-deprecation-error.js | 15 Error.prepareStackTrace = (err, trace) => new Buffer(10); argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Debug.cpp | 22 void trace(const char *format, ...) in trace() function
|
| /third_party/libunwind/libunwind/src/unwind/ |
| D | Backtrace.c | 29 _Unwind_Backtrace (_Unwind_Trace_Fn trace, void *trace_parameter) in _Unwind_Backtrace()
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringEvaluationOrder.ts | 5 let trace: any[] = []; variable
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/decorators/ |
| D | decorators_4.ts | 25 function trace(value: Function, context: { function
|
| /third_party/node/deps/v8/src/libplatform/tracing/ |
| D | trace-event-listener.cc | 15 perfetto::protos::Trace trace; in ParseFromArray() local
|