HomeSort by relevance Sort by last modified time
    Searched full:machine_owner (Results 1 - 21 of 21) sorted by null

  /external/autotest/tko/migrations/
002_add_job_timestamps.py 41 machines.owner AS machine_owner,
70 machines.owner AS machine_owner,
102 machines.owner AS machine_owner,
128 machines.owner AS machine_owner,
031_rename_tko_tables.py 25 tko_machines.owner AS machine_owner,
56 tko_machines.owner AS machine_owner,
93 tko_machines.owner AS machine_owner,
124 tko_machines.owner AS machine_owner,
155 tko_machines.owner AS machine_owner,
193 machines.owner AS machine_owner,
224 machines.owner AS machine_owner,
259 machines.owner AS machine_owner,
291 machines.owner AS machine_owner,
322 machines.owner AS machine_owner,
    [all...]
013_fix_perf_view.py 29 machines.owner AS machine_owner,
65 machines.owner AS machine_owner,
015_support_graphing_interface.py 47 machines.owner AS machine_owner,
83 machines.owner AS machine_owner,
030_add_afe_job_id_to_jobs.py 32 machines.owner AS machine_owner,
64 machines.owner AS machine_owner,
003_add_test_timestamps.py 38 machines.owner AS machine_owner,
68 machines.owner AS machine_owner,
103 machines.owner AS machine_owner,
132 machines.owner AS machine_owner,
004_add_test_started.py 39 machines.owner AS machine_owner,
70 machines.owner AS machine_owner,
105 machines.owner AS machine_owner,
135 machines.owner AS machine_owner,
014_add_test_view_2.py 21 machines.owner AS machine_owner,
016_modify_perf_view_2.py 31 machines.owner AS machine_owner,
  /external/autotest/frontend/migrations/
087_add_fields_to_tko_test_view_2.py 24 tko_machines.owner AS machine_owner,
58 tko_machines.owner AS machine_owner,
103_add_5_columns_to_tko_jobs.py 39 tko_machines.owner AS machine_owner,
74 tko_machines.owner AS machine_owner,
  /external/autotest/tko/
tko.proto 46 required string machine_owner = 10;
models.py 12 finished_time, machine_owner, machine_group, aborted_by,
22 self.machine_owner = machine_owner
job_serializer_unittest.py 127 self.assertEqual(self.tko_job.machine_owner,
128 self.pb_job.machine_owner)
job_serializer.py 42 'machine_owner':str,
161 fields_dict['machine_owner'],
db.py 582 owner = job.machine_owner
  /external/autotest/database/
schema_051.sql     [all...]
  /external/autotest/tko/parsers/
version_0.py 36 machine_owner = keyval.get("owner", None)
43 "finished_time": finished_time, "machine_owner": machine_owner,
  /external/autotest/frontend/tko/
rpc_interface.py 469 ['Machine Owner', 'machine_owner'],
models.py 718 machine_owner = dbmodels.CharField(blank=True, max_length=240) variable in class:TestView
rpc_interface_unittest_fixme.py 36 tko_machines.owner AS machine_owner,

Completed in 1127 milliseconds