HomeSort by relevance Sort by last modified time
    Searched refs:interrupt (Results 1 - 25 of 857) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm-interrupt-attr.c 4 __attribute__((interrupt)) void test_generic_interrupt() {
10 __attribute__((interrupt("IRQ"))) void test_irq_interrupt() {
14 __attribute__((interrupt("FIQ"))) void test_fiq_interrupt() {
18 __attribute__((interrupt("SWI"))) void test_swi_interrupt() {
22 __attribute__((interrupt("ABORT"))) void test_abort_interrupt() {
27 __attribute__((interrupt("UNDEF"))) void test_undef_interrupt() {
31 // CHECK: attributes [[GENERIC_ATTR]] = { {{.*}} {{"interrupt"[^=]}}
32 // CHECK: attributes [[IRQ_ATTR]] = { {{.*}} "interrupt"="IRQ"
33 // CHECK: attributes [[FIQ_ATTR]] = { {{.*}} "interrupt"="FIQ"
34 // CHECK: attributes [[SWI_ATTR]] = { {{.*}} "interrupt"="SWI
    [all...]
mips-interrupt-attr.c 3 void __attribute__ ((interrupt("vector=sw0")))
9 void __attribute__ ((interrupt("vector=sw1")))
15 void __attribute__ ((interrupt("vector=hw0")))
21 void __attribute__ ((interrupt("vector=hw1")))
27 void __attribute__ ((interrupt("vector=hw2")))
33 void __attribute__ ((interrupt("vector=hw3")))
39 void __attribute__ ((interrupt("vector=hw4")))
45 void __attribute__ ((interrupt("vector=hw5")))
51 void __attribute__ ((interrupt))
56 // CHECK: attributes [[SW0]] = { {{.*}} "interrupt"="sw0" {{.*}}
    [all...]
attr-x86-interrupt.c 13 __attribute__((interrupt)) void foo7(int *a, uword b) {}
14 __attribute__((interrupt)) void foo8(int *a) {}
  /external/clang/test/Sema/
arm-interrupt-attr.c 3 __attribute__((interrupt(IRQ))) void foo() {} // expected-error {{'interrupt' attribute requires a string}}
4 __attribute__((interrupt("irq"))) void foo1() {} // expected-warning {{'interrupt' attribute argument not supported: irq}}
6 __attribute__((interrupt("IRQ", 1))) void foo2() {} // expected-error {{'interrupt' attribute takes no more than 1 argument}}
8 __attribute__((interrupt("IRQ"))) void foo3() {}
9 __attribute__((interrupt("FIQ"))) void foo4() {}
10 __attribute__((interrupt("SWI"))) void foo5() {}
11 __attribute__((interrupt("ABORT"))) void foo6() {
    [all...]
attr-msp430.c 4 void f(void) __attribute__((interrupt(i))); /* expected-error {{'interrupt' attribute requires an integer constant}} */
6 void f2(void) __attribute__((interrupt(12)));
mips-interrupt-attr.c 4 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies to functions and methods}}
6 __attribute__((interrupt("EIC"))) void foo1() {} // expected-warning {{'interrupt' attribute argument not supported: 'EIC'}}
8 __attribute__((interrupt("eic", 1))) void foo2() {} // expected-error {{'interrupt' attribute takes no more than 1 argument}}
10 __attribute__((interrupt("eic"))) void foo3() {}
11 __attribute__((interrupt("vector=sw0"))) void foo4() {}
12 __attribute__((interrupt("vector=hw0"))) void foo5() {}
13 __attribute__((interrupt("vector=hw1"))) void foo6() {
    [all...]
attr-x86-interrupt.c 11 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies to non-K&R-style functions}}
13 __attribute__((interrupt)) int foo1(void) { return 0; } // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'void' return type}}
14 __attribute__((interrupt)) void foo2(void) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a pointer parameter optionally followed by an integer parameter}}
15 __attribute__((interrupt)) void foo3(void *a, unsigned b, int c) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a pointer parameter optionally followed by an integer parameter}}
16 __attribute__((interrupt)) void foo4(int a) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a pointer as the first parameter}
    [all...]
  /external/clang/test/Misc/
ast-dump-arm-attr.c 3 __attribute__((interrupt)) void Test(void);
ast-dump-msp430-attr.c 3 __attribute__((interrupt(12))) void Test(void);
  /libcore/ojluni/src/main/java/sun/nio/ch/
Interruptible.java 34 public void interrupt(Thread t); method in interface:Interruptible
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k-coff/
p2389a.s 3 _ASIC_INT_TBL: .space 32,1 | keep interrupt routines here
  /device/google/contexthub/firmware/os/inc/
isr.h 44 static inline void chainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr)
46 interrupt->disable(interrupt);
48 list_add_tail(&interrupt->isrs, &isr->node);
49 interrupt->enable(interrupt);
52 static inline void unchainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr)
54 interrupt->disable(interrupt);
57 if (!list_is_empty(&interrupt->isrs)
    [all...]
  /external/clang/test/SemaCXX/
attr-x86-interrupt.cpp 9 static void foo(int *a) __attribute__((interrupt)) {}
10 void *operator new(__SIZE_TYPE__) throw() __attribute__((interrupt)) { return 0; } // expected-warning {{'interrupt' attribute only applies to non-K&R-style functions}}
13 struct a test __attribute__((interrupt)); // expected-warning {{'interrupt' attribute only applies to non-K&R-style functions}}
15 __attribute__((interrupt)) int foo1(void) { return 0; } // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a 'void' return type}}
16 __attribute__((interrupt)) void foo2(void) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have only a pointer parameter optionally followed by an integer parameter}}
17 __attribute__((interrupt)) void foo3(void *a, unsigned b, int c) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' att (…)
    [all...]
  /external/clang/test/CodeGenCXX/
attr-x86-interrupt.cpp 13 __attribute__((interrupt)) void foo7(int *a, uword b) {}
15 __attribute__((interrupt)) void foo8(int *a) {}
18 static void foo9(int *a) __attribute__((interrupt)) {}
  /external/autotest/client/site_tests/hardware_Interrupt/
hardware_Interrupt.py 23 interrupts per module or per interrupt number/name
39 interrupt = fields[0].strip().split(':')[0]
40 if interrupt.isdigit():
43 interrupt = int(interrupt)
44 self._int_count[interrupt] = count
45 logging.debug('int[%s] = %d', interrupt, count)
47 def get(self, interrupt):
48 if interrupt in self._int_count:
49 logging.debug('got int[%s] = %d', interrupt,
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThreadAborter.java 39 /** A simple class that can interrupt a {@link WaitingThread}. */
52 waitingThread.interrupt();
60 * @param waitingThread The thread to interrupt when aborting.
65 waitingThread.interrupt();
  /external/syslinux/gpxe/src/arch/i386/include/
biosint.h 16 * Hooked interrupt count
20 * unhook at least one interrupt vector, and so must not free up the
27 extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
29 extern int unhook_bios_interrupt ( unsigned int interrupt,
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
biosint.c 15 * @v interrupt INT number
16 * @v handler Offset within .text16 to interrupt handler
21 * the address of the previously-installed handler for this interrupt;
24 void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
32 interrupt, rm_cs, handler );
41 copy_from_real ( chain_vector, 0, ( interrupt * 4 ),
52 copy_to_real ( 0, ( interrupt * 4 ), &vector, sizeof ( vector ) );
59 * @v interrupt INT number
60 * @v handler Offset within .text16 to interrupt handler
63 * Unhooks an i386 interrupt handler hooked by hook_i386_vector()
    [all...]
  /external/testng/src/test/java/test/timeout/
InvocationTimeOutSampleTest.java 12 Thread.currentThread().interrupt();
21 Thread.currentThread().interrupt();
TestTimeOutSampleTest.java 12 Thread.currentThread().interrupt();
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
InterruptParserTest.java 46 InterruptItem interrupt = new InterruptParser().parse(inputBlock); local
48 assertEquals(1, interrupt.getInterrupts(
51 assertEquals("9:bcmsdh_sdmmc:2:qcomd-rpm:240:mso", interrupt.getInterrupts(
54 assertEquals(2, interrupt.getInterrupts(
57 assertEquals(5, interrupt.getInterrupts(InterruptItem.InterruptCategory.MODEM_INTERRUPT).
  /external/testng/src/test/java/test/invokedmethodlistener/
Sample.java 14 Thread.currentThread().interrupt();
23 Thread.currentThread().interrupt();
  /tools/loganalysis/tests/src/com/android/loganalysis/rule/
InterruptRuleTest.java 53 * Test interrupt analysis
56 InterruptItem interrupt = new InterruptItem(); local
57 interrupt.addInterrupt("2:bcmsdh_sdmmc:2:qcom,smd:2:msmgio", 40,
59 interrupt.addInterrupt("2:qcom,smd-rpm:2:fc4c.qcom,spmi", 7,
62 mBatteryStatsDetailedInfo.setInterruptItem(interrupt);
75 InterruptItem interrupt = new InterruptItem(); local
76 interrupt.addInterrupt("2:bcmsdh_sdmmc:2:qcom,smd:2:msmgio", 5,
78 interrupt.addInterrupt("2:qcom,smd-rpm:2:fc4c.qcom,spmi", 7,
81 mBatteryStatsDetailedInfo.setInterruptItem(interrupt);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.l 8 [^:]*:19: Warning: a NOP might be needed here because of successive changes in interrupt state
9 [^:]*:20: Warning: a NOP might be needed here because of successive changes in interrupt state
10 [^:]*:25: Warning: a NOP might be needed here because of successive changes in interrupt state
11 [^:]*:26: Warning: a NOP might be needed here because of successive changes in interrupt state
12 [^:]*:27: Warning: a NOP might be needed here because of successive changes in interrupt state
13 [^:]*:28: Warning: a NOP might be needed here because of successive changes in interrupt state
14 [^:]*: Warning: assembly finished with the last instruction changing interrupt state - a NOP might be needed
  /development/ndk/platforms/android-9/arch-mips/include/asm/dec/
ecc.h 40 #include <linux/interrupt.h>

Completed in 2802 milliseconds

1 2 3 4 5 6 7 8 91011>>