Searched defs:file_content (Results 1 – 12 of 12) sorted by relevance
/external/skqp/tools/ |
D | sanitize_source_files.py | 110 def CopywriteChecker(file_content, unused_file_path): argument 117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument 126 def SvnEOLChecker(file_content, file_path): argument
|
/external/skia/tools/ |
D | sanitize_source_files.py | 110 def CopywriteChecker(file_content, unused_file_path): argument 117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument 126 def SvnEOLChecker(file_content, file_path): argument
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | fixup_fuzz_result.py | 22 file_content = file.read() variable
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | fixup_fuzz_result.py | 22 file_content = file.read() variable
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.i | 59 string file_content; in ReadFileToString() local 68 void WriteStringToFile(const string& filename, const string& file_content, in WriteStringToFile() 215 void AppendToFile(const string& file_content, tensorflow::WritableFile* file, in AppendToFile()
|
D | file_io.py | 106 def write(self, file_content): argument 340 def write_string_to_file(filename, file_content): argument
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap05.c | 70 char file_content; in main() local
|
/external/v8/src/torque/ |
D | torque.cc | 47 std::string file_content = {std::istreambuf_iterator<char>(file_stream), in WrappedMain() local
|
/external/libbrillo/brillo/http/ |
D | http_form_data_unittest.cc | 44 std::string file_content{"text line1\ntext line2\n"}; in TEST() local
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | metadata_test.cc | 181 bool AnnotationMatchesSubstring(const string& file_content, in AnnotationMatchesSubstring()
|
/external/python/cpython3/Lib/test/ |
D | test_pdb.py | 1184 def _assert_find_function(self, file_content, func_name, expected): argument
|
/external/google-fruit/tests/ |
D | fruit_test_common.py | 203 def _create_temporary_file(file_content, file_name_suffix=''): argument
|