Searched refs:tm (Results 176 - 200 of 545) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_posix.cc53 struct tm buffer;
54 const struct tm* system_time =
/external/libcxx/test/input.output/iostream.format/ext.manip/
H A Dget_time.pass.cpp12 // template <class charT> T9 get_time(struct tm* tmb, const charT* fmt);
45 std::tm t = {0};
61 std::tm t = {0};
H A Dput_time.pass.cpp12 // template <class charT> T10 put_time(const struct tm* tmb, const charT* fmt);
57 std::tm t = {0};
72 std::tm t = {0};
/external/qemu/telephony/
H A Dsms.h38 extern int sms_timestamp_to_tm( SmsTimeStamp stamp, struct tm* tm );
/external/qemu/util/
H A Dcutils.c131 time_t mktimegm(struct tm *tm) argument
134 int y = tm->tm_year + 1900, m = tm->tm_mon + 1, d = tm->tm_mday;
141 t += 3600 * tm->tm_hour + 60 * tm->tm_min + tm->tm_sec;
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.cc60 struct tm buffer;
61 const struct tm* systemTime =
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c113 const TValue *tm; local
118 (tm = fasttm(L, h->metatable, TM_INDEX)) == NULL) { /* or no TM? */
124 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX)))
126 if (ttisfunction(tm)) {
127 callTM(L, tm, t, key, val, 1);
130 t = tm; /* else repeat with 'tm' */
139 const TValue *tm; local
147 ((tm = fasttm(L, h->metatable, TM_NEWINDEX)) == NULL &&
162 if (ttisnil(tm
177 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ local
261 const TValue *tm; local
336 const TValue *tm; local
[all...]
/external/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
280 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) {
291 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) {
306 tm* __t) const {
330 tm* __t) const {
350 tm* __t) const {
369 tm *__t) const {
386 tm *__t) const {
402 const tm* __tmb, const _Ch* __pat,
426 const tm* __tm
[all...]
/external/chromium_org/base/time/
H A Dtime_posix.cc38 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
45 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
55 SysTime SysTimeFromTimeStruct(struct tm* timestruct, bool is_local) {
62 void SysTimeToTimeStruct(SysTime t, struct tm* timestruct, bool is_local) {
187 struct tm timestruct;
202 struct tm timestruct;
228 struct tm timestruct0 = timestruct;
/external/chromium_org/third_party/skia/gm/
H A Dgradients.cpp43 SkShader::TileMode tm, const SkMatrix& localMatrix) {
45 data.fCount, tm, 0, &localMatrix);
49 SkShader::TileMode tm, const SkMatrix& localMatrix) {
54 data.fPos, data.fCount, tm, 0, &localMatrix);
67 SkShader::TileMode tm, const SkMatrix& localMatrix) {
76 data.fColors, data.fPos, data.fCount, tm,
81 SkShader::TileMode tm, const SkMatrix& localMatrix) {
90 data.fCount, tm, 0, &localMatrix);
94 SkShader::TileMode tm, const SkMatrix& localMatrix);
124 SkShader::TileMode tm local
42 MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
48 MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
66 Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
80 Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
181 SkShader::TileMode tm = SkShader::kClamp_TileMode; local
[all...]
/external/skia/gm/
H A Dgradients.cpp43 SkShader::TileMode tm, const SkMatrix& localMatrix) {
45 data.fCount, tm, 0, &localMatrix);
49 SkShader::TileMode tm, const SkMatrix& localMatrix) {
54 data.fPos, data.fCount, tm, 0, &localMatrix);
67 SkShader::TileMode tm, const SkMatrix& localMatrix) {
76 data.fColors, data.fPos, data.fCount, tm,
81 SkShader::TileMode tm, const SkMatrix& localMatrix) {
90 data.fCount, tm, 0, &localMatrix);
94 SkShader::TileMode tm, const SkMatrix& localMatrix);
124 SkShader::TileMode tm local
42 MakeLinear(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
48 MakeRadial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
66 Make2Radial(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
80 Make2Conical(const SkPoint pts[2], const GradData& data, SkShader::TileMode tm, const SkMatrix& localMatrix) argument
181 SkShader::TileMode tm = SkShader::kClamp_TileMode; local
[all...]
/external/ppp/pppd/plugins/radius/
H A Davpair.c531 struct tm *tm; local
635 tm = localtime (&timeval);
636 tm->tm_hour = 0;
637 tm->tm_min = 0;
638 tm->tm_sec = 0;
639 rc_str2tm (valstr, tm);
641 pair->lvalue = (UINT4) timelocal (tm);
643 pair->lvalue = (UINT4) mktime (tm);
/external/qemu/android/
H A Dsnapshot.c197 struct tm *tm; local
198 tm = localtime(time);
199 if (!tm) {
202 strftime(buf, buf_size, "%Y-%m-%d %H:%M:%S", tm);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm) argument
30 : AMDGPUGenInstrInfo(0,0), RI(tm, *this), TM(tm) { }
H A DAMDGPUAsmPrinter.cpp29 static AsmPrinter *createAMDGPUAsmPrinterPass(TargetMachine &tm, argument
31 return new AMDGPUAsmPrinter(tm, Streamer);
H A DR600ExpandSpecialInstrs.cpp33 R600ExpandSpecialInstrsPass(TargetMachine &tm) : MachineFunctionPass(ID), argument
34 TII (static_cast<const R600InstrInfo *>(tm.getInstrInfo())) { }
H A Dradeon_llvm_emit.cpp121 std::auto_ptr<TargetMachine> tm(AMDGPUTarget->createTargetMachine(
126 TargetMachine &AMDGPUTargetMachine = *tm.get();
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) {
62 struct tm * localtime(const time_t *timer) {
68 const struct tm *timeptr ) {
/external/e2fsprogs/misc/
H A Dfindsuper.c120 time_t tm, last = time(0); local
232 tm = ext2.s_mtime;
233 s = ctime(&tm);
/external/libcxx/include/support/android/
H A Dlocale_bionic.h145 const struct tm *tm, locale_t) {
146 return strftime(s, max, format, tm);
144 strftime_l(char *s, size_t max, const char *format, const struct tm *tm, locale_t) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp75 const TargetMachine &tm = mf.getTarget(); local
76 HazardRec = tm.getInstrInfo()->CreateTargetHazardRecognizer(
77 tm.getSubtargetImpl(), this);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm) argument
30 : AMDGPUGenInstrInfo(0,0), RI(tm, *this), TM(tm) { }
/external/skia/src/xml/
H A DSkJS.cpp26 time_t mktime(struct tm *timeptr ) {
62 struct tm * localtime(const time_t *timer) {
68 const struct tm *timeptr ) {
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h168 extern char * asctime_r(struct tm const *, char *);
270 char *asctime_r(struct tm const *, char *);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_time.c109 struct tm *ts;
110 struct tm data;

Completed in 729 milliseconds

1234567891011>>