Home
last modified time | relevance | path

Searched defs:groupIndex (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DExpandableListTester.java52 private void expandGroup(final int groupIndex, int flatPosition) { in expandGroup()
141 final int groupIndex = 2; in expandAGroup() local
183 final int groupIndex = expandAGroup(); in testConversionBetweenFlatAndPackedOnChildren() local
237 final int groupIndex = expandAGroup(); in testSelectedPositionOnChildren() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
H A DPCR.c88 UINT32 *groupIndex // OUT: group index if PCR belongs a in PCRBelongsAuthGroup()
123 UINT32 *groupIndex // OUT: group index if PCR belongs a group that in PCRBelongsPolicyGroup()
177 UINT32 groupIndex; in PCRPolicyIsAvailable() local
190 UINT32 groupIndex; in PCRGetAuthValue() local
212 UINT32 groupIndex; in PCRGetAuthPolicy() local
1104 UINT32 groupIndex; in PCRGetProperty() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/offline/
H A DStreamKey.java41 public final int groupIndex; field in StreamKey
56 public StreamKey(int groupIndex, int streamIndex) { in StreamKey()
68 public StreamKey(int periodIndex, int groupIndex, int streamIndex) { in StreamKey()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/offline/
H A DStreamKey.java41 public final int groupIndex; field in StreamKey
54 public StreamKey(int groupIndex, int streamIndex) { in StreamKey()
66 public StreamKey(int periodIndex, int groupIndex, int streamIndex) { in StreamKey()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DTrackSelectionView.java353 int groupIndex = trackInfo.groupIndex; in onTrackViewClicked() local
394 private boolean shouldEnableAdaptiveSelection(int groupIndex) { in shouldEnableAdaptiveSelection()
434 public final int groupIndex; field in TrackSelectionView.TrackInfo
438 public TrackInfo(int groupIndex, int trackIndex, Format format) { in TrackInfo()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DMappingTrackSelector.java232 public @Capabilities int getCapabilities(int rendererIndex, int groupIndex, int trackIndex) { in getCapabilities()
244 public @FormatSupport int getTrackSupport(int rendererIndex, int groupIndex, int trackIndex) { in getTrackSupport()
267 int rendererIndex, int groupIndex, boolean includeCapabilitiesExceededTracks) { in getAdaptiveSupport()
293 int rendererIndex, int groupIndex, int[] trackIndices) { in getAdaptiveSupport()
H A DDefaultTrackSelector.java1323 public final int groupIndex; field in DefaultTrackSelector.SelectionOverride
1334 public SelectionOverride(int groupIndex, int... tracks) { in SelectionOverride()
1345 public SelectionOverride(int groupIndex, int[] tracks, @TrackSelection.Type int type) { in SelectionOverride()
1402 bundle.putInt(keyForField(FIELD_GROUP_INDEX), groupIndex); in toBundle() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DMappingTrackSelector.java228 public int getCapabilities(int rendererIndex, int groupIndex, int trackIndex) { in getCapabilities()
241 public int getTrackSupport(int rendererIndex, int groupIndex, int trackIndex) { in getTrackSupport()
265 int rendererIndex, int groupIndex, boolean includeCapabilitiesExceededTracks) { in getAdaptiveSupport()
291 public int getAdaptiveSupport(int rendererIndex, int groupIndex, int[] trackIndices) { in getAdaptiveSupport()
H A DDefaultTrackSelector.java1230 public final int groupIndex; field in DefaultTrackSelector.SelectionOverride
1241 public SelectionOverride(int groupIndex, int... tracks) { in SelectionOverride()
1252 public SelectionOverride(int groupIndex, int[] tracks, @TrackSelection.Type int type) { in SelectionOverride()
1308 bundle.putInt(keyForField(FIELD_GROUP_INDEX), groupIndex); in toBundle() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/
H A DImaPlaybackTest.java144 private static AdId ad(int groupIndex) { in ad()
150 public final int groupIndex; field in ImaPlaybackTest.AdId
153 public AdId(int groupIndex, int indexInGroup) { in AdId()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/
H A DImaPlaybackTest.java144 private static AdId ad(int groupIndex) { in ad()
150 public final int groupIndex; field in ImaPlaybackTest.AdId
153 public AdId(int groupIndex, int indexInGroup) { in AdId()
/aosp_15_r20/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DMultiGroupConversionRule.java59 public void addReplacement(int groupIndex, String replacement) { in addReplacement()
71 public String getReplacement(int groupIndex) { in getReplacement()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dext_inst.cpp182 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local
204 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dext_inst.cpp183 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local
205 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dext_inst.cpp174 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableNameLookup() local
196 for (uint32_t groupIndex = 0; groupIndex < table->count; groupIndex++) { in spvExtInstTableValueLookup() local
/aosp_15_r20/external/angle/src/common/
H A Dangleutils.cpp48 for (uint32_t groupIndex = 0; groupIndex < static_cast<uint32_t>(groups.size()); ++groupIndex) in GetPerfMonitorCounterGroupIndex() local
81 uint32_t groupIndex = GetPerfMonitorCounterGroupIndex(groups, name); in GetPerfMonitorCounterGroup() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
H A DPCR_SetAuthPolicy.c53 UINT32 groupIndex; in TPM2_PCR_SetAuthPolicy() local
H A DPCR_SetAuthValue.c51 UINT32 groupIndex; in TPM2_PCR_SetAuthValue() local
/aosp_15_r20/test/vts/tests/kernel_proc_file_api_test/
H A Dtarget_file_utils.py22 def _HasPermission(permission_bits, groupIndex, permission): argument
/aosp_15_r20/external/autotest/frontend/client/src/autotest/tko/
H A DTestGroupDataSource.java96 public List<List<String>> getHeaderGroupValues(int groupIndex) { in getHeaderGroupValues()
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DTargetFileUtils.java95 String permissionBits, int groupIndex, FilePermission permission) { in hasPermission()
/aosp_15_r20/external/skia/src/sksl/tracing/
H A DSkSLDebugTracePriv.h47 int groupIndex = 0; member
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DGrantPermissionsViewHandler.java98 void updateUi(String groupName, int groupCount, int groupIndex, Icon icon, in updateUi()
/aosp_15_r20/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp741 ssize_t groupIndex = mMediaGroups.indexOfKey(groupID); in parse() local
1264 ssize_t groupIndex = mMediaGroups.indexOfKey(groupID); in parseMedia() local
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DGrantPermissionsAutoViewHandler.java115 public void updateUi(String groupName, int groupCount, int groupIndex, Icon icon, in updateUi()

12345678910>>...25