Home
last modified time | relevance | path

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

12345678910>>...26

/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Dstruct_tm.h12 struct tm { struct
13 int tm_sec; // seconds after the minute argument
14 int tm_min; // minutes after the hour argument
15 int tm_hour; // hours since midnight argument
16 int tm_mday; // day of the month argument
17 int tm_mon; // months since January argument
18 int tm_year; // years since 1900 argument
19 int tm_wday; // days since Sunday argument
20 int tm_yday; // days since January argument
21 int tm_isdst; // Daylight Saving Time flag argument
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dstruct_tm.h12 struct tm { struct
13 int tm_sec; // seconds after the minute argument
14 int tm_min; // minutes after the hour argument
15 int tm_hour; // hours since midnight argument
16 int tm_mday; // day of the month argument
17 int tm_mon; // months since January argument
18 int tm_year; // years since 1900 argument
19 int tm_wday; // days since Sunday argument
20 int tm_yday; // days since January argument
21 int tm_isdst; // Daylight Saving Time flag argument
/external/llvm-libc/include/llvm-libc-types/
Dstruct_tm.h12 struct tm { struct
13 int tm_sec; // seconds after the minute argument
14 int tm_min; // minutes after the hour argument
15 int tm_hour; // hours since midnight argument
16 int tm_mday; // day of the month argument
17 int tm_mon; // months since January argument
18 int tm_year; // years since 1900 argument
19 int tm_wday; // days since Sunday argument
20 int tm_yday; // days since January argument
21 int tm_isdst; // Daylight Saving Time flag argument
/external/musl/include/
Dtime.h40 struct tm { struct
41 int tm_sec; argument
42 int tm_min; argument
43 int tm_hour; argument
44 int tm_mday; argument
45 int tm_mon; argument
46 int tm_year; argument
47 int tm_wday; argument
48 int tm_yday; argument
49 int tm_isdst; argument
[all …]
/external/trusty/musl/include/
Dtime.h38 struct tm { struct
39 int tm_sec; argument
40 int tm_min; argument
41 int tm_hour; argument
42 int tm_mday; argument
43 int tm_mon; argument
44 int tm_year; argument
45 int tm_wday; argument
46 int tm_yday; argument
47 int tm_isdst; argument
[all …]
/external/testng/src/main/java/org/testng/internal/
DITestResultNotifier.java21 Set<ITestResult> getPassedTests(ITestNGMethod tm); in getPassedTests()
23 Set<ITestResult> getFailedTests(ITestNGMethod tm); in getFailedTests()
25 Set<ITestResult> getSkippedTests(ITestNGMethod tm); in getSkippedTests()
27 void addPassedTest(ITestNGMethod tm, ITestResult tr); in addPassedTest()
29 void addSkippedTest(ITestNGMethod tm, ITestResult tr); in addSkippedTest()
31 void addFailedTest(ITestNGMethod tm, ITestResult tr); in addFailedTest()
33 void addFailedButWithinSuccessPercentageTest(ITestNGMethod tm, ITestResult tr); in addFailedButWithinSuccessPercentageTest()
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp46 tms tm; in now() local
72 tms tm; in now() local
123 tms tm; in now() local
148 tms tm; in now() local
199 tms tm; in now() local
225 tms tm; in now() local
276 tms tm; in now() local
305 tms tm; in now() local
/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp52 tms tm; in now() local
94 tms tm; in now() local
170 tms tm; in now() local
209 tms tm; in now() local
230 tms tm; in now() local
253 tms tm; in now() local
292 tms tm; in now() local
318 tms tm; in now() local
/external/tensorflow/tensorflow/core/kernels/
Dtensor_map_test.cc29 TensorMap tm; in TEST() local
47 TensorMap tm; in TEST() local
63 TensorMap tm; in TEST() local
75 TensorMap tm; in TEST() local
84 TensorMap tm; in TEST() local
98 TensorMap tm; in TEST() local
109 TensorMap tm; in TEST() local
138 TensorMap tm; in TEST() local
147 TensorMap tm; in TEST() local
160 TensorMap tm; in TEST() local
/external/skia/gm/
Dgradients_2pt_conical.cpp54 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside()
65 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip()
75 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip()
86 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside()
99 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip()
112 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter()
123 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed()
134 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad()
147 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip()
160 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter()
[all …]
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c30 struct tm { struct
31 int tm_sec; // seconds [0,61] argument
32 int tm_min; // minutes [0,59] argument
33 int tm_hour; // hour [0,23] argument
34 int tm_mday; // day of month [1,31] argument
35 int tm_mon; // month of year [0,11] argument
36 int tm_year; // years since 1900 argument
37 int tm_wday; // day of week [0,6] (Sunday = 0) argument
38 int tm_yday; // day of year [0,365] argument
39 int tm_isdst; // daylight savings flag argument
/external/cronet/tot/third_party/boringssl/src/crypto/asn1/
Da_time.cc86 static int fits_in_utc_time(const struct tm *tm) { in fits_in_utc_time()
92 struct tm tm; in ASN1_TIME_adj() local
183 struct tm tm; in ASN1_TIME_set_string_X509() local
207 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t, in asn1_time_to_tm()
246 struct tm tm; in ASN1_TIME_to_time_t() local
254 struct tm tm; in ASN1_TIME_to_posix() local
/external/boringssl/src/crypto/asn1/
Da_time.cc39 static int fits_in_utc_time(const struct tm *tm) { in fits_in_utc_time()
45 struct tm tm; in ASN1_TIME_adj() local
135 struct tm tm; in ASN1_TIME_set_string_X509() local
159 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t, in asn1_time_to_tm()
198 struct tm tm; in ASN1_TIME_to_time_t() local
206 struct tm tm; in ASN1_TIME_to_posix() local
/external/cronet/stable/third_party/boringssl/src/crypto/asn1/
Da_time.cc86 static int fits_in_utc_time(const struct tm *tm) { in fits_in_utc_time()
92 struct tm tm; in ASN1_TIME_adj() local
183 struct tm tm; in ASN1_TIME_set_string_X509() local
207 static int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *t, in asn1_time_to_tm()
246 struct tm tm; in ASN1_TIME_to_time_t() local
254 struct tm tm; in ASN1_TIME_to_posix() local
/external/coreboot/src/lib/
Drtc.c23 static int rtc_calc_weekday(struct rtc_time *tm) in rtc_calc_weekday()
46 int rtc_to_tm(int tim, struct rtc_time *tm) in rtc_to_tm()
98 unsigned long rtc_mktime(const struct rtc_time *tm) in rtc_mktime()
117 void rtc_display(const struct rtc_time *tm) in rtc_display()
132 int rtc_invalid(const struct rtc_time *tm) in rtc_invalid()
/external/libwebsockets/lib/roles/http/
Ddate.c38 lws_http_date_render(char *buf, size_t len, const struct tm *tm) in lws_http_date_render()
58 struct tm *tm = gmtime_r(t, &tmp); in lws_http_date_render_from_unix() local
72 lws_http_date_parse(const char *b, size_t len, struct tm *tm) in lws_http_date_parse()
137 struct tm tm; in lws_http_date_parse_unix() local
/external/coreboot/payloads/libpayload/include/
Dlibpayload.h109 struct tm { struct
110 int tm_sec; /**< Number of seconds after the minute */ argument
111 int tm_min; /**< Number of minutes after the hour */ argument
112 int tm_hour; /**< Number of hours past midnight */ argument
113 int tm_mday; /**< The day of the month */ argument
114 int tm_mon; /**< The month of the year */ argument
115 int tm_year; /**< The number of years since 1900 */ argument
116 int tm_wday; /**< The day of the week */ argument
117 int tm_yday; /**< The number of days since January 1 */ argument
118 int tm_isdst; /**< A flag indicating daylight savings time */ argument
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DGradient.java17 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
22 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient()
27 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
45 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
DRadialGradient.java14 public RadialGradient(float x, float y, float r, int[] colors, float[] pos, TileMode tm, in RadialGradient()
21 float[] pos, TileMode tm) throws IllegalArgumentException { in RadialGradient()
25 public RadialGradient(float x, float y, float r, float[] colors, float[] pos, TileMode tm, in RadialGradient()
32 float[] pos, TileMode tm) throws IllegalArgumentException { in RadialGradient()
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dpattern_formatter_impl.h41 void format(details::log_msg& msg, const std::tm&) override in format()
51 void format(details::log_msg& msg, const std::tm&) override in format()
60 void format(details::log_msg& msg, const std::tm&) override in format()
234 void format(details::log_msg& msg, const std::tm&) override in format()
245 void format(details::log_msg& msg, const std::tm&) override in format()
256 void format(details::log_msg& msg, const std::tm&) override in format()
362 void format(details::log_msg& msg, const std::tm&) override in format()
371 void format(details::log_msg& msg, const std::tm&) override in format()
382 void format(details::log_msg& msg, const std::tm&) override in format()
401 void format(details::log_msg& msg, const std::tm&) override in format()
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
DS3CrtTransferProgressListenerTest.java92 …S3TransferManager tm = new GenericS3TransferManager(getAsyncClientBuilder(wm).build(), mock(Upload… in listeners_reports_ErrorsWithValidPayload() local
118 …S3TransferManager tm = new GenericS3TransferManager(getAsyncClientBuilder(wm).build(), mock(Upload… in listeners_reports_ErrorsWithValidInValidPayload() local
146 …S3TransferManager tm = new GenericS3TransferManager(getAsyncClientBuilder(wm).build(), mock(Upload… in listeners_reports_ErrorsWhenCancelled() local
172 …S3TransferManager tm = new GenericS3TransferManager(getAsyncClientBuilder(wm).build(), mock(Upload… in listeners_reports_ProgressWhenSuccess() local
/external/skia/bench/
DGradientBench.cpp53 SkTileMode tm, float scale) { in MakeLinear()
58 SkTileMode tm, float scale) { in MakeRadial()
68 SkTileMode tm, float scale) { in MakeSweep()
77 SkTileMode tm, float scale) { in MakeConical()
90 SkTileMode tm, float scale) { in MakeConicalZeroRad()
103 SkTileMode tm, float scale) { in MakeConicalOutside()
117 SkTileMode tm, float scale) { in MakeConicalOutsideZeroRad()
178 SkTileMode tm = SkTileMode::kClamp, in GradientBench()
243 SkTileMode tm, float scale) { in MakeShader()
/external/musl/src/time/
Dstrftime.c20 static int week_num(const struct tm *tm) in week_num()
46 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
216 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
282 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/external/trusty/musl/src/time/
Dstrftime.c19 static int week_num(const struct tm *tm) in week_num()
45 const char *__strftime_fmt_1(char (*s)[100], size_t *l, int f, const struct tm *tm, locale_t loc, i… in __strftime_fmt_1()
215 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l()
276 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
/external/fmtlib/test/
Dchrono-test.cc80 auto tm = std::tm(); in make_tm() local
91 auto tm = std::tm(); in TEST() local
174 auto tm = std::tm(); in TEST() local
192 auto tm = std::tm(); in TEST() local
255 auto tm = *std::gmtime(&t); in TEST() local
262 auto tm = *std::gmtime(&t); in strftime_full_utc() local
296 auto tm = *std::gmtime(&t); in TEST() local
313 auto tm = *std::localtime(&t); in TEST() local
331 auto tm = *std::gmtime(&t); in TEST() local
340 auto tm = *std::gmtime(&t); in TEST() local
[all …]

12345678910>>...26