/external/smack/src/org/jivesoftware/smack/proxy/ |
ProxyInfo.java | 45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser, 51 this.proxyUsername = pUser; 55 public static ProxyInfo forHttpProxy(String pHost, int pPort, String pUser, 58 return new ProxyInfo(ProxyType.HTTP, pHost, pPort, pUser, pPass); 61 public static ProxyInfo forSocks4Proxy(String pHost, int pPort, String pUser, 64 return new ProxyInfo(ProxyType.SOCKS4, pHost, pPort, pUser, pPass); 67 public static ProxyInfo forSocks5Proxy(String pHost, int pPort, String pUser, 70 return new ProxyInfo(ProxyType.SOCKS5, pHost, pPort, pUser, pPass);
|
/external/oprofile/module/ia64/ |
IA64minstate.h | 42 (pUser) mov ar.rsc=0; \ 45 (pUser) addl rKRBS=IA64_RBS_OFFSET, r1; \ 46 (pUser) mov rARRNAT=ar.rnat; \ 51 (pUser) addl r1=IA64_STK_OFFSET-IA64_PT_REGS_SIZE, r1; \ 53 (pUser) mov rARBSPSTORE=ar.bspstore; \ 58 (pUser) mov ar.bspstore=rKRBS; \ 60 (pUser) mov r18=ar.bsp; \ 62 (pUser) mov ar.rsc=0x3; 78 (pUser) mov ar.rsc=0; \ 80 (pUser) addl rKRBS=IA64_RBS_OFFSET, r1; [all...] |
IA64entry.h | 17 #define pUser p3 /**< will leave_kernel return to user-mode? */
|
oprofile_stubs.S | 36 * pUser: See entry.h. 96 (p6) cmp.ne pKern, pUser=r0, r0 // a successful execve() lands us in user-mode...
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
sqlite3rtree.h | 47 void *pUser; /* Callback implementation user data */ 48 void (*xDelUser)(void *); /* Called by SQLite to clean up pUser */
|
rtree.c | 827 if( pGeom->xDelUser ) pGeom->xDelUser(pGeom->pUser); [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
strmdefs.h | 55 struct DSP_STREAMINFO *pUser; /* User's stream information returned */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
strmdefs.h | 56 struct DSP_STREAMINFO *pUser; /* User's stream information returned */
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_rtree.c | 59 if( p->pUser==0 ){ 60 /* If pUser is still 0, then the parameter values have not been tested 74 pCircle = (Circle *)(p->pUser = sqlite3_malloc(sizeof(Circle))); 107 pCircle = (Circle *)p->pUser; 194 Cube *pCube = (Cube *)p->pUser; 215 p->pUser = (void *)pCube;
|
vdbemem.c | 855 return pColl->xCmp(pColl->pUser,pMem1->n,pMem1->z,pMem2->n,pMem2->z); 869 rc = pColl->xCmp(pColl->pUser, n1, v1, n2, v2); [all...] |
main.c | 760 pColl[j].xDel(pColl[j].pUser); [all...] |
sqliteInt.h | [all...] |
test1.c | [all...] |
where.c | [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest1.c | 71 void *pUser, /* Pointer to the QueryResult structure */ 76 struct QueryResult *pResult = (struct QueryResult*)pUser;
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 141 strmInfo.pUser = &userInfo; 209 strmInfo.pUser = &userInfo; 304 strmInfo.pUser = &userInfo; /* need valid user info ptr */ 356 strmInfo.pUser = pStreamInfo; 829 if (pStrmInfo && pStrmInfo->pUser) {
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | [all...] |
sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.h | [all...] |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.h | [all...] |
sqlite3.c | [all...] |