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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.h67 bool isInterrupted();
H A DSQLiteStatement.cpp63 if (m_database.isInterrupted())
92 if (m_database.isInterrupted())
H A DSQLiteDatabase.cpp133 bool SQLiteDatabase::isInterrupted() function in class:WebCore::SQLiteDatabase
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseBackendBase.h74 bool isInterrupted();
H A DSQLStatementSync.cpp71 if (db->isInterrupted())
H A DSQLStatementBackend.cpp140 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 DDatabaseBackendBase.cpp599 bool DatabaseBackendBase::isInterrupted() function in class:WebCore::DatabaseBackendBase
602 return m_sqliteDatabase.isInterrupted();
H A DSQLTransaction.cpp275 if (m_database->opened() && !m_database->isInterrupted()) {
H A DSQLTransactionBackend.cpp473 if (m_database->opened() && !m_database->isInterrupted()) { function
/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/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c401 db->u1.isInterrupted = 0;
431 if( db->u1.isInterrupted ){
H A Dvdbeapi.c392 db->u1.isInterrupted = 0;
H A Dmain.c1005 db->u1.isInterrupted = 1;
H A DsqliteInt.h856 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member in union:sqlite3::__anon14660
H A Dvdbe.c73 ** each instruction in the VDBE. When reaches zero, the u1.isInterrupted
478 if( db->u1.isInterrupted ) goto abort_due_to_interrupt;
5978 assert( db->u1.isInterrupted );
H A Dvdbeaux.c1185 }else if( db->u1.isInterrupted ){
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5Proxy.java320 || Thread.currentThread().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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9216 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member in union:sqlite3::__anon14623
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member in union:sqlite3::__anon26719
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member in union:sqlite3::__anon26744
[all...]

Completed in 1622 milliseconds