Searched defs:test_error (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtext_unittest.py70 def test_error(self): member in class:TextStyleTestCase
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xinclude-test-suite.py23 test_error = 0 variable
58 global test_error
136 test_error = test_error + 1
140 test_error = test_error + 1
210 old_test_error = test_error
214 test_failed - old_test_failed, test_error - old_test_error)
221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
H A Dcheck-xml-test-suite.py12 test_error = 0 variable
343 test_error = test_error + 1
398 old_test_error = test_error
402 test_failed - old_test_failed, test_error - old_test_error)
409 test_nr, test_succeed, test_failed, test_error, time.time() - start)
/external/antlr/antlr-3.4/runtime/Python/
H A Dxmlrunner.py289 def test_error(self): member in class:XMLTestRunnerTest
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb72 def test_error method in class:TestPatternLexer
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_func.c222 static void test_error( function
442 { "test_error", 1, SQLITE_UTF8, test_error},
443 { "test_error", 2, SQLITE_UTF8, test_error},
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c60 #define test_error(z, ...) test_error_x(z, sqlite3_mprintf(__VA_ARGS__)) macro
919 test_error(&err, "Failed read: %s %s %s", z1, z2, z3);
1002 test_error(&err, "File system looks incorrect (%d, %d)",
1160 if( nRow!=65536 ) test_error(&err, "Bad row count: %d", (int)nRow);

Completed in 5415 milliseconds