Home
last modified time | relevance | path

Searched refs:trace (Results 426 - 450 of 539) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/node/deps/openssl/openssl/apps/
H A Dopenssl.c15 #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 Dtrace.c16 #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 Dencoder_lib.c16 #include <openssl/trace.h>
H A Ddecoder_pkey.c17 #include <openssl/trace.h>
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_mod.c22 #include <openssl/trace.h>
/third_party/openssl/crypto/conf/
H A Dconf_mod.c22 #include <openssl/trace.h>
/third_party/openssl/crypto/encode_decode/
H A Dencoder_lib.c16 #include <openssl/trace.h>
H A Ddecoder_pkey.c17 #include <openssl/trace.h>
/third_party/skia/src/core/
H A DSkTraceEventCommon.h24 // 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 DParseHelper.h85 void trace(const char* str);
/third_party/openssl/crypto/
H A Dtrace.c16 #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 Dopenssl.c15 #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 DBitTracker.h50 void trace(bool On = false) { Trace = On; } in trace() function
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs749 fn trace<T>(&self, _: &BindgenContext, tracer: &mut T, _: &()) in trace() functions
/third_party/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c2665 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 Dplayer_server_mem.cpp781 MediaTrace trace("PlayerServerMem::ReleaseMemByManage"); in NetworkResourceRelease()
825 MediaTrace trace("PlayerServerMem::RecoverMemByUser"); in NetworkRecover()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c942 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 Dvaliditygenerator.py84 self.trace = False
771 if self.trace:
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix_util.h811 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 Dhls_media_downloader.cpp443 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 Djsi_declarative_engine.h371 void GetStackTrace(std::string& trace) override;
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dstream_demuxer.cpp107 MediaAVCodec::AVCodecTrace trace("StreamDemuxer::Init"); in Init()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp241 if (socPerfConfig_.resourceNodeInfo_[resId]->trace && socPerfConfig_.isTraceDug) { in SendResStatusToPerfSo()
/third_party/curl/tests/
H A Drunner.pm849 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 Dninja_build_writer.cc31 #include "gn/trace.h"
227 ScopedTrace trace(TraceItem::TRACE_FILE_WRITE_NINJA, "build.ninja"); in RunAndWriteFile()

Completed in 30 milliseconds

1...<<11121314151617181920>>...22