Home
last modified time | relevance | path

Searched defs:trace (Results 51 - 75 of 169) sorted by relevance

1234567

/third_party/rust/crates/bindgen/bindgen/ir/
H A Dobjc.rs322 fn trace<T>(&self, context: &BindgenContext, tracer: &mut T, _: &()) in trace() functions
/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp272 std::string LogParse::GetFilterTrace(const std::string& info, std::vector<std::string>& trace, in GetFilterTrace() argument
H A Dtbox.cpp143 std::vector<std::string> trace; in FilterTrace() local
/base/hiviewdfx/hiview/utility/smart_parser/test/moduletest/common/
H A Dsmart_parser_module_test.cpp80 std::vector<std::string> trace; in HWTEST_F() local
120 std::vector<std::string> trace; in HWTEST_F() local
165 std::vector<std::string> trace; HWTEST_F() local
200 std::vector<std::string> trace; HWTEST_F() local
235 std::vector<std::string> trace; HWTEST_F() local
320 std::vector<std::string> trace; HWTEST_F() local
756 std::vector<std::string> trace; HWTEST_F() local
791 std::vector<std::string> trace; HWTEST_F() local
826 std::vector<std::string> trace; HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp138 static std::string trace; in GetTrace() local
/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/
H A Dremote_executor_stub_fuzzer.cpp55 RemoteExecuteTrace trace = {}; in FuzzTest() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_proxy.cpp123 UserAccessTracer trace; in OnChange() local
167 UserAccessTracer trace; in RegisterNotify() local
252 UserAccessTracer trace; in UnregisterNotify() local
301 UserAccessTracer trace; in ConnectFileExtAbility() local
349 UserAccessTracer trace; in DisConnectFileExtAbility() local
393 UserAccessTracer trace; GetExtensionProxy() local
[all...]
H A Dfile_access_service_stub.cpp60 UserAccessTracer trace; in OnRemoteRequest() local
82 UserAccessTracer trace; in CmdOnChange() local
102 UserAccessTracer trace; in CmdRegisterNotify() local
138 UserAccessTracer trace; in CmdUnregisterNotify() local
185 UserAccessTracer trace; in CheckCallingPermission() local
199 UserAccessTracer trace; CmdConnectFileExtAbility() local
225 UserAccessTracer trace; CmdDisConnectFileExtAbility() local
244 UserAccessTracer trace; CmdGetExensionProxy() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dcbs_sei_syntax_template.c286 int trace, i; in message_list() local
/third_party/curl/src/
H A Dtool_sdecls.h109 } trace; typedef
/third_party/node/src/
H A Dnode_trace_events.cc148 Local<String> trace = FIXED_ONE_BYTE_STRING(env->isolate(), "trace"); in Initialize() local
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c50 # define trace(...) trace1(__LINE__, __VA_ARGS__) macro
52 # define trace(...) do { if (0) trace1(__LINE__, __VA_ARGS__); } while (0) macro
[all...]
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc109 void OutputTraceToStream(const void* const* trace, size_t count, in OutputTraceToStream() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_utrace.c43 iris_utrace_record_ts(struct u_trace *trace, void *cs, in iris_utrace_record_ts() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
H A Dperf_test.cc54 ResultsToString(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &prefix, const std::string &suffix, const std::string &units, bool important) ResultsToString() argument
71 PrintResultsImpl(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &prefix, const std::string &suffix, const std::string &units, bool important) PrintResultsImpl() argument
92 PrintResult(const std::string &measurement, const std::string &modifier, const std::string &trace, size_t value, const std::string &units, bool important) PrintResult() argument
103 PrintResult(const std::string &measurement, const std::string &modifier, const std::string &trace, double value, const std::string &units, bool important) PrintResult() argument
114 AppendResult(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, size_t value, const std::string &units, bool important) AppendResult() argument
126 PrintResult(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &value, const std::string &units, bool important) PrintResult() argument
137 AppendResult(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &value, const std::string &units, bool important) AppendResult() argument
149 PrintResultMeanAndError(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &mean_and_error, const std::string &units, bool important) PrintResultMeanAndError() argument
159 AppendResultMeanAndError(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &mean_and_error, const std::string &units, bool important) AppendResultMeanAndError() argument
171 PrintResultList(const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &units, bool important) PrintResultList() argument
181 AppendResultList(std::string &output, const std::string &measurement, const std::string &modifier, const std::string &trace, const std::string &values, const std::string &units, bool important) AppendResultList() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.cpp186 void trace(const char *format, ...) in trace() function
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-format.hh73 hb_bool_t trace = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp47 static Trace trace; in get() local
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2942 static void MaskAddresses(const char* trace) { in MaskAddresses() argument
[all...]
/third_party/python/Objects/
H A Dcapsule.c199 char *trace; in PyCapsule_Import() local
/third_party/python/Lib/test/
H A Dtest_dtrace.py68 def trace(self, script_file, subcommand=None): member in TraceBackend
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A 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) + wpabuf_alloc() local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + wpabuf_alloc_ext_data() local
185 struct wpabuf_trace *trace; wpabuf_free() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A 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) + wpabuf_alloc() local
138 struct wpabuf_trace *trace = os_zalloc(sizeof(struct wpabuf_trace) + wpabuf_alloc_ext_data() local
185 struct wpabuf_trace *trace; wpabuf_free() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h52 static auto trace = std::make_shared<PGOTrace>(); in GetInstance() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmethod_test.cpp458 std::vector<StackTraceData> trace; in StackTraceEntryPoint() local

Completed in 16 milliseconds

1234567