/external/chromium_org/base/time/ |
pr_time_unittest.cc | 67 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); 74 PRStatus result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT", 82 PRStatus result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE, 90 PRStatus result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE, 98 PRStatus result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007", 106 PRStatus result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM", 114 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE, 122 PRStatus result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE, 130 PRStatus result = PR_ParseTimeString("16 Oct 2007 4:45-JST (Tuesday)", 144 PRStatus result = PR_ParseTimeString("Sun Jan 2 00:00:00 3001" [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_beos.h | 456 NSPR_API(PRStatus) _MD_init_thread(PRThread *thread); 458 NSPR_API(PRStatus) _MD_init_attached_thread(PRThread *thread); 475 NSPR_API(PRStatus) _MD_create_thread(PRThread *thread, void (*start)(void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize); 486 NSPR_API(PRStatus) _MD_wait(PRThread *, PRIntervalTime timeout); 487 NSPR_API(PRStatus) _MD_wakeup_waiter(PRThread *); 495 NSPR_API(PRStatus) _MD_new_lock(struct _MDLock *md); 504 NSPR_API(PRStatus) _MD_timed_wait_sem(struct _MDSemaphore *md, PRIntervalTime timeout); 505 NSPR_API(PRStatus) _MD_wait_sem(struct _MDSemaphore *md); 516 NSPR_API(PRStatus) _MD_open_dir(struct _MDDir *md,const char *name); 555 NSPR_API(PRStatus) _MD_getsockname(PRFileDesc *fd, PRNetAddr *addr, PRUint32 *addrlen) [all...] |
_unixos.h | 246 extern PRStatus _MD_DetachUnixProcess(struct PRProcess *process); 250 extern PRStatus _MD_WaitUnixProcess(struct PRProcess *process, 254 extern PRStatus _MD_KillUnixProcess(struct PRProcess *process); 303 extern PRStatus _MD_AllocSegment(PRSegment *seg, PRUint32 size, 337 extern PRStatus _MD_open_dir(struct _MDDir *, const char *); 355 extern PRStatus _MD_LockFile(PRInt32 osfd); 356 extern PRStatus _MD_TLockFile(PRInt32 osfd); 357 extern PRStatus _MD_UnlockFile(PRInt32 osfd); 447 extern PRStatus _MD_getpeername(PRFileDesc *fd, PRNetAddr *addr, 450 extern PRStatus _MD_getsockname(PRFileDesc *fd, PRNetAddr *addr [all...] |
_pcos.h | 77 extern PRStatus _MD_OS2GetHostName(char *name, PRUint32 namelen); 80 extern PRStatus _MD_WindowsGetHostName(char *name, PRUint32 namelen); 82 extern PRStatus _MD_WindowsGetSysInfo(PRSysInfo cmd, char *name, PRUint32 namelen);
|
_macos.h | 194 extern PRStatus _MD_DetachProcess(PRProcess *process); 197 extern PRStatus _MD_WaitProcess(PRProcess *process, PRInt32 *exitCode); 200 extern PRStatus _MD_KillProcess(PRProcess *process); 251 extern PRStatus _MD_InitThread(PRThread *thread); 336 extern PRStatus _MD_wait(PRThread *thread, PRIntervalTime timeout); 406 extern PRStatus _MD_LockFile(PRInt32 osfd); 408 extern PRStatus _MD_TLockFile(PRInt32 osfd); 410 extern PRStatus _MD_UnlockFile(PRInt32 osfd); 417 extern PRStatus _MD_OpenDir(struct _MDDir *md,const char *name); 457 extern PRStatus _MD_getsockopt(PRFileDesc *fd, PRInt32 level, PRInt32 optname, char* optval, PRInt32* optlen) [all...] |
_nspr_pthread.h | 204 NSPR_API(PRStatus) _MD_NEW_LOCK(struct _MDLock *md); 215 NSPR_API(PRStatus) _MD_InitThread(struct PRThread *thread); 250 NSPR_API(PRStatus) _MD_CreateThread( 268 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout); 271 NSPR_API(PRStatus) _MD_WakeupWaiter(struct PRThread *);
|
_darwin.h | 219 extern PRStatus _MD_InitializeThread(PRThread *thread); 228 extern PRStatus _MD_CREATE_THREAD( 236 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 237 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
_freebsd.h | 218 extern PRStatus _MD_InitializeThread(PRThread *thread); 227 extern PRStatus _MD_CREATE_THREAD( 235 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 236 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
_rhapsody.h | 181 extern PRStatus _MD_InitializeThread(PRThread *thread); 190 extern PRStatus _MD_CREATE_THREAD( 198 extern PRStatus _MD_WAIT(PRThread *, PRIntervalTime timeout); 199 extern PRStatus _MD_WAKEUP_WAITER(PRThread *);
|
_irix.h | 245 NSPR_API(PRStatus) _MD_NEW_LOCK(struct _MDLock *md); 372 NSPR_API(PRStatus) _MD_InitThread(struct PRThread *thread, 374 NSPR_API(PRStatus) _MD_InitAttachedThread(struct PRThread *thread, 411 NSPR_API(PRStatus) _MD_wait(struct PRThread *, PRIntervalTime timeout); 417 NSPR_API(PRStatus) _MD_WakeupWaiter(struct PRThread *); 429 NSPR_API(PRStatus) _MD_CreateThread(
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prproces.h | 71 NSPR_API(PRStatus) PR_ProcessAttrSetCurrentDirectory( 76 NSPR_API(PRStatus) PR_ProcessAttrSetInheritableFD( 101 NSPR_API(PRStatus) PR_CreateProcessDetached( 107 NSPR_API(PRStatus) PR_DetachProcess(PRProcess *process); 109 NSPR_API(PRStatus) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode); 111 NSPR_API(PRStatus) PR_KillProcess(PRProcess *process);
|
prio.h | 328 typedef PRStatus (PR_CALLBACK *PRCloseFN)(PRFileDesc *fd); 333 typedef PRStatus (PR_CALLBACK *PRFsyncFN)(PRFileDesc *fd); 336 typedef PRStatus (PR_CALLBACK *PRFileInfoFN)(PRFileDesc *fd, PRFileInfo *info); 337 typedef PRStatus (PR_CALLBACK *PRFileInfo64FN)(PRFileDesc *fd, PRFileInfo64 *info); 341 typedef PRStatus (PR_CALLBACK *PRConnectFN)( 345 typedef PRStatus (PR_CALLBACK *PRBindFN)(PRFileDesc *fd, const PRNetAddr *addr); 346 typedef PRStatus (PR_CALLBACK *PRListenFN)(PRFileDesc *fd, PRIntn backlog); 347 typedef PRStatus (PR_CALLBACK *PRShutdownFN)(PRFileDesc *fd, PRIntn how); 368 typedef PRStatus (PR_CALLBACK *PRGetsocknameFN)(PRFileDesc *fd, PRNetAddr *addr); 369 typedef PRStatus (PR_CALLBACK *PRGetpeernameFN)(PRFileDesc *fd, PRNetAddr *addr) [all...] |
prcmon.h | 67 NSPR_API(PRStatus) PR_CExitMonitor(void *address); 73 NSPR_API(PRStatus) PR_CWait(void *address, PRIntervalTime timeout); 79 NSPR_API(PRStatus) PR_CNotify(void *address); 85 NSPR_API(PRStatus) PR_CNotifyAll(void *address);
|
pripcsem.h | 102 NSPR_API(PRStatus) PR_WaitSemaphore(PRSem *sem); 110 NSPR_API(PRStatus) PR_PostSemaphore(PRSem *sem); 118 NSPR_API(PRStatus) PR_CloseSemaphore(PRSem *sem); 126 NSPR_API(PRStatus) PR_DeleteSemaphore(const char *name);
|
prmon.h | 74 NSPR_API(PRStatus) PR_ExitMonitor(PRMonitor *mon); 92 NSPR_API(PRStatus) PR_Wait(PRMonitor *mon, PRIntervalTime ticks); 99 NSPR_API(PRStatus) PR_Notify(PRMonitor *mon); 106 NSPR_API(PRStatus) PR_NotifyAll(PRMonitor *mon);
|
prnetdb.h | 49 NSPR_API(PRStatus) PR_StringToNetAddr( 52 NSPR_API(PRStatus) PR_NetAddrToString( 102 ** PRStatus PR_SUCCESS if the lookup succeeds. If it fails 106 NSPR_API(PRStatus) PR_GetHostByName( 131 ** PRStatus PR_SUCCESS if the lookup succeeds. If it fails 142 NSPR_API(PRStatus) PR_GetIPNodeByName( 167 ** PRStatus PR_SUCCESS if the lookup succeeds. If it fails 171 NSPR_API(PRStatus) PR_GetHostByAddr( 226 ** PRStatus To indicate success or failure. If the latter, the 238 NSPR_API(PRStatus) PR_InitializeNetAddr [all...] |
prpdce.h | 62 NSPR_API(PRStatus) PRP_TryLock(PRLock *lock); 92 NSPR_API(PRStatus) PRP_NakedWait( 102 NSPR_API(PRStatus) PRP_NakedNotify(PRCondVar *cvar); 111 NSPR_API(PRStatus) PRP_NakedBroadcast(PRCondVar *cvar);
|
prtpool.h | 95 NSPR_API(PRStatus) 99 NSPR_API(PRStatus) 103 NSPR_API(PRStatus) 107 NSPR_API(PRStatus)
|
prinit.h | 155 NSPR_API(PRStatus) PR_Cleanup(void); 191 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high); 218 PRStatus status; 221 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void); 223 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg); 225 NSPR_API(PRStatus) PR_CallOnce( 230 NSPR_API(PRStatus) PR_CallOnceWithArg(
|
prshm.h | 233 ** RETURNS: PRStatus 236 NSPR_API( PRStatus ) 255 ** RETURNS: PRStatus 258 NSPR_API( PRStatus ) 276 ** RETURNS: PRStatus 279 NSPR_API( PRStatus )
|
/external/chromium/base/ |
pr_time_unittest.cc | 66 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); 73 PRStatus result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT", 81 PRStatus result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE, 89 PRStatus result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE, 97 PRStatus result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007", 105 PRStatus result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM", 113 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE, 121 PRStatus result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE, 129 PRStatus result = PR_ParseTimeString("16 Oct 2007 4:45-JST (Tuesday)", 259 PRStatus result = PR_ParseTimeString("Sun Jan 2 00:00:00 3001" [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
sslerrstrs.c | 22 static PRStatus
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_debug.h | 81 /* Linux/ARM 32 prstatus for notes section */ 82 typedef struct prstatus { struct
|
/external/elfutils/backends/ |
linux-core-note.c | 65 struct EBLHOOK(prstatus) 109 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \ 182 if (descsz != sizeof (struct EBLHOOK(prstatus))) 184 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/ |
pprio.h | 112 NSPR_API(PRStatus) PR_DestroySocketPollFd(PRFileDesc *fd); 145 NSPR_API(PRStatus) PR_LockFile(PRFileDesc *fd); 155 NSPR_API(PRStatus) PR_TLockFile(PRFileDesc *fd); 165 NSPR_API(PRStatus) PR_UnlockFile(PRFileDesc *fd); 246 NSPR_API(PRStatus) PR_NT_CancelIo(PRFileDesc *fd);
|