Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 50) 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
/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()
175 private void writePacket(byte[] buf, int len) { in writePacket()
183 private int readPacket(byte[] buf) { in readPacket()
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DPingReflector.java63 private void processPacket(byte[] buf, int version, int len, int hdrLen) throws IOException { in processPacket()
90 private void writePacket(byte[] buf) { in writePacket()
98 private int readPacket(byte[] buf) { in readPacket()
/cts/hostsidetests/security/securityPatch/CVE-2017-0404/
Dpoc.c35 char buf[4096]; variable
/cts/hostsidetests/security/securityPatch/CVE-2017-0577/
Dpoc.c37 char* buf = (char*) malloc(buf_len); in test_touch_fwu() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp43 struct statfs buf; in checkEncryptedFileSystem() local
91 uint8_t *buf; in android_security_cts_EncryptionTest_aesIsFast() local
/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.h35 UWORD32 buf[4]; member
Dmd5_utils.cpp28 byteSwap(UWORD32 *buf, unsigned words) { in byteSwap()
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
Dnative-media-jni.cpp121 uint8_t *buf = new uint8_t[bufsize]; in testExtractor() local
271 uint8_t *buf = AMediaCodec_getInputBuffer(codec[t], bufidx, &bufsize); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
317 uint8_t *buf = AMediaCodec_getOutputBuffer(codec[tt], status, &bufsize); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
416 uint8_t *buf = AMediaCodec_getInputBuffer(codec, bufidx, &bufsize); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() local
498 uint8_t *buf = new uint8_t[bufsize]; in Java_android_media_cts_NativeDecoderTest_testMuxerNative() local
858 uint8_t *buf = getBuffer( in AMediaCodecGetBuffer() local
/cts/tests/tests/alarmclock/common/src/android/alarmclock/common/
DUtils.java42 StringBuilder buf = new StringBuilder(); in toBundleString() local
/cts/hostsidetests/security/securityPatch/CVE-2017-0579/
Dpoc.c47 unsigned char* buf = malloc(0x100); in test_mdss_msm_fb() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBroadcastUtils.java40 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()
/cts/hostsidetests/security/securityPatch/Bug-33863407/
Dpoc.c48 char buf[SIZE] = {0}; in Thread1() local
/cts/tests/tests/media/src/android/media/cts/
DMediaExtractorTest.java100 final ByteBuffer buf = ByteBuffer.allocate(1024*1024); in testExtractFromAMediaDataSource() local
DNativeDecoderTest.java142 ByteBuffer buf = ByteBuffer.allocate(1024*1024); in getSampleSizes() local
267 ByteBuffer buf = inbuffers[t][bufidx]; in getDecodedData() local
352 ByteBuffer buf, int size, MediaFormat format) throws IOException{ in addSampleData()
519 private String hexString(ByteBuffer buf) { in hexString()
DTextureRender.java272 ByteBuffer buf = ByteBuffer.allocateDirect(width * height * 4); in saveFrame() 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/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java199 final ByteArrayOutputStream buf = new ByteArrayOutputStream(); in logCommand() local
200 copy(proc.getInputStream(), buf); in logCommand() local
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DTestApp.java121 StringBuilder buf = new StringBuilder(); in saveTestResults() local
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp39 unsigned char *buf = (unsigned char*)env->GetByteArrayElements(img, /*is_copy*/NULL); in com_android_cts_verifier_camera_its_computeStatsImage() local
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java71 StringBuffer buf = new StringBuffer("Bundle is: "); in toBundleString() local
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java469 final ByteArrayOutputStream buf = new ByteArrayOutputStream(); in logCommand() local
470 copy(proc.getInputStream(), buf); in logCommand() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaTextureRender.java276 ByteBuffer buf = ByteBuffer.allocateDirect(width * height * 4); in saveFrame() local

12