| /external/llvm-libc/include/llvm-libc-types/ |
| D | struct_tm.h | 12 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/ |
| 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 …]
|
| /external/trusty/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 …]
|
| /external/testng/src/main/java/org/testng/internal/ |
| D | ITestResultNotifier.java | 21 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/ |
| D | process_cpu_clocks.hpp | 46 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/ |
| D | process_cpu_clocks.hpp | 52 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/ |
| D | tensor_map_test.cc | 29 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/ |
| 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 …]
|
| /external/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
|
| /external/cronet/third_party/boringssl/src/crypto/asn1/ |
| D | a_time.c | 86 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/ |
| D | a_time.c | 86 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/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
|
| /external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
| D | Gradient.java | 17 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()
|
| 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()
|
| /external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/ |
| D | S3CrtTransferProgressListenerTest.java | 92 …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/fmtlib/test/ |
| D | chrono-test.cc | 80 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 …]
|
| /external/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()
|
| /external/musl/src/time/ |
| D | strftime.c | 20 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/ |
| 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()
|
| /external/libnl/src/lib/ |
| D | tc.c | 96 struct nl_cli_tc_module *tm; in __nl_cli_tc_lookup() local 107 struct nl_cli_tc_module *tm; in nl_cli_tc_lookup() local 137 void nl_cli_tc_register(struct nl_cli_tc_module *tm) in nl_cli_tc_register() 156 void nl_cli_tc_unregister(struct nl_cli_tc_module *tm) in nl_cli_tc_unregister()
|
| /external/tensorflow/third_party/absl/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
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/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
|
| /external/rust/crates/grpcio-sys/grpc/third_party/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
|
| /external/angle/third_party/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() 143 std::tm* tm) { in make_time() 169 std::tm tm; in find_trans() local 220 std::tm tm; in BreakTime() local
|