Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 46) sorted by relevance

12

/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/test/
DREADME.txt2 - To execute test suite nt times with n entries, command "ipanatest sep nt n"
4 Example: To execute test suite 1 time with 100 entries, command "ipanattest sep 100"
8 - To execute test suite nt times with n entries, command "ipanatest reg nt n"
10 Example: To execute test suite 5 times with 32 entries, command "ipanattest reg 5 32"
15 Example: To execute inotify 5 times, command "ipanattest inotify 5"
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/test/
DREADME.txt2 - To execute test suite nt times with n entries, command "ipanatest sep nt n"
4 Example: To execute test suite 1 time with 100 entries, command "ipanattest sep 100"
8 - To execute test suite nt times with n entries, command "ipanatest reg nt n"
10 Example: To execute test suite 5 times with 32 entries, command "ipanattest reg 5 32"
15 Example: To execute inotify 5 times, command "ipanattest inotify 5"
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
DREADME.txt2 - To execute test suite nt times with n entries, command "ipanatest sep nt n"
4 Example: To execute test suite 1 time with 100 entries, command "ipanattest sep 100"
8 - To execute test suite nt times with n entries, command "ipanatest reg nt n"
10 Example: To execute test suite 5 times with 32 entries, command "ipanattest reg 5 32"
15 Example: To execute inotify 5 times, command "ipanattest inotify 5"
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp692 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_1::vts::__anon71d7d22f0111::GraphicsComposerHidlCommandTest
715 execute(); in TEST_F()
728 execute(); in TEST_F()
751 execute(); in TEST_F()
760 execute(); in TEST_F()
770 execute(); in TEST_F()
780 execute(); in TEST_F()
817 execute(); in TEST_F()
825 execute(); in TEST_F()
834 execute(); in TEST_F()
[all …]
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp220 void execute() { in execute() function in android::hardware::graphics::composer::V2_2::vts::__anon8cadd1370111::GraphicsComposerReadbackTest
221 ASSERT_NO_FATAL_FAILURE(mComposerClient->execute(mReader.get(), mWriter.get())); in execute()
228 execute(); in writeLayers()
508 execute(); in TEST_F()
518 execute(); in TEST_F()
555 execute(); in TEST_F()
565 execute(); in TEST_F()
606 execute(); in TEST_F()
615 execute(); in TEST_F()
651 execute(); in TEST_F()
[all …]
DVtsHalGraphicsComposerV2_2TargetTest.cpp179 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_2::vts::__anon46fb56f10111::GraphicsComposerHidlCommandTest
226 execute(); in TEST_F()
529 execute(); in TEST_F()
548 execute(); in TEST_F()
/hardware/interfaces/neuralnetworks/1.0/
DIPreparedModel.hal30 * execute must verify the inputs to the function are correct. If there is
31 * an error, execute must immediately invoke the callback with the
33 * the inputs to the function are valid and there is no error, execute must
36 * fails to launch, execute must immediately invoke the callback with
42 * execute function. This callback must be provided with the ErrorStatus of
61 * Multiple threads can call the execute function on the same IPreparedModel
79 execute(Request request, IExecutionCallback callback)
DIExecutionCallback.hal21 * execution asynchronously launched from IPreparedModel::execute.
/hardware/google/av/codec2/faultinjection/
DSimpleMethodState.cpp31 void SimpleMethodState::Injecter::fail(c2_status_t err, bool execute) { in fail() argument
32 mThiz->mMode = execute ? EXECUTE : NO_OP; in fail()
DSimpleMethodState.h56 void fail(c2_status_t err, bool execute = false);
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DPreparedModel.cpp40 model->execute(request) == true ? ErrorStatus::NONE : ErrorStatus::GENERAL_FAILURE; in asyncExecute()
47 Return<ErrorStatus> PreparedModel::execute(const Request& request, in execute() function in android::hardware::neuralnetworks::V1_0::implementation::PreparedModel
DHexagonController.cpp35 MACRO(execute) \
145 int Controller::execute(hexagon_nn_nn_id id, uint32_t batches_in, uint32_t height_in, in execute() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller
150 CONTROLLER_CHECK(execute, id, batches_in, height_in, width_in, depth_in, data_in, data_len_in, in execute()
DPreparedModel.h55 Return<ErrorStatus> execute(const Request& request,
DHexagonController.h79 int execute(hexagon_nn_nn_id id, uint32_t batches_in, uint32_t height_in, uint32_t width_in,
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp113 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_3::vts::__anon1c1edbb30111::GraphicsComposerHidlTest
164 void execute() { mComposerClient->execute(mReader.get(), mWriter.get()); } in execute() function in android::hardware::graphics::composer::V2_3::vts::__anon1c1edbb30111::GraphicsComposerHidlCommandTest
231 execute(); in TEST_F()
478 execute(); in TEST_F()
594 execute(); in TEST_F()
/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DValidateRequest.cpp45 Return<ErrorStatus> executeLaunchStatus = preparedModel->execute(request, executionCallback); in validate()
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateRequest.cpp41 Return<ErrorStatus> executeLaunchStatus = preparedModel->execute(request, executionCallback); in validate()
DGeneratedTestHarness.cpp139 Return<ErrorStatus> executionLaunchStatus = preparedModel->execute(request, executionCallback); in Execute()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DQualityOfServiceTests.cpp219 const ExecutionFunction execute = synchronous ? executeSynchronously : executeAsynchronously; in runExecutionTest() local
223 const auto results = execute(preparedModel, request, deadline); in runExecutionTest()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h69 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/tests/foo/1.0/
DIFooCallback.hal33 // how long a method's body took to execute, regardless of whether the
/hardware/interfaces/wifi/1.2/
DIWifiStaIface.hal35 * While the snapshot is being fetched, the APF intepreter must not execute
/hardware/interfaces/neuralnetworks/1.2/
DIExecutionCallback.hal24 * execution asynchronously launched from IPreparedModel::execute.
DIPreparedModel.hal66 * Any number of calls to the execute, execute_1_2, and executeSynchronously
116 * Any number of calls to the execute, execute_1_2, and executeSynchronously
149 * Configure a Burst object used to execute multiple inferences on a
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h113 void execute(TestCommandReader* reader, CommandWriterBase* writer);

12