Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dversionparsing_unittest.cc24 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/
Dpsock_fanout.c359 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/
Dstateful_random_ops_test.py92 def verify(counter1, counter2, key1, key2, expect1, expect2): argument
98 expect = [expect1, expect2]