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

  /external/autotest/frontend/migrations/
034_add_parse_failed_repair_option.py 2 ALTER TABLE jobs ADD COLUMN parse_failed_repair bool NOT NULL DEFAULT TRUE;
6 ALTER TABLE jobs DROP COLUMN parse_failed_repair;
  /external/autotest/cli/
job.py 247 'parse_failed_repair']
471 if options.parse_failed_repair:
472 self.data['parse_failed_repair'] = (
473 options.parse_failed_repair == 'true')
topic_common.py 109 'parse_failed_repair': 'Include failed repair results',
job_unittest.py     [all...]
  /external/autotest/server/
sequence.py 156 parse_failed_repair=None,
  /external/autotest/frontend/afe/
models_test.py 484 'parse_failed_repair': True,
552 'parse_failed_repair': True,
rpc_utils.py 761 parse_failed_repair=None,
820 parse_failed_repair=parse_failed_repair,
    [all...]
rpc_interface.py     [all...]
models.py 1513 parse_failed_repair = dbmodels.BooleanField( variable in class:Job
    [all...]
rpc_interface_unittest.py     [all...]
  /external/autotest/scheduler/shard/
shard_client_unittest.py 134 'parse_failed_repair': True,
  /external/autotest/scheduler/
agent_task.py 743 # TODO(ayatane): This should obey self.queue_entry.job.parse_failed_repair
744 # But nothing sets self.queue_entry.job.parse_failed_repair?
scheduler_models.py     [all...]
  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 182 showField(jobObject, "parse_failed_repair", "view_parse_failed_repair");
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 235 jobObject.get("parse_failed_repair").isBoolean().booleanValue());
725 args.put("parse_failed_repair",
    [all...]
  /external/autotest/frontend/afe/doctests/
001_rpc_test.txt 454 ... 'parse_failed_repair': True,
  /external/autotest/database/
schema_051.sql 298 `parse_failed_repair` tinyint(1) NOT NULL default '1',
    [all...]

Completed in 387 milliseconds