Home
last modified time | relevance | path

Searched defs:assert_equal (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/test/Bindings/OCaml/
Dtarget.ml27 let assert_equal a b = function
/external/llvm/test/Bindings/OCaml/
Dtarget.ml27 let assert_equal a b = function
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dutil.py103 def test_truncated_normal(assert_equal, assert_all_close, n, y, argument
/external/python/pybind11/tests/
Dtest_numpy_dtypes.py80 def assert_equal(actual, expected_data, expected_dtype): function
Dtest_sequences_and_iterators.cpp40 auto assert_equal = [&checks](py::handle a, py::handle b) { in test_random_access_iterator() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua229 function assert_equal(expected, actual, msg) function
/external/autotest/server/cros/bluetooth/
Dbluetooth_sdp_tests.py122 def assert_equal(actual, expected): member in bluetooth_SDP_ServiceAttributeRequest
/external/cn-cbor/test/
Dctest.h259 void assert_equal(long exp, long real, const char* caller, int line) { in assert_equal() function
/external/tensorflow/tensorflow/python/ops/
Dcheck_ops.py665 def assert_equal(x, y, data=None, summarize=None, message=None, name=None): # pylint: disable=miss… function
/external/skqp/tests/
DImageTest.cpp52 static void assert_equal(skiatest::Reporter* reporter, SkImage* a, const SkIRect* subsetA, in assert_equal() function
/external/skia/tests/
DImageTest.cpp55 static void assert_equal(skiatest::Reporter* reporter, GrDirectContext* dContextA, SkImage* a, in assert_equal() function
/external/rust/crates/itertools/src/
Dlib.rs3104 pub fn assert_equal<I, J>(a: I, b: J) in assert_equal() function
/external/python/pyopenssl/tests/
Dtest_crypto.py1339 def assert_equal(a, b): function