HomeSort by relevance Sort by last modified time
    Searched refs:strftime (Results 226 - 250 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 307 return datetime.strftime('%Y-%m-%dT%H:%M:%S.%f')
  /external/chromium_org/third_party/libxml/src/
xmlmemory.c 737 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
genpyx.py 496 ostream.putln( now.strftime('# Code generated by pyxelator on %x at %X') + '\n' )
  /external/iproute2/ip/
ipntable.c 344 strftime(str, sizeof(str), "%Y-%m-%d %T", tp);
  /external/libxml2/
xmlmemory.c 740 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
  /frameworks/native/cmds/dumpstate/
utils.c 276 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 152 CREATE TRIGGER timestamp_trigger1 AFTER UPDATE ON phones BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
153 CREATE TRIGGER timestamp_trigger2 AFTER UPDATE OF name ON people BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 176 CREATE TRIGGER timestamp_trigger1 AFTER UPDATE ON phones BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
177 CREATE TRIGGER timestamp_trigger2 AFTER UPDATE OF name ON people BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHERE _id=1;END;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_str.py 220 return self.strftime(format_spec)
test_xmlrpc.py 221 self.assertEqual(str(t), time.strftime("%Y%m%dT%H:%M:%S", time.localtime(d)))
231 self.assertEqual(str(t), time.strftime("%Y%m%dT%H:%M:%S", d))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_str.py 220 return self.strftime(format_spec)
test_xmlrpc.py 221 self.assertEqual(str(t), time.strftime("%Y%m%dT%H:%M:%S", time.localtime(d)))
231 self.assertEqual(str(t), time.strftime("%Y%m%dT%H:%M:%S", d))
    [all...]
  /system/core/liblog/
logprint.c 716 //strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%d %H:%M:%S", ptm);
717 strftime(timeBuf, sizeof(timeBuf), "%m-%d %H:%M:%S", ptm);
  /external/e2fsprogs/misc/
e2image.c 639 strftime(buff, 30, "%T", gmtime(&est));
707 strftime(buff, 30, "%T", gmtime(&duration));
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 1195 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1325 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 412 it is used with time.strftime() to format the creation time of the
424 s = time.strftime(datefmt, ct)
426 t = time.strftime("%Y-%m-%d %H:%M:%S", ct)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 412 it is used with time.strftime() to format the creation time of the
424 s = time.strftime(datefmt, ct)
426 t = time.strftime("%Y-%m-%d %H:%M:%S", ct)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 555 created = time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime())
592 iso_now = time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime())
    [all...]

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 91011>>