/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ThreadTest.java | 87 while (!Thread.currentThread().isInterrupted()) { in run() 570 while (!Thread.currentThread().isInterrupted()) in test_isInterrupted() 583 .isInterrupted()); in test_isInterrupted() 586 .isInterrupted()); in test_isInterrupted()
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/ |
D | SQLiteDatabase.h | 67 bool isInterrupted();
|
D | SQLiteStatement.cpp | 63 if (m_database.isInterrupted()) in prepare() 92 if (m_database.isInterrupted()) in step()
|
D | SQLiteDatabase.cpp | 133 bool SQLiteDatabase::isInterrupted() in isInterrupted() function in WebCore::SQLiteDatabase
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | DatabaseBackendBase.h | 74 bool isInterrupted();
|
D | SQLStatementSync.cpp | 71 if (db->isInterrupted()) in execute()
|
D | SQLStatementBackend.cpp | 140 …m_error = SQLError::create(db->isInterrupted() ? SQLError::DATABASE_ERR : SQLError::SYNTAX_ERR, "n… in execute()
|
D | DatabaseBackendBase.cpp | 599 bool DatabaseBackendBase::isInterrupted() in isInterrupted() function in WebCore::DatabaseBackendBase 602 return m_sqliteDatabase.isInterrupted(); in isInterrupted()
|
D | SQLTransaction.cpp | 275 if (m_database->opened() && !m_database->isInterrupted()) { in computeNextStateAndCleanupIfNeeded()
|
D | SQLTransactionBackend.cpp | 473 if (m_database->opened() && !m_database->isInterrupted()) { in computeNextStateAndCleanupIfNeeded()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | tokenize.c | 401 db->u1.isInterrupted = 0; in sqlite3RunParser() 431 if( db->u1.isInterrupted ){ in sqlite3RunParser()
|
D | vdbeapi.c | 392 db->u1.isInterrupted = 0; in sqlite3Step()
|
D | main.c | 1005 db->u1.isInterrupted = 1; in sqlite3_interrupt()
|
D | sqliteInt.h | 856 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member
|
D | vdbe.c | 478 if( db->u1.isInterrupted ) goto abort_due_to_interrupt; 5978 assert( db->u1.isInterrupted ); in sqlite3VdbeExec()
|
D | vdbeaux.c | 1185 }else if( db->u1.isInterrupted ){ in sqlite3VdbeList()
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
D | Socks5Proxy.java | 320 || Thread.currentThread().isInterrupted()) { in run()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractServiceTest.java | 114 assertTrue(currentThread().isInterrupted()); in testNoOpServiceStartStopAndWaitUninterruptible()
|
D | FuturesTest.java | 1528 assertTrue(Thread.currentThread().isInterrupted()); 1608 assertTrue(Thread.currentThread().isInterrupted()); 1697 assertTrue(Thread.currentThread().isInterrupted());
|
/external/littlemock/tests/com/google/testing/littlemock/ |
D | LittleMockTest.java | 1364 while (!Thread.currentThread().isInterrupted()) { in testConcurrentModificationExceptions() 1373 while (!Thread.currentThread().isInterrupted()) { in testConcurrentModificationExceptions()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 9216 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member 58489 }else if( db->u1.isInterrupted ){ 60905 db->u1.isInterrupted = 0; 62562 if( db->u1.isInterrupted ) goto abort_due_to_interrupt; 68601 assert( db->u1.isInterrupted ); 106951 db->u1.isInterrupted = 0; 106981 if( db->u1.isInterrupted ){ 108457 db->u1.isInterrupted = 1;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member 60706 }else if( db->u1.isInterrupted ){ 63139 db->u1.isInterrupted = 0; 64902 if( db->u1.isInterrupted ) goto abort_due_to_interrupt; 71167 assert( db->u1.isInterrupted ); 111935 db->u1.isInterrupted = 0; 111964 if( db->u1.isInterrupted ){ 113502 db->u1.isInterrupted = 1;
|
/external/sqlite/dist/ |
D | sqlite3.c | 9770 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ member 60734 }else if( db->u1.isInterrupted ){ 63167 db->u1.isInterrupted = 0; 64930 if( db->u1.isInterrupted ) goto abort_due_to_interrupt; 71195 assert( db->u1.isInterrupted ); 111971 db->u1.isInterrupted = 0; 112000 if( db->u1.isInterrupted ){ 113538 db->u1.isInterrupted = 1;
|