Searched refs:temp (Results 1 – 8 of 8) sorted by relevance
45 temp = line[(line.find("value") + 7):]46 time_out = temp[0:temp.find('"')]
74 adb -s $serial_no shell ls /data/local/tmp/*.vts.trace > temp
170 FuncCall temp; in LLVMFuzzerCustomCrossOver() local173 temp = exec_spec1.function_call(i); in LLVMFuzzerCustomCrossOver()175 temp = exec_spec2.function_call(i); in LLVMFuzzerCustomCrossOver()177 exec_spec_out.add_function_call()->CopyFrom(temp); in LLVMFuzzerCustomCrossOver()
83 with open(self._env['template_cfg'], 'r') as temp:84 template_cfg = str(temp.read())
204 VariableSpecificationMessage temp = cur_val.vector_value(0); in GetCppVariableType() local205 cur_val = temp; in GetCppVariableType()323 VariableSpecificationMessage temp = cur_val.ref_value(); in GetCppVariableType() local324 cur_val = temp; in GetCppVariableType()
147 File temp = File.createTempFile("temp-post-file", ".tmp"); in testPostFile() local149 "", "application/octet-stream", temp.getAbsolutePath()); in testPostFile()
28 $(LOCAL_BUILT_MODULE): PRIVATE_TEMP_DIR := $(intermediates)/vts/temp