Searched refs:PRStatus (Results 1 – 11 of 11) sorted by relevance
/external/chromium/base/ |
D | pr_time_unittest.cc | 66 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 …]
|
D | time.cc | 107 PRStatus result = PR_ParseTimeString(ascii_time_string.c_str(), PR_FALSE, in FromString()
|
/external/chromium/net/base/ |
D | nss_memio.c | 189 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/ |
D | nss_decryptor_mac.h | 92 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef 107 typedef PRStatus (*PRCleanupFunc)(void);
|
D | nss_decryptor_win.h | 90 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef 105 typedef PRStatus (*PRCleanupFunc)(void);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | ossource_nspr.cpp | 18 PRStatus status = PR_NewThreadPrivateIndex(&index, NULL); in OS_AllocTLSIndex()
|
/external/chromium/base/third_party/nspr/ |
D | prtime.h | 233 BASE_API PRStatus PR_ParseTimeString (
|
D | prtypes.h | 474 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef
|
D | prtime.cc | 515 PRStatus
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_nss.c | 43 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/ |
D | nss_util.cc | 209 PRStatus prstatus = PR_Cleanup(); in ~NSPRInitSingleton()
|