Home
last modified time | relevance | path

Searched defs:caller (Results 1 - 25 of 157) sorted by relevance

1234567

/third_party/mesa3d/src/mesa/program/
H A Ddummy_errors.c27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory() argument
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dcalendar_manager_napi.h44 string caller; member
/base/security/code_signature/test/unittest/utils/include/
H A Daccess_token_setter.h31 inline uint64_t NativeTokenSet(const char *caller) in NativeTokenSet() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-properties.js
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-error.cc42 Handle<Object> caller = args.atOrUndefined(isolate, 2); in BUILTIN() local
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_trace_delegate.cpp33 CollectResult<std::vector<std::string>> HiViewServiceTraceDelegate::DumpSnapshot(int32_t caller) in DumpSnapshot() argument
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp57 MemoryCaller caller = {.pid = 100, .resourceType = "pss_memory", .limitValue = 100, .enabledDebugLog = false}; in HWTEST_F() local
/base/security/code_signature/test/fuzztest/local_code_sign_stub/initlocalcertificatestub_fuzzer/
H A Dinitlocalcertificatestub_fuzzer.cpp32 static uint64_t NativeTokenSet(const char *caller) in NativeTokenSet() argument
/base/security/code_signature/test/fuzztest/local_code_sign_stub/signlocalcodestub_fuzzer/
H A Dsignlocalcodestub_fuzzer.cpp32 static uint64_t NativeTokenSet(const char *caller) in NativeTokenSet() argument
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Memory.c34 Rockchip_OSAL_Malloc_With_Caller( OMX_U32 size, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Malloc_With_Caller() argument
53 Rockchip_OSAL_Free_With_Caller( OMX_PTR addr, const char *tag, const char *caller, const OMX_U32 line) Rockchip_OSAL_Free_With_Caller() argument
/foundation/ability/ability_runtime/test/unittest/lifecycle_deal_test/
H A Dlifecycle_deal_test.cpp66 CallerInfo caller; in HWTEST_F() local
98 CallerInfo caller; HWTEST_F() local
130 CallerInfo caller; HWTEST_F() local
195 CallerInfo caller; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/start_ability_handler/
H A Dstart_ability_sandbox_savefile.h28 std::weak_ptr<AbilityRecord> caller; member
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_runner_adapter_impl.cpp36 void TaskRunnerAdapterImpl::PostTaskForTime(std::function<void()> task, uint32_t targetTime, const std::string& caller) in PostTaskForTime() argument
H A Dtask_runner_adapter.h36 virtual void PostTaskForTime(std::function<void()> task, uint32_t targetTime, const std::string& caller) {} in PostTaskForTime() argument
/foundation/arkui/ace_engine/adapter/preview/osal/task/
H A Dtask_runner_adapter_impl.cpp21 void TaskRunnerAdapterImpl::PostTask(std::function<void()> task, const std::string& caller, PriorityType priorityType) in PostTask() argument
29 void TaskRunnerAdapterImpl::PostTaskForTime(std::function<void()> task, uint32_t targetTime, const std::string& caller) in PostTaskForTime() argument
37 PostDelayedTask( std::function<void()> task, uint32_t delay, const std::string& caller, PriorityType priorityType) PostDelayedTask() argument
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_check_access_control.h33 void SetAccessCaller(const DmAccessCaller &caller) in SetAccessCaller() argument
/third_party/mesa3d/src/mesa/main/
H A Dpixelstore.c322 _mesa_compressed_pixel_storage_error_check( struct gl_context *ctx, GLint dimensions, const struct gl_pixelstore_attrib *packing, const char *caller) _mesa_compressed_pixel_storage_error_check() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dpass_merge_return_test.cpp1996 const std::string caller = in TEST_F() local
/third_party/skia/src/codec/
H A DSkJpegDecoderMgr.cpp19 static void print_message(const j_common_ptr info, const char caller[]) { in print_message() argument
43 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse() argument
48 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_merge_return_test.cpp1996 const std::string caller = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp36 void *internalAllocator(size_t size, void *caller) { in internalAllocator() argument
51 void *caller = __builtin_return_address(0); in operator new() local
56 void *caller = __builtin_return_address(0); in operator new[]() local
61 void *caller = __builtin_return_address(0); in malloc() local
[all...]
/third_party/spirv-tools/test/opt/
H A Dpass_merge_return_test.cpp1994 const std::string caller = in TEST_F() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dtrace_collector_impl.cpp58 CollectResult<std::vector<std::string>> TraceCollectorImpl::DumpTrace(UCollect::TraceCaller &caller) in DumpTrace() argument
63 CollectResult<std::vector<std::string>> TraceCollectorImpl::StartDumpTrace(UCollect::TraceCaller &caller, in StartDumpTrace() argument
49 DumpTraceWithDuration( UCollect::TraceCaller &caller, uint32_t timeLimit, uint64_t happenTime) DumpTraceWithDuration() argument
[all...]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/src/
H A Dtrace_collector_client_impl.cpp50 CollectResult<std::vector<std::string>> TraceCollectorImpl::DumpSnapshot(TraceCaller caller) in DumpSnapshot() argument
/base/security/security_guard/test/unittest/model_manager/include/
H A Dconfig_define.h33 std::vector<std::string> caller; member

Completed in 13 milliseconds

1234567