Searched defs:assert_equal (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/test/image/ |
D | test-imagetools.sh | 46 assert_equal() function
|
/external/llvm/test/Bindings/OCaml/ |
D | target.ml | 27 let assert_equal a b = function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | target.ml | 27 let assert_equal a b = function
|
/external/tensorflow/tensorflow/python/kernel_tests/random/ |
D | util.py | 103 def test_truncated_normal(assert_equal, assert_all_close, n, y, argument
|
/external/python/pybind11/tests/ |
D | test_numpy_dtypes.py | 64 def assert_equal(actual, expected_data, expected_dtype): function
|
D | test_sequences_and_iterators.cpp | 38 auto assert_equal = [&checks](py::handle a, py::handle b) { in test_random_access_iterator() local
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 78 def assert_equal(actual, expected): member in bluetooth_SDP_ServiceAttributeRequest
|
/external/cn-cbor/test/ |
D | ctest.h | 259 void assert_equal(long exp, long real, const char* caller, int line) { in assert_equal() function
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 653 def assert_equal(x, y, data=None, summarize=None, message=None, name=None): # pylint: disable=miss… function
|
/external/skqp/tests/ |
D | ImageTest.cpp | 52 static void assert_equal(skiatest::Reporter* reporter, SkImage* a, const SkIRect* subsetA, in assert_equal() function
|
/external/skia/tests/ |
D | ImageTest.cpp | 51 static void assert_equal(skiatest::Reporter* reporter, SkImage* a, const SkIRect* subsetA, in assert_equal() function
|
/external/python/pyopenssl/tests/ |
D | test_crypto.py | 1111 def assert_equal(a, b): function
|