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/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/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlfilesink.c181 const gchar *file_content = "line 1\r\n"; in GST_START_TEST() local
346 const gchar *file_content = "line 1\r\n"; in GST_START_TEST() local
398 const gchar *file_content = "line 1\r\n"; in GST_START_TEST() local
/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/ltp/testcases/kernel/syscalls/mmap/
Dmmap05.c70 char file_content; in main() local
/third_party/node/deps/v8/src/torque/
Dtorque-compiler.h59 std::string file_content; member
/third_party/skia/third_party/externals/tint/src/
Dsource.h206 const FileContent* file_content = nullptr; variable
/third_party/python/Lib/test/
Dtest_pdb.py1396 def _assert_find_function(self, file_content, func_name, expected): argument
/third_party/skia/third_party/externals/zlib/google/
Dzip_unittest.cc548 std::string file_content; in TEST_F() local
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_unittest.cc1134 std::string file_content; in TEST_F() local
/third_party/node/deps/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()