/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | Value.java | 35 public static Value pack(AhatInstance value) { in pack() method in Value 45 public static Value pack(boolean value) { in pack() method in Value 55 public static Value pack(char value) { in pack() method in Value 65 public static Value pack(float value) { in pack() method in Value 75 public static Value pack(double value) { in pack() method in Value 85 public static Value pack(byte value) { in pack() method in Value 95 public static Value pack(short value) { in pack() method in Value 105 public static Value pack(int value) { in pack() method in Value 115 public static Value pack(long value) { in pack() method in Value
|
/aosp12/frameworks/native/opengl/tools/glgen/src/ |
H A D | CodeEmitter.java | 19 void setVersion(int version, boolean ext, boolean pack); in setVersion()
|
H A D | Jsr239CodeEmitter.java | 69 public void setVersion(int version, boolean ext, boolean pack) { in setVersion()
|
H A D | GenerateGL.java | 34 private static void emit(int version, boolean ext, boolean pack, in emit()
|
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
H A D | StructInetDiagSockId.java | 58 public void pack(ByteBuffer byteBuffer) { in pack() method in StructInetDiagSockId
|
H A D | StructNlMsgErr.java | 51 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNlMsgErr
|
H A D | StructNfGenMsg.java | 79 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNfGenMsg
|
H A D | StructInetDiagReqV2.java | 73 public void pack(ByteBuffer byteBuffer) { in pack() method in StructInetDiagReqV2
|
H A D | StructNlMsgHdr.java | 118 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNlMsgHdr
|
H A D | StructNdMsg.java | 132 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNdMsg
|
H A D | RtNetlinkNeighborMessage.java | 204 public void pack(ByteBuffer byteBuffer) { in pack() method in RtNetlinkNeighborMessage
|
H A D | StructNlAttr.java | 256 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNlAttr
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | Exif.java | 121 private static int pack(byte[] bytes, int offset, int length, in pack() method in Exif
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioMetadata.java | 612 boolean pack(AutoGrowByteBuffer output, T obj); in pack() method 750 public boolean pack(AutoGrowByteBuffer output, Pair<Class, Object> obj) { in pack() method in ObjectPackage 819 public boolean pack(AutoGrowByteBuffer output, BaseMap obj) { in pack() method in BaseMapPackage
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | VolumeCtrl.java | 151 final String pack = cmd.getClass().getPackage().getName(); in run() local
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
H A D | Exif.java | 187 private static int pack(final InputStreamBuffer bytes, int offset, int length, in pack() method in Exif
|
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
H A D | Exif.java | 182 private static int pack(final InputStreamBuffer bytes, int offset, int length, in pack() method in Exif
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Color.java | 436 public long pack() { in pack() method in Color 981 public static long pack(@ColorInt int color) { in pack() method in Color 998 public static long pack(float red, float green, float blue) { in pack() method in Color 1015 public static long pack(float red, float green, float blue, float alpha) { in pack() method in Color 1039 public static long pack(float red, float green, float blue, float alpha, in pack() method in Color
|
/aosp12/hardware/google/gchips/gralloc4/src/core/ |
H A D | align_structs.py | 55 def pack(line): function
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/ |
H A D | test-hwcal.cpp | 40 static void pack(std::ostream &stream, const uint32_t &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest 46 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest
|
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | FontFileUtil.java | 57 private static int pack(@IntRange(from = 0, to = 1000) int weight, boolean italic) { in pack() method in FontFileUtil
|
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | KeyValueAdbBackupEngine.java | 197 KeyValueAdbBackupDataCopier(PackageInfo pack, ParcelFileDescriptor pipe, in KeyValueAdbBackupDataCopier()
|
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | ProtoLogTool.kt | 190 val pack = if (code.packageDeclaration.isPresent) code.packageDeclaration regex
|
/aosp12/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
H A D | SoftVorbis.cpp | 496 ogg_packet pack; in onQueueFilled() local
|
/aosp12/frameworks/av/media/codec2/components/vorbis/ |
H A D | C2SoftVorbisDec.cpp | 378 ogg_packet pack; in process() local
|