Home
last modified time | relevance | path

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

12

/cts/tests/tests/net/jni/
DNativeDnsJni.c45 char buf[256]; in Java_android_net_cts_DnsTest_testNativeDns() local
78 char buf[256]; in Java_android_net_cts_DnsTest_testNativeDns() local
114 char buf[NI_MAXHOST]; in Java_android_net_cts_DnsTest_testNativeDns() local
154 char buf[256]; in Java_android_net_cts_DnsTest_testNativeDns() local
DNativeMultinetworkJni.c96 char buf[kSockaddrStrLen+1]; in sockaddr_ntop() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DPacketReflector.java64 private static void swapBytes(byte[] buf, int pos1, int pos2, int len) { in swapBytes()
72 private static void swapAddresses(byte[] buf, int version) { in swapAddresses()
91 private void processTcpPacket(byte[] buf, int version, int len, int hdrLen) { in processTcpPacket()
105 private void processUdpPacket(byte[] buf, int version, int len, int hdrLen) { in processUdpPacket()
121 private void processIcmpPacket(byte[] buf, int version, int len, int hdrLen) { in processIcmpPacket()
166 private void writePacket(byte[] buf, int len) { in writePacket()
174 private int readPacket(byte[] buf) { in readPacket()
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java91 final ByteArrayOutputStream buf = new ByteArrayOutputStream(); in readLogSince() local
92 Streams.copy(proc.getInputStream(), buf); in readLogSince() local
/cts/tests/tests/voicesettings/common/src/android/voicesettings/common/
DUtils.java38 StringBuilder buf = new StringBuilder(); in toBundleString() local
/cts/tests/tests/alarmclock/common/src/android/alarmclock/common/
DUtils.java42 StringBuilder buf = new StringBuilder(); in toBundleString() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DHexEncoding.java56 public static String encode(ByteBuffer buf) { in encode()
DAESCipherNistCavpKatTest.java305 private static void readFully(InputStream in, byte[] buf) throws IOException { in readFully()
/cts/tests/tests/media/src/android/media/cts/
DMediaExtractorTest.java99 final ByteBuffer buf = ByteBuffer.allocate(1024*1024); in testExtractFromAMediaDataSource() local
DNativeDecoderTest.java141 ByteBuffer buf = ByteBuffer.allocate(1024*1024); in getSampleSizes() local
266 ByteBuffer buf = inbuffers[t][bufidx]; in getDecodedData() local
351 ByteBuffer buf, int size, MediaFormat format) throws IOException{ in addSampleData()
DTextureRender.java272 ByteBuffer buf = ByteBuffer.allocateDirect(width * height * 4); in saveFrame() local
DDecoderTest.java227 ByteBuffer[] buf = dec.getInputBuffers(); in testBFrames() local
755 ByteBuffer buf = codecOutputBuffers[outputBufIndex]; in decodeToMemory() local
1696 private static long checksum(ByteBuffer buf, int size) { in checksum()
1718 private static long checksum(ByteBuffer buf, int width, int height, int stride) { in checksum()
1772 ByteBuffer buf = planes[i].getBuffer(); in checksum() local
1915 ByteBuffer buf = codecOutputBuffers[outputBufIndex]; in getAmplitude() local
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp119 uint8_t *buf = new uint8_t[bufsize]; in testExtractor() local
269 uint8_t *buf = AMediaCodec_getInputBuffer(codec[t], bufidx, &bufsize); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
315 uint8_t *buf = AMediaCodec_getOutputBuffer(codec[tt], status, &bufsize); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
414 uint8_t *buf = AMediaCodec_getInputBuffer(codec, bufidx, &bufsize); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() local
496 uint8_t *buf = new uint8_t[bufsize]; in Java_android_media_cts_NativeDecoderTest_testMuxerNative() local
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletFactory.java48 StringBuffer buf = new StringBuffer(); in loadApi() local
/cts/tests/tests/opengl/libopengltest/
Dcolor_one.cpp58 char* buf = (char*) malloc(bufLength); in initColorOne() local
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java121 StringBuilder buf = new StringBuilder(); in saveTestResults() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp135 uint8_t *buf; in android_security_cts_EncryptionTest_aesIsFast() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java408 final ByteArrayOutputStream buf = new ByteArrayOutputStream(); in logCommand() local
409 copy(proc.getInputStream(), buf); in logCommand() local
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java68 StringBuffer buf = new StringBuffer("Bundle is: "); in toBundleString() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaTextureRender.java276 ByteBuffer buf = ByteBuffer.allocateDirect(width * height * 4); in saveFrame() local
/cts/tests/tests/os/jni/seccomp-tests/tests/
Dresumption.c137 char buf[256]; in TRAP_action() local
Dsigsegv.c118 char buf[256]; in TRAP_action() local
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java187 StringBuffer buf = new StringBuffer("Bundle is: "); in toBundleString() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java294 StringBuilder buf = new StringBuilder(); in doInBackground() local
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderTest.java285 char[] buf = new char[4]; in testGetChars() local

12