/third_party/node/deps/openssl/openssl/apps/ |
H A D | openssl.c | 15 #include <openssl/trace.h> 188 "warning: unable to setup trace callback for category '%s'.\n", in setup_trace_category() 225 "warning: unknown trace category: '%s'.\n", item); in setup_trace()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | trace.c | 16 #include <openssl/trace.h> 31 * For our own flexibility, all trace categories are associated with a 32 * BIO sink object, also called the trace channel. Instead of a BIO object, 34 * internal trace channel is attached, which simply calls the registered 45 "trace", 173 /* We use one trace channel for each trace category */
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 16 #include <openssl/trace.h>
|
H A D | decoder_pkey.c | 17 #include <openssl/trace.h>
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_mod.c | 22 #include <openssl/trace.h>
|
/third_party/openssl/crypto/conf/ |
H A D | conf_mod.c | 22 #include <openssl/trace.h>
|
/third_party/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 16 #include <openssl/trace.h>
|
H A D | decoder_pkey.c | 17 #include <openssl/trace.h>
|
/third_party/skia/src/core/ |
H A D | SkTraceEventCommon.h | 24 // can be enabled or disabled by the tracing framework. The trace system will automatically add the 28 // The TRACE_EVENT[0-2] macros trace the duration of entire scopes: 81 #include <cutils/trace.h> 210 // print ohos trace without SKIA_OHOS_DEBUG macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.h | 85 void trace(const char* str);
|
/third_party/openssl/crypto/ |
H A D | trace.c | 16 #include <openssl/trace.h> 31 * For our own flexibility, all trace categories are associated with a 32 * BIO sink object, also called the trace channel. Instead of a BIO object, 34 * internal trace channel is attached, which simply calls the registered 45 "trace", 173 /* We use one trace channel for each trace category */
|
/third_party/openssl/apps/ |
H A D | openssl.c | 15 #include <openssl/trace.h> 188 "warning: unable to setup trace callback for category '%s'.\n", in setup_trace_category() 225 "warning: unknown trace category: '%s'.\n", item); in setup_trace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 50 void trace(bool On = false) { Trace = On; } in trace() function
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 749 fn trace<T>(&self, _: &BindgenContext, tracer: &mut T, _: &()) in trace() functions
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 2665 struct cil_list *trace = NULL; in cil_print_recursive_call() local 2669 cil_list_init(&trace, CIL_NODE); in cil_print_recursive_call() 2674 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)curr->data)->macro)); in cil_print_recursive_call() 2676 cil_list_prepend(trace, CIL_NODE, curr); in cil_print_recursive_call() 2681 cil_list_prepend(trace, CIL_NODE, terminating_node); in cil_print_recursive_call() 2683 cil_list_prepend(trace, CIL_NODE, NODE(((struct cil_call *)terminating_node->data)->macro)); in cil_print_recursive_call() 2686 cil_list_for_each(item, trace) { in cil_print_recursive_call() 2695 cil_list_destroy(&trace, CIL_FALSE); in cil_print_recursive_call()
|
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/ |
H A D | player_server_mem.cpp | 781 MediaTrace trace("PlayerServerMem::ReleaseMemByManage");
in NetworkResourceRelease() 825 MediaTrace trace("PlayerServerMem::RecoverMemByUser");
in NetworkRecover()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.c | 942 trace_start_blit(&batch->trace, batch->draw, info->src.resource->target, 957 trace_end_blit(&batch->trace, batch->draw);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 84 self.trace = False 771 if self.trace:
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix_util.h | 811 const float trace = row[0].x + row[1].y + row[2].z; in Decompose() local 812 if (trace > 0.0f) { in Decompose() 813 root = sqrt(trace + 1.0f); in Decompose()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.cpp | 443 MediaAVCodec::AVCodecTrace trace("HLS ReadDelegate, expectedLen: " + in ReadDelegate() 525 MediaAVCodec::AVCodecTrace trace("HlsMediaDownloader::Read, read speed: " + in Read() 895 MediaAVCodec::AVCodecTrace trace("HlsMediaDownloader::DownloadReport, download speed: " + in DownloadReport()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 371 void GetStackTrace(std::string& trace) override;
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | stream_demuxer.cpp | 107 MediaAVCodec::AVCodecTrace trace("StreamDemuxer::Init"); in Init()
|
/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 241 if (socPerfConfig_.resourceNodeInfo_[resId]->trace && socPerfConfig_.isTraceDug) { in SendResStatusToPerfSo()
|
/third_party/curl/tests/ |
H A D | runner.pm | 849 if($cmdhash{'option'} && ($cmdhash{'option'} =~ /binary-trace/)) { 850 $cmdargs .= "--trace $LOGDIR/trace$testnum "; 853 $cmdargs .= "--trace-ascii $LOGDIR/trace$testnum "; 855 $cmdargs .= "--trace-time ";
|
/third_party/gn/src/gn/ |
H A D | ninja_build_writer.cc | 31 #include "gn/trace.h" 227 ScopedTrace trace(TraceItem::TRACE_FILE_WRITE_NINJA, "build.ninja"); in RunAndWriteFile()
|