HomeSort by relevance Sort by last modified time
    Searched refs:total_seconds (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py 275 self.assertEqual(td.total_seconds(), 31536000.0)
276 for total_seconds in [123456.789012, -123456.789012, 0.123456, 0, 1e6]:
277 td = timedelta(seconds=total_seconds)
278 self.assertEqual(td.total_seconds(), total_seconds)
279 # Issue8644: Test that td.total_seconds() has the same
283 self.assertEqual(td.total_seconds(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 275 self.assertEqual(td.total_seconds(), 31536000.0)
276 for total_seconds in [123456.789012, -123456.789012, 0.123456, 0, 1e6]:
277 td = timedelta(seconds=total_seconds)
278 self.assertEqual(td.total_seconds(), total_seconds)
279 # Issue8644: Test that td.total_seconds() has the same
283 self.assertEqual(td.total_seconds(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 275 self.assertEqual(td.total_seconds(), 31536000.0)
276 for total_seconds in [123456.789012, -123456.789012, 0.123456, 0, 1e6]:
277 td = timedelta(seconds=total_seconds)
278 self.assertEqual(td.total_seconds(), total_seconds)
279 # Issue8644: Test that td.total_seconds() has the same
283 self.assertEqual(td.total_seconds(),
    [all...]
  /external/autotest/site_utils/
run_suite.py     [all...]
  /external/autotest/server/
autoserv 750 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
autoserv.py 750 duration_secs = (datetime.datetime.now() - start_time).total_seconds()
  /external/skia/infra/bots/recipe_modules/swarming/
api.py 593 parse_time(shard['created_ts'])).total_seconds()
    [all...]
  /art/runtime/gc/
heap.cc 1008 const double total_seconds = static_cast<double>(total_duration \/ 1000) \/ 1000000.0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 2103 PyObject *total_seconds; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 2103 PyObject *total_seconds; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 2103 PyObject *total_seconds; local
    [all...]
  /build/make/tools/releasetools/
common.py     [all...]

Completed in 1230 milliseconds

12