Searched refs:PRStatus (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/time/ |
D | pr_time_unittest.cc | 92 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); in TEST_F() 99 PRStatus result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT", in TEST_F() 107 PRStatus result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE, in TEST_F() 115 PRStatus result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE, in TEST_F() 123 PRStatus result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007", in TEST_F() 131 PRStatus result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM", in TEST_F() 139 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE, in TEST_F() 147 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00. PM", PR_FALSE, in TEST_F() 155 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00.0 PM", PR_FALSE, in TEST_F() 163 PRStatus result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE, in TEST_F() [all …]
|
D | time.cc | 250 PRStatus result = PR_ParseTimeString(time_string, in FromStringInternal()
|
/external/libchrome/base/third_party/nspr/ |
D | prtime.h | 69 typedef enum { PR_FAILURE = -1, PR_SUCCESS = 0 } PRStatus; typedef 258 BASE_EXPORT PRStatus PR_ParseTimeString (
|
D | prtime.cc | 455 PRStatus
|
/external/libchrome/crypto/ |
D | nss_util.cc | 200 PRStatus prstatus = PR_Cleanup(); in ~NSPRInitSingleton()
|
/external/curl/lib/vtls/ |
D | nss.c | 1173 static PRStatus nspr_io_close(PRFileDesc *fd) in nspr_io_close()
|