OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interrupt
(Results
826 - 850
of
1559
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/grub/netboot/
eepro.c
66
#define ee_IntSel 0 /*
Interrupt
*/
224
#define XMT_Chain_Int 0x20 /*
Interrupt
at the end of the transmit chain */
225
#define XMT_Chain_ErrStop 0x40 /*
Interrupt
at the end of the chain even if there are errors */
eepro100.c
161
#define DRVR_INT 0x0200 /* Driver generated
interrupt
. */
179
CmdIntr = 0x2000, /*
Interrupt
after completion. */
386
/* Acknowledge all of the current
interrupt
sources ASAP. */
lance.c
364
*
interrupt
line, causing a hang if for some reasone the
interrupt
365
* controller had the LANCE
interrupt
enabled. I have no idea why
/external/kernel-headers/original/asm-mips/sn/
ioc3.h
334
#define TXCB_INT_WHEN_DONE 0x20 /*
interrupt
after this byte is sent */
379
#define SHADOW_BI 0x00000010 /* break
interrupt
*/
427
/* per device
interrupt
masks */
/external/kernel-headers/original/linux/
pci_regs.h
180
#define PCI_CB_BRIDGE_CTL_16BIT_INT 0x80 /* Enable
interrupt
for 16-bit cards */
336
#define PCI_EXP_FLAGS_IRQ 0x3e00 /*
Interrupt
message number */
377
#define PCI_EXP_RTCTL_PMEIE 0x08 /* PME
Interrupt
Enable */
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
352
// It's a stub if there is an
interrupt
marker after the call.
393
// 0xCE byte (
interrupt
) dead, so the marker doesn't effect anything.
516
JCE.emitByte(0xCE); //
Interrupt
- Just a marker identifying the stub!
/external/qemu/
cpu-all.h
781
#define CPU_INTERRUPT_SMI 0x40 /* (x86 only) SMI
interrupt
pending */
782
#define CPU_INTERRUPT_VIRQ 0x100 /* virtual
interrupt
pending. */
795
/* External hardware
interrupt
pending. This is typically used for
/external/qemu/target-mips/
helper.c
554
[EXCP_DINT] = "debug
interrupt
",
555
[EXCP_NMI] = "non-maskable
interrupt
",
557
[EXCP_EXT_INTERRUPT] = "
interrupt
",
/external/v8/src/
flag-definitions.h
214
"insert an
interrupt
check at function exit")
216
"weight back edges by jump distance for
interrupt
triggering")
218
"execution budget before
interrupt
is triggered")
/frameworks/av/include/private/media/
AudioTrackShared.h
47
#define CBLK_INTERRUPT 0x200 // set by client on
interrupt
(), cleared by client in obtainBuffer()
106
// up (V) by server or binderDied() or
interrupt
()
237
void
interrupt
();
/frameworks/base/docs/html/design/patterns/
notifications.jd
171
app actually should
interrupt
the user with an unprompted notification.</p>
195
<p>Don't
interrupt
the user for low level technical operations, like saving or syncing information, or updating an application, if it is possible for the system to simply take care of itself without involving the user.</p>
198
<p>Don't
interrupt
the user to inform them of an error if it is possible for the application to quickly recover from the error on its own without the user taking any action.</p>
/libcore/libart/src/main/java/java/lang/
Object.java
353
* A waiting thread can be sent {@code
interrupt
()} to cause it to
384
* A waiting thread can be sent {@code
interrupt
()} to cause it to
421
* A waiting thread can be sent {@code
interrupt
()} to cause it to
/libcore/libdvm/src/main/java/java/lang/
Object.java
341
* A waiting thread can be sent {@code
interrupt
()} to cause it to
374
* A waiting thread can be sent {@code
interrupt
()} to cause it to
411
* A waiting thread can be sent {@code
interrupt
()} to cause it to
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h
132
* @cycle: Cycle counter of the
interrupt
packet
138
* stripped of all packets up until and including the
interrupt
packet are
390
* a skip flag (1 bit), an
interrupt
flag (1 bit), and the
pci_regs.h
185
#define PCI_CB_BRIDGE_CTL_16BIT_INT 0x80 /* Enable
interrupt
for 16-bit cards */
366
#define PCI_EXP_FLAGS_IRQ 0x3e00 /*
Interrupt
message number */
408
#define PCI_EXP_RTCTL_PMEIE 0x08 /* PME
Interrupt
Enable */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h
132
* @cycle: Cycle counter of the
interrupt
packet
138
* stripped of all packets up until and including the
interrupt
packet are
390
* a skip flag (1 bit), an
interrupt
flag (1 bit), and the
pci_regs.h
185
#define PCI_CB_BRIDGE_CTL_16BIT_INT 0x80 /* Enable
interrupt
for 16-bit cards */
366
#define PCI_EXP_FLAGS_IRQ 0x3e00 /*
Interrupt
message number */
408
#define PCI_EXP_RTCTL_PMEIE 0x08 /* PME
Interrupt
Enable */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h
132
* @cycle: Cycle counter of the
interrupt
packet
138
* stripped of all packets up until and including the
interrupt
packet are
390
* a skip flag (1 bit), an
interrupt
flag (1 bit), and the
pci_regs.h
185
#define PCI_CB_BRIDGE_CTL_16BIT_INT 0x80 /* Enable
interrupt
for 16-bit cards */
366
#define PCI_EXP_FLAGS_IRQ 0x3e00 /*
Interrupt
message number */
408
#define PCI_EXP_RTCTL_PMEIE 0x08 /* PME
Interrupt
Enable */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_signal.py
307
# to
interrupt
the read.
334
# close when the child exits so that in the non-
interrupt
case
375
does not
interrupt
a syscall that's in progress.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_signal.py
307
# to
interrupt
the read.
334
# close when the child exits so that in the non-
interrupt
case
375
does not
interrupt
a syscall that's in progress.
/external/libmtp/
README
194
000120: Bulk or
Interrupt
Transfer (UP), 03.09.2007 12:49:25.9843750 +0.0
204
000121: Bulk or
Interrupt
Transfer (UP), 03.09.2007 12:49:26.0 +0.0156250
213
000122: Bulk or
Interrupt
Transfer (UP), 03.09.2007 12:49:26.0 +0.0
403
on the main transfer pipes(s) or the
interrupt
pipe:
406
usb_clear_halt() on
INTERRUPT
endpoint: Broken pipe
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx.h
188
* The following defines are for the flags in the host
interrupt
status
260
* The following defines are for the flags in the host
interrupt
control
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx.h
188
* The following defines are for the flags in the host
interrupt
status
260
* The following defines are for the flags in the host
interrupt
control
[
all
...]
/prebuilts/python/darwin-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.
Completed in 1181 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>