Home
last modified time | relevance | path

Searched refs:temp_file_name (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/third_party/vtune/
Dvtune-jit.cc167 char* temp_file_name = NULL; in event_handler() local
185 temp_file_name = in event_handler()
187 script_name->WriteUtf8(event->isolate, temp_file_name); in event_handler()
188 jmethod.source_file_name = temp_file_name; in event_handler()
222 if (temp_file_name) in event_handler()
223 delete []temp_file_name; in event_handler()
/external/vixl/tools/
Dclang_format.py99 temp_file, temp_file_name = tempfile.mkstemp(prefix = 'clang_format_')
100 cmd_format_string = '$ ' + ' '.join(cmd_format) + ' > %s' % temp_file_name
106 cmd_diff = ['diff', '--unified', filename, temp_file_name]
133 os.remove(temp_file_name)
/external/libaom/libaom/third_party/libwebm/common/
Dfile_util.cc36 std::string temp_file_name = in GetTempFileName() local
42 return temp_file_name; in GetTempFileName()
/external/libvpx/libvpx/third_party/libwebm/common/
Dfile_util.cc36 std::string temp_file_name = in GetTempFileName() local
42 return temp_file_name; in GetTempFileName()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc62 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name() function
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); in TEST()
216 temp_file_name(tmpfile, sizeof(tmpfile), in TEST()
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dbase.py252 temp_file_name, _ = urlretrieve_with_retry(source_url)
253 gfile.Copy(temp_file_name, filepath)
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
Drnn_colorbot.py110 temp_file_name, _ = urllib.request.urlretrieve(source_url)
111 tf.gfile.Copy(temp_file_name, filepath)
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/
Ddev_summit_2018_demo.ipynb1051 " temp_file_name, _ = six.moves.urllib.request.urlretrieve(source_url)\n",
1052 " tf.gfile.Copy(temp_file_name, filepath)\n",