| /development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
| D | smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
|
| D | pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
| D | interrupt.h | 103 void (*func)(unsigned long); member 107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument 109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_… argument
|
| D | workqueue.h | 24 void (*func)(void *); member
|
| D | init.h | 101 #define __setup(str, func) argument
|
| /development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
| D | smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
|
| D | pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
| D | interrupt.h | 103 void (*func)(unsigned long); member 107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument 109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_… argument
|
| D | workqueue.h | 24 void (*func)(void *); member
|
| D | init.h | 101 #define __setup(str, func) argument
|
| /development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
| D | smp.h | 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument 18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
|
| D | pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
|
| D | interrupt.h | 103 void (*func)(unsigned long); member 107 #define DECLARE_TASKLET(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_INIT(0), … argument 109 #define DECLARE_TASKLET_DISABLED(name, func, data) struct tasklet_struct name = { NULL, 0, ATOMIC_… argument
|
| D | workqueue.h | 24 void (*func)(void *); member
|
| D | init.h | 101 #define __setup(str, func) argument
|
| /development/emulator/qtools/ |
| D | callstack.h | 704 symbol_type *func = mFrames[stackLevel].function; in doMethodPop() local
|
| /development/simulator/wrapsim/ |
| D | Intercept.c | 122 static const char* rewritePath(const char* func, char* pathBuf, in rewritePath()
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
| D | MatrixTrackingGL.java | 85 public void glAlphaFunc(int func, float ref) { in glAlphaFunc() 89 public void glAlphaFuncx(int func, int ref) { in glAlphaFuncx() 184 public void glDepthFunc(int func) { in glDepthFunc() 581 public void glStencilFunc(int func, int ref, int mask) { in glStencilFunc()
|
| /development/emulator/qemud/ |
| D | qemud.c | 408 looper_add( Looper* l, int fd, EventFunc func, void* user ) in looper_add()
|