Searched defs:assertSame (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-346636.js7 function assertSame(expected, found) { function
19 assertSame(this, this);
26 assertSame(this, this);
H A Dregress-put-prototype-transition.js8 assertSame = function assertSame(expected, found, name_opt) { if (found === expected) { if (expected !== 0 || (1 / expected) == (1 / found)) return; } else if ((expected !== expected) && (found !== found)) { return; } fail(PrettyPrint(expected), found, name_opt); }; assertEquals = function assertEquals(expected, found, name_opt) { if (!deepEquals(found, expected)) { fail(PrettyPrint(expected), found, name_opt); } };
7 assertSame = function assertSame(expected, found, name_opt) { if (found === expected) { if (expected !== 0 || (1 / expected) == (1 / found)) return; } else if ((expected !== expected) && (found !== found)) { return; } fail(PrettyPrint(expected), found, name_opt); }; assertEquals = function assertEquals(expected, found, name_opt) { if (!deepEquals(found, expected)) { fail(PrettyPrint(expected), found, name_opt); } }; function
/external/apache-harmony/support/src/test/java/tests/util/
H A DSerializationTester.java94 public static boolean assertSame(Object inputObject) throws Exception { method in class:SerializationTester
/external/chromium_org/v8/test/mjsunit/
H A Dmjsunit.js49 var assertSame; variable
235 assertSame = function assertSame(expected, found, name_opt) {
232 assertSame = function assertSame(expected, found, name_opt) { function
/external/junit/src/junit/framework/
H A DAssert.java243 static public void assertSame(String message, Object expected, Object actual) { method in class:Assert
252 static public void assertSame(Object expected, Object actual) { method in class:Assert
253 assertSame(null, expected, actual);
/external/v8/test/mjsunit/
H A Dmjsunit.js49 var assertSame; variable
223 assertSame = function assertSame(expected, found, name_opt) {
220 assertSame = function assertSame(expected, found, name_opt) { function
/external/junit/src/org/junit/
H A DAssert.java577 static public void assertSame(String message, Object expected, Object actual) { method in class:Assert
592 static public void assertSame(Object expected, Object actual) { method in class:Assert
593 assertSame(null, expected, actual);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 383 milliseconds