Home
last modified time | relevance | path

Searched defs:runtime (Results 1 - 25 of 180) sorted by relevance

12345678

/third_party/ltp/lib/newlib_tests/
H A Dtest_runtime01.c13 int runtime; in run() local
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_extension/module_loader/
H A Duser_auth_extension.cpp28 UserAuthExtension *UserAuthExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
H A Djs_user_auth_extension.cpp27 JsUserAuthExtension *JsUserAuthExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
32 JsUserAuthExtension::JsUserAuthExtension(const std::unique_ptr<Runtime> &runtime) in JsUserAuthExtension() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.h51 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
H A Dcdp_debugger_callframe_from_json.py21 import cdp.runtime as runtime namespace
/arkcompiler/runtime_core/compiler/tests/
H A Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
80 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/
H A Dmain.cpp25 auto runtime = panda::JsRuntime::Create(); in Main() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
H A Ddangling_pointers_checker_test.cpp78 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
128 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
175 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
222 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
271 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
322 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
370 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
421 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
464 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
565 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
667 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
743 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
790 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
839 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
886 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
935 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
982 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
1032 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
1084 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
1136 irtoc::IrtocRuntimeInterface runtime; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dsource_meta.py22 from cdp import debugger, runtime namespace
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.h48 auto runtime = ark::Runtime::GetCurrent(); in GetObjectClass() local
56 auto runtime = ark::Runtime::GetCurrent(); in PygoteFork() local
[all...]
/arkcompiler/toolchain/test/autotest/aw/
H A D__init__.py25 from aw.cdp import runtime namespace
/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dtest_debug_01.py28 from aw import debugger, runtime namespace
H A Dtest_debug_03.py28 from aw import debugger, runtime namespace
H A Dtest_debug_04.py28 from aw import debugger, runtime namespace
/arkcompiler/toolchain/test/autotest/aw/api/
H A Druntime_api.py23 from aw.cdp import runtime namespace
/base/inputmethod/imf/frameworks/kits/extension/src/
H A Dinputmethod_extension.cpp29 InputMethodExtension *InputMethodExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/base/location/frameworks/native/fence_extension_ability/src/
H A Dfence_extension.cpp24 FenceExtension *FenceExtension::Create(const std::unique_ptr<OHOS::AbilityRuntime::Runtime> &runtime) in Create() argument
/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_extension.cpp26 EnterpriseAdminExtension* EnterpriseAdminExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() argument
/base/print/print_fwk/test/unittest/extension_test/
H A Dprint_extension_test.cpp50 std::unique_ptr<Runtime> runtime = nullptr; in HWTEST_F() local
56 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); in HWTEST_F() local
62 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntimeJS>(); in HWTEST_F() local
68 std::unique_ptr<Runtime> runtime = std::make_unique<MockRuntime>(); in HWTEST_F() local
/base/print/print_fwk/frameworks/kits/extension/src/
H A Dprint_extension.cpp28 PrintExtension *PrintExtension::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_stub_imp_test/
H A Dstatic_subscriber_stub_imp_test.cpp62 std::unique_ptr<AbilityRuntime::Runtime> runtime = AbilityRuntime::Runtime::Create(options); in HWTEST_F() local
/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension.cpp26 StaticSubscriberExtension* StaticSubscriberExtension::Create(const std::unique_ptr<AbilityRuntime::Runtime>& runtime) in Create() argument
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Dwallpaper_extension_ability.cpp26 WallpaperExtensionAbility *WallpaperExtensionAbility::Create(const std::unique_ptr<Runtime> &runtime) in Create() argument
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open03.c28 static int runtime; variable

Completed in 9 milliseconds

12345678