HomeSort by relevance Sort by last modified time
    Searched full:interrupt (Results 601 - 625 of 1559) sorted by null

<<21222324252627282930>>

  /cts/tests/src/android/content/cts/
DummyProvider.java 153 // be affected by interrupt() either
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 164 mAccessibilityManager.interrupt();
  /cts/tests/tests/holo/src/android/holo/cts/
ThemeTestActivity.java 146 throw new IllegalStateException("Did you interrupt the activity?");
  /dalvik/vm/jdwp/
JdwpConstants.cpp 74 return "INTERRUPT";
  /development/ndk/sources/android/libportable/common/include/
ioctls_portable.h 148 char t_intrc; /* interrupt */
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
ChatConnection.java 127 mThread.interrupt();
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.h 122 /** Handle interrupt events from the sensor */
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 87 server.interrupt();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedOutputStreamTest.java 228 rt.interrupt();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 123 wt.interrupt();
WaitingThread.java 191 public void interrupt() { method in class:WaitingThread
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 27 // a time. If it wants to interrupt speech, it will always call Stop
extension_tts_apitest.cc 109 ASSERT_TRUE(RunExtensionTest("tts/interrupt")) << message_;
  /external/chromium/net/disk_cache/
sparse_control.h 131 // should move on to the next child and false when we should interrupt our
  /external/chromium_org/base/debug/
proc_maps_linux.cc 31 // The gate VMA on ARM kernels is the interrupt vectors page.
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h 67 // This function does not interrupt a running auto-enrollment check. It only
  /external/chromium_org/chrome/browser/download/
download_item_model.h 55 // |font_list| and |max_width| are used to elide the filename and/or interrupt
  /external/chromium_org/chrome/browser/sync/
backend_migrator.cc 69 // If we're already migrating, interrupt the current migration.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.html 149 <option value="">Interrupt</option>
  /external/chromium_org/chrome/test/functional/
chromeos_longterm_test.py 98 interrupt. Other worker methods will be managed by the TimerQueue.
  /external/chromium_org/content/browser/devtools/
devtools_manager_unittest.cc 196 // Interrupt pending navigation and navigate back to the original site.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
signal.c 44 * signal (interrupt) to a specified thread in the same
  /external/chromium_org/net/disk_cache/
sparse_control.h 132 // should move on to the next child and false when we should interrupt our
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 100 // should move on to the next child and false when we should interrupt our
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 55 // "opened" so that the client can call interrupt or delete on every database
65 // thus ensuring that we have a correct list for the interrupt and
594 void DatabaseBackendBase::interrupt() function in class:WebCore::DatabaseBackendBase
596 m_sqliteDatabase.interrupt();

Completed in 1733 milliseconds

<<21222324252627282930>>