/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/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/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/gn/src/gn/ |
D | file_writer.cc | 24 bool FileWriter::Create(const base::FilePath& file_path) { in Create() 77 bool FileWriter::Create(const base::FilePath& file_path) { in Create()
|
D | file_writer_unittest.cc | 19 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
|
D | string_output_buffer.cc | 84 bool StringOutputBuffer::WriteToFile(const base::FilePath& file_path, in WriteToFile() 119 bool StringOutputBuffer::WriteToFileIfChanged(const base::FilePath& file_path, in WriteToFileIfChanged()
|
D | function_read_file.cc | 60 base::FilePath file_path = in RunReadFile() local
|
D | string_output_buffer_unittest.cc | 91 base::FilePath file_path = temp_dir.GetPath().AppendASCII("foo.txt"); in TEST() local 122 base::FilePath file_path = in TEST() local
|
D | function_write_file.cc | 99 base::FilePath file_path = in RunWriteFile() local
|
D | qt_creator_writer.cc | 113 const std::string& file_path = in AddToSources() local 273 const base::FilePath file_path = project_prefix_.AddExtension(suffix); in GenerateFile() local
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
D | test_helper.py | 92 def get_disable_list(file_path): argument 104 def is_disabled_case(file_path, disable_list): 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/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/skia/third_party/externals/zlib/google/ |
D | zip.cc | 25 bool IsHiddenFile(const base::FilePath& file_path) { in IsHiddenFile() 29 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { in ExcludeNoFilesFilter() 33 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { in ExcludeHiddenFilesFilter()
|
D | zip_reader.h | 84 const base::FilePath& file_path() const { return file_path_; } in file_path() function
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | annotation_test_util.h | 52 std::string file_path; member
|
/third_party/skia/modules/skparagraph/utils/ |
D | TestFontCollection.cpp | 40 SkString file_path; in addFontFromFile() local
|
/third_party/musl/Benchmark/scripts/ |
D | compare_benchmark_result.py | 53 def read_file(self, file_path, is_before): argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils.cc | 84 const char* TestUtils::Extension(const char* file_path) { in Extension()
|
/third_party/node/deps/v8/src/torque/ |
D | kythe-data.h | 18 std::string file_path; member
|
/third_party/ltp/testcases/kernel/syscalls/faccessat/ |
D | faccessat01.c | 35 static char *file_path; variable
|
/third_party/gn/src/base/files/ |
D | file_util_win.cc | 194 char16_t file_path[MAX_PATH]; in MakeAbsoluteFilePath() local 482 bool IsLink(const FilePath& file_path) { in IsLink() 486 bool GetFileInfo(const FilePath& file_path, File::Info* results) { in GetFileInfo()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | file_input_stream.cc | 155 bool FileInputStream::Open(const char* file_path) { in Open()
|
/third_party/musl/tools/api_cmp_tool/ |
D | compare.py | 92 def get_info_from_file(file_path): argument
|