/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 476 public Integer getIntValue(int formatType, int offset) { in getIntValue() 521 public Float getFloatValue(int formatType, int offset) { in getFloatValue() 586 public boolean setValue(int value, int formatType, int offset) { in setValue() 637 public boolean setValue(int mantissa, int exponent, int formatType, int offset) { in setValue() 684 private int getTypeLen(int formatType) { in getTypeLen()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | JDiffXmlWriter.kt | 274 private fun formatType(type: TypeItem): String = formatType(type.toTypeString()) in <lambda>() method in com.android.tools.metalava.JDiffXmlWriter 276 private fun formatType(typeString: String): String { in <lambda>() method
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
H A D | WavFormat.java | 25 public final int formatType; field in WavFormat 40 int formatType, in WavFormat()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
H A D | WavFormat.java | 25 public final int formatType; field in WavFormat 40 int formatType, in WavFormat()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 248 const auto formatType = getFormatType(textureFormat, useStencil); in getColorAttachmentFormat() local 272 const auto formatType = getFormatType(m_params.textureFormat, m_params.useStencilAspect); in initPrograms() local 414 const auto formatType = getFormatType(params.textureFormat, params.useStencilAspect); in getExpectedColor() local 1246 const auto formatType = getFormatType(format, useStencil); in getRandomClearColor() local 1486 const auto formatType = getFormatType(format, sampleStencil); in createSamplerBorderSwizzleTests() local
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | ElementUtils.kt | 82 fun formatType(typeMirror: TypeMirror): String { in formatType() method
|
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
H A D | Usb20ASFormatIII.java | 34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatIII()
|
H A D | Usb20ASFormatI.java | 34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatI()
|
H A D | Usb20ASFormatII.java | 37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb20ASFormatII()
|
H A D | Usb20ASFormatIIEx.java | 37 public Usb20ASFormatIIEx(int length, byte type, byte subtype, byte formatType, byte subclass) { in Usb20ASFormatIIEx()
|
H A D | Usb10ASFormatII.java | 41 public Usb10ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb10ASFormatII()
|
H A D | Usb10ASFormatI.java | 36 public Usb10ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { in Usb10ASFormatI()
|
H A D | UsbASFormat.java | 43 public UsbASFormat(int length, byte type, byte subtype, byte formatType, int mSubclass) { in UsbASFormat()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | formatutils.cpp | 1759 bool InternalFormat::computeRowPitch(GLenum formatType, in computeRowPitch() 1803 bool InternalFormat::computeDepthPitch(GLenum formatType, in computeDepthPitch() 1926 bool InternalFormat::computeSkipBytes(GLenum formatType, in computeSkipBytes() 1949 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatRegistrationTest.java | 42 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | NumberFormatRegistrationTest.java | 45 public NumberFormat createFormat(ULocale loc, int formatType) { in TestRegistration()
|
/aosp_15_r20/frameworks/wilhelm/src/desktop/ |
H A D | SndFile.cpp | 141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat; in SndFile_checkAudioPlayerSourceSink() local
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
H A D | PhoneNumberUtilsTest.java | 176 int formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.CHINA); in testGetMethods() local
|
/aosp_15_r20/system/core/libutils/binder/ |
H A D | String8_fuzz.cpp | 74 FormatChar formatType = dataProvider->ConsumeEnum<FormatChar>(); in fuzzFormat() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | NumberFormat.java | 879 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() 895 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | NumberFormat.java | 941 public NumberFormat createFormat(ULocale loc, int formatType) { in createFormat() 958 public NumberFormat createFormat(Locale loc, int formatType) { in createFormat()
|
/aosp_15_r20/frameworks/wilhelm/src/ |
H A D | data.cpp | 345 SLuint32 formatType; in checkDataFormat() local
|
/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/ |
H A D | AnnotationOutput.java | 54 private String formatType(TypeMirror typeMirror) { in formatType() method in AnnotationOutput.SourceFormVisitor
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | nmfmapts.cpp | 274 …virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) override in createFormat()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | nmfmapts.cpp | 274 …virtual NumberFormat* createFormat(const Locale& /* loc */, UNumberFormatStyle formatType) override in createFormat()
|