/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/trackselection/ |
H A D | AdaptiveTrackSelectionTest.java | 65 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local 80 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local 96 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local 112 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local 140 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackSwitchUpIfBufferedEnough() local 168 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local 202 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local 230 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local 258 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local 280 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); 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 | 65 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidth() local 80 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthFraction() local 96 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in initial_updateSelectedTrack_selectsHighestBitrateWithinBandwidthAndTimeToFirstByte() local 112 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackDoNotSwitchUpIfNotBufferedEnough() local 140 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackSwitchUpIfBufferedEnough() local 168 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrack_liveStream_switchesUpWhenBufferedFractionToLiveEdgeReached() local 206 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackDoNotSwitchDownIfBufferedEnough() local 234 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in updateSelectedTrackSwitchDownIfNotBufferedEnough() local 262 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in evaluateQueueSizeReturnQueueSizeIfBandwidthIsNotImproved() local 284 Format format1 = videoFormat(/* bitrate= */ 500, /* width= */ 320, /* height= */ 240); in evaluateQueueSizeDoNotReevaluateUntilAfterMinTimeBetweenBufferReevaluation() local [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/time/ |
H A D | FastDateFormatTest.java | 105 …final FastDateFormat format1 = FastDateFormat.getDateInstance(FastDateFormat.FULL, Locale.GERMANY); in test_changeDefault_Locale_DateInstance() local 120 …final FastDateFormat format1 = FastDateFormat.getDateTimeInstance(FastDateFormat.FULL, FastDateFor… in test_changeDefault_Locale_DateTimeInstance() local 139 final FastDateFormat format1 = FastDateFormat.getInstance(); in test_getInstance() local 146 final FastDateFormat format1 = FastDateFormat.getInstance("MM/DD/yyyy"); in test_getInstance_String() local 160 final FastDateFormat format1 = FastDateFormat.getInstance("MM/DD/yyyy", Locale.GERMANY); in test_getInstance_String_Locale() local 174 final FastDateFormat format1 = FastDateFormat.getInstance("MM/DD/yyyy", in test_getInstance_String_TimeZone() local 194 final FastDateFormat format1 = FastDateFormat.getInstance("MM/DD/yyyy", in test_getInstance_String_TimeZone_Locale() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | miscdtfm.cpp | 173 UnicodeString format1; in test4099975() local 206 UnicodeString format1; in test4099975() local 236 UnicodeString format1; in test4099975() local 266 UnicodeString format1; in test4099975() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | miscdtfm.cpp | 173 UnicodeString format1; in test4099975() local 206 UnicodeString format1; in test4099975() local 236 UnicodeString format1; in test4099975() local 266 UnicodeString format1; in test4099975() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/test/ |
H A D | TwoWayCommunication.cc | 57 const SdpAudioFormat& format1, in SetUpAutotest() 126 const SdpAudioFormat format1("ISAC", 16000, 1); in Perform() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | DecimalFormatTest.java | 793 DecimalFormat format1 = new DecimalFormat(); in testConstructor_noArg() local 813 DecimalFormat format1 = new DecimalFormat(); in testConstructor_string() local 852 DecimalFormat format1 = new DecimalFormat("'$'1000.0000", dfs); in testConstructor_stringAndSymbols() local 1028 DecimalFormat format1 = (DecimalFormat) (format.clone()); in test_clone() local
|
H A D | MessageFormatTest.java | 46 private MessageFormat format1, format2, format3; field in MessageFormatTest 543 MessageFormat format1 = new MessageFormat("{0}"); in test_equalsLjava_lang_Object() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 265 MessageFormat format1 = null; in Test4111739() local 737 MessageFormat format1 = null; in testBugTestsWithNamesArguments() local 893 MessageFormat format1 = null; in TestSerialization() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 262 MessageFormat format1 = null; in Test4111739() local 734 MessageFormat format1 = null; in testBugTestsWithNamesArguments() local 890 MessageFormat format1 = null; in TestSerialization() local
|
/aosp_15_r20/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | PolicyAudioPort.cpp | 164 int PolicyAudioPort::compareFormats(audio_format_t format1, audio_format_t format2) in compareFormats() 194 uint32_t PolicyAudioPort::formatDistance(audio_format_t format1, audio_format_t format2) in formatDistance()
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/ |
H A D | Coverage.hh | 50 CoverageFormat1_3<SmallTypes> format1; member 336 CoverageFormat1_3<SmallTypes>::iter_t format1; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageExtendedUsageBitTests.cpp | 43 bool isCompatibleCompressedFormat(VkFormat format0, VkFormat format1) in isCompatibleCompressedFormat() 112 bool isCompatibleFormat(VkFormat format0, VkFormat format1) in isCompatibleFormat()
|
/aosp_15_r20/external/mesa3d/src/intel/isl/ |
H A D | isl_format.c | 973 isl_formats_have_same_bits_per_channel(enum isl_format format1, in isl_formats_have_same_bits_per_channel() 999 enum isl_format format1, in isl_formats_are_ccs_e_compatible()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroupTest.java | 33 Format format1 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroup_yieldsEqualInstance() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroupTest.java | 33 Format format1 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroup_yieldsEqualInstance() local
|
H A D | TrackGroupArrayTest.java | 33 Format format1 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroupArrayTest.java | 33 Format format1 = formatBuilder.setSampleMimeType(MimeTypes.VIDEO_H264).build(); in roundTripViaBundle_ofTrackGroupArray_yieldsEqualInstance() local
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
H A D | CursivePos.hh | 15 CursivePosFormat1 format1; member
|
H A D | MarkLigPos.hh | 15 MarkLigPosFormat1_2<SmallTypes> format1; member
|
H A D | MarkBasePos.hh | 15 MarkBasePosFormat1_2<SmallTypes> format1; member
|
H A D | MarkMarkPos.hh | 15 MarkMarkPosFormat1_2<SmallTypes> format1; member
|
H A D | PairPos.hh | 16 PairPosFormat1_3<SmallTypes> format1; member
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
H A D | ReverseChainSingleSubst.hh | 16 ReverseChainSingleSubstFormat1 format1; member
|
H A D | AlternateSubst.hh | 16 AlternateSubstFormat1_2<SmallTypes> format1; member
|