Home
last modified time | relevance | path

Searched refs:use_tmp (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/
Dcrashcollect.py80 def collect_log_file(host, log_path, dest_path, use_tmp=False, clean=False, argument
122 elif use_tmp:
241 collect_log_file(host, pstore_dir, log_path, use_tmp=True,
249 log_path, use_tmp=True)
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py362 self.use_tmp = False
896 if self.use_tmp:
959 if self.use_tmp:
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c4521 int use_tmp = 0; in tgsi_op2_64_params() local
4529 use_tmp = 3; in tgsi_op2_64_params()
4536 use_tmp = 3; in tgsi_op2_64_params()
4539 use_tmp = 1; in tgsi_op2_64_params()
4545 use_tmp = 1; in tgsi_op2_64_params()
4552 use_tmp = 1; in tgsi_op2_64_params()
4555 use_tmp = 3; in tgsi_op2_64_params()
4570 if (use_tmp || dest_temp) { in tgsi_op2_64_params()
4571 alu.dst.sel = use_tmp ? ctx->temp_reg : dest_temp; in tgsi_op2_64_params()
4612 if (use_tmp) { in tgsi_op2_64_params()
[all …]
/external/selinux/gui/
Dpolgengui.py762 self.tmp_checkbutton.set_active(policy.use_tmp)
/external/pcre/dist2/src/
Dpcre2_jit_compile.c11226 BOOL use_tmp; in compile_iterator_matchingpath() local
11506 use_tmp = (!HAS_VIRTUAL_REGISTERS && opcode == OP_STAR); in compile_iterator_matchingpath()
11507 SLJIT_ASSERT(!use_tmp || tmp_base == TMP3); in compile_iterator_matchingpath()
11510 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11520 OP1(SLJIT_MOV, use_tmp ? TMP3 : base, use_tmp ? 0 : offset0, STR_PTR, 0); in compile_iterator_matchingpath()
11537 if (use_tmp) in compile_iterator_matchingpath()