OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interrupt
(Results
851 - 875
of
1559
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt
126
- Allow keyboard
interrupt
only when user code is executing in subprocess.
513
interrupt
module has been moved to thread.interrupt_main(). )
612
loop in user code using the '
interrupt
' extension. User code runs
616
- Implemented the '
interrupt
' extension module, which allows a subthread
633
- Handle subprocess
interrupt
with an RPC message.
/system/core/sh/
jobs.c
971
* is to have the shell ignore
interrupt
signals while waiting for a
972
* forground process to terminate, and then send itself an
interrupt
973
* signal if the child process was terminated by an
interrupt
signal.
975
* exit on
interrupt
; unless these processes terminate themselves by
1023
* occurred, and if so
interrupt
ourselves. Yuck. - mycroft
/cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java
[
all
...]
/external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.cc
302
// Create the
interrupt
fd.
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java
[
all
...]
/external/chromium_org/v8/src/
flag-definitions.h
360
"insert an
interrupt
check at function exit")
362
"weight back edges by jump distance for
interrupt
triggering")
365
"execution budget before
interrupt
is triggered")
[
all
...]
/external/grub/netboot/
via-rhine.c
589
dev->tbusy flag. The other thread is the
interrupt
handler, which is single
590
threaded by the hardware and
interrupt
handling software.
597
The
interrupt
handler has exclusive control over the Rx ring and records stats
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
323
* Triggers test case failure if
interrupt
status is set in the main thread.
343
throw new AssertionFailedError("
interrupt
status set in main thread");
781
t.
interrupt
();
[
all
...]
/external/libusb/libusb/
libusb.h
178
/**
Interrupt
endpoint */
657
/** For bulk/
interrupt
endpoints: halt condition detected (endpoint
971
* for an
interrupt
transfer.
[
all
...]
/frameworks/base/docs/html/design/patterns/
settings.jd
16
<li>You don't need to
interrupt
them with the same questions over and over when certain situations
360
<a href="{@docRoot}design/get-started/principles.html#
interrupt
-only-if-important">Only
interrupt
/libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java
235
* of
interrupt
is scarce.
266
Logger.global.info("
INTERRUPT
Error: " + s);
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java
89
* 2) Account sync settings change: Generally only affects Ping. We
interrupt
the operation and
242
* Request that this operation terminate. Intended for use by the sync service to
interrupt
250
* Request that this operation restart. Intended for use by the sync service to
interrupt
[
all
...]
/bionic/libc/bionic/
semaphore.c
326
/* return in case of timeout or
interrupt
*/
/bionic/libc/include/arpa/
telnet.h
49
#define IP 244 /*
interrupt
process--permanently */
/development/ndk/platforms/android-9/include/arpa/
telnet.h
49
#define IP 244 /*
interrupt
process--permanently */
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedReaderTest.java
395
t.
interrupt
();
PipedWriterTest.java
462
rdrThread.
interrupt
();
/external/chromium_org/chrome/browser/download/
download_target_determiner.h
260
// determination will be based on the
interrupt
reason. It is assumed that
/external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc
235
ASSERT_TRUE(RunExtensionTest("tts/
interrupt
")) << message_;
/external/chromium_org/content/browser/download/
base_file.cc
353
// There's no direct conversion from a system error to an
interrupt
reason.
/external/chromium_org/media/tools/player_x11/
player_x11.cc
167
//
interrupt
signal was received during last time period.
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h
223
#define SIGINT 2 /*
interrupt
*/
/external/chromium_org/net/url_request/
url_fetcher_core.h
51
// reference, the IO thread could
interrupt
things, run a task, Release()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp
119
void SQLiteDatabase::
interrupt
()
function in class:WebCore::SQLiteDatabase
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
profiler.py
157
self._host.executive.
interrupt
(self._perf_process.pid)
Completed in 921 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>