Home
last modified time | relevance | path

Searched defs:file_contents (Results 1 – 25 of 71) sorted by relevance

123

/external/selinux/libsemanage/src/
Dcompressed_file.h31 struct file_contents { struct
46 * @param contents pointer to struct file_contents, which will be argument
/external/tink/cc/util/
Dfile_random_access_stream_test.cc84 absl::string_view file_contents) { in ReadAndVerifyChunk()
106 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST() local
129 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST() local
153 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST() local
180 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST() local
203 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST() local
225 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST() local
Dfile_input_stream_test.cc81 std::string file_contents = subtle::Random::GetRandomBytes(stream_size); in TEST_P() local
107 std::string file_contents = in TEST_P() local
139 std::string file_contents = in TEST() local
156 std::string file_contents = in TEST() local
180 std::string file_contents = in TEST() local
219 std::string file_contents = in TEST() local
270 std::string file_contents = in TEST() local
Distream_input_stream_test.cc50 std::string* file_contents) { in GetTestIstream()
87 std::string file_contents; in TEST_F() local
105 std::string file_contents; in TEST_F() local
125 std::string file_contents; in TEST_F() local
Dfile_output_stream_test.cc95 std::string file_contents = test::ReadTestFile(filename); in TEST_F() local
120 std::string file_contents = test::ReadTestFile(filename); in TEST_F() local
209 std::string file_contents = test::ReadTestFile(filename); in TEST_F() local
/external/perfetto/src/profiling/symbolizer/
Dbreakpad_parser.cc36 std::string file_contents; in GetFileContents() local
68 std::optional<std::string> file_contents = GetFileContents(file_path_); in ParseFile() local
84 bool BreakpadParser::ParseFromString(const std::string& file_contents) { in ParseFromString()
/external/python/pyfakefs/pyfakefs/tests/
Dlogsio.py19 def file_contents(path): function
Dexample.py146 def file_contents(path): function
/external/google-breakpad/src/common/linux/
Dscoped_tmpfile_unittest.cc47 char file_contents[5] = {0}; in TEST() local
/external/pytorch/torch/csrc/distributed/c10d/control_plane/
DPythonHandlers.cpp35 std::string file_contents; in __anon319de4d40202() local
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_event_log_input.cc35 absl::string_view file_contents, in CreateFromString()
Drtc_event_log_source.cc61 absl::string_view file_contents, in CreateFromString()
/external/rust/android-crates-io/crates/configparser/tests/
Dtest.rs446 let file_contents = std::fs::read_to_string("pretty_output.ini")?; in pretty_write_result_is_formatted_correctly() localVariable
505 let file_contents = std::fs::read_to_string("pretty_output_async.ini")?; in async_pretty_print_result_is_formatted_correctly() localVariable
/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.cc149 string RemoveDoc(const OpDef& op, const string& file_contents, in RemoveDoc()
197 string file_contents; in RemoveDocs() local
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Dfrontend_action_test_util.cc45 const absl::flat_hash_map<std::string, std::string>& file_contents, in RunClangTool()
/external/cronet/stable/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc91 const std::string file_contents("incorrectly serialized data"); in TEST() local
118 const std::string file_contents("incorrectly serialized data"); in TEST() local
Dsimple_version_upgrade.cc43 disk_cache::FakeIndexData file_contents; in WriteFakeIndexFile() local
/external/cronet/tot/net/disk_cache/simple/
Dsimple_version_upgrade_unittest.cc91 const std::string file_contents("incorrectly serialized data"); in TEST() local
118 const std::string file_contents("incorrectly serialized data"); in TEST() local
Dsimple_version_upgrade.cc43 disk_cache::FakeIndexData file_contents; in WriteFakeIndexFile() local
/external/skia/tools/copyright/
Dfileparser.py76 def FindAllCommentBlocks(self, file_contents): argument
/external/cronet/stable/base/test/
Dtest_proto_loader.cc57 std::string file_contents; in TestProtoSetLoader() local
/external/cronet/tot/base/test/
Dtest_proto_loader.cc57 std::string file_contents; in TestProtoSetLoader() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc65 char *file_contents; in ParseFromFile() local
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc194 const std::string& file_contents) { in ParseBinderMinor()
/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Ded25519.rs90 let file_contents = in run_rfc_test_vectors() localVariable

123