Home
last modified time | relevance | path

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

/test/vts-testcase/hal/script/
Dupdate_hal_tests.py45 temp = line[(line.find("value") + 7):]
46 time_out = temp[0:temp.find('"')]
/test/vts/script/
Dupdate_hal_tests.py45 temp = line[(line.find("value") + 7):]
46 time_out = temp[0:temp.find('"')]
Drun_cts_with_profiling.sh74 adb -s $serial_no shell ls /data/local/tmp/*.vts.trace > temp
/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-testcase/fuzz/kernel/syzkaller/
Dsyzkaller_test_case.py83 with open(self._env['template_cfg'], 'r') as temp:
84 template_cfg = str(temp.read())
/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/harnesses/tradefed/tests/src/com/android/tradefed/util/
DVtsDashboardApiTransportTest.java147 File temp = File.createTempFile("temp-post-file", ".tmp"); in testPostFile() local
149 "", "application/octet-stream", temp.getAbsolutePath()); in testPostFile()
/test/vts/compilation_tools/vtsc/test/
DAndroid.mk28 $(LOCAL_BUILT_MODULE): PRIVATE_TEMP_DIR := $(intermediates)/vts/temp