Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerMain.cpp172 FuncCall temp; in LLVMFuzzerCustomCrossOver() local
175 temp = exec_spec1.function_call(i); in LLVMFuzzerCustomCrossOver()
177 temp = exec_spec2.function_call(i); in LLVMFuzzerCustomCrossOver()
179 exec_spec_out.add_function_call()->CopyFrom(temp); in LLVMFuzzerCustomCrossOver()
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py296 temp = tempfile.NamedTemporaryFile()
298 temp.write(gtest_filter_flag)
299 self._dut.adb.push('{src} {dst}'.format(src=temp.name, dst=dst))
301 temp.close()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp204 VariableSpecificationMessage temp = cur_val.vector_value(0); in GetCppVariableType() local
205 cur_val = temp; in GetCppVariableType()
323 VariableSpecificationMessage temp = cur_val.ref_value(); in GetCppVariableType() local
324 cur_val = temp; in GetCppVariableType()
/test/vts/compilation_tools/vtsc/test/
DAndroid.mk30 $(LOCAL_BUILT_MODULE): PRIVATE_TEMP_DIR := $(intermediates)/vts/temp