Home
last modified time | relevance | path

Searched refs:verify2 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.h91 …static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, …
Dccaltst.c735verify2("1999 10th day of October at 6:45:30 is :", caldef, datdef, 1999, UCAL_OCTOBER, 10, 6, 4… in TestGetSetDateAPI()
737verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55… in TestGetSetDateAPI()
739verify2("1999 3rd day of May at 25:30:45 is :", caldef, datdef, 1999, UCAL_MAY, 4, 1, 30, 45, 0); in TestGetSetDateAPI()
741verify2("1999 32th day of August at 22:65:40 is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1, 11, 5… in TestGetSetDateAPI()
743verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0); in TestGetSetDateAPI()
745verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0… in TestGetSetDateAPI()
1469 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, i… in verify2() function
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh61 --signpubkey ${DEVKEYS}/recovery_key.vbpubk > ${TMP}.verify2
65 diff ${TMP}.verify1 ${TMP}.verify2
/external/autotest/frontend/afe/
Drpc_interface_unittest.py317 verify2 = entries_and_tasks[2]
318 self._common_entry_check(verify2)
319 self.assertEquals(verify2['type'], 'Verify')
320 self.assertEquals(verify2['status'], 'Running')
321 self.assertEquals(verify2['execution_path'], 'hosts/host1/2-verify')