Home
last modified time | relevance | path

Searched refs:indexList (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/bluetooth/
H A DBluetoothBitPerSampleDialogPreferenceControllerTest.java133 List<Integer> indexList = new ArrayList<>(); in getSelectableIndex_verifyList() local
134 indexList.add(mPreference.getDefaultIndex()); in getSelectableIndex_verifyList()
135 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_16)); in getSelectableIndex_verifyList()
136 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.BITS_PER_SAMPLE_24)); in getSelectableIndex_verifyList()
138 assertThat(mController.getSelectableIndex().containsAll(indexList)).isTrue(); in getSelectableIndex_verifyList()
139 assertThat(indexList.containsAll(mController.getSelectableIndex())).isTrue(); in getSelectableIndex_verifyList()
H A DBluetoothChannelModeDialogPreferenceControllerTest.java130 List<Integer> indexList = new ArrayList<>(); in getSelectableIndex_verifyList() local
131 indexList.add(mPreference.getDefaultIndex()); in getSelectableIndex_verifyList()
132 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.CHANNEL_MODE_MONO)); in getSelectableIndex_verifyList()
133 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.CHANNEL_MODE_STEREO)); in getSelectableIndex_verifyList()
135 assertThat(mController.getSelectableIndex().containsAll(indexList)).isTrue(); in getSelectableIndex_verifyList()
136 assertThat(indexList.containsAll(mController.getSelectableIndex())).isTrue(); in getSelectableIndex_verifyList()
H A DBluetoothSampleRateDialogPreferenceControllerTest.java140 List<Integer> indexList = new ArrayList<>(); in getSelectableIndex_verifyList() local
141 indexList.add(mController.getDefaultIndex()); in getSelectableIndex_verifyList()
142 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.SAMPLE_RATE_48000)); in getSelectableIndex_verifyList()
143 indexList.add(mController.convertCfgToBtnIndex(BluetoothCodecConfig.SAMPLE_RATE_88200)); in getSelectableIndex_verifyList()
145 assertThat(mController.getSelectableIndex().containsAll(indexList)).isTrue(); in getSelectableIndex_verifyList()
146 assertThat(indexList.containsAll(mController.getSelectableIndex())).isTrue(); in getSelectableIndex_verifyList()
/aosp12/build/soong/ui/build/
H A Dutil.go35 func indexList(s string, list []string) int { func
47 return indexList(s, list) != -1
/aosp12/frameworks/av/media/libstagefright/webm/tests/
H A DWebmFrameThreadUnitTest.cpp99 void createWebmThreads(std::initializer_list<int32_t> indexList);
171 void WebmFrameThreadUnitTest::createWebmThreads(std::initializer_list<int32_t> indexList) { in createWebmThreads() argument
177 for (int32_t index : indexList) { in createWebmThreads()
/aosp12/build/soong/cmd/soong_ui/
H A Dmain.go105 func indexList(s string, list []string) int { func
116 return indexList(s, list) != -1
389 if i := indexList("report_config", allVars); i != -1 {
/aosp12/build/soong/cc/
H A Dutil.go40 var indexList = android.IndexList var
H A Dlinker.go372 indexList("libdl", deps.SystemSharedLibs) < indexList("libc", deps.SystemSharedLibs) {
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelBuilder.cpp437 const uint32_t* indexList, Operand::LifeTime lifetime) -> bool { in identifyInputsAndOutputs() argument
440 const uint32_t operandIndex = indexList[i]; in identifyInputsAndOutputs()