HomeSort by relevance Sort by last modified time
    Searched refs:SysTime (Results 1 - 3 of 3) sorted by null

  /external/libweave/third_party/chromium/base/time/
time_posix.cc 24 // Define a system-specific SysTime that wraps either to a time_t or
28 typedef time64_t SysTime;
30 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
37 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
45 typedef time_t SysTime;
47 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
54 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
161 SysTime seconds; // Seconds since epoch.
211 SysTime seconds;
265 // On Android, SysTime is int64_t, special care must be taken to avoi
    [all...]
  /external/libchrome/base/time/
time_posix.cc 40 // Define a system-specific SysTime that wraps either to a time_t or
44 typedef time64_t SysTime;
46 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
54 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
63 typedef time_t SysTime;
65 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
73 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
181 SysTime seconds; // Seconds since epoch.
231 SysTime seconds;
285 // On Android, SysTime is int64_t, special care must be taken to avoi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 929 SYSTEMTIME SysTime;
    [all...]

Completed in 77 milliseconds