Home
last modified time | relevance | path

Searched defs:assertSame (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_internals.py18 def assertSame(self, a, b): member in ObjectsTestCase
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
Ddifferential_fuzz_v8.js13 assertSame = (expected, found, name_opt) => { __prettyPrint(found); }; function
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_foozzie_harness_adjust.js57 assertSame = function assertSame(expected, found, name_opt) { function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java612 protected boolean assertSame(String message, Object expected, Object actual) { in assertSame() method in TestFmwk
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java587 protected boolean assertSame(String message, Object expected, Object actual) { in assertSame() method in TestFmwk
/third_party/python/Lib/test/
Dtest_pathlib.py1435 def assertSame(self, path_a, path_b): member in _BasePathTest