Searched refs:expect1 (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | versionparsing_unittest.cc | 24 static const ExampleVersion expect1 = {1, 1, 2, 0}; in TEST() local 26 EXPECT_EQ(0, CompareVersions(ver, expect1, kExampleSegments)); in TEST()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_fanout.c | 359 const int expect1[], const int expect2[]) in test_datapath() argument 389 ret = sock_fanout_read(fds, rings, expect1); in test_datapath()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | stateful_random_ops_test.py | 92 def verify(counter1, counter2, key1, key2, expect1, expect2): argument 98 expect = [expect1, expect2]
|