/test/xts/device_attest/services/devattest_ability/src/ |
D | devattest_task.cpp | 48 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/ |
D | README.md | 56 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/ |
D | devattest_task.h | 28 static void* Run(void* arg);
|
/test/testfwk/arkxtest/uitest/addon/ |
D | screen_copy.cpp | 57 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/ |
D | test_flow.h | 54 ErrCode Run();
|
/test/ostest/wukong/common/include/ |
D | wukong_logger.h | 80 bool Run() override;
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/ |
D | hdi_model_run_test.cpp | 77 … 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/ |
D | hdi_model_run_test.cpp | 78 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/ |
D | test_flow.cpp | 86 ErrCode TestFlow::Run() in Run() function in OHOS::WuKong::TestFlow
|
/test/testfwk/developer_test/src/core/build/ |
D | build_manager.py | 29 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/ |
D | mock_idevice.h | 110 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
|
D | mock_idevice.cpp | 335 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/ |
D | mock_idevice.h | 113 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
|
D | mock_idevice.cpp | 360 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/ |
D | mock_idevice.h | 113 int32_t Run(const std::vector<IOTensor>& inputs, const std::vector<IOTensor>& outputs,
|
D | mock_idevice.cpp | 355 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/ |
D | wukong_shell_command.cpp | 148 res = testFlow->Run(); in RunTestCommand()
|
/test/ostest/wukong/common/src/ |
D | wukong_logger.cpp | 156 bool WuKongLogger::PrinterThread::Run() in Run() function in OHOS::WuKong::WuKongLogger::PrinterThread
|
/test/testfwk/developer_test/src/core/command/ |
D | console.py | 29 from core.command.run import Run 432 Run().process_command_run(command, options)
|
D | run.py | 49 class Run(object): class
|
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/ |
D | hdi_stability_test.cpp | 81 EXPECT_EQ(HDF_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims, isOutputBufferEnough)); in RunModelTest()
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/ |
D | hdi_stability_test.cpp | 81 … EXPECT_EQ(V2_0::NNRT_ReturnCode::NNRT_SUCCESS, iPreparedModel->Run(inputs, outputs, outputsDims)); in RunModelTest()
|
/test/testfwk/developer_test/libs/fuzzlib/ |
D | README_zh.md | 131 /* Run your code on data */
|
/test/testfwk/developer_test/libs/benchmark/ |
D | README_zh.md | 151 // Run the benchmark
|
/test/xts/hats/ |
D | README.en.md | 343 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 …
|