/aosp_15_r20/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/displaysound/ |
D | AdvancedVolumeFragmentTest.java | 110 Map<Integer, Boolean> formats = ImmutableMap.of( in testOnPreferenceTreeClick_withFormatDisabled_disablesFormatInAudioManager() local 138 Map<Integer, Boolean> formats = ImmutableMap.of( in testOnPreferenceTreeClick_withFormatEnabled_enablesFormatInAudioManager() local 166 Map<Integer, Boolean> formats = ImmutableMap.of( in testOnPreferenceTreeClick_withDTSFormatsDisabled_disablesFormatInAudioManager() local 213 Map<Integer, Boolean> formats = ImmutableMap.of( in testOnPreferenceTreeClick_withDTSFormatsEnabled_enablesFormatInAudioManager() local 260 Map<Integer, Boolean> formats = ImmutableMap.of( in testGetPreferenceScreen_whenManual_returnsFormatsInCorrectPreferenceGroup() local 289 Map<Integer, Boolean> formats = ImmutableMap.of( in testGetPreferenceScreen_whenAuto_showsFormatInfoPreference() local 313 Map<Integer, Boolean> formats = ImmutableMap.of( in testGetPreferenceScreen_whenAuto_returnsFormatsInCorrectPreferenceGroup() local 361 Map<Integer, Boolean> formats, List<Integer> reportedFormats) { in createAdvancedVolumeFragmentWithAudioManagerReturning()
|
/aosp_15_r20/external/iputils/ |
H A D | tftpd.c | 205 struct formats { struct 208 void (*f_send)(struct formats*); argument 209 void (*f_recv)(struct formats*); argument 211 } formats[] = { argument
|
/aosp_15_r20/libcore/luni/src/test/resources/keystore/ |
H A D | README.md | 18 #### Openssl version notes 27 #### RC2 and 3DES 53 #### 3DES 62 #### PBES2 69 #### SHA-3
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
H A D | MessageFormatTest.java | 123 Format[] formats = f1.getFormats(); in test_setFormatILjava_text_Format() local 240 Format[] formats = f1.getFormats(); in test_setFormats$Ljava_text_Format() local 323 Format[] formats = format.getFormats(); in test_ConstructorLjava_lang_String() local 537 Format[] formats = clone.getFormats(); in test_clone() local 613 Format[] formats = format1.getFormats(); in test_getFormats() local 649 Format[] formats = format1.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex() local 690 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format() local 770 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format() local
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | JsonMetaSchema.java | 49 FormatKeyword newInstance(Map<String, Format> formats); in newInstance() 60 private Map<String, Format> formats = new HashMap<>(); field in JsonMetaSchema.Builder 70 … Map<String, Keyword> createKeywordsMap(Map<String, Keyword> kwords, Map<String, Format> formats) { in createKeywordsMap() 133 public Builder formats(Consumer<Map<String, Format>> customizer) { in formats() method in JsonMetaSchema.Builder 190 public Builder formats(Collection<? extends Format> formats) { in formats() argument 314 public Builder addFormats(Collection<? extends Format> formats) { in addFormats()
|
H A D | FormatKeyword.java | 31 private final Map<String, Format> formats; field in FormatKeyword 33 public FormatKeyword(Map<String, Format> formats) { in FormatKeyword() 37 public FormatKeyword(ValidatorTypeCode type, Map<String, Format> formats) { in FormatKeyword() 41 …ublic FormatKeyword(String value, ErrorMessageType errorMessageType, Map<String, Format> formats) { in FormatKeyword()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
H A D | SsManifestTest.java | 41 Format[][] formats = newFormats(2, 3); in copy() local 62 Format[][] formats = newFormats(2, 3); in copyRemoveStreamElement() local 102 Format[][] formats = new Format[streamElementCount][]; in newFormats() local 112 private static StreamElement createStreamElement(String name, Format... formats) { in createStreamElement()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
H A D | SsManifestTest.java | 41 Format[][] formats = newFormats(2, 3); in copy() local 62 Format[][] formats = newFormats(2, 3); in copyRemoveStreamElement() local 102 Format[][] formats = new Format[streamElementCount][]; in newFormats() local 112 private static StreamElement createStreamElement(String name, Format... formats) { in createStreamElement()
|
/aosp_15_r20/external/webrtc/api/video_codecs/test/ |
H A D | video_decoder_factory_template_tests.cc | 88 auto formats = factory.GetSupportedFormats(); in TEST() local 96 auto formats = factory.GetSupportedFormats(); in TEST() local 107 auto formats = factory.GetSupportedFormats(); in TEST() local 116 auto formats = factory.GetSupportedFormats(); in TEST() local
|
H A D | video_encoder_factory_template_tests.cc | 129 auto formats = factory.GetSupportedFormats(); in TEST() local 139 auto formats = factory.GetSupportedFormats(); in TEST() local 152 auto formats = factory.GetSupportedFormats(); in TEST() local 163 auto formats = factory.GetSupportedFormats(); in TEST() local
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | OutputFinisher.java | 348 InsnFormat[] formats = makeFormatsArray(); in finishProcessingAndGetList() local 384 private void reserveRegisters(InsnFormat[] formats) { in reserveRegisters() 434 private int calculateReservedCount(InsnFormat[] formats) { in calculateReservedCount() 532 private void massageInstructions(InsnFormat[] formats) { in massageInstructions() 572 private ArrayList<DalvInsn> performExpansion(InsnFormat[] formats) { in performExpansion()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 1688 List<String> formats = control.getFormats(baseName); in getBundleImpl() local 1763 List<String> formats, in findBundle() 2026 List<String> formats, in loadBundle() 2656 public static final Control getControl(List<String> formats) { in getControl() 2691 public static final Control getNoFallbackControl(List<String> formats) { in getNoFallbackControl() 3568 private final List<String> formats; field in ResourceBundle.SingleFormatControl 3570 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() 3592 protected NoFallbackControl(List<String> formats) { in NoFallbackControl()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | ResourceBundle.java | 1688 List<String> formats = control.getFormats(baseName); in getBundleImpl() local 1763 List<String> formats, in findBundle() 2026 List<String> formats, in loadBundle() 2656 public static final Control getControl(List<String> formats) { in getControl() 2691 public static final Control getNoFallbackControl(List<String> formats) { in getNoFallbackControl() 3568 private final List<String> formats; field in ResourceBundle.SingleFormatControl 3570 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() 3592 protected NoFallbackControl(List<String> formats) { in NoFallbackControl()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 1688 List<String> formats = control.getFormats(baseName); in getBundleImpl() local 1763 List<String> formats, in findBundle() 2026 List<String> formats, in loadBundle() 2656 public static final Control getControl(List<String> formats) { in getControl() 2691 public static final Control getNoFallbackControl(List<String> formats) { in getNoFallbackControl() 3568 private final List<String> formats; field in ResourceBundle.SingleFormatControl 3570 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() 3592 protected NoFallbackControl(List<String> formats) { in NoFallbackControl()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
H A D | SsManifest.java | 72 public final Format[] formats; field in SsManifest.StreamElement 94 Format[] formats, in StreamElement() 127 Format[] formats, in StreamElement() 156 public StreamElement copy(Format[] formats) { in copy()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/smoothstreaming/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/ |
H A D | SsManifest.java | 72 public final Format[] formats; field in SsManifest.StreamElement 94 Format[] formats, in StreamElement() 127 Format[] formats, in StreamElement() 156 public StreamElement copy(Format[] formats) { in copy()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | choicfmt.cpp | 90 const UnicodeString* formats, in ChoiceFormat() 102 const UnicodeString* formats, in ChoiceFormat() 256 const UnicodeString* formats, in setChoices() 268 const UnicodeString* formats, in setChoices() 278 const UnicodeString* formats, in setChoices()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | choicfmt.cpp | 90 const UnicodeString* formats, in ChoiceFormat() 102 const UnicodeString* formats, in ChoiceFormat() 256 const UnicodeString* formats, in setChoices() 268 const UnicodeString* formats, in setChoices() 278 const UnicodeString* formats, in setChoices()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | FakeMediaSource.java | 117 public FakeMediaSource(@Nullable Timeline timeline, Format... formats) { in FakeMediaSource() 129 @Nullable Timeline timeline, DrmSessionManager drmSessionManager, Format... formats) { in FakeMediaSource() 144 Format... formats) { in FakeMediaSource() 418 private static TrackGroupArray buildTrackGroupArray(Format... formats) { in buildTrackGroupArray()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
H A D | FakeMediaSource.java | 117 public FakeMediaSource(@Nullable Timeline timeline, Format... formats) { in FakeMediaSource() 129 @Nullable Timeline timeline, DrmSessionManager drmSessionManager, Format... formats) { in FakeMediaSource() 144 Format... formats) { in FakeMediaSource() 418 private static TrackGroupArray buildTrackGroupArray(Format... formats) { in buildTrackGroupArray()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/modifiers/ |
H A D | vktModifiersTests.cpp | 253 const VkFormat *formats, const uint32_t nFormats, in isModifierCompatibleWithImageProperties() 374 …kExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat> &formats, in createImageWithDrmFormatExplicitModifier() 428 … const std::vector<VkFormat> &formats, const UVec2 &size, in createImageWithDrmFormatModifiers() 520 std::vector<VkFormat> formats(1u, format); in createImageListModifiersCase() local 578 std::vector<VkFormat> formats(1u, format); in createImageModifierExplicitCase() local 945 const VkFormat formats[] = { in createTests() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeShaderImageLoadStoreTests.cpp | 452 const tcu::TextureFormat formats[] = { in image_store() local 484 const tcu::TextureFormat formats[] = { in image_load() local 516 const tcu::TextureFormat formats[] = { in image_atomic() local 550 const tcu::TextureFormat formats[] = { in image_atomic_exchange() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroup.java | 47 private final Format[] formats; field in TrackGroup 57 public TrackGroup(Format... formats) { in TrackGroup() 67 public TrackGroup(String id, Format... formats) { in TrackGroup()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/source/ |
H A D | TrackGroup.java | 66 private final Format[] formats; field in TrackGroup 76 public TrackGroup(Format... formats) { in TrackGroup() 86 public TrackGroup(String id, Format... formats) { in TrackGroup()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | StreamConfigurationMap.java | 1484 static int[] imageFormatToPublic(int[] formats) { in imageFormatToPublic() 1633 public static int[] imageFormatToInternal(int[] formats) { in imageFormatToInternal() 1762 int[] formats = new int[getPublicFormatCount(output)]; in getPublicFormats() local 1976 int[] formats = getOutputFormats(); in appendOutputsString() local 1996 int[] formats = getOutputFormats(); in appendHighResOutputsString() local 2017 int[] formats = getInputFormats(); in appendInputsString() local
|