Home
last modified time | relevance | path

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

1234567

/third_party/flutter/skia/tools/
Dsanitize_source_files.py85 def TrailingWhitespaceRemover(line, file_path, line_number): argument
93 def CrlfReplacer(line, file_path, line_number): argument
100 def TabReplacer(line, file_path, line_number): argument
117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
126 def SvnEOLChecker(file_content, file_path): argument
/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/tests/ut/cpp/dataset/
Ddata_helper_test.cc50 std::string file_path = datasets_root_path_ + "/testAlbum/images/1.json"; in TEST_F() local
61 std::string file_path = datasets_root_path_ + "/testAlbum/original"; in TEST_F() local
72 std::string file_path = datasets_root_path_ + "/testAlbum/testout/2.json"; in TEST_F() local
83 std::string file_path = datasets_root_path_ + "/testAlbum/testout/3.json"; in TEST_F() local
94 std::string file_path = datasets_root_path_ + "/testAlbum/testout/4.json"; in TEST_F() local
105 std::string file_path = datasets_root_path_ + "/testAlbum/testout/5.json"; in TEST_F() local
116 std::string file_path = datasets_root_path_ + "/testAlbum/testout/5.json"; in TEST_F() local
126 std::string file_path = datasets_root_path_ + "/testAlbum/1.bin"; in TEST_F() local
137 std::string file_path = datasets_root_path_ + "/testAlbum/2.bin"; in TEST_F() local
Dc_api_dataset_manifest_test.cc29 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
60 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
148 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
182 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
213 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
267 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
298 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
329 std::string file_path = datasets_root_path_ + "/testManifestData/cpp.json"; in TEST_F() local
Dc_api_dataset_flickr_test.cc30 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
63 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
138 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test3.token"; in TEST_F() local
184 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
219 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
257 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
299 std::string file_path = datasets_root_path_ + "/testFlickrData/flickr30k/test1.token"; in TEST_F() local
Dc_api_dataset_tfrecord_test.cc35 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local
91 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local
273 std::string file_path = datasets_root_path_ + "/testTFTestAllTypes/test.data"; in TEST_F() local
334 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local
375 std::string file_path = datasets_root_path_ + "/test_tf_file_3_images2/train-0000-of-0001.data"; in TEST_F() local
457 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/iptables/extensions/
DgenInit.py30 def _make_dir(file_path): argument
38 def _read_file(file_path): argument
45 def _write_file(file_path, content): argument
/third_party/mindspore/mindspore/lite/src/common/
Dfile_utils.cc41 inline int AccessFile(const std::string &file_path, int access_mode) { in AccessFile()
56 inline int Mkdir(const std::string &file_path) { in Mkdir()
130 int CreateOutputDir(std::string *file_path) { in CreateOutputDir()
Dfile_utils.h39 void WriteToTxt(const std::string &file_path, void *data, size_t element_size) { in WriteToTxt()
57 inline int WriteToBin(const std::string &file_path, void *data, const size_t size) { in WriteToBin()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc117 base::FilePath file_path = in BasicStartupComplete() local
133 base::FilePath file_path = in BasicStartupComplete() local
140 base::FilePath file_path = in BasicStartupComplete() local
220 base::FilePath file_path = in BasicStartupComplete() local
229 base::FilePath file_path = in BasicStartupComplete() 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/gn/src/gn/
Dfile_writer_unittest.cc19 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local
35 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local
Dfile_writer.cc24 bool FileWriter::Create(const base::FilePath& file_path) { in Create()
77 bool FileWriter::Create(const base::FilePath& file_path) { in Create()
Dstring_output_buffer.cc84 bool StringOutputBuffer::WriteToFile(const base::FilePath& file_path, in WriteToFile()
119 bool StringOutputBuffer::WriteToFileIfChanged(const base::FilePath& file_path, in WriteToFileIfChanged()
/third_party/json/third_party/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/mindspore/mindspore/ops/bprop_mindir/
Dgenerate_mindir.py68 file_path = os.path.join(bprop_src_dir, line) variable
82 file_path = os.path.join(bprop_mindir_export_dir, line) variable
/third_party/mindspore/mindspore/ccsrc/profiler/device/
Ddata_saver.cc99 std::string file_path = saver_base_dir + "/" + op_side_ + "_op_type_info_" + device_id_ + ".csv"; in WriteOpType() local
129 …std::string file_path = saver_base_dir + "/" + op_side_ + "_op_detail_info_" + device_id_ + ".csv"; in WriteOpDetail() local
158 …std::string file_path = saver_base_dir + "/" + op_side_ + "_op_execute_timestamp_" + device_id_ + … in WriteOpTimestamp() 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/ccsrc/minddata/dataset/engine/datasetops/source/
Dcsv_op.cc56 … std::vector<std::shared_ptr<CsvOp::BaseRecord>> column_default, std::string file_path) in CsvParser()
307 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitCsvParser() local
318 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitCsvParser() local
327 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitCsvParser() local
413 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitCsvParser() local
426 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitCsvParser() local
437 std::vector<std::string> file_path(column_default_.size(), file_path_); in InitCsvParser() local
/third_party/mindspore/mindspore/lite/test/common/
Dcommon_test.h76 …atic int CompareOutput(const float *output_data, size_t output_num, const std::string &file_path) { in CompareOutput()
103 static int CompareRelativeOutput(const float *output_data, const std::string &file_path) { in CompareRelativeOutput()
118 static float RelativeOutputError(const float *output_data, const std::string &file_path) { in RelativeOutputError()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_data_saver.cc162 std::string file_path = file_path_base + std::to_string(device_info.first) + ".csv"; in WriteActivity() local
196 std::string file_path = saver_base_dir + "/step_trace_profiling_" + device_id_ + ".txt"; in WriteStepTraceAsyncLaunchKernel() local
295 std::string file_path = saver_base_dir + "/step_trace_profiling_" + device_id_ + ".txt"; in WriteStepTrace() local
341 std::string file_path = saver_base_dir + "/start_time_" + device_id_ + ".txt"; in WriteStartTime() local
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dtask_debug_info_recorder.cc25 std::string file_path = realpath.value() + ".ir"; in Export() local
/third_party/flatbuffers/tests/fuzzer/
Dflatbuffers_monster_fuzzer.cc44 bool TestFileExists(fs::path file_path) { in TestFileExists()
55 const auto file_path = exe_path_.parent_path() / file_name; in LoadBinarySchema() local

1234567