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

  /art/runtime/native/
java_lang_Thread.cc 37 return static_cast<JNIEnvExt*>(env)->self->Interrupted() ? JNI_TRUE : JNI_FALSE;
183 NATIVE_METHOD(Thread, interrupted, "!()Z"),
  /art/runtime/
thread.h 417 // Implements java.lang.Thread.interrupted.
418 bool Interrupted() LOCKS_EXCLUDED(wait_mutex_);
    [all...]
thread.cc 1378 bool interrupted = IsInterruptedLocked(); local
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 140 new_state == DownloadItem::INTERRUPTED) {
143 if (last_state_ == DownloadItem::INTERRUPTED &&
435 CleanupItem(item, download_file, DownloadItem::INTERRUPTED);
459 CleanupItem(item, download_file, DownloadItem::INTERRUPTED);
490 CleanupItem(item, download_file, DownloadItem::INTERRUPTED);
554 CleanupItem(item, mock_download_file, DownloadItem::INTERRUPTED);
735 // download item is in an interrupted state.
759 TEST_F(DownloadItemTest, Interrupted) {
771 EXPECT_EQ(DownloadItem::INTERRUPTED, item->GetState());
781 // the download to be marked as interrupted until after the intermediate rename
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 99 milliseconds