/aosp12/build/soong/third_party/zip/ |
H A D | register.go | 121 func RegisterDecompressor(method uint16, dcomp Decompressor) { 133 func RegisterCompressor(method uint16, comp Compressor) { 143 func compressor(method uint16) Compressor { 149 func decompressor(method uint16) Decompressor {
|
H A D | writer.go | 330 func (w *Writer) RegisterCompressor(method uint16, comp Compressor) { 337 func (w *Writer) compressor(method uint16) Compressor { 439 func (b *writeBuf) uint16(v uint16) { argument
|
H A D | reader.go | 121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) { 128 func (z *Reader) decompressor(method uint16) Decompressor { 511 func (b *readBuf) uint16() uint16 { func
|
H A D | struct.go | 150 func msDosTimeToTime(dosDate, dosTime uint16) time.Time {
|
/aosp12/frameworks/av/media/codecs/mp3dec/include/ |
H A D | pvmp3_audio_type_defs.h | 69 typedef uint16_t uint16; typedef
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
H A D | mp4_utils.h | 34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
H A D | mp4_utils.h | 34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
H A D | mp4_utils.h | 34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
H A D | mp4_utils.h | 34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
H A D | qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | qtypes.h | 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/ |
H A D | m4vh263_decoder_pv_types.h | 28 typedef uint16_t uint16; typedef
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitUtils.java | 91 public static int uint16(short s) { in uint16() method in BitUtils 95 public static int uint16(byte hi, byte lo) { in uint16() method in BitUtils
|
/aosp12/build/soong/zip/ |
H A D | zip_test.go | 59 func fh(name string, contents []byte, method uint16) zip.FileHeader {
|
H A D | zip.go | 580 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error { 676 func (z *ZipWriter) addManifest(dest string, src string, _ uint16) error {
|
/aosp12/packages/services/BuiltInPrintService/jni/include/ |
H A D | wtypes.h | 60 typedef unsigned short uint16; typedef
|
/aosp12/frameworks/av/media/libeffects/loudness/common/core/ |
H A D | basic_types.h | 45 typedef unsigned short uint16; typedef
|
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/util/ |
H A D | TetheringUtils.java | 151 public static int uint16(short s) { in uint16() method in TetheringUtils
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | typedefs.h | 197 typedef unsigned short uint16; typedef
|
/aosp12/packages/modules/NeuralNetworks/common/random/ |
H A D | philox_random.h | 43 typedef uint16_t uint16; typedef
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | mp4def.h | 27 typedef uint16_t uint16; typedef
|