/cts/tests/tests/net/jni/ |
D | NativeDnsJni.c | 45 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
|
D | NativeMultinetworkJni.c | 96 char buf[kSockaddrStrLen+1]; in sockaddr_ntop() local
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | PacketReflector.java | 64 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/ |
D | StrictModeTest.java | 91 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/ |
D | Utils.java | 38 StringBuilder buf = new StringBuilder(); in toBundleString() local
|
/cts/tests/tests/alarmclock/common/src/android/alarmclock/common/ |
D | Utils.java | 42 StringBuilder buf = new StringBuilder(); in toBundleString() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | HexEncoding.java | 56 public static String encode(ByteBuffer buf) { in encode()
|
D | AESCipherNistCavpKatTest.java | 305 private static void readFully(InputStream in, byte[] buf) throws IOException { in readFully()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaExtractorTest.java | 99 final ByteBuffer buf = ByteBuffer.allocate(1024*1024); in testExtractFromAMediaDataSource() local
|
D | NativeDecoderTest.java | 141 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()
|
D | TextureRender.java | 272 ByteBuffer buf = ByteBuffer.allocateDirect(width * height * 4); in saveFrame() local
|
D | DecoderTest.java | 227 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/ |
D | native-media-jni.cpp | 119 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/ |
D | DocletFactory.java | 48 StringBuffer buf = new StringBuffer(); in loadApi() local
|
/cts/tests/tests/opengl/libopengltest/ |
D | color_one.cpp | 58 char* buf = (char*) malloc(bufLength); in initColorOne() local
|
/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/ |
D | TestApp.java | 121 StringBuilder buf = new StringBuilder(); in saveTestResults() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_EncryptionTest.cpp | 135 uint8_t *buf; in android_security_cts_EncryptionTest_aesIsFast() local
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | CommonExternalStorageTest.java | 408 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/ |
D | Utils.java | 68 StringBuffer buf = new StringBuffer("Bundle is: "); in toBundleString() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | CtsMediaTextureRender.java | 276 ByteBuffer buf = ByteBuffer.allocateDirect(width * height * 4); in saveFrame() local
|
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
D | resumption.c | 137 char buf[256]; in TRAP_action() local
|
D | sigsegv.c | 118 char buf[256]; in TRAP_action() local
|
/cts/tests/tests/assist/common/src/android/assist/common/ |
D | Utils.java | 187 StringBuffer buf = new StringBuffer("Bundle is: "); in toBundleString() local
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 294 StringBuilder buf = new StringBuilder(); in doInBackground() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderTest.java | 285 char[] buf = new char[4]; in testGetChars() local
|