Searched refs:tempf (Results 1 – 7 of 7) sorted by relevance
29 with tempfile.TemporaryFile() as tempf:30 p = subprocess.Popen (command, stderr=tempf)41 tempf.seek (0)42 text = tempf.read().decode ("utf-8").strip ()
45 with open(json_data_file, 'r') as tempf:46 toolchain_data = json.load(tempf)285 with open(json_data_file, 'r') as tempf:286 toolchain_data = json.load(tempf)
36 with open(json_data_file, 'r') as tempf:37 toolchain_data = json.load(tempf)
369 template<typename A, typename B> void tempf(A a, B b) { in tempf() function378 tempf(x, y); // expected-note{{in instantiation of}} in test()
19933 2tempf
19745 2tempf
19841 2tempf