Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 25 of 215) sorted by relevance

123456789

/third_party/skia/tools/
Dsanitize_source_files.py87 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/
Ddata_helper_test.cc50 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
Dc_api_dataset_manifest_test.cc32 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 …]
Dc_api_dataset_flickr_test.cc33 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
Dc_api_dataset_tfrecord_test.cc38 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/
Dgenerate_header.py33 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/
Dfile_util.h44 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()
Dfile_util.cc33 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/
Dtemp_file_manager.cc39 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/
Dfile_writer_unittest.cc21 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
Dfile_writer.cc25 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/
Dfile_utils.cc42 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()
Dfile_utils.h62 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/
Ddata_saver.cc99 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/
DOccurance.java19 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/
Dtest_helper.py93 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/
Dutils.py40 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/
Damalgamate.py46 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/
Dflatbuffers_annotator_fuzzer.cc12 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/
Dcsv_op.cc56 … 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/
Dcpp_checker.py118 def IsCppFile(file_path): argument
124 def ShouldCheck(self, file_path): argument
Dproto_checker.py112 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/
Dsst2_node.cc119 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/
Dgpu_data_saver.cc163 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/
Dembedding_service_layer.py311 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

123456789