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

  /external/autotest/frontend/afe/
models.py 76 def enqueue_job(self, job, is_template=False):
80 @param is_template: Whether the status should be "Template".
83 is_template=is_template)
131 def enqueue_job(self, job, is_template=False):
135 @param is_template: Whether the status should be "Template".
138 is_template=is_template)
774 def enqueue_job(self, job, is_template=False):
778 @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,
810 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/autotest/server/
sequence.py 151 synch_count=None, is_template=False,
  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 2329 bfd_boolean is_template = (insn_word & 0x2); local
2557 bfd_boolean is_template = FALSE; local
2918 bfd_boolean is_template; local
3127 bfd_boolean is_template = ((insn_word & 0x04000002) == 0x2); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 4481 bfd_boolean is_template = FALSE; local
    [all...]

Completed in 479 milliseconds