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

  /external/autotest/frontend/afe/
models.py 77 def enqueue_job(self, job, is_template=False):
81 @param is_template: Whether the status should be "Template".
84 is_template=is_template)
132 def enqueue_job(self, job, is_template=False):
136 @param is_template: Whether the status should be "Template".
139 is_template=is_template)
778 def enqueue_job(self, job, is_template=False):
782 @param is_template: Whther the status should be "Template"
    [all...]
rpc_utils.py 523 is_template=options.get('is_template', False))
752 is_template=False,
809 is_template=is_template,
    [all...]
rpc_interface.py     [all...]
  /external/llvm/utils/
extract_symbols.py 271 # (name, is_template), returning (list, rest of string).
300 is_template = False
305 is_template = True
307 ret.append((name_part, is_template))
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
extract_symbols.py 279 # (name, is_template), returning (list, rest of string).
308 is_template = False
313 is_template = True
315 ret.append((name_part, is_template))
  /external/autotest/server/
sequence.py 155 synch_count=None, is_template=False,

Completed in 494 milliseconds