Searched refs:tm (Results 101 - 125 of 683) sorted by relevance

1234567891011>>

/external/e2fsprogs/e2fsck/
H A Dlogfile.c72 struct tm *tm = NULL, tm_struct; local
81 tm = (*flags & FLAG_UTC) ? gmtime_r(&ctx->now, &tm_struct) :
90 sprintf(buf, "%02d", tm->tm_mday);
93 sprintf(buf, "%d%02d%02d", tm->tm_year + 1900, tm->tm_mon + 1,
94 tm->tm_mday);
106 sprintf(buf, "%02d", tm->tm_hour);
109 sprintf(buf, "%02d", tm->tm_mon + 1);
112 sprintf(buf, "%02d", tm
[all...]
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get.byname/
H A Dget_monthname.pass.cpp20 // ios_base::iostate& err, tm* t) const;
44 std::tm t;
49 t = std::tm();
59 t = std::tm();
69 t = std::tm();
H A Dget_monthname_wide.pass.cpp20 // ios_base::iostate& err, tm* t) const;
53 std::tm t;
58 t = std::tm();
68 t = std::tm();
78 t = std::tm();
H A Dget_date.pass.cpp25 // ios_base::iostate& err, tm* t) const;
49 std::tm t;
54 t = std::tm();
66 t = std::tm();
78 t = std::tm();
91 t = std::tm();
H A Dget_date_wide.pass.cpp25 // ios_base::iostate& err, tm* t) const;
49 std::tm t;
54 t = std::tm();
66 t = std::tm();
78 t = std::tm();
90 t = std::tm();
H A Dget_time.pass.cpp21 // ios_base::iostate& err, tm* t) const;
45 std::tm t;
50 t = std::tm();
62 t = std::tm();
74 t = std::tm();
86 t = std::tm();
H A Dget_time_wide.pass.cpp21 // ios_base::iostate& err, tm* t) const;
45 std::tm t;
50 t = std::tm();
62 t = std::tm();
74 t = std::tm();
86 t = std::tm();
H A Dget_weekday.pass.cpp21 // ios_base::iostate& err, tm* t) const;
48 std::tm t;
53 t = std::tm();
63 t = std::tm();
75 t = std::tm();
85 t = std::tm();
H A Dget_weekday_wide.pass.cpp21 // ios_base::iostate& err, tm* t) const;
48 std::tm t;
53 t = std::tm();
63 t = std::tm();
73 t = std::tm();
83 t = std::tm();
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
H A D1-1.c18 struct tm tm_ptr;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlpha.h38 FunctionPass *createAlphaLLRPPass(AlphaTargetMachine &tm);
/external/webrtc/webrtc/base/
H A Dtimeutils.h44 // Stores current time in *tm and microseconds in *microseconds.
45 void CurrentTmTime(struct tm *tm, int *microseconds);
97 // Convert from std::tm, which is relative to 1900-01-01 00:00 to number of
100 int64_t TmToSeconds(const std::tm& tm);
/external/autotest/tko/
H A Dsave_query.cgi16 tm = time.asctime() variable
31 data_to_insert = {'uid':uid, 'time_created':tm,
53 print 'time: %s<br>' % tm
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c24 #include "time.h" /* for struct tm */
231 static char * abbr(struct tm * tmp);
233 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
234 static void dumptime(const struct tm * tmp);
255 static struct tm *
258 register struct tm * tmp;
262 struct tm tm; local
265 tm
349 struct tm tm; local
738 struct tm tm; local
933 struct tm tm; local
[all...]
/external/libcxx/test/std/depr/depr.c.headers/
H A Dtime_h.pass.cpp28 tm tmv = {};
35 static_assert((std::is_same<decltype(gmtime(&t)), tm*>::value), "");
36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), "");
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
H A Dget_many.pass.cpp15 // get(iter_type s, iter_type end, ios_base& f, ios_base::iostate& err, tm *t,
39 std::tm t;
44 t = std::tm();
58 t = std::tm();
H A Dget_year.pass.cpp15 // ios_base::iostate& err, tm* t) const;
38 std::tm t;
42 t = std::tm();
51 t = std::tm();
60 t = std::tm();
69 t = std::tm();
78 t = std::tm();
87 t = std::tm();
96 t = std::tm();
105 t = std::tm();
[all...]
H A Dget_weekday.pass.cpp16 // ios_base::iostate& err, tm* t) const;
39 std::tm t;
43 t = std::tm();
52 t = std::tm();
61 t = std::tm();
70 t = std::tm();
79 t = std::tm();
88 t = std::tm();
97 t = std::tm();
106 t = std::tm();
[all...]
H A Dget_weekday_wide.pass.cpp16 // ios_base::iostate& err, tm* t) const;
39 std::tm t;
43 t = std::tm();
52 t = std::tm();
61 t = std::tm();
70 t = std::tm();
79 t = std::tm();
88 t = std::tm();
97 t = std::tm();
106 t = std::tm();
[all...]
/external/skia/samplecode/
H A DSampleRepeatTile.cpp35 static void make_paint(SkPaint* paint, SkShader::TileMode tm) { argument
39 paint->setShader(SkShader::MakeBitmapShader(bm, tm, tm));
/external/skqp/samplecode/
H A DSampleRepeatTile.cpp35 static void make_paint(SkPaint* paint, SkShader::TileMode tm) { argument
39 paint->setShader(SkShader::MakeBitmapShader(bm, tm, tm));
/external/syslinux/com32/lua/src/
H A Dltm.c53 const TValue *tm = luaH_getstr(events, ename); local
55 if (ttisnil(tm)) { /* no tag method? */
59 else return tm;
/external/skia/bench/
H A DGradientBench.cpp51 SkShader::TileMode tm, float scale) {
52 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm);
56 SkShader::TileMode tm, float scale) {
61 data.fPos, data.fCount, tm);
66 SkShader::TileMode tm, float scale) {
75 SkShader::TileMode tm, float scale) {
83 data.fColors, data.fPos, data.fCount, tm);
88 SkShader::TileMode tm, float scale) {
96 data.fColors, data.fPos, data.fCount, tm);
101 SkShader::TileMode tm, floa
50 MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
55 MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
65 MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
74 MakeConical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
87 MakeConicalZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
100 MakeConicalOutside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
114 MakeConicalOutsideZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
158 tilemodename(SkShader::TileMode tm) argument
254 MakeShader(GradType gradType, GradData data, SkShader::TileMode tm, float scale) argument
[all...]
/external/skqp/bench/
H A DGradientBench.cpp51 SkShader::TileMode tm, float scale) {
52 return SkGradientShader::MakeLinear(pts, data.fColors, data.fPos, data.fCount, tm);
56 SkShader::TileMode tm, float scale) {
61 data.fPos, data.fCount, tm);
66 SkShader::TileMode tm, float scale) {
75 SkShader::TileMode tm, float scale) {
83 data.fColors, data.fPos, data.fCount, tm);
88 SkShader::TileMode tm, float scale) {
96 data.fColors, data.fPos, data.fCount, tm);
101 SkShader::TileMode tm, floa
50 MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
55 MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
65 MakeSweep(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
74 MakeConical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
87 MakeConicalZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
100 MakeConicalOutside(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
114 MakeConicalOutsideZeroRad(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, float scale) argument
158 tilemodename(SkShader::TileMode tm) argument
254 MakeShader(GradType gradType, GradData data, SkShader::TileMode tm, float scale) argument
[all...]
/external/testng/src/main/java/org/testng/internal/
H A DMethodInvocationHelper.java220 protected static void invokeWithTimeout(ITestNGMethod tm, Object instance, argument
223 invokeWithTimeout(tm, instance, parameterValues, testResult, null);
226 protected static void invokeWithTimeout(ITestNGMethod tm, Object instance, argument
232 invokeWithTimeoutWithNoExecutor(tm, instance, parameterValues, testResult, hookable);
234 invokeWithTimeoutWithNewExecutor(tm, instance, parameterValues, testResult, hookable);
238 private static void invokeWithTimeoutWithNoExecutor(ITestNGMethod tm, Object instance, argument
241 InvokeMethodRunnable imr = new InvokeMethodRunnable(tm, instance, parameterValues, hookable, testResult);
251 private static void invokeWithTimeoutWithNewExecutor(ITestNGMethod tm, Object instance, argument
254 IExecutor exec = ThreadUtil.createExecutor(1, tm.getMethodName());
256 InvokeMethodRunnable imr = new InvokeMethodRunnable(tm, instanc
[all...]

Completed in 1808 milliseconds

1234567891011>>