/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_blorp_exec.c | 43 trace_intel_begin_blorp(&cmd_buffer->trace); in blorp_measure_start() 53 trace_intel_end_blorp(&cmd_buffer->trace, in blorp_measure_end()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-platform.cc | 28 v8::base::debug::StackTrace trace; in PrintStackTrace() local 29 trace.Print(); in PrintStackTrace() 30 // Avoid dumping duplicate stack trace on abort signal. in PrintStackTrace()
|
/third_party/python/Lib/ctypes/ |
H A D | util.py | 103 # Run GCC's linker with the -t (aka --trace) option and examine the 131 trace = proc.stdout.read() 139 res = re.findall(expr, trace)
|
/third_party/python/Lib/test/libregrtest/ |
H A D | cmdline.py | 155 self.trace = False 282 dest='trace', 283 help='turn on code coverage tracing using the trace ' 374 if ns.use_mp is not None and ns.trace:
|
H A D | main.py | 63 single, randomize, use_resources, trace, coverdir, 91 # used by --coverage, trace.Trace instance 453 if self.ns.trace: 454 import trace namespace 455 self.tracer = trace.Trace(trace=False, count=True)
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 331 Trace trace("PermissionUtil::VerifyBackgroundCapture"); in VerifyBackgroundCapture() 348 Trace trace("PrivacyKit::StartUsingPermission"); in NotifyPrivacy() 362 Trace trace("PrivacyKit::StopUsingPermission"); in NotifyPrivacy() 1351 explicit CTrace(const char *traceName) : trace(OHOS::AudioStandard::Trace(traceName)) {}; in CTrace() 1352 OHOS::AudioStandard::Trace trace; member 1365 cTrace->trace.End(); in EndCTrace()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 126 ImageTrace trace("ConvertPixelFormat %d %d", srcParam.format, dstParam.format); in ConvertPixelFormat() 255 ImageTrace trace("HeifDecoderImpl::init"); in init() 489 ImageTrace trace("HeifDecoderImpl::decode"); in decode() 542 ImageTrace trace("HeifDecoderImpl::decodeGainmap"); in decodeGainmap() 559 ImageTrace trace("HeifDecoderImpl::decodeAuxiliaryMap"); in decodeAuxiliaryMap() 584 ImageTrace trace("delete hwDecoder"); in ReleaseHwDecoder()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/ |
H A D | audio_renderer_sink.cpp | 671 Trace trace("AudioRendererSinkInner::CreateRender"); in CreateRender() 730 Trace trace("AudioRendererSinkInner::Init " + adapterNameCase_); in Init() 837 Trace trace("AudioRendererSinkInner::Start"); in Start() 910 Trace trace("AudioRendererSinkInner::SetVoiceVolume"); in SetVoiceVolume() 919 Trace trace("AudioRendererSinkInner::GetLatency"); in GetLatency() 1064 Trace trace("AudioRendererSinkInner::SetOutputRoutes pin " + std::to_string(outputPortPin) + " device " + in SetOutputRoutes() 1195 Trace trace("AudioRendererSinkInner::Stop"); in Stop() 1442 Trace trace("AudioRendererSinkInner::InitRender"); in InitRender() 1593 Trace trace("AudioRendererSinkInner::SetPaPower flag:" + std::to_string(flag)); in SetPaPower()
|
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysystem.cpp | 129 DrmTrace trace("OH_MediaKeySystem_Create"); in OH_MediaKeySystem_Create() 362 DrmTrace trace("OH_MediaKeySystem_GenerateKeySystemRequest"); in OH_MediaKeySystem_GenerateKeySystemRequest() 396 DrmTrace trace("OH_MediaKeySystem_ProcessKeySystemResponse"); in OH_MediaKeySystem_ProcessKeySystemResponse() 459 DrmTrace trace("OH_MediaKeySystem_CreateMediaKeySession"); in OH_MediaKeySystem_CreateMediaKeySession()
|
/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_policy_manager_listener_stub.cpp | 69 Trace trace("AudioPolicyManagerListenerStub::OnRemoteRequest:" + std::to_string(code));
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | base_stream_demuxer.cpp | 65 MediaAVCodec::AVCodecTrace trace("BaseStreamDemuxer::SnifferMediaType");
in SnifferMediaType()
|
/foundation/multimedia/player_framework/services/services/player/avsession_background/ |
H A D | avsession_background.cpp | 112 MediaTrace trace("AVsessionBackground::Pause"); in OnAudioSessionChecked()
|
/test/xts/dcts/ |
H A D | build.sh | 116 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
|
/test/xts/hats/ |
H A D | build.sh | 109 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
|
/third_party/icu/icu4c/source/common/ |
H A D | restrace.cpp | 20 void ResourceTracer::trace(const char* resType) const { in trace() function in ResourceTracer
|
/third_party/mesa3d/.gitlab-ci/common/ |
H A D | init-stage2.sh | 143 [ ${EXIT_CODE} -ne 0 ] || rm -rf results/trace/"$PIGLIT_REPLAY_DEVICE_NAME"
|
/third_party/node/deps/icu-small/source/common/ |
H A D | restrace.cpp | 20 void ResourceTracer::trace(const char* resType) const { in trace() function in ResourceTracer
|
/third_party/node/deps/openssl/config/ |
H A D | Makefile | 27 # enable-ssl-trace: cause the optional SSL_trace API to be built 28 COPTS = no-comp no-shared no-afalgeng enable-ssl-trace enable-fips
|
/third_party/mesa3d/include/android_stub/cutils/ |
H A D | trace.h | 33 * The ATRACE_TAG macro can be defined before including this header to trace 35 * following ATRACE_TAG_* macros. The trace tag is used to filter tracing in 40 * has a performance cost even when the trace is not being recorded. Defining 88 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h 92 * Opens the trace file for writing and reads the property for initial tags. 93 * The atrace.tags.enableflags property sets the tags to trace. 95 * trace function will cause it to be run safely. 119 * Set of ATRACE_TAG flags to trace for, initialized to ATRACE_TAG_NOT_READY. 126 * Handle to the kernel's trace buffer, initialized to -1. 133 * Calling any trace functio [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | remembered-set.cc | 69 GlobalGCInfoTable::GCInfoFromIndex(source_hoh->GetGCInfoIndex()).trace; in VisitRememberedSourceObjects()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | refcount.h | 14 # include <openssl/trace.h>
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_cnf.c | 15 #include <openssl/trace.h>
|
H A D | eng_local.h | 14 # include <openssl/trace.h>
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
H A D | sizedness.rs | 135 trace!("inserting {:?} for {:?}", result, id); in insert() 205 trace!("constrain {:?}", id); in constrain() 210 trace!(" already know it is not zero-sized"); in constrain() 215 trace!(" has an explicit vtable pointer, therefore is not zero-sized"); in constrain() 222 trace!(" type is opaque; checking layout..."); in constrain() 226 trace!(" ...layout has size == 0"); in constrain() 229 trace!(" ...layout has size > 0"); in constrain() 238 trace!(" void is zero-sized"); in constrain() 243 trace!( in constrain() 260 trace!(" { in constrain() [all...] |
/third_party/rust/crates/log/src/ |
H A D | macros.rs | 161 /// Logs a message at the trace level. 166 /// use log::trace; 172 /// trace!("Position is: x: {}, y: {}", pos.x, pos.y); 173 /// trace!(target: "app_events", "x is {} and y is {}", 179 macro_rules! trace { macros 180 // trace!(target: "my_target", key1 = 42, key2 = true; "a {} event", "log") 181 // trace!(target: "my_target", "a {} event", "log") 184 // trace!("a {} event", "log")
|