Home
last modified time | relevance | path

Searched refs:Run (Results 1 - 25 of 33) sorted by relevance

12

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp187 auto result = jsvm::Call(add, jsvm::Undefined(), {jsvm::Run("1"), jsvm::Run("2")}); in VerifyAddWasmInstance()
217 auto instance = InstantiateWasmModule(wasmModule, jsvm::Run("{}")); in WebAssemblyDemo()
252 auto instance2 = InstantiateWasmModule(wasmModuleSerialized, jsvm::Run("var x = {}; x")); in WebAssemblyDemo()
259 auto number = jsvm::Run("42"); in TEST()
280 JSVM_Value wasmInstance = InstantiateWasmModule(wasmModule, jsvm::Run("{}"));
285 JSVM_Value one = jsvm::Run("1");
286 JSVM_Value two = jsvm::Run("2");
394 CHECK(jsvm::Equals(result, jsvm::Run("100")));
398 CHECK(jsvm::Equals(result, jsvm::Run("100000000000000
[all...]
H A Dtest_array_buffer_backing_store.cpp46 jsvm::Run(R"JS( in TEST()
88 jsvm::Run(R"JS( in TEST()
98 jsvm::Run(run_func.c_str()); in TEST()
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_task.cpp48 int ret = pthread_create(&tid, &attr, DevAttestTask::Run, NULL); in CreateThread()
56 void* DevAttestTask::Run(void* arg) in Run() function in OHOS::DevAttest::DevAttestTask
/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp57 bool Run();
91 g_screenCopy->Run(); in AdapteScreenChange()
101 bool ScreenCopy::Run() in Run() function in OHOS::uitest::ScreenCopy
307 bool success = g_screenCopy != nullptr && g_screenCopy->Run(); in StartScreenCopy()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvmtest.cpp31 testVec[i]->Run(i); in RunAllTests()
47 testVec[i]->Run(i); in RunTestsWithPrefix()
H A Djsvm_utils.h110 JSVM_Value Run(JSVM_Script script);
111 JSVM_Value Run(const char *s);
H A Djsvm_utils.cpp175 JSVM_Value Run(JSVM_Script script) in Run() function
182 JSVM_Value Run(const char *s) in Run() function
184 return Run(Compile(s)); in Run()
H A Djsvmtest.h84 void Run(size_t index = 0) in Run() function in TestRunner
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_model_run_test.cpp78 EXPECT_EQ(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in AddModelTest()
180 EXPECT_GT(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in HWTEST_F()
229 EXPECT_GT(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in HWTEST_F()
401 EXPECT_EQ(HDF_SUCCESS, iPreparedModel1->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_model_run_test.cpp77 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims)); in AddModelTest()
179 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_INVALID_INPUT, iPreparedModel->Run(inputs, outputs, outputsDims)); in HWTEST_F()
227 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_INVALID_OUTPUT, iPreparedModel->Run(inputs, outputs, outputsDims)); in HWTEST_F()
401 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, iPreparedModel1->Run(inputs, outputs, outputsDims)); in HWTEST_F()
/test/testfwk/developer_test/src/core/build/
H A Dbuild_manager.py29 from core.command.run import Run namespace
209 external_deps_part_list = Run.get_part_deps_list(para.productform, para.testpart)
/test/xts/device_attest/services/devattest_ability/include/
H A Ddevattest_task.h28 static void* Run(void* arg);
/test/ostest/wukong/test_flow/include/
H A Dtest_flow.h51 * @brief Run test flow
54 ErrCode Run();
98 * @brief Run the test step
/test/ostest/wukong/common/include/
H A Dwukong_logger.h81 bool Run() override;
/test/ostest/wukong/test_flow/src/
H A Dtest_flow.cpp86 ErrCode TestFlow::Run() in Run() function in OHOS::WuKong::TestFlow
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.h113 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
H A Dmock_idevice.cpp350 int32_t MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs, in Run() function in OHOS::HDI::Nnrt::V2_0::MockIPreparedModel
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.h110 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h113 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.h111 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py29 from core.command.run import Run namespace
155 help="Run history command by history command id"
332 Run().process_command_run(command, options)
/test/ostest/wukong/shell_command/src/
H A Dwukong_shell_command.cpp148 res = testFlow->Run(); in RunTestCommand()
/test/ostest/wukong/common/src/
H A Dwukong_logger.cpp169 bool WuKongLogger::PrinterThread::Run() in Run() function in OHOS::WuKong::WuKongLogger::PrinterThread
184 printer << "WuKongLogger::PrinterThread::Run start" << std::endl; in Run()
190 printer << "WuKongLogger::PrinterThread::Run wait start" << std::endl; in Run()
194 printer << "WuKongLogger::PrinterThread::Run wait end" << std::endl; in Run()
231 printer << "WuKongLogger::PrinterThread::Run end" << std::endl; in Run()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp81 EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims)); in RunModelTest()
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp81 EXPECT_EQ(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in RunModelTest()

Completed in 12 milliseconds

12