HomeSort by relevance Sort by last modified time
    Searched refs:checkEqual (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/test/data/dom_storage/
sanity_check.js 24 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/
GzipSource.java 115 checkEqual("ID1ID2", (short) 0x1f8b, id1id2);
158 checkEqual("FHCRC", source.readShortLe(), (short) crc.getValue());
168 checkEqual("CRC", source.readIntLe(), (int) crc.getValue());
169 checkEqual("ISIZE", source.readIntLe(), inflater.getTotalOut());
194 private void checkEqual(String name, int expected, int actual) throws IOException {
  /external/jsoncpp/src/test_lib_json/
jsontest.h 190 checkEqual( TestResult &result, const T &expected, const U &actual,
237 JsonTest::checkEqual( *result_, expected, actual, \
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.h 142 UBool checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message);
plurults.cpp 33 UBool checkEqual(const PluralRules &test, char *result, int32_t max);
175 if ( !checkEqual(*newRules, result, max) ) {
203 if ( !checkEqual(*newRules, cRuleResult, 12) ) {
208 if ( !checkEqual(*newRules, cRuleResult, 12) ) {
279 UBool checkEqual(const PluralRules &test, char *result, int32_t max) {
    [all...]
usettest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.h 142 UBool checkEqual(const UnicodeSet& s, const UnicodeSet& t, const char* message);
plurults.cpp 33 UBool checkEqual(const PluralRules &test, char *result, int32_t max);
175 if ( !checkEqual(*newRules, result, max) ) {
203 if ( !checkEqual(*newRules, cRuleResult, 12) ) {
208 if ( !checkEqual(*newRules, cRuleResult, 12) ) {
279 UBool checkEqual(const PluralRules &test, char *result, int32_t max) {
    [all...]
usettest.cpp     [all...]

Completed in 648 milliseconds