HomeSort by relevance Sort by last modified time
    Searched refs:start_date (Results 1 - 12 of 12) sorted by null

  /external/v8/build/android/pylib/instrumentation/
test_result.py 11 def __init__(self, full_name, test_type, start_date, dur, log=''):
17 start_date: Date in milliseconds when the test began running.
30 self._start_date = start_date
  /external/chromium-trace/catapult/dashboard/dashboard/
new_points_test.py 42 start_date = datetime.datetime(2014, 1, 1, 0, 0)
50 mytest_row.timestamp = start_date + datetime.timedelta(hours=i)
57 other_row.timestamp = start_date + datetime.timedelta(hours=i, minutes=30)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
vault.py 303 start_date=None, end_date=None,
322 :type start_date: DateTime
323 :param start_date: Beginning of the date range to query.
341 if start_date is not None or end_date is not None or limit is not None:
344 if start_date is not None:
345 rparams['StartDate'] = start_date.strftime('%Y-%m-%dT%H:%M:%S%Z')
372 :type start_date: DateTime
373 :param start_date: Beginning of the date range to query.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
extra_types_test.py 120 start_date = extra_types.DateField(1) variable in class:ExtraTypesTest.testDateField.DateMsg
124 start_date=datetime.date(1752, 9, 9), all_dates=[ variable in class:ExtraTypesTest.testDateField.DateMsg
130 'start_date': '1752-09-09',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
alarm.py 246 def describe_history(self, start_date=None, end_date=None, max_records=None,
248 return self.connection.describe_alarm_history(self.name, start_date,
__init__.py 389 start_date=None, end_date=None,
404 :type start_date: datetime
405 :param start_date: The starting date to retrieve alarm history.
427 if start_date:
428 params['StartDate'] = start_date.isoformat()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 317 def get_snapshot_range(self, snaps, start_date=None, end_date=None):
320 if start_date and end_date:
321 if snap.date >= start_date and snap.date <= end_date:
323 elif start_date:
324 if snap.date >= start_date:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_layer2.py 223 self.vault.retrieve_inventory(start_date=datetime(2014, 0o1, 0o1, tzinfo=UTC()),
  /external/autotest/frontend/afe/
models.py 1990 start_date = dbmodels.DateTimeField() variable in class:RecurringRun
    [all...]
rpc_interface.py     [all...]
  /external/autotest/scheduler/
monitor_db.py     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 784 mStartDateButton = (Button) view.findViewById(R.id.start_date);
    [all...]

Completed in 1392 milliseconds