Home
last modified time | relevance | path

Searched refs:checkEqual (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/test/data/dom_storage/
Dsanity_check.js24 checkEqual(0, storage.length,
26 checkEqual(null, storage.getItem("foo"),
28 checkEqual(null, storage.key(0),
33 checkEqual(1, storage.length,
35 checkEqual("bar", storage.getItem("foo"),
37 checkEqual("foo", storage.key(0),
42 checkEqual(null, storage.getItem("foo"),
48 checkEqual(2, storage.length,
50 checkEqual("baz", storage["foo"],
52 checkEqual("value", storage["name"],
[all …]
/external/okhttp/okio/src/main/java/okio/
DGzipSource.java115 checkEqual("ID1ID2", (short) 0x1f8b, id1id2); in consumeHeader()
158 checkEqual("FHCRC", source.readShortLe(), (short) crc.getValue()); in consumeHeader()
168 checkEqual("CRC", source.readIntLe(), (int) crc.getValue()); in consumeTrailer()
169 checkEqual("ISIZE", source.readIntLe(), inflater.getTotalOut()); in consumeTrailer()
194 private void checkEqual(String name, int expected, int actual) throws IOException { in checkEqual() method in GzipSource
/external/jsoncpp/src/test_lib_json/
Djsontest.h190 checkEqual( TestResult &result, const T &expected, const U &actual, in checkEqual() function
237 JsonTest::checkEqual( *result_, expected, actual, \
/external/icu/icu4c/source/test/intltest/
Dplurults.cpp33 UBool checkEqual(const PluralRules &test, char *result, int32_t max);
175 if ( !checkEqual(*newRules, result, max) ) { in testAPI()
203 if ( !checkEqual(*newRules, cRuleResult, 12) ) { in testAPI()
208 if ( !checkEqual(*newRules, cRuleResult, 12) ) { in testAPI()
279 UBool checkEqual(const PluralRules &test, char *result, int32_t max) { in checkEqual() function
Dusettest.h142 UBool checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message);
Dusettest.cpp1898 checkEqual(s, t, "copy ct"); in checkRoundTrip()
1901 checkEqual(s, t, "operator="); in checkRoundTrip()
1904 checkEqual(s, t, "iterator roundtrip"); in checkRoundTrip()
1907 checkEqual(s, t, "iterator roundtrip"); in checkRoundTrip()
1915 checkEqual(s, t, "toPattern(false)"); in checkRoundTrip()
1924 checkEqual(s, t, "toPattern(true)"); in checkRoundTrip()
1950 UBool UnicodeSetTest::checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message) { in checkEqual() function in UnicodeSetTest
/external/chromium_org/third_party/icu/source/test/intltest/
Dplurults.cpp33 UBool checkEqual(const PluralRules &test, char *result, int32_t max);
175 if ( !checkEqual(*newRules, result, max) ) { in testAPI()
203 if ( !checkEqual(*newRules, cRuleResult, 12) ) { in testAPI()
208 if ( !checkEqual(*newRules, cRuleResult, 12) ) { in testAPI()
279 UBool checkEqual(const PluralRules &test, char *result, int32_t max) { in checkEqual() function
Dusettest.h142 UBool checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message);
Dusettest.cpp1898 checkEqual(s, t, "copy ct"); in checkRoundTrip()
1901 checkEqual(s, t, "operator="); in checkRoundTrip()
1904 checkEqual(s, t, "iterator roundtrip"); in checkRoundTrip()
1907 checkEqual(s, t, "iterator roundtrip"); in checkRoundTrip()
1915 checkEqual(s, t, "toPattern(false)"); in checkRoundTrip()
1924 checkEqual(s, t, "toPattern(true)"); in checkRoundTrip()
1950 UBool UnicodeSetTest::checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message) { in checkEqual() function in UnicodeSetTest