/third_party/mindspore/scripts/ |
D | run_perf_test.sh | 39 target_file="${PERF_RESULT_DIR}$(basename ${f} .py)${PERF_SUFFIX}" 40 pytest -s "${f}" > "${target_file}" 2>&1
|
D | get_bert_shape_from_pytest.sh | 39 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/ |
D | update_extension_data.py | 123 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/ |
D | convert_async.py | 315 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/ |
D | zip_reader_unittest.cc | 425 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()
|
D | zip_reader.h | 216 void ExtractChunk(base::File target_file,
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip_reader_unittest.cc | 425 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()
|
D | zip_reader.h | 216 void ExtractChunk(base::File target_file,
|
/third_party/node/deps/zlib/google/ |
D | zip_reader_unittest.cc | 425 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()
|
D | zip_reader.h | 216 void ExtractChunk(base::File target_file,
|
/third_party/grpc/tools/distrib/python/ |
D | make_grpcio_tools.py | 155 target_file = os.path.abspath( 157 shutil.copyfile(source_file, target_file)
|
/third_party/musl/porting/linux/user/src/hook/ |
D | musl_preinit.c | 152 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/ |
D | anf_ir_dump.h | 29 LocDumpMode dump_location = kOff, const std::string &target_file = "");
|
D | anf_ir_dump.cc | 580 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/ |
D | util.py | 202 target_file = f'step_trace_raw_{device_id}_detail_time.csv' 206 lambda file: file == target_file,
|
/third_party/iowow/src/kv/ |
D | iwal.h | 114 iwrc iwal_online_backup(IWKV iwkv, uint64_t *ts, const char *target_file);
|
D | iwal.c | 856 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()
|
D | iwkv.h | 520 IW_EXPORT iwrc iwkv_online_backup(IWKV iwkv, uint64_t *ts, const char *target_file);
|
/third_party/glib/gio/tests/ |
D | file.c | 833 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/ |
D | cef_macros.cmake.in | 104 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/ |
D | expect.py | 348 with open(target_filename, 'r') as target_file: 349 file_contents = target_file.read()
|
/third_party/jerryscript/jerry-core/api/ |
D | generate-bytecode.c | 118 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/ |
D | expect.py | 348 with open(target_filename, 'r') as target_file: 349 file_contents = target_file.read()
|
/third_party/spirv-tools/test/tools/ |
D | expect.py | 348 with open(target_filename, 'r') as target_file: 349 file_contents = target_file.read()
|
/third_party/ejdb/src/ |
D | ejdb2.h | 665 IW_EXPORT iwrc ejdb_online_backup(EJDB db, uint64_t *ts, const char *target_file);
|