HomeSort by relevance Sort by last modified time
    Searched full:prstatus (Results 1 - 25 of 32) sorted by null

1 2

  /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...]
nss_util.cc 72 PRStatus prstatus = PR_Cleanup(); local
73 if (prstatus != PR_SUCCESS) {
time.cc 99 PRStatus result = PR_ParseTimeString(ascii_time_string.c_str(), PR_FALSE,
  /external/elfutils/libebl/
eblcorenotetypename.c 38 KNOWNSTYPE (PRSTATUS),
  /external/strace/
acinclude.m4 99 Also implies that you have the pr_lwp member in prstatus.])
176 dnl ### A macro to determine if the prstatus structure has a pr_syscall member.
178 [AC_MSG_CHECKING(for pr_syscall in struct prstatus)
191 [Define if the prstatus structure in sys/procfs.h has a pr_syscall member.])
config.h.in 99 /dev/xxx/status. Also implies that you have the pr_lwp member in prstatus.
127 /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member.
  /external/chromium/net/third_party/nss/ssl/
sslsock.c 208 static PRStatus ssl_PushIOLayer(sslSocket *ns, PRFileDesc *stack,
545 static PRStatus SSL_BypassRegisterShutdown(void)
552 static PRStatus SSL_BypassSetup(void)
    [all...]
ssl3ecc.c 518 static PRStatus
526 return (PRStatus)rv;
530 static PRStatus
582 PRStatus status;
    [all...]
sslnonce.c 149 static PRStatus initSessionCacheLocksLazily(void)
sslsnce.c     [all...]
ssl3ext.c 137 static PRStatus
187 static PRStatus
    [all...]
sslsecur.c 663 static PRStatus serverCAListSetup(void *arg)
    [all...]
ssl3con.c     [all...]
  /external/chromium/net/base/
nss_memio.c 180 static PRStatus PR_CALLBACK memio_Close(PRFileDesc *fd)
190 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how)
262 static PRStatus PR_CALLBACK memio_GetPeerName(PRFileDesc *fd, PRNetAddr *addr)
270 static PRStatus memio_GetSocketOption(PRFileDesc *fd, PRSocketOptionData *data)
336 static PRStatus memio_InitializeLayerName(void)
  /external/strace/android/arch/arm/
config.h 102 /dev/xxx/status. Also implies that you have the pr_lwp member in prstatus.
131 /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member.
  /external/strace/android/arch/sh/
config.h 102 /dev/xxx/status. Also implies that you have the pr_lwp member in prstatus.
131 /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member.
  /external/strace/android/arch/x86/
config.h 102 /dev/xxx/status. Also implies that you have the pr_lwp member in prstatus.
131 /* Define if the prstatus structure in sys/procfs.h has a pr_syscall member.
  /external/chromium/net/third_party/nss/ssl/bodge/
loader.c 152 static PRStatus
166 PRStatus status;
192 static PRStatus
195 PRStatus status;
926 PRStatus status = PR_UnloadLibrary(blLib);
    [all...]
  /external/chromium/base/third_party/nspr/
prtime.h 228 NSPR_API(PRStatus) PR_ParseTimeString (
prtypes.h 514 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus;
prtime.cc 514 PRStatus
    [all...]
  /external/elfutils/libelf/
elf.h 587 #define NT_PRSTATUS 1 /* Contains copy of prstatus struct */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-readelf 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-readelf 

Completed in 356 milliseconds

1 2