Searched refs:PRStatus (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/time/ |
D | pr_time_unittest.cc | 91 PRStatus result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time); in TEST_F() 98 PRStatus result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT", in TEST_F() 106 PRStatus result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE, in TEST_F() 114 PRStatus result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE, in TEST_F() 122 PRStatus result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007", in TEST_F() 130 PRStatus result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM", in TEST_F() 138 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE, in TEST_F() 146 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00. PM", PR_FALSE, in TEST_F() 154 PRStatus result = PR_ParseTimeString("10/15/07 12:45:00.0 PM", PR_FALSE, in TEST_F() 162 PRStatus result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE, in TEST_F() [all …]
|
D | time.cc | 320 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/curl/lib/vtls/ |
D | nss.c | 1267 static PRStatus nspr_io_close(PRFileDesc *fd) in nspr_io_close()
|