/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/ |
H A D | AdaptiveTrackSelectionTest.java | 67 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local 82 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local 98 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local 114 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local 142 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchUpIfBufferedEnough() local 170 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local 204 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local 232 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local 260 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local 282 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/trackselection/ |
H A D | AdaptiveTrackSelectionTest.java | 67 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local 82 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local 98 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local 114 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local 142 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchUpIfBufferedEnough() local 170 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local 208 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local 236 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local 264 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local 286 Format format3 = videoFormat(/* bitrate= */ 2000, /* width= */ 960, /* height= */ 720); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local [all …]
|
H A D | DefaultTrackSelectorTest.java | 1629 Format format3 = formatBuilder.setId("3").setAverageBitrate(800).build(); in selectTracksWithMultipleAudioTracksWithMixedDecoderSupportLevels() local 1895 Format format3 = formatBuilder.setId("3").setAverageBitrate(800).build(); in selectTracksWithMultipleVideoTracksWithMixedDecoderSupportLevels() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/ |
H A D | FastDateFormatTest.java | 108 final FastDateFormat format3 = FastDateFormat.getDateInstance(FastDateFormat.FULL); in test_changeDefault_Locale_DateInstance() local 123 …final FastDateFormat format3 = FastDateFormat.getDateTimeInstance(FastDateFormat.FULL, FastDateFor… in test_changeDefault_Locale_DateTimeInstance() local 148 final FastDateFormat format3 = FastDateFormat.getInstance("MM-DD-yyyy"); in test_getInstance_String() local 162 final FastDateFormat format3 = FastDateFormat.getInstance("MM/DD/yyyy", Locale.GERMANY); in test_getInstance_String_Locale() local 177 … final FastDateFormat format3 = FastDateFormat.getInstance("MM/DD/yyyy", TimeZone.getDefault()); in test_getInstance_String_TimeZone() local 197 final FastDateFormat format3 = FastDateFormat.getInstance("MM/DD/yyyy", in test_getInstance_String_TimeZone_Locale() local
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/ |
H A D | Coverage.hh | 53 CoverageFormat1_3<MediumTypes>format3; member 333 CoverageFormat1_3<MediumTypes>::iter_t format3; member
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroupArrayTest.java | 35 Format format3 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroupArrayTest.java | 35 Format format3 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
H A D | PairPos.hh | 19 PairPosFormat1_3<MediumTypes> format3; member
|
H A D | Anchor.hh | 19 AnchorFormat3 format3; member
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | fd_select.rs | 86 let format3 = { localVariable
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
H A D | SingleSubst.hh | 20 SingleSubstFormat1_3<MediumTypes> format3; member
|
/aosp_15_r20/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/ |
H A D | FormatTest.java | 138 JsonFormat.Value format3 = JsonFormat.Value.forLeniency(Boolean.FALSE); in testMultiMerge() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-aat-layout-bsln-table.hh | 150 BaselineTableFormat3Part format3; member
|
H A D | hb-ot-cff-common.hh | 359 FDSelect3 format3; member
|
H A D | hb-ot-kern-table.hh | 188 KernSubTableFormat3<KernSubTableHeader> format3; member
|
H A D | hb-ot-cff2-table.hh | 105 FDSelect3 format3; member
|
H A D | hb-ot-stat-table.hh | 439 AxisValueFormat3 format3; member
|
H A D | hb-ot-layout-base-table.hh | 221 BaseCoordFormat3 format3; member
|
H A D | hb-ot-layout-common.hh | 2296 ClassDefFormat1_3<MediumTypes>format3; member 4168 ConditionAnd format3; member
|
/aosp_15_r20/bionic/tests/ |
H A D | execinfo_test.cpp | 150 std::regex format3("[^\\(\\s]+ ?\\[0x[0-9a-fA-F]+\\]"); in VerifyLineFormat() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | MessageFormatTest.java | 46 private MessageFormat format1, format2, format3; field in MessageFormatTest
|
H A D | DecimalFormatTest.java | 799 DecimalFormat format3 = new DecimalFormat("'$'1000.0000"); in testConstructor_noArg() local
|
/aosp_15_r20/external/skia/src/sfnt/ |
H A D | SkOTTable_EBLC.h | 141 IndexSubTable3 format3; member
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/ |
H A D | GDEF.hh | 308 CaretValueFormat3 format3; member
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Color/CBDT/ |
H A D | CBDT.hh | 359 IndexSubtableFormat3 format3; member
|