HomeSort by relevance Sort by last modified time
    Searched refs:expect_equal (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/tests/
cache_test.c 43 expect_equal(uint64_t actual, uint64_t expected, const char *test) function
159 expect_equal(err, 0, "Removing " CACHE_TEST_TMP);
213 expect_equal(size, 0, "disk_cache_get with non-existent item (size)");
220 expect_equal(size, sizeof(blob), "disk_cache_get of existing item (size)");
230 expect_equal(size, sizeof(string), "2nd disk_cache_get of existing item (size)");
268 expect_equal(size, 1024, "3rd disk_cache_get of existing item (size)");
282 expect_equal(count, 1, "disk_cache_put eviction with MAX_SIZE=1K");
305 expect_equal(count, 3, "no eviction before overflow with MAX_SIZE=1M");
327 expect_equal(count, 2, "eviction after overflow with MAX_SIZE=1M");
350 expect_equal(result, 0, "disk_cache_has_key before key added")
    [all...]
blob_test.c 50 expect_equal(uint64_t expected, uint64_t actual, const char *test) function
173 expect_equal(uint32_test, blob_read_uint32(&reader),
175 expect_equal(uint32_overwrite, blob_read_uint32(&reader),
177 expect_equal(uint64_test, blob_read_uint64(&reader),
179 expect_equal((intptr_t) blob, blob_read_intptr(&reader),
184 expect_equal(reader.end - reader.data, reader.current - reader.data,
186 expect_equal(false, reader.overrun, "read_does_not_overrun");
226 expect_equal(2 * delta, blob->size - last, "aligned write of intptr");
237 expect_equal((intptr_t) blob, blob_read_intptr(&reader),
243 expect_equal((intptr_t) blob, blob_read_intptr(&reader)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
client_library_test_base.cc 293 auto expect_equal = [&](const Literal& actual, const string& error_message) { local
298 computation, *expected_ptr, arguments, expect_equal);
302 computation, *expected_ptr, arguments, expect_equal, shape_with_layout);
  /external/eigen/test/
main.h 534 bool test_is_equal(const T& actual, const U& expected, bool expect_equal=true);
537 bool test_is_equal(const T& actual, const U& expected, bool expect_equal)
539 if ((actual==expected) == expect_equal)
544 << "\n expected " << (expect_equal ? "= " : "!=") << expected << "\n\n";
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc 786 bool expect_equal) {
788 EXPECT_FALSE(expect_equal);
801 EXPECT_FALSE(expect_equal);
806 EXPECT_FALSE(expect_equal);
810 EXPECT_TRUE(expect_equal);
    [all...]

Completed in 235 milliseconds