/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/test/ |
D | README.txt | 2 - 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/ |
D | README.txt | 2 - 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/ |
D | README.txt | 2 - 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/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 692 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/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 220 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 …]
|
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 179 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/ |
D | IPreparedModel.hal | 30 * 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)
|
D | IExecutionCallback.hal | 21 * execution asynchronously launched from IPreparedModel::execute.
|
/hardware/google/av/codec2/faultinjection/ |
D | SimpleMethodState.cpp | 31 void SimpleMethodState::Injecter::fail(c2_status_t err, bool execute) { in fail() argument 32 mThiz->mMode = execute ? EXECUTE : NO_OP; in fail()
|
D | SimpleMethodState.h | 56 void fail(c2_status_t err, bool execute = false);
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | PreparedModel.cpp | 40 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
|
D | HexagonController.cpp | 35 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()
|
D | PreparedModel.h | 55 Return<ErrorStatus> execute(const Request& request,
|
D | HexagonController.h | 79 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/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 113 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/ |
D | ValidateRequest.cpp | 45 Return<ErrorStatus> executeLaunchStatus = preparedModel->execute(request, executionCallback); in validate()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | ValidateRequest.cpp | 41 Return<ErrorStatus> executeLaunchStatus = preparedModel->execute(request, executionCallback); in validate()
|
D | GeneratedTestHarness.cpp | 139 Return<ErrorStatus> executionLaunchStatus = preparedModel->execute(request, executionCallback); in Execute()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | QualityOfServiceTests.cpp | 219 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/ |
D | ComposerVts.h | 69 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFooCallback.hal | 33 // how long a method's body took to execute, regardless of whether the
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiStaIface.hal | 35 * While the snapshot is being fetched, the APF intepreter must not execute
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IExecutionCallback.hal | 24 * execution asynchronously launched from IPreparedModel::execute.
|
D | IPreparedModel.hal | 66 * 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/ |
D | ComposerVts.h | 113 void execute(TestCommandReader* reader, CommandWriterBase* writer);
|