HomeSort by relevance Sort by last modified time
    Searched full:formatid (Results 1 - 10 of 10) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUBinaryTest.java 47 int formatid = 0x01020304; local
82 ICUBinary.readHeader(bytes, formatid, authenticate);
89 ICUBinary.readHeader(bytes, formatid, null);
97 ICUBinary.readHeader(bytes, formatid, authenticate);
105 ICUBinary.readHeader(bytes, formatid, authenticate);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUBinaryTest.java 46 int formatid = 0x01020304; local
81 ICUBinary.readHeader(bytes, formatid, authenticate);
88 ICUBinary.readHeader(bytes, formatid, null);
96 ICUBinary.readHeader(bytes, formatid, authenticate);
104 ICUBinary.readHeader(bytes, formatid, authenticate);
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 46 CSysString FormatID;
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
UsbStrings.java 327 public static String getAudioFormatName(int formatID) {
328 String name = sAudioEncodingNames.get(formatID);
331 : "Unknown Format (encoding) ID [0x" + Integer.toHexString(formatID) + ":"
332 + formatID + "]";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xa.h 16 __LONG32 formatID;
txdtc.h 241 __LONG32 formatID;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp 86 void formatId(Id id, std::stringstream&);
206 void SpirvStream::formatId(Id id, std::stringstream& idStream)
222 formatId(id, idStream);
237 formatId(id, idStream);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp 86 void formatId(Id id, std::stringstream&);
206 void SpirvStream::formatId(Id id, std::stringstream& idStream)
222 formatId(id, idStream);
237 formatId(id, idStream);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 112 GUID FormatID;
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.mm 261 UInt32 formatID = CFSwapInt32HostToBig(absd.mFormatID);
262 bcopy(&formatID, formatIDString, 4);
    [all...]

Completed in 1396 milliseconds