| /third_party/musl/include/ |
| D | time.h | 40 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 …]
|
| /third_party/musl/ndk_musl_include/ |
| D | time.h | 38 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 …]
|
| /third_party/musl/porting/liteos_m/user/include/ |
| D | time.h | 38 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 …]
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | time.h | 39 struct tm { struct 40 int tm_sec; argument 41 int tm_min; argument 42 int tm_hour; argument 43 int tm_mday; argument 44 int tm_mon; argument 45 int tm_year; argument 46 int tm_wday; argument 47 int tm_yday; argument 48 int tm_isdst; argument [all …]
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | time.h | 39 struct tm { struct 40 int tm_sec; argument 41 int tm_min; argument 42 int tm_hour; argument 43 int tm_mday; argument 44 int tm_mon; argument 45 int tm_year; argument 46 int tm_wday; argument 47 int tm_yday; argument 48 int tm_isdst; argument [all …]
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | time.h | 43 struct tm { struct 44 int tm_sec; argument 45 int tm_min; argument 46 int tm_hour; argument 47 int tm_mday; argument 48 int tm_mon; argument 49 int tm_year; argument 50 int tm_wday; argument 51 int tm_yday; argument 52 int tm_isdst; argument [all …]
|
| /third_party/skia/gm/ |
| D | gradients_2pt_conical.cpp | 54 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 …]
|
| /third_party/flutter/skia/gm/ |
| D | gradients_2pt_conical.cpp | 54 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 …]
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-x509.c | 30 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
|
| /third_party/flutter/skia/samplecode/ |
| D | SampleGradients.cpp | 64 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() 68 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() 76 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep() 83 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in Make2Conical() 96 SkTileMode tm) { in Make2ConicalConcentric() 135 for (int tm = 0; tm < kSkTileModeCount; ++tm) { in onDrawContent() local
|
| /third_party/skia/samplecode/ |
| D | SampleGradients.cpp | 63 static sk_sp<SkShader> MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeLinear() 67 static sk_sp<SkShader> MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeRadial() 75 static sk_sp<SkShader> MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in MakeSweep() 82 static sk_sp<SkShader> Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm) { in Make2Conical() 95 SkTileMode tm) { in Make2ConicalConcentric() 134 for (int tm = 0; tm < kSkTileModeCount; ++tm) { in onDrawContent() local
|
| /third_party/libwebsockets/lib/roles/http/ |
| D | date.c | 38 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
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | Gradient.java | 18 protected Gradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient() 23 protected Gradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in Gradient() 28 private static long makeGradient(int[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient() 46 private static long makeGradient(float[] colors, float[] pos, TileMode tm, Matrix lm, in makeGradient()
|
| D | RadialGradient.java | 14 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()
|
| D | LinearGradient.java | 15 float[] pos, TileMode tm, in LinearGradient() 22 float[] pos, TileMode tm) throws IllegalArgumentException { in LinearGradient() 27 float[] pos, TileMode tm, in LinearGradient() 34 float[] pos, TileMode tm) throws IllegalArgumentException { in LinearGradient()
|
| /third_party/openssl/crypto/asn1/ |
| D | a_time.c | 50 static void determine_days(struct tm *tm) in determine_days() 76 int ossl_asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in ossl_asn1_time_to_tm() 356 struct tm tm; in ASN1_TIME_to_generalizedtime() local 383 struct tm tm; in ASN1_TIME_set_string_X509() local 441 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm() 474 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print() 480 int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ASN1_TIME_print_ex() 488 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ossl_asn1_time_print_ex() 572 struct tm tm; in ASN1_TIME_normalize() local
|
| /third_party/musl/porting/liteos_m/kernel/src/time/ |
| D | strftime.c | 19 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()
|
| /third_party/musl/src/time/ |
| D | strftime.c | 19 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()
|
| /third_party/musl/porting/liteos_a/kernel/src/time/ |
| D | strftime.c | 19 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()
|
| /third_party/musl/porting/uniproton/kernel/src/time/ |
| D | strftime.c | 19 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()
|
| /third_party/flutter/skia/bench/ |
| D | GradientBench.cpp | 53 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()
|
| /third_party/skia/bench/ |
| D | GradientBench.cpp | 53 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()
|
| /third_party/musl/libc-test/src/functionalext/time/ |
| D | strftime_ext.c | 302 struct tm tm = {0}; in strftime_1100() local 467 struct tm tm = {0}; in strftime_1700() local 482 struct tm tm = {0}; in strftime_1800() local 496 struct tm tm = {0}; in strftime_1900() local 511 struct tm tm = {0}; in strftime_2000() local 526 struct tm tm = {0}; in strftime_2100() local 541 struct tm tm = {0}; in strftime_2200() local 556 struct tm tm = {0}; in strftime_2300() local 570 struct tm tm = {0}; in strftime_2400() local
|
| /third_party/musl/porting/linux/user/src/time/ |
| D | strftime.c | 47 static int week_num(const struct tm *tm) in week_num() 73 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() 285 …trftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale… in __strftime_l() 365 size_t strftime(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm) in strftime()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 49 auto tm_zone(const std::tm& tm) -> decltype(_tzname[0]) { in tm_zone() 132 std::tm tm; in make_time() local 159 std::tm tm; in find_trans() local 209 std::tm tm; in BreakTime() local
|