Home
last modified time | relevance | path

Searched defs:file_content (Results 1 – 13 of 13) 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/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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dfixup_fuzz_result.py22 file_content = file.read() variable
/third_party/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.h53 std::string file_content; member
Dannotation_test_util.cc136 const std::string& file_content, in AtLeastOneAnnotationMatchesSubstring()
156 bool AnnotationMatchesSubstring(const std::string& file_content, in AnnotationMatchesSubstring()
Dmock_code_generator.cc148 const std::string& file_content, in CheckSingleAnnotation()
163 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/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/libinput/test/
Dtest-quirks.c50 make_data_dir(const char *file_content) in make_data_dir()