Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 5 of 5) sorted by relevance

/development/ndk/platforms/android-L/include/
Dtime.h45 struct tm { struct
46 int tm_sec; argument
47 int tm_min; argument
48 int tm_hour; argument
49 int tm_mday; argument
50 int tm_mon; argument
51 int tm_year; argument
52 int tm_wday; argument
53 int tm_yday; argument
54 int tm_isdst; argument
[all …]
/development/ndk/platforms/android-8/include/
Dtime.h45 struct tm { struct
46 int tm_sec; /* seconds */ argument
47 int tm_min; /* minutes */ argument
48 int tm_hour; /* hours */ argument
49 int tm_mday; /* day of the month */ argument
50 int tm_mon; /* month */ argument
51 int tm_year; /* year */ argument
52 int tm_wday; /* day of the week */ argument
53 int tm_yday; /* day in the year */ argument
54 int tm_isdst; /* daylight saving time */ argument
[all …]
/development/ndk/platforms/android-3/include/
Dtime.h45 struct tm { struct
46 int tm_sec; /* seconds */ argument
47 int tm_min; /* minutes */ argument
48 int tm_hour; /* hours */ argument
49 int tm_mday; /* day of the month */ argument
50 int tm_mon; /* month */ argument
51 int tm_year; /* year */ argument
52 int tm_wday; /* day of the week */ argument
53 int tm_yday; /* day in the year */ argument
54 int tm_isdst; /* daylight saving time */ argument
[all …]
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DTestJobService.java107 JobScheduler tm = in scheduleJob() local
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java155 JobScheduler tm = in cancelAllJobs() local