HomeSort by relevance Sort by last modified time
    Searched refs:buf1 (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/stlport/test/unit/
deque_test.cpp 204 char buf1[1024]; local
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
hash_test.cpp 380 char buf1[2048]; local
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
list_test.cpp 274 char buf1[1024]; local
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
vector_test.cpp 375 char buf1[1024]; local
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
map_test.cpp 269 char buf1[1024]; local
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
set_test.cpp 278 char buf1[1024]; local
279 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
slist_test.cpp 333 char buf1[1024];
334 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
  /ndk/tests/device/test-gnustl-full/unit/
deque_test.cpp 204 char buf1[1024]; local
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
hash_test.cpp 380 char buf1[2048]; local
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
list_test.cpp 274 char buf1[1024]; local
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
vector_test.cpp 375 char buf1[1024]; local
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
map_test.cpp 269 char buf1[1024]; local
270 StackAllocator<pair<const int, int> > stack1(buf1, buf1 + sizeof(buf1));
  /ndk/tests/device/test-stlport/unit/
deque_test.cpp 204 char buf1[1024]; local
205 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
hash_test.cpp 380 char buf1[2048]; local
381 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
list_test.cpp 274 char buf1[1024]; local
275 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
vector_test.cpp 375 char buf1[1024]; local
376 StackAllocator<int> stack1(buf1, buf1 + sizeof(buf1));
  /external/clang/test/Analysis/
taint-generic.c 143 int *buf1 = (int*)malloc(ts*sizeof(int)); // expected-warning {{Untrusted data is used to specify the buffer size}} local
145 bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to specify the buffer size}}
146 __builtin_memcpy(dst, buf1, (ts + 4)*sizeof(char)); // expected-warning {{Untrusted data is used to specify the buffer size}}
  /external/valgrind/main/callgrind/
sim.c 1526 char buf1[RESULTS_BUF_LEN], local
    [all...]
  /external/e2fsprogs/e2fsck/
crc32.c 540 unsigned char buf1[SIZE + 4]; local
550 random_garbage(buf1, i);
553 buf3[j] = buf1[j] ^ buf2[j];
555 crc1 = test_step(INIT1, buf1, i);
557 /* Now check that CRC(buf1 ^ buf2) = CRC(buf1) ^ CRC(buf2) */
  /external/valgrind/main/cachegrind/
cg_main.c 1466 static Char buf1[128], buf2[128], buf3[128], buf4[123], fmt[128]; local
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 84 char buf1[0x40], buf2[0x40]; local
92 buf1[k] = '0' ^ (k & 4);
95 buf1[i] = buf1[0x3f] = 0;
100 check (strcmp (buf1+i,buf2+j) == 0, cnum);
101 buf1[i+k] = 'A' + i + k;
102 buf1[i+k+1] = 0;
103 check (strcmp (buf1+i,buf2+j) > 0, cnum+1);
104 check (strcmp (buf2+j,buf1+i) < 0, cnum+2);
107 check (strcmp (buf1+i,buf2+j) < 0, cnum+3)
    [all...]
  /external/libselinux/src/
label_android_property.c 88 char buf1[BUFSIZ], buf2[BUFSIZ]; local
89 char *buf_p, *prop = buf1, *context = buf2;
  /external/chromium/net/disk_cache/
entry_unittest.cc     [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 48 byte[] buf1 = new byte[65536];
49 Arrays.fill(buf1, (byte) 1);
52 mbb.get(buf1);
56 assertEquals((byte) 0, buf1[i]);
74 byte[] buf1 = new byte[65536];
75 Arrays.fill(buf1, (byte) 1);
78 mbb.put(buf1);
  /external/tinyxml2/
tinyxml2.cpp 1643 char buf1[LEN] = { 0 }; local
    [all...]

Completed in 968 milliseconds

1 23 4 5 6