/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | generate_datasets.cc | 91 void WriteFile(const std::string& name, const std::string& message_name, in WriteFile() function 109 WriteFile("google_message1_proto3", "benchmarks.proto3.GoogleMessage1", in main() 111 WriteFile("google_message1_proto2", "benchmarks.proto2.GoogleMessage1", in main() 115 WriteFile("google_message2", "benchmarks.proto2.GoogleMessage2", in main()
|
/frameworks/base/tools/aapt2/test/ |
D | Fixture.cpp | 83 bool TestDirectoryFixture::WriteFile(const std::string& path, const std::string& contents) { in WriteFile() function in aapt::TestDirectoryFixture 99 CHECK(WriteFile(path, contents)); in CompileFile() 131 CHECK(WriteFile(manifest_file, android::base::StringPrintf(R"(
|
D | Fixture.h | 61 bool WriteFile(const std::string& path, const std::string& contents);
|
/frameworks/base/tools/aapt2/format/ |
D | Archive.h | 50 virtual bool WriteFile(const android::StringPiece& path, uint32_t flags, io::InputStream* in) = 0;
|
D | Archive.cpp | 94 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() function in aapt::__anonc4b4d0140111::DirectoryWriter 179 bool WriteFile(const StringPiece& path, uint32_t flags, io::InputStream* in) override { in WriteFile() function in aapt::__anonc4b4d0140111::ZipFileWriter
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | BackupHelpers.h | 149 status_t WriteFile(const String8& filename, BackupDataReader* in);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | add_person.go | 129 if err := ioutil.WriteFile(fname, out, 0644); err != nil {
|
/frameworks/base/core/jni/ |
D | android_backup_FileBackupHelperBase.cpp | 89 err = restore->WriteFile(String8(filename), reader); in writeFile_native()
|
/frameworks/base/tools/aapt2/io/ |
D | Util.cpp | 36 if (!writer->WriteFile(out_path, compression_flags, in)) { in CopyInputStreamToArchive()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | subprocess.cc | 190 if (!WriteFile(child_stdin_, in Communicate()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Compile_test.cpp | 203 CHECK(ctf->WriteFile(source_file, sTranslatableXmlContent)); in AssertTranslations()
|
/frameworks/base/libs/androidfw/ |
D | BackupHelpers.cpp | 742 RestoreHelperBase::WriteFile(const String8& filename, BackupDataReader* in) in WriteFile() function in android::RestoreHelperBase
|