Home
last modified time | relevance | path

Searched defs:file_content (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/tools/
Dsanitize_source_files.py112 def CopywriteChecker(file_content, unused_file_path): argument
119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
128 def SvnEOLChecker(file_content, file_path): argument
/third_party/skia/m133/tools/
Dsanitize_source_files.py112 def CopywriteChecker(file_content, unused_file_path): argument
119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
128 def SvnEOLChecker(file_content, file_path): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dfixup_fuzz_result.py22 file_content = file.read() variable
/third_party/skia/third_party/externals/spirv-tools/utils/
Dfixup_fuzz_result.py22 file_content = file.read() variable
/third_party/spirv-tools/utils/
Dfixup_fuzz_result.py22 file_content = file.read() variable
/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.cc115 const std::string& file_content, in AtLeastOneAnnotationMatchesSubstring()
136 bool AnnotationMatchesSubstring(const std::string& file_content, in AnnotationMatchesSubstring()
146 absl::string_view file_content, in GetAnnotationSubstring()
Dannotation_test_util.h32 std::string file_content; member
Dmock_code_generator.cc164 absl::string_view file_content, in CheckSingleAnnotation()
179 std::string file_content; in CheckGeneratedAnnotations() local
/third_party/rust/crates/nix/test/sys/
Dtest_uio.rs115 let mut file_content = Vec::new(); in test_pwrite() localVariable
136 let file_content: Vec<u8> = (0..64).collect(); in test_pread() localVariable
/third_party/skia/third_party/externals/tint/src/
Dsource.h206 const FileContent* file_content = nullptr; variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/tests/
Dsourcegen_lints.rs195 let file_content = std::fs::read_to_string(path).unwrap(); in generate_descriptor_clippy() localVariable
/third_party/python/Lib/test/
Dtest_pdb.py1751 def _assert_find_function(self, file_content, func_name, expected): argument
Dtest_zipfile.py3644 file_content = [ variable in EncodedMetadataTests
/third_party/skia/third_party/externals/zlib/google/
Dzip_unittest.cc548 std::string file_content; in TEST_F() local
/third_party/rust/rust/src/tools/clippy/lintcheck/src/
Dmain.rs704 let file_content: String = match std::fs::read_to_string(file_path).ok() { in read_stats_from_file() localVariable
/third_party/skia/m133/third_party/externals/zlib/google/
Dzip_unittest.cc1134 std::string file_content; in TEST_F() local
/third_party/libinput/test/
Dtest-quirks.c50 make_data_dir(const char *file_content) in make_data_dir()