Home
last modified time | relevance | path

Searched refs:timeOfDay (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/android/src/android/net/http/
DLegacyHttpDateTime.java91 TimeOfDay timeOfDay; in parse() local
98 timeOfDay = getTime(rfcMatcher.group(4)); in parse()
104 timeOfDay = getTime(ansicMatcher.group(3)); in parse()
116 calendar.set(Calendar.HOUR_OF_DAY, timeOfDay.hour); in parse()
117 calendar.set(Calendar.MINUTE, timeOfDay.minute); in parse()
118 calendar.set(Calendar.SECOND, timeOfDay.second); in parse()
/external/sqlite/dist/
Dshell.c248 static sqlite3_int64 timeOfDay(void){ in timeOfDay() function
285 iBegin = timeOfDay(); in beginTimer()
300 sqlite3_int64 iEnd = timeOfDay(); in endTimer()
363 ftWallBegin = timeOfDay(); in beginTimer()
380 sqlite3_int64 ftWallEnd = timeOfDay(); in endTimer()
/external/sqlite/dist/orig/
Dshell.c243 static sqlite3_int64 timeOfDay(void){ in timeOfDay() function
280 iBegin = timeOfDay(); in beginTimer()
295 sqlite3_int64 iEnd = timeOfDay(); in endTimer()
358 ftWallBegin = timeOfDay(); in beginTimer()
375 sqlite3_int64 ftWallEnd = timeOfDay(); in endTimer()