Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 34) sorted by relevance

12

/test/xts/device_attest/services/devattest_ability/src/
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/developer_test/
DREADME.md56 1. Run the following command to install the Linux extension component Readline:
70 2. Run the following command to install the plug-in Setuptools:
82 3. Run the following command to install the plug-in Paramiko:
95 4. Run the following command to install the Python plug-in RSA:
108 5. Run the following command to install the serial port plug-in pySerial for Python on the local P…
234 - Run test suites.
236 1. Run the following command to start the test framework in Windows.
242 2. Run the following command to start the test framework in Linux.
253 - Run test commands.
264 …2. Run the execution command, where **-t** is mandatory, and **-ss** and **-tm** are option…
[all …]
/test/xts/device_attest/services/devattest_ability/include/
Ddevattest_task.h28 static void* Run(void* arg);
/test/testfwk/arkxtest/uitest/addon/
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/ostest/wukong/test_flow/include/
Dtest_flow.h54 ErrCode Run();
/test/ostest/wukong/common/include/
Dwukong_logger.h80 bool Run() override;
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
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, outputsD…
227 …EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_INVALID_OUTPUT, iPreparedModel->Run(inputs, outputs, outputs…
401 …EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, iPreparedModel1->Run(inputs, outputs, outputsDims));
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
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));
229 EXPECT_GT(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough));
401 … EXPECT_EQ(HDF_SUCCESS, iPreparedModel1->Run(inputs, outputs, outputsDims, isOutputBufferEnough));
/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp86 ErrCode TestFlow::Run() in Run() function in OHOS::WuKong::TestFlow
/test/testfwk/developer_test/src/core/build/
Dbuild_manager.py29 from core.command.run import Run
145 external_deps_part_list = Run.get_part_deps_list(para.productform, para.testpart)
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dmock_idevice.h110 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
Dmock_idevice.cpp335 int32_t MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& o… in Run() function in OHOS::HDI::Nnrt::V1_0::MockIPreparedModel
/test/xts/acts/ai/nncore/common/
Dmock_idevice.h113 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
Dmock_idevice.cpp360 int32_t MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& o… in Run() function in OHOS::HDI::Nnrt::V2_0::MockIPreparedModel
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dmock_idevice.h113 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
Dmock_idevice.cpp355 int32_t MockIPreparedModel::Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& o… in Run() function in OHOS::HDI::Nnrt::V2_0::MockIPreparedModel
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp148 res = testFlow->Run(); in RunTestCommand()
/test/ostest/wukong/common/src/
Dwukong_logger.cpp156 bool WuKongLogger::PrinterThread::Run() in Run() function in OHOS::WuKong::WuKongLogger::PrinterThread
/test/testfwk/developer_test/src/core/command/
Dconsole.py29 from core.command.run import Run
432 Run().process_command_run(command, options)
Drun.py49 class Run(object): class
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp81 EXPECT_EQ(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in RunModelTest()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
Dhdi_stability_test.cpp81 … EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims)); in RunModelTest()
/test/testfwk/developer_test/libs/fuzzlib/
DREADME_zh.md131 /* Run your code on data */
/test/testfwk/developer_test/libs/benchmark/
DREADME_zh.md151 // Run the benchmark
/test/xts/hats/
DREADME.en.md343 5. Run build commands.
475 5. Run build commands.
494 4. Run the **mount** command for the development board to ensure that the development board can …

12