Searched defs:tm (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/
H A Dtime_interceptor.cc13 time_t *tm = (time_t*)malloc(sizeof(time_t)); local
14 free(tm);
15 time_t t = time(tm);
/external/compiler-rt/test/msan/
H A Dmktime.cc10 struct tm tm; local
11 tm.tm_year = 2014;
12 tm.tm_mon = 3;
13 tm.tm_mday = 28;
15 tm.tm_hour = 13;
17 tm.tm_min = 4;
18 tm.tm_sec = 42;
19 tm.tm_isdst = -1;
20 time_t t = mktime(&tm);
[all...]
/external/fmtlib/test/
H A Dtime-test.cc14 std::tm tm = std::tm(); local
15 tm.tm_year = 116;
16 tm.tm_mon = 3;
17 tm.tm_mday = 25;
19 fmt::format("The date is {:%Y-%m-%d}.", tm));
32 EXPECT_EQ("", fmt::format("{}", std::tm()));
35 bool EqualTime(const std::tm &lhs, const std::tm
49 std::tm tm = *std::localtime(&t); local
55 std::tm tm = *std::gmtime(&t); local
[all...]
/external/libcxx/test/std/language.support/support.runtime/
H A Dctime.pass.cpp28 std::tm tm = {}; local
32 ((void)tm); // Prevent unused warning
35 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
38 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
40 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
47 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
/external/libcxx/test/std/utilities/time/date.time/
H A Dctime.pass.cpp26 std::tm tm = {}; local
31 ((void)tm); // Prevent unused warning
35 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
38 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
40 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
43 static_assert((std::is_same<decltype(std::strftime(str,s,"",&tm)), std::size_t>::value), "");
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCJITInfo.h28 PPCJITInfo(PPCTargetMachine &tm, bool tmIs64Bit) : TM(tm) { argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FrameLowering.h29 explicit X86FrameLowering(const X86TargetMachine &tm, const X86Subtarget &sti) argument
33 TM(tm), STI(sti) {
/external/testng/src/main/java/org/testng/internal/
H A DBshMock.java8 public boolean includeMethodFromExpression(String expression, ITestNGMethod tm) { argument
H A DIBsh.java6 boolean includeMethodFromExpression(String expression, ITestNGMethod tm); argument
/external/valgrind/none/tests/s390x/
H A Dtm.c44 void tm(void) function
50 asm volatile( "tm %[v],15\n\t" : : [v] "R"(v) : "cc");
55 asm volatile( "tm %[v],0\n\t" : : [v] "R"(v) : "cc");
60 asm volatile( "tm %[v],0xf0\n\t" : : [v] "R"(v) : "cc");
65 asm volatile( "tm %[v],0x70\n\t" : : [v] "R"(v) : "cc");
70 asm volatile( "tm %[v],0x81\n\t" : : [v] "R"(v) : "cc");
76 tm();
/external/libcxx/test/std/depr/depr.c.headers/
H A Dwchar_h.pass.cpp40 tm *tm = 0; local
48 ((void)tm); // Prevent unused warning
98 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
/external/libcxx/test/std/strings/c.strings/
H A Dcwchar.pass.cpp36 std::tm *tm = 0; local
46 ((void)tm); // Prevent unused warning
97 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIRegisterInfo.cpp20 SIRegisterInfo::SIRegisterInfo(AMDGPUTargetMachine &tm, argument
22 : AMDGPURegisterInfo(tm, tii),
23 TM(tm),
H A DAMDGPUConvertToISA.cpp30 AMDGPUConvertToISAPass(TargetMachine &tm) : argument
31 MachineFunctionPass(ID), TM(tm) { }
43 FunctionPass *llvm::createAMDGPUConvertToISAPass(TargetMachine &tm) { argument
44 return new AMDGPUConvertToISAPass(tm);
H A DAMDGPURegisterInfo.cpp19 AMDGPURegisterInfo::AMDGPURegisterInfo(TargetMachine &tm, argument
22 TM(tm),
H A DAMDILIntrinsicInfo.cpp27 AMDGPUIntrinsicInfo::AMDGPUIntrinsicInfo(TargetMachine *tm) argument
/external/skia/gm/
H A Dsubsetshader.cpp29 SkShader::TileMode tm = SkShader::kRepeat_TileMode; local
31 paint.setShader(SkShader::MakeBitmapShader(leftBitmap, tm, tm, &matrix));
33 paint.setShader(SkShader::MakeBitmapShader(rightBitmap, tm, tm, &matrix));
/external/strace/tests/
H A Dxselect.c48 }, tm = tm_in; local
74 assert(syscall(TEST_SYSCALL_NR, fds[1] + 1, NULL, set, NULL, &tm.tv) == 3);
80 (long long) tm.tv.tv_sec, (long long) tm.tv.tv_usec);
97 tm.tv.tv_sec = 0;
98 tm.tv.tv_usec = 123;
99 assert(syscall(TEST_SYSCALL_NR, FD_SETSIZE + 1, set, set + 1, NULL, &tm.tv) == 0);
/external/strace/tests-m32/
H A Dxselect.c48 }, tm = tm_in; local
74 assert(syscall(TEST_SYSCALL_NR, fds[1] + 1, NULL, set, NULL, &tm.tv) == 3);
80 (long long) tm.tv.tv_sec, (long long) tm.tv.tv_usec);
97 tm.tv.tv_sec = 0;
98 tm.tv.tv_usec = 123;
99 assert(syscall(TEST_SYSCALL_NR, FD_SETSIZE + 1, set, set + 1, NULL, &tm.tv) == 0);
/external/strace/tests-mx32/
H A Dxselect.c48 }, tm = tm_in; local
74 assert(syscall(TEST_SYSCALL_NR, fds[1] + 1, NULL, set, NULL, &tm.tv) == 3);
80 (long long) tm.tv.tv_sec, (long long) tm.tv.tv_usec);
97 tm.tv.tv_sec = 0;
98 tm.tv.tv_usec = 123;
99 assert(syscall(TEST_SYSCALL_NR, FD_SETSIZE + 1, set, set + 1, NULL, &tm.tv) == 0);
/external/testng/src/test/java/test/tmp/verify/
H A DVerifyInterceptor.java35 ITestNGMethod tm = mi.getMethod();
36 List<IMethodInstance> verify = verifyMethods.get(tm.getRealClass());
38 verify = findVerifyMethods(tm.getRealClass(), tm);
50 private List<IMethodInstance> findVerifyMethods(Class realClass, final ITestNGMethod tm) { argument
55 final ITestNGMethod vm = TestNGUtils.createITestNGMethod(tm, m);
60 return tm.getInstances();
78 return tm.getInstance();
/external/toybox/toys/other/
H A Duptime.c29 struct tm *tm; local
41 tm = localtime(&t);
42 strftime(toybuf, sizeof(toybuf), "%F %T", tm);
53 tm = localtime(&t);
54 xprintf(" %02d:%02d:%02d up ", tm->tm_hour, tm->tm_min, tm->tm_sec);
/external/boringssl/src/crypto/x509/
H A Dx509_set.c110 int X509_set_notBefore(X509 *x, const ASN1_TIME *tm) argument
117 if (in != tm) {
118 in = M_ASN1_TIME_dup(tm);
127 int X509_set_notAfter(X509 *x, const ASN1_TIME *tm) argument
134 if (in != tm) {
135 in = M_ASN1_TIME_dup(tm);
/external/libnetfilter_conntrack/src/expect/
H A Dsnprintf_xml.c84 struct tm tm; local
87 if (localtime_r(&t, &tm) == NULL)
93 ret = __snprintf_localtime_xml(buf+offset, len, &tm);
/external/llvm/lib/CodeGen/
H A DMachineFunctionAnalysis.cpp24 const TargetMachine &tm, MachineFunctionInitializer *MFInitializer)
25 : FunctionPass(ID), TM(tm), MF(nullptr), MFInitializer(MFInitializer) {
23 MachineFunctionAnalysis( const TargetMachine &tm, MachineFunctionInitializer *MFInitializer) argument

Completed in 769 milliseconds

1234567891011>>