Home
last modified time | relevance | path

Searched defs:indexes (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
DBaseBluetoothDialogPreferenceTest.java123 List<Integer> indexes = new ArrayList<>(); in onBindDialogView_checkRadioButtonsState() local
140 List<Integer> indexes = new ArrayList<>(); in onBindDialogView_allButtonsEnabled_hideHelpText() local
155 List<Integer> indexes = new ArrayList<>(); in onBindDialogView_buttonDisabled_showHelpText() local
/packages/apps/Camera2/src/com/android/camera/data/
DLocalFilmstripDataAdapter.java43 public void onMetadataUpdated(List<Integer> indexes); in onMetadataUpdated()
/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
DPlaylist.java123 public int removeMultiple(int... indexes) { in removeMultiple()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DGenerateCorpus.cpp107 Indexes convertIndexes(const std::vector<uint32_t>& indexes) { in convertIndexes()
DConverter.cpp107 std::vector<uint32_t> convert(const android_nn_fuzz::Indexes& indexes) { in convert()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp666 void CpuExecutor::updateForArguments(const std::vector<uint32_t>& indexes, in updateForArguments()
771 &operands](const std::vector<uint32_t>& indexes) { in executeOperation()
DValidateHal.cpp555 static bool validateModelInputOutputs(const hardware::hidl_vec<uint32_t> indexes, in validateModelInputOutputs()
DValidation.cpp775 Result<void> validateModelSubgraphInputOutputs(const std::vector<uint32_t>& indexes, in validateModelSubgraphInputOutputs()
/packages/modules/NeuralNetworks/driver/sample/
DSampleDriverFloatXNNPACK.cpp72 void updateForArguments(const std::vector<uint32_t>& indexes, in updateForArguments()