HomeSort by relevance Sort by last modified time
    Searched defs:tm (Results 76 - 100 of 355) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/crypto/pkcs7/
verify.c 180 ASN1_UTCTIME *tm; local
189 if ((tm=get_signed_time(si)) != NULL)
192 ASN1_UTCTIME_print(bio_out,tm);
193 ASN1_UTCTIME_free(tm);
  /external/qemu/android/
user-config.c 141 struct timeval tm; local
143 gettimeofday( &tm, NULL );
144 uc->uuid = (uint64_t)tm.tv_sec*1000 + tm.tv_usec/1000;
  /external/skia/gm/
texdata.cpp 111 SkMatrix tm; local
112 tm = vm;
113 tm.postIDiv(2*S, 2*S);
114 paint.addColorTextureEffect(texture, tm);
  /external/tcpdump/
print-ntp.c 243 struct tm *tm; local
246 tm = localtime(&seconds);
247 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 70 struct timespec tm; local
72 tm.tv_sec = 0;
73 tm.tv_nsec = millis * 1000000;
74 nanosleep(&tm, NULL);
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 42 struct timespec tm; local
44 tm.tv_sec = 0;
45 tm.tv_nsec = millis * 1000000;
46 nanosleep(&tm, NULL);
  /frameworks/base/services/core/java/com/android/server/
MountServiceIdler.java 86 JobScheduler tm = (JobScheduler) context.getSystemService(Context.JOB_SCHEDULER_SERVICE); local
95 tm.schedule(builder.build());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 98 TelephonyManager tm = local
100 if (tm == null) {
103 deviceId = tm.getDeviceId();
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
time.h 45 struct tm { struct
62 * struct tm, the value should be the field name
66 extern char* asctime(const struct tm* a);
67 extern char* asctime_r(const struct tm* a, char* buf);
71 extern time_t mktime (struct tm *a);
73 extern struct tm* localtime(const time_t *t);
74 extern struct tm* localtime_r(const time_t *timep, struct tm *result);
76 extern struct tm* gmtime(const time_t *timep);
77 extern struct tm* gmtime_r(const time_t *timep, struct tm *result)
    [all...]

Completed in 589 milliseconds

1 2 34 5 6 7 8 91011>>