Home
last modified time | relevance | path

Searched refs:PRStatus (Results 1 – 11 of 11) sorted by relevance

/external/chromium/base/
Dpr_time_unittest.cc66 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); in TEST_F()
73 PRStatus result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT", in TEST_F()
81 PRStatus result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE, in TEST_F()
89 PRStatus result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE, in TEST_F()
97 PRStatus result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007", in TEST_F()
105 PRStatus result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM", in TEST_F()
113 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE, in TEST_F()
121 PRStatus result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE, in TEST_F()
129 PRStatus result = PR_ParseTimeString("16 Oct 2007 4:45-JST (Tuesday)", in TEST_F()
259 PRStatus result = PR_ParseTimeString("Sun Jan 2 00:00:00 3001", in TEST_F()
[all …]
Dtime.cc107 PRStatus result = PR_ParseTimeString(ascii_time_string.c_str(), PR_FALSE, in FromString()
/external/chromium/net/base/
Dnss_memio.c189 static PRStatus PR_CALLBACK memio_Close(PRFileDesc *fd) in memio_Close()
199 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how) in memio_Shutdown()
271 static PRStatus PR_CALLBACK memio_GetPeerName(PRFileDesc *fd, PRNetAddr *addr) in memio_GetPeerName()
279 static PRStatus memio_GetSocketOption(PRFileDesc *fd, PRSocketOptionData *data) in memio_GetSocketOption()
345 static PRStatus memio_InitializeLayerName(void) in memio_InitializeLayerName()
/external/chromium/chrome/browser/importer/
Dnss_decryptor_mac.h92 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef
107 typedef PRStatus (*PRCleanupFunc)(void);
Dnss_decryptor_win.h90 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef
105 typedef PRStatus (*PRCleanupFunc)(void);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dossource_nspr.cpp18 PRStatus status = PR_NewThreadPrivateIndex(&index, NULL); in OS_AllocTLSIndex()
/external/chromium/base/third_party/nspr/
Dprtime.h233 BASE_API PRStatus PR_ParseTimeString (
Dprtypes.h474 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef
Dprtime.cc515 PRStatus
/external/wpa_supplicant_8/src/crypto/
Dtls_nss.c43 static PRStatus nss_io_close(PRFileDesc *fd) in nss_io_close()
145 static PRStatus nss_io_getpeername(PRFileDesc *fd, PRNetAddr *addr) in nss_io_getpeername()
161 static PRStatus nss_io_getsocketoption(PRFileDesc *fd, in nss_io_getsocketoption()
/external/chromium/crypto/
Dnss_util.cc209 PRStatus prstatus = PR_Cleanup(); in ~NSPRInitSingleton()