Home
last modified time | relevance | path

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

/external/llvm/test/Bindings/OCaml/
Dtarget.ml27 let assert_equal a b = function
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dutil.py99 def test_truncated_normal(assert_equal, 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/client/site_tests/bluetooth_AVLHCI/
Dbluetooth_AVLHCI.py148 def assert_equal(self, actual, expected, value_name): member in bluetooth_AVLHCI
/external/python/mobly/mobly/
Dasserts.py55 def assert_equal(first, second, msg=None, extras=None): function
/external/autotest/server/cros/bluetooth/
Dbluetooth_sdp_tests.py125 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.py721 def assert_equal(x, y, data=None, summarize=None, message=None, name=None): # pylint: disable=miss… function
/external/rust/crates/der-parser/src/ber/
Dber.rs1149 fn assert_equal<T: AsRef<[u8]>>(s: T, b: &[u8]) { in test_der_bistringobject_asref() function
/external/skia/tests/
DImageTest.cpp101 static void assert_equal(skiatest::Reporter* reporter, GrDirectContext* dContextA, SkImage* a, in assert_equal() function
/external/rust/crates/itertools/src/
Dlib.rs3692 pub fn assert_equal<I, J>(a: I, b: J) in assert_equal() function