Searched refs:expect1 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/none/tests/
H A Dmap_unmap.c88 void *expect1, *expect2; local
92 expect1 = domap(LEN, 0);
94 munmap(expect1, LEN);
101 if (m1 != expect1) {
102 printf("FAIL i=%d: m1=%p expect1=%p\n",
103 i, m1, expect1);
/external/webrtc/webrtc/base/
H A Dversionparsing_unittest.cc24 static const ExampleVersion expect1 = {1, 1, 2, 0}; local
26 EXPECT_EQ(0, CompareVersions(ver, expect1, kExampleSegments));
/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_fanout.c343 const int expect1[], const int expect2[])
372 ret = sock_fanout_read(fds, rings, expect1);
376 /* TODO: ensure consistent order between expect1 and expect2 */
342 test_datapath(uint16_t typeflags, int port_off, const int expect1[], const int expect2[]) argument

Completed in 155 milliseconds