Searched refs:isInterrupted (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.h64 bool isInterrupted();
H A DSQLiteStatement.cpp69 if (m_database.isInterrupted())
101 if (m_database.isInterrupted())
H A DSQLiteDatabase.cpp124 bool SQLiteDatabase::isInterrupted() function in class:WebCore::SQLiteDatabase
/external/webkit/Source/WebCore/storage/
H A DAbstractDatabase.h72 bool isInterrupted();
H A DSQLStatementSync.cpp68 ec = (db->isInterrupted()? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
H A DSQLStatement.cpp89 m_error = SQLError::create(db->isInterrupted() ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, "number of '?'s in statement string does not match argument count");
H A DAbstractDatabase.cpp489 bool AbstractDatabase::isInterrupted() function in class:WebCore::AbstractDatabase
492 return m_sqliteDatabase.isInterrupted();
H A DSQLTransaction.cpp152 if (m_database->opened() && !m_database->isInterrupted())
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadTest.java87 while (!Thread.currentThread().isInterrupted()) {
562 * @tests java.lang.Thread#isInterrupted()
565 // Test for method boolean java.lang.Thread.isInterrupted()
570 while (!Thread.currentThread().isInterrupted())
583 .isInterrupted());
586 .isInterrupted());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractServiceTest.java114 assertTrue(currentThread().isInterrupted());
H A DFuturesTest.java1528 assertTrue(Thread.currentThread().isInterrupted());
1608 assertTrue(Thread.currentThread().isInterrupted());
1697 assertTrue(Thread.currentThread().isInterrupted());
/external/littlemock/tests/com/google/testing/littlemock/
H A DLittleMockTest.java1364 while (!Thread.currentThread().isInterrupted()) {
1373 while (!Thread.currentThread().isInterrupted()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member in union:sqlite3::__anon10971
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member in union:sqlite3::__anon10996
[all...]

Completed in 650 milliseconds