/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/offline/ |
D | StreamKey.java | 41 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()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/offline/ |
D | StreamKey.java | 41 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()
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/ |
D | MultiGroupConversionRule.java | 59 public void addReplacement(int groupIndex, String replacement) { in addReplacement() 71 public String getReplacement(int groupIndex) { in getReplacement()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | ext_inst.cpp | 183 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
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | ext_inst.cpp | 183 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
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | ext_inst.cpp | 182 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
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | TrackSelectionView.java | 353 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()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/ |
D | PCR.c | 88 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
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/ |
D | ImaPlaybackTest.java | 144 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()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/ima/src/androidTest/java/com/google/android/exoplayer2/ext/ima/ |
D | ImaPlaybackTest.java | 144 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()
|
/external/angle/src/common/ |
D | angleutils.cpp | 48 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
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | MappingTrackSelector.java | 232 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()
|
D | DefaultTrackSelector.java | 1323 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
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/ |
D | PCR_SetAuthPolicy.c | 53 UINT32 groupIndex; in TPM2_PCR_SetAuthPolicy() local
|
D | PCR_SetAuthValue.c | 51 UINT32 groupIndex; in TPM2_PCR_SetAuthValue() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | MappingTrackSelector.java | 228 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()
|
D | DefaultTrackSelector.java | 1230 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
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TestGroupDataSource.java | 96 public List<List<String>> getHeaderGroupValues(int groupIndex) { in getHeaderGroupValues()
|
/external/skia/src/sksl/tracing/ |
D | SkSLDebugTracePriv.h | 46 int groupIndex = 0; member
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/ |
D | HlsMultivariantPlaylist.java | 296 List<T> streams, int groupIndex, List<StreamKey> streamKeys) { in copyStreams()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/ |
D | HlsMultivariantPlaylist.java | 296 List<T> streams, int groupIndex, List<StreamKey> streamKeys) { in copyStreams()
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | wgpu_command_buffer.cpp | 69 void CommandBuffer::setBindGroup(uint32_t groupIndex, wgpu::BindGroup bindGroup) in setBindGroup()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/offline/ |
D | DownloadHelperTest.java | 503 int groupIndex = trackGroupArrays[periodIndex].indexOf(trackSelection.getTrackGroup()); in createPeriod() local
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/offline/ |
D | DownloadHelperTest.java | 525 int groupIndex = trackGroupArrays[periodIndex].indexOf(trackSelection.getTrackGroup()); in createPeriod() local
|
/external/swiftshader/src/Pipeline/ |
D | ComputeProgram.cpp | 236 for(uint32_t groupIndex = batchID; groupIndex < groupCount; groupIndex += batchCount) in run() local
|