Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Dgen_restricted_traces.py176 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
Dretrace_restricted_traces.py32 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/
Dperf_test.cc56 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/
Dgc-nvp-trace-processor.py154 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/
Dwpabuf.c33 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/
Dwpabuf.c33 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/
Dpersistent-node.h35 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/
Dmakeunicodedata.py114 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/
Dbacktrace.c160 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/
Dbacktrace.c144 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/
DdestructuringEvaluationOrder(target=es2015).js3 let trace: any[] = []; variable
37 let trace = []; variable
DdestructuringEvaluationOrder(target=es5).js3 let trace: any[] = []; variable
37 var trace = []; variable
/third_party/python/Lib/test/test_sqlite3/
Dtest_hooks.py247 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/
DRDFCopy.h34 void trace(bool On) { Trace = On; } in trace() function
35 bool trace() const { return Trace; } in trace() function
DRDFDeadCode.h40 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/
DDawnPerfTest.cpp360 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/
DSkTextBlobTrace.cpp14 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/
Dprepare_stack_trace.js32 const prepareStackTrace = (globalThis, error, trace) => { argument
114 function getOriginalSymbolName(sourceMap, trace, curIndex) { argument
/third_party/node/test/parallel/
Dtest-error-prepare-stack-trace.js10 Error.prepareStackTrace = (_error, trace) => { argument
Dtest-buffer-constructor-deprecation-error.js15 Error.prepareStackTrace = (err, trace) => new Buffer(10); argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
DDebug.cpp22 void trace(const char *format, ...) in trace() function
/third_party/libunwind/libunwind/src/unwind/
DBacktrace.c29 _Unwind_Backtrace (_Unwind_Trace_Fn trace, void *trace_parameter) in _Unwind_Backtrace()
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringEvaluationOrder.ts5 let trace: any[] = []; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/decorators/
Ddecorators_4.ts25 function trace(value: Function, context: { function
/third_party/node/deps/v8/src/libplatform/tracing/
Dtrace-event-listener.cc15 perfetto::protos::Trace trace; in ParseFromArray() local

12345678