Home
last modified time | relevance | path

Searched refs:target_file (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mindspore/scripts/
Drun_perf_test.sh39 target_file="${PERF_RESULT_DIR}$(basename ${f} .py)${PERF_SUFFIX}"
40 pytest -s "${f}" > "${target_file}" 2>&1
Dget_bert_shape_from_pytest.sh39 target_file="${PROJECT_PATH}/${SHP_BASENAME}.${VERSION}.${BATCH_SIZE}.shp"
41 cp "${SAVE_GRAPHS_PATH}/9_validate.dat" "${target_file}"
/third_party/skia/third_party/externals/angle2/scripts/
Dupdate_extension_data.py123 target_file = os.path.join(THIS_DIR, 'extension_data', target_file_name)
134 logging.info('%s -> %s' % (fname, target_file))
137 shutil.copy(source_file, target_file)
/third_party/mindspore/mindspore/offline_debug/
Dconvert_async.py315 for target_file in target_file_list:
316 old_filename = os.path.basename(target_file)
322 os.rename(target_file, out_path)
324 self.convert_tool.log.print_info_log("Rename file " + target_file + " to " + out_path)
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc425 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
430 target_file, in TEST_F()
453 ASSERT_TRUE(base::GetFileSize(target_file, &file_size)); in TEST_F()
463 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
468 target_file, in TEST_F()
484 ASSERT_TRUE(base::DirectoryExists(target_file)); in TEST_F()
Dzip_reader.h216 void ExtractChunk(base::File target_file,
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_reader_unittest.cc425 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
430 target_file, in TEST_F()
455 ASSERT_TRUE(base::GetFileSize(target_file, &file_size)); in TEST_F()
465 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
470 target_file, in TEST_F()
488 ASSERT_TRUE(base::DirectoryExists(target_file)); in TEST_F()
Dzip_reader.h216 void ExtractChunk(base::File target_file,
/third_party/node/deps/zlib/google/
Dzip_reader_unittest.cc425 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local
430 target_file, in TEST_F()
453 ASSERT_TRUE(base::GetFileSize(target_file, &file_size)); in TEST_F()
463 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
468 target_file, in TEST_F()
484 ASSERT_TRUE(base::DirectoryExists(target_file)); in TEST_F()
Dzip_reader.h216 void ExtractChunk(base::File target_file,
/third_party/grpc/tools/distrib/python/
Dmake_grpcio_tools.py155 target_file = os.path.abspath(
157 shutil.copyfile(source_file, target_file)
/third_party/musl/porting/linux/user/src/hook/
Dmusl_preinit.c152 char target_file[FILE_NAME_MAX_SIZE] = {0}; in get_proc_name() local
153 (void)snprintf(target_file, sizeof(target_file), "/proc/%d/cmdline", pid); in get_proc_name()
154 FILE *f = fopen(target_file, "r"); in get_proc_name()
/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_dump.h29 LocDumpMode dump_location = kOff, const std::string &target_file = "");
Danf_ir_dump.cc580 const std::string &target_file) { in DumpIR() argument
586 if (!target_file.empty()) { in DumpIR()
587 path = target_file; in DumpIR()
/third_party/mindspore/mindspore/profiler/common/
Dutil.py202 target_file = f'step_trace_raw_{device_id}_detail_time.csv'
206 lambda file: file == target_file,
/third_party/iowow/src/kv/
Diwal.h114 iwrc iwal_online_backup(IWKV iwkv, uint64_t *ts, const char *target_file);
Diwal.c856 iwrc iwal_online_backup(IWKV iwkv, uint64_t *ts, const char *target_file) { in iwal_online_backup() argument
865 if (!target_file) { in iwal_online_backup()
882 HANDLE fh = open(target_file, O_CREAT | O_WRONLY | O_TRUNC, 00600); in iwal_online_backup()
888 …HANDLE fh = CreateFile(target_file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRI… in iwal_online_backup()
Diwkv.h520 IW_EXPORT iwrc iwkv_online_backup(IWKV iwkv, uint64_t *ts, const char *target_file);
/third_party/glib/gio/tests/
Dfile.c833 GFile *tmpdir = NULL, *source_file = NULL, *target_file = NULL; in test_replace_symlink() local
856 target_file = g_file_get_child (tmpdir, "target"); in test_replace_symlink()
861 g_assert_false (g_file_query_exists (target_file, NULL)); in test_replace_symlink()
906 g_assert_false (g_file_query_exists (target_file, NULL)); in test_replace_symlink()
927 g_clear_object (&target_file); in test_replace_symlink()
962 GFile *target_file = g_file_get_child (tmpdir, target_basename); in create_test_file() local
1002 g_file_set_contents (g_file_peek_path (target_file), "target file", -1, &local_error); in create_test_file()
1024 g_assert_false (g_file_query_exists (target_file, NULL)); in create_test_file()
1031 g_clear_object (&target_file); in create_test_file()
1054 GFile *target_file = g_file_get_child (tmpdir, target_basename); in check_test_file() local
[all …]
/third_party/cef/cmake/
Dcef_macros.cmake.in104 set(target_file ${target_dir}/${target_name}) variable
121 COMMAND ${CMAKE_COMMAND} -E copy_directory "${source_file}" "${target_file}"
128 COMMAND ${CMAKE_COMMAND} -E copy_if_different "${source_file}" "${target_file}"
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dexpect.py348 with open(target_filename, 'r') as target_file:
349 file_contents = target_file.read()
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c118 EXECRES read_js_or_snapshot_file(char* filename, uint8_t* target_file, int* file_bytesize, int buff… in read_js_or_snapshot_file() argument
143 tmp_read = read(fd, target_file + read_offset, here_to_read); in read_js_or_snapshot_file()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py348 with open(target_filename, 'r') as target_file:
349 file_contents = target_file.read()
/third_party/spirv-tools/test/tools/
Dexpect.py348 with open(target_filename, 'r') as target_file:
349 file_contents = target_file.read()
/third_party/ejdb/src/
Dejdb2.h665 IW_EXPORT iwrc ejdb_online_backup(EJDB db, uint64_t *ts, const char *target_file);

12