Home
last modified time | relevance | path

Searched refs:check_equal (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/refwrap/
Dunwrap_reference.pass.cpp25 void check_equal() { in check_equal() function
32 check_equal<T, T>(); in check()
33 check_equal<T&, T&>(); in check()
34 check_equal<T const, T const>(); in check()
35 check_equal<T const&, T const&>(); in check()
37 check_equal<std::reference_wrapper<T>, T&>(); in check()
38 check_equal<std::reference_wrapper<T const>, T const&>(); in check()
/external/u-boot/test/py/tests/
Dtest_fit.py267 def check_equal(expected_fname, actual_fname, failure_msg): function
379 check_equal(kernel, kernel_out, 'Kernel not loaded')
403 check_equal(kernel, kernel_out, 'Kernel not loaded')
404 check_equal(control_dtb, fdt_out, 'FDT not loaded')
415 check_equal(ramdisk, ramdisk_out, 'Ramdisk not loaded')
427 check_equal(loadables1, loadables1_out,
429 check_equal(loadables2, loadables2_out,
441 check_equal(kernel, kernel_out, 'Kernel not loaded')
442 check_equal(control_dtb, fdt_out, 'FDT not loaded')
444 check_equal(ramdisk + '.gz', ramdisk_out, 'Ramdist not loaded')
/external/python/cpython3/Lib/
Dtabnanny.py283 check_equal = 0
292 check_equal = 1
295 check_equal = 0
313 check_equal = 1
317 elif check_equal and type not in JUNK:
324 check_equal = 0
/external/python/cpython2/Lib/
Dtabnanny.py279 check_equal = 0
288 check_equal = 1
291 check_equal = 0
309 check_equal = 1
313 elif check_equal and type not in JUNK:
320 check_equal = 0
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-sequence_equal.hpp126 auto check_equal = [state]() { in on_subscribe() local
158 [state, check_equal](other_source_value_type t) { in on_subscribe()
161 check_equal(); in on_subscribe()
186 [state, check_equal](source_value_type t) { in on_subscribe()
189 check_equal(); in on_subscribe()
/external/python/cpython3/Lib/test/
Dtest_bdb.py272 self.check_equal(self.expect[0], event, 'Wrong event type')
285 self.check_equal(bpnums, self.breakpoint_hits[0],
287 self.check_equal([bps[n] for n in bpnums],
291 self.check_equal(sorted(temporaries), self.breakpoint_hits[1],
300 def check_equal(self, expected, result, msg): member in Tracer
311 self.check_equal(self.expect[1], lineno, 'Wrong line number')
313 self.check_equal(self.expect[2], self.frame.f_code.co_name,
/external/autotest/server/cros/faft/
Dfingerprint_test.py427 def check_equal(self, a, b): member in FingerprintTest
441 self.check_equal(actual_hash, expected_hash)
446 self.check_equal(actual_key_id, expected_key_id)
460 self.check_equal(actual_ro_version, expected_ro_version)
466 self.check_equal(actual_rw_version, expected_rw_version)
/external/harfbuzz_ng/src/
Dhb-serialize.hh125 bool check_equal (T1 &&v1, T2 &&v2) in check_equal() function
130 { return check_equal (v1 = v2, v2); } in check_assign()
/external/python/cpython3/Doc/library/
Dtabnanny.rst60 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,
/external/python/cpython2/Doc/library/
Dtabnanny.rst59 .. XXX document errprint, format_witnesses, Whitespace, check_equal, indents,