| /third_party/skia/tools/ |
| D | sanitize_source_files.py | 87 def TrailingWhitespaceRemover(line, file_path, line_number): argument 95 def CrlfReplacer(line, file_path, line_number): argument 102 def TabReplacer(line, file_path, line_number): argument 119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument 128 def SvnEOLChecker(file_content, file_path): argument
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/ |
| D | data_helper_test.cc | 50 std::string file_path = datasets_root_path_ + "/testAlbum/images/1.json"; in TEST_F() local 64 std::string file_path = datasets_root_path_ + "/testAlbum/original"; in TEST_F() local 78 std::string file_path = datasets_root_path_ + "/testAlbum/testout/2.json"; in TEST_F() local 92 std::string file_path = datasets_root_path_ + "/testAlbum/testout/3.json"; in TEST_F() local 106 std::string file_path = datasets_root_path_ + "/testAlbum/testout/4.json"; in TEST_F() local 120 std::string file_path = datasets_root_path_ + "/testAlbum/testout/5.json"; in TEST_F() local 134 std::string file_path = datasets_root_path_ + "/testAlbum/testout/5.json"; in TEST_F() local 147 std::string file_path = datasets_root_path_ + "/testAlbum/1.bin"; in TEST_F() local 161 std::string file_path = datasets_root_path_ + "/testAlbum/2.bin"; in TEST_F() local
|
| D | c_api_dataset_manifest_test.cc | 32 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 66 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 120 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 161 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 218 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 255 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 289 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 346 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 380 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local 414 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local [all …]
|
| D | c_api_dataset_flickr_test.cc | 33 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 69 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 125 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 168 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 209 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test3.token"; in TEST_F() local 258 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 296 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 337 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local 382 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
|
| D | c_api_dataset_tfrecord_test.cc | 38 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local 97 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local 291 std::string file_path = datasets_root_path_ + "/testTFTestAllTypes/test.data"; in TEST_F() local 355 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local 399 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local 487 std::string file_path = datasets_root_path_ + "/testTFTestAllTypes/test.data"; in TEST_F() local 570 std::string file_path = datasets_root_path_ + "/testTFTestAllTypes/test.data"; in TEST_F() local 603 std::string file_path = datasets_root_path_ + "/testTFTestAllTypes/test.data"; in TEST_F() local
|
| /third_party/libxml2/ |
| D | generate_header.py | 33 def parse_file(self, file_path): argument 66 def write_file(self, file_path): argument 79 def parse_file(self, file_path): argument 100 def write_file(self, file_path): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/common/ |
| D | file_util.h | 44 inline int AccessFile(const std::string &file_path, int access_mode) { in AccessFile() 52 inline int Mkdir(const std::string &file_path) { in Mkdir() 60 inline int WriteToBin(const std::string &file_path, void *data, const size_t size) { in WriteToBin()
|
| D | file_util.cc | 33 int CreateDir(std::string *file_path) { // support multi-level directory generated. in CreateDir() 95 int ReadFileToIfstream(const std::string &file_path, std::ifstream *ifstream) { in ReadFileToIfstream()
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/utils/ |
| D | temp_file_manager.cc | 39 void TempFileManager::Register(const std::string &file_path) { (void)temp_file_paths_.insert(file_p… in Register() 41 void TempFileManager::UnRegister(const std::string &file_path) { (void)temp_file_paths_.erase(file_… in UnRegister() 60 for (auto file_path : temp_file_paths_) { in CleanTempFiles() local
|
| /third_party/gn/src/gn/ |
| D | file_writer_unittest.cc | 21 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local 37 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local 58 base::FilePath file_path = temp_dir.GetPath().AppendASCII(std::string(255, 'A')); in TEST() local
|
| D | file_writer.cc | 25 bool FileWriter::Create(const base::FilePath& file_path) { in Create() 88 bool FileWriter::Create(const base::FilePath& file_path) { in Create()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ |
| D | file_utils.cc | 42 inline int AccessFile(const std::string &file_path, int access_mode) { in AccessFile() 57 inline int Mkdir(const std::string &file_path) { in Mkdir() 77 std::fstream *OpenFile(const std::string &file_path, std::ios_base::openmode open_mode) { in OpenFile() 237 int CreateDir(const std::string &file_path) { in CreateDir() 270 int CreateOutputDir(std::string *file_path) { in CreateOutputDir()
|
| D | file_utils.h | 62 void WriteToTxt(const std::string &file_path, void *data, size_t element_size) { in WriteToTxt() 80 inline std::string WriteStrToFile(const std::string &file_path, const std::string &file_name, in WriteStrToFile()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/profiler/ |
| D | data_saver.cc | 99 std::string file_path = saver_base_dir + "/" + op_side_ + "_op_type_info_" + device_id_ + ".csv"; in WriteOpType() local 130 …std::string file_path = saver_base_dir + "/" + op_side_ + "_op_detail_info_" + device_id_ + ".csv"; in WriteOpDetail() local 160 …std::string file_path = saver_base_dir + "/" + op_side_ + "_op_execute_timestamp_" + device_id_ + … in WriteOpTimestamp() local 194 std::string file_path = base_dir + "/" + op_side_ + "_framework_" + device_id_ + ".txt"; in WriteFrameWork() local 230 …std::string file_path = saver_base_dir + "/" + op_side_ + "_ms_memory_record_" + device_id_ + ".tx… in WriteMemoryData() local
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | Occurance.java | 19 private String file_path; field in Occurance 26 Occurance (String file_name, String file_path, int line_number) { in Occurance()
|
| /third_party/typescript/tests/ts_extra_tests/tool/ |
| D | test_helper.py | 93 def get_disable_list(file_path): argument 106 def is_disabled_case(file_path, disable_list): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/text/ |
| D | utils.py | 40 def from_file(cls, file_path, max_vectors=None): argument 83 def from_file(cls, file_path, max_vectors=None): argument 124 def from_file(cls, file_path, max_vectors=None): argument 269 def from_file(cls, file_path, vocab_size, character_coverage, model_type, params): argument 358 def from_file(cls, file_path, max_vectors=None): argument 495 …def from_file(cls, file_path, delimiter="", vocab_size=None, special_tokens=None, special_first=Tr… argument
|
| /third_party/json/tools/amalgamate/ |
| D | amalgamate.py | 46 def actual_path(self, file_path): argument 53 def find_included_file(self, file_path, source_dir): argument 254 def __init__(self, file_path, amalgamation, is_root): argument
|
| /third_party/flatbuffers/tests/fuzzer/ |
| D | flatbuffers_annotator_fuzzer.cc | 12 bool TestFileExists(std::filesystem::path file_path) { in TestFileExists() 26 const auto file_path = exe_path_.parent_path() / file_name; in LoadBinarySchema() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
| D | csv_op.cc | 56 … std::vector<std::shared_ptr<CsvOp::BaseRecord>> column_default, std::string file_path) in CsvParser() 329 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitSD() local 340 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitSD() local 349 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitSD() local 435 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitSD() local 448 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitSD() local 459 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitSD() local
|
| /third_party/skia/buildtools/checkdeps/ |
| D | cpp_checker.py | 118 def IsCppFile(file_path): argument 124 def ShouldCheck(self, file_path): argument
|
| D | proto_checker.py | 112 def IsProtoFile(file_path): argument 118 def ShouldCheck(self, file_path): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
| D | sst2_node.cc | 119 Path file_path = dir / train_file_name; in WalkAllFiles() local 122 Path file_path = dir / test_file_name; in WalkAllFiles() local 125 Path file_path = dir / dev_file_name; in WalkAllFiles() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/profiler/ |
| D | gpu_data_saver.cc | 163 std::string file_path = file_path_base + std::to_string(device_info.first) + ".csv"; in WriteActivity() local 197 std::string file_path = saver_base_dir + "/step_trace_profiling_" + device_id_ + ".txt"; in WriteStepTraceAsyncLaunchKernel() local 297 std::string file_path = saver_base_dir + "/step_trace_profiling_" + device_id_ + ".txt"; in WriteStepTrace() local 344 std::string file_path = saver_base_dir + "/start_time_" + device_id_ + ".txt"; in WriteStartTime() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/layer/ |
| D | embedding_service_layer.py | 311 file_path, steps_to_live_list): argument 336 file_path, steps_to_live_list): argument 357 …_init__(self, embedding_dim_list, value_total_len_list, table_name_list, table_id_list, file_path): argument 380 …_init__(self, embedding_dim_list, value_total_len_list, table_name_list, table_id_list, file_path): argument
|