HomeSort by relevance Sort by last modified time
    Searched refs:buf2 (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/valgrind/main/memcheck/tests/
writev.c 16 static char buf2[K_1]; variable
31 buf_list[1] = buf2;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedInputStreamTest.java 198 byte[] buf2 = new byte[100];
203 is.read(buf2, 0, buf2.length);
206 buf1.length).equals(new String(buf2, 0, buf2.length)));
384 byte[] buf2 = new byte[10];
388 is.read(buf2, 0, 10);
391 .equals(new String(buf2, 0, buf2.length)));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 84 char[] buf2 = { 'W', 'o', 'r', 'l', 'd' }; local
87 sb.append(buf2, 0, buf2.length);
101 char buf2 = 'W'; local
104 sb.append(buf2);
191 String buf2 = "World"; local
194 sb.append(buf2);
311 StringBuffer buf2 = new StringBuffer(""); local
312 buf2.getChars(0, 0, new char[5], 2);
  /external/iproute2/tc/
m_nat.c 173 char buf2[256]; local
195 format_host(AF_INET, 4, &sel->new_addr, buf2, sizeof(buf2)),
  /frameworks/base/graphics/java/android/renderscript/
Program.java 198 byte[] buf2 = new byte[str.length * 2];
199 System.arraycopy(str, 0, buf2, 0, str.length);
200 str = buf2;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 113 byte buf2[] = new byte[bytesToRead + 5];
119 int bytesRead2 = inStream1.read(buf2, 5, bytesToRead);
126 if (buf1[i] != buf2[i]) {
  /external/bluetooth/glib/tests/
mainloop-test.c 106 char buf2[32]; local
113 !read_all (source, buf2, 32))
119 sprintf (result, "%d", atoi(buf1) + atoi(buf2));
217 char buf2[32]; local
220 sprintf (buf2, "%d", b);
223 write_all (in, buf2, 32);
  /external/liblzf/
lzf.c 181 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
187 cs = lzf_compress (&buf1[MAX_HDR_SIZE], us, &buf2[MAX_HDR_SIZE], us > 4 ? us - 4 : us);
190 header = &buf2[MAX_HDR_SIZE - TYPE1_HDR_SIZE];
223 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; local
296 if (lzf_decompress (buf1, cs, buf2, us) != us)
302 if (wwrite (to, buf2, us))
  /external/e2fsprogs/intl/
localcharset.c 146 char buf2[50+1]; local
169 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
172 l2 = strlen (buf2);
190 strcpy (res_ptr + res_size - (l2 + 1), buf2);
  /external/openssl/crypto/dsa/
dsa_gen.c 119 unsigned char buf[SHA256_DIGEST_LENGTH],buf2[SHA256_DIGEST_LENGTH]; local
194 memcpy(buf2, seed, qsize);
205 EVP_Digest(buf, qsize, buf2, NULL, evpmd, NULL);
207 md[i]^=buf2[i];
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 161 char buf2[50+1]; local
181 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
184 l2 = strlen (buf2);
205 strcpy (res_ptr + res_size - (l2 + 1), buf2);
  /external/icu4c/test/cintltst/
utransts.c 138 char buf[BUF_CAP], buf2[BUF_CAP]; local
169 utrans_getID(trans, buf2, BUF_CAP);
170 if (0 != strcmp(buf, buf2)) {
172 buf, buf2);
298 char buf1[BUF_CAP], buf2[BUF_CAP], buf3[BUF_CAP]; local
316 utrans_getID(t2, buf2, BUF_CAP);
320 strcmp(buf1, buf2) == 0) {
326 if(strcmp(buf2, buf3) != 0 ||
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 270 char buf1[64], buf2[64]; local
275 _STLP_STRNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
277 ret = strcmp(buf1, buf2);
290 wchar_t buf1[64], buf2[64]; local
295 _STLP_WCSNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
297 ret = wcscmp(buf1, buf2);
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 366 char buf1[64], buf2[64]; local
371 strncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
386 wchar_t buf1[64], buf2[64]; local
391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc);
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 274 char buf1[64], buf2[64]; local
279 _STLP_STRNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
281 ret = strcmp(buf1, buf2);
294 wchar_t buf1[64], buf2[64]; local
299 _STLP_WCSNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
301 ret = wcscmp(buf1, buf2);
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 366 char buf1[64], buf2[64]; local
371 strncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
373 ret = strcoll_l(buf1, buf2, (locale_t)__loc);
386 wchar_t buf1[64], buf2[64]; local
391 wcsncpy(buf2, s2, bufsize2); buf2[bufsize2] = 0;
393 ret = wcscoll_l(buf1, buf2, (locale_t)__loc);
  /external/openssl/crypto/asn1/
asn1_lib.c 465 char buf1[DECIMAL_SIZE(address)+1],buf2[DECIMAL_SIZE(offset)+1]; local
468 BIO_snprintf(buf2,sizeof buf2,"%d",offset);
469 ERR_add_error_data(4,"address=",buf1," offset=",buf2);