/external/bluetooth/glib/gio/ |
gioscheduler.h | 42 GSourceFunc func, 46 GSourceFunc func,
|
/external/openssl/crypto/rand/ |
rand_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0)
|
/external/sonivox/jet_tools/JetCreator/ |
JetStatusEvent.py | 27 def EVT_JET_STATUS(win, func):
28 win.Connect(-1, -1, EVT_JET_STATUS_ID, func)
|
/hardware/invensense/mlsdk/mllite/ |
mlinclude.h | 33 extern int functionEnterLog(const char *file, const char *func); 34 extern int functionExitLog(const char *file, const char *func);
|
/hardware/ril/libril/ |
ril_event.h | 31 ril_event_cb func; member in struct:ril_event 39 void ril_event_set(struct ril_event * ev, int fd, bool persist, ril_event_cb func, void * param);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pci.h | 31 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
pci.h | 19 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07))
|
/external/opencv/cxcore/include/ |
cxerror.h | 106 #define OPENCV_ERROR(status,func,context) \ 107 cvError((status),(func),(context),__FILE__,__LINE__) 109 #define OPENCV_ERRCHK(func,context) \ 111 {OPENCV_ERROR(CV_StsBackTrace,(func),(context));}} 113 #define OPENCV_ASSERT(expr,func,context) \ 115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}} 119 #define OPENCV_CALL( Func ) \ 121 Func; \ 168 #define CV_CALL( Func ) \ 170 Func; \ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_DebugMem.h | 16 const char* file, const char* func, int line); 18 const char* file, const char* func, int line); 20 const char* file, const char* func, int line); 22 const char* file, const char* func, int line); 24 const char* file, const char* func, int line); 26 void OMX_DebugMem_dump(const char *file, const char *func, int line);
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_DebugMem.h | 40 const char* file, const char* func, int line); 42 const char* file, const char* func, int line); 44 const char* file, const char* func, int line); 46 const char* file, const char* func, int line); 48 const char* file, const char* func, int line); 50 void OMX_DebugMem_dump(const char *file, const char *func, int line);
|
/hardware/invensense/mlsdk/platform/include/ |
i2c.h | 87 void set_i2c_open_bind_cb(int (*func)(unsigned int i2c_slave_addr)); 88 void set_i2c_open_cb(int (*func)(const char *dev, int rw)); 89 void set_i2c_close_cb(int (*func)(int fd)); 90 void set_i2c_lltransfer_cb(int (*func)(int fd, int client_addr, const char *write_buf, unsigned int write_len, 92 void set_i2c_write_register_cb(int (*func)(int fd, int client_addr, unsigned char reg, unsigned char value)); 93 void set_i2c_read_register_cb(unsigned char (*func)(int fd, int client_addr, unsigned char reg)); 94 void set_i2c_dump_register_cb(int (*func)(int fd, int client_addr, unsigned char start_reg, unsigned char *buff, int len));
|
/external/icu4c/test/intltest/ |
testidna.h | 72 void testToASCII(const char* testName, TestFunc func); 73 void testToUnicode(const char* testName, TestFunc func); 74 void testIDNToUnicode(const char* testName, TestFunc func); 75 void testIDNToASCII(const char* testName, TestFunc func); 76 void testCompare(const char* testName, CompareFunc func); 83 UBool doCompare, UBool testUnassigned, TestFunc func, UBool testSTD3ASCIIRules=TRUE); 87 const char* testName, CompareFunc func, 94 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func); 96 void testRootLabelSeparator(const char* testName, CompareFunc func,
|
/external/stlport/src/ |
cxa.c | 55 } func; member in struct:exit_function 70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) 78 new->func.cxa.fn = (void (*) (void *, int)) func; 79 new->func.cxa.arg = arg; 80 new->func.cxa.dso_handle = d; 175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { 177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
|
/ndk/sources/cxx-stl/stlport/src/ |
cxa.c | 55 } func; member in struct:exit_function 70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) 78 new->func.cxa.fn = (void (*) (void *, int)) func; 79 new->func.cxa.arg = arg; 80 new->func.cxa.dso_handle = d; 175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) { 177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExpressionVisitor.java | 58 * @param func The function currently being visited. 62 public boolean visitFunction(ExpressionOwner owner, Function func) 64 if (func instanceof FuncExtFunction) 66 String namespace = ((FuncExtFunction)func).getNamespace(); 69 else if (func instanceof FuncExtFunctionAvailable) 71 String arg = ((FuncExtFunctionAvailable)func).getArg0().toString();
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/ |
PBES2Algorithms.java | 19 private KeyDerivationFunc func; field in class:PBES2Algorithms 39 func = new KeyDerivationFunc(id_PBKDF2, PBKDF2Params.getInstance(funcSeq.getObjectAt(1))); 43 func = new KeyDerivationFunc(funcSeq); 56 return func; 71 subV.add(func);
|
PBES2Parameters.java | 16 private KeyDerivationFunc func; field in class:PBES2Parameters 43 func = new KeyDerivationFunc(id_PBKDF2, PBKDF2Params.getInstance(funcSeq.getObjectAt(1))); 47 func = new KeyDerivationFunc(funcSeq); 55 return func; 67 v.add(func);
|