Home
last modified time | relevance | path

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

12345678

/third_party/mesa3d/src/mesa/program/
H A Ddummy_errors.c27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory() argument
/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
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_arguments_test.cpp136 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dcallee_info.h27 CalleeInfo(const Inst &call_inst, const Function *caller) : call_inst_(call_inst), caller_(caller) {} in CalleeInfo() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_linker-inl.h26 inline Class *ClassLinker::GetClass(const Method &caller, panda_file::File::EntityId id, in GetClass() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dcache.h42 void Set(const void *pc, T *item, Method *caller) in Set() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_arguments.cpp33 JSHandle<EcmaString> caller = thread->GetEcmaVM()->GetFactory()->NewFromASCII("caller"); in GetOwnProperty() 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...]

Completed in 11 milliseconds

12345678