Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 59) sorted by relevance

123

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java46 SpannableStringBuilder buf = new SpannableStringBuilder(); in getMessageDetails() local
64 private static void appendCmasAlertDetails(Context context, SpannableStringBuilder buf, in appendCmasAlertDetails()
97 private static void appendMessageDetail(Context context, SpannableStringBuilder buf, in appendMessageDetail()
DCellBroadcastListItem.java74 SpannableStringBuilder buf = new SpannableStringBuilder(body); in formatMessage() local
/packages/apps/Gallery2/jni_jpegstream/src/
Djerr_hook.cpp37 char buf[JMSG_LENGTH_MAX]; in ErrOutput() local
Djpeg_writer.cpp166 void JpegWriter::formatPixels(uint8_t* buf, int32_t len) { in formatPixels()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java26 public ByteBufferInputStream(ByteBuffer buf) { in ByteBufferInputStream()
DExifReader.java83 exifData.setStripBytes(parser.getStripIndex(), buf); in read() local
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java26 public ByteBufferInputStream(ByteBuffer buf) { in ByteBufferInputStream()
DExifReader.java82 exifData.setStripBytes(parser.getStripIndex(), buf); in read() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DByteBufferInputStream.java26 public ByteBufferInputStream(ByteBuffer buf) { in ByteBufferInputStream()
DExifReader.java82 exifData.setStripBytes(parser.getStripIndex(), buf); in read() local
/packages/apps/Car/Cluster/src/android/car/cluster/
DSenderThread.java33 abstract void send(byte[] buf, int len); in send()
DPipeThread.java59 public void send(byte[] buf, int len) { in send()
DSocketThread.java63 public void send(byte[] buf, int len) { in send()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java432 Inet4Address srcIp, short destUdp, short srcUdp, ByteBuffer buf, in fillInPacket()
559 private int checksum(ByteBuffer buf, int seed, int start, int end) { in checksum()
601 protected static void addTlv(ByteBuffer buf, byte type, byte value) { in addTlv()
612 protected static void addTlv(ByteBuffer buf, byte type, @Nullable byte[] payload) { in addTlv()
629 protected static void addTlv(ByteBuffer buf, byte type, @Nullable Inet4Address addr) { in addTlv()
640 protected static void addTlv(ByteBuffer buf, byte type, @Nullable List<Inet4Address> addrs) { in addTlv()
662 protected static void addTlv(ByteBuffer buf, byte type, @Nullable Short value) { in addTlv()
675 protected static void addTlv(ByteBuffer buf, byte type, @Nullable Integer value) { in addTlv()
688 protected static void addTlv(ByteBuffer buf, byte type, @Nullable String str) { in addTlv()
701 protected static void addTlvEnd(ByteBuffer buf) { in addTlvEnd()
[all …]
/packages/services/Car/procfs-inspector/server/
Ddirectory.cpp49 struct stat buf; in getOwnerUserId() local
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
DByteQueue.java26 private UnboundedFifoByteBuffer buf; field in ByteQueue
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
DGroup.java58 StringBuffer buf = new StringBuffer(); in toString() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
DRenderer.cpp49 char* buf = (char*) malloc(infoLen); in loadShader() local
98 char* buf = (char*) malloc(bufLength); in createProgram() local
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DIndentingPrintWriter.java95 final char[] buf = new char[len]; in write() local
101 public void write(char[] buf, int offset, int count) { in write()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DByteArrayPool.java64 public void releaseChunk(byte[] buf) { in releaseChunk()
/packages/apps/Dialer/java/com/android/incallui/
DPostCharDialogFragment.java54 final StringBuilder buf = new StringBuilder(); in onCreateDialog() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractHtmlTemplates.java72 final char[] buf = new char[4096]; in readTemplate() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java640 static int readInt(byte[] buf, int offset) { in readInt()
647 static long readLong(byte[] buf, int offset) { in readLong()
655 static void writeInt(byte[] buf, int offset, int value) { in writeInt()
662 static void writeLong(byte[] buf, int offset, long value) { in writeLong()
/packages/apps/Test/connectivity/sl4n/facades/wifi/
Dwifi_facade.cpp98 char buf[128]; in WifiGetInterfaces() local
/packages/apps/Gallery2/jni/filters/
Dedge.c43 char buf[buf_len]; in JNIFUNCF() local

123