/aosp12/system/tools/aidl/ |
H A D | ast_java.cpp | 85 void Field::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Field 127 void FieldVariable::Write(CodeWriter* to) const { in Write() function in android::aidl::java::FieldVariable 173 void Assignment::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Assignment 199 void MethodCall::Write(CodeWriter* to) const { in Write() function in android::aidl::java::MethodCall 216 void Comparison::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Comparison 247 void Cast::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Cast 267 void IfStatement::Write(CodeWriter* to) const { in Write() function in android::aidl::java::IfStatement 300 void Case::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Case 332 void Method::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Method 382 void Class::Write(CodeWriter* to) const { in Write() function in android::aidl::java::Class [all …]
|
H A D | ast_cpp.cpp | 42 void LiteralDecl::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::LiteralDecl 62 void ClassDecl::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::ClassDecl 108 void Enum::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::Enum 154 void ArgList::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::ArgList 199 void MacroDecl::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::MacroDecl 222 void MethodDecl::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::MethodDecl 327 void MethodImpl::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::MethodImpl 375 void Assignment::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::Assignment 419 void Statement::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::Statement 472 void Document::Write(CodeWriter* to) const { in Write() function in android::aidl::cpp::Document [all …]
|
/aosp12/frameworks/compile/libbcc/bcinfo/Wrap/ |
H A D | file_wrapper_output.cpp | 34 bool FileWrapperOutput::Write(uint8_t byte) { in Write() function in FileWrapperOutput 38 bool FileWrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { in Write() function in FileWrapperOutput
|
H A D | wrapper_output.cpp | 19 bool WrapperOutput::Write(const uint8_t* buffer, size_t buffer_size) { in Write() function in WrapperOutput
|
/aosp12/build/soong/ui/status/ |
H A D | log.go | 82 func (v *verboseLog) Write(p []byte) (int, error) { func 147 func (e *errorLog) Write(p []byte) (int, error) { func 198 func (e *errorProtoLog) Write(p []byte) (int, error) { func 235 func (b *buildProgressLog) Write(p []byte) (int, error) { func
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | extent_writer.cc | 32 bool DirectExtentWriter::Write(const void* bytes, size_t count) { in Write() function in chromeos_update_engine::DirectExtentWriter
|
H A D | fake_extent_writer.h | 41 bool Write(const void* bytes, size_t count) override { in Write() function
|
H A D | file_writer.h | 50 virtual bool Write(const void* bytes, size_t count, ErrorCode* error) { in Write() function
|
H A D | file_writer.cc | 31 bool DirectFileWriter::Write(const void* bytes, size_t count) { in Write() function in chromeos_update_engine::DirectFileWriter
|
H A D | bzip_extent_writer.cc | 44 bool BzipExtentWriter::Write(const void* bytes, size_t count) { in Write() function in chromeos_update_engine::BzipExtentWriter
|
H A D | cached_file_descriptor.cc | 51 ssize_t CachedFileDescriptor::Write(const void* buf, size_t count) { in Write() function in chromeos_update_engine::CachedFileDescriptor
|
H A D | snapshot_extent_writer.cc | 103 bool SnapshotExtentWriter::Write(const void* bytes, size_t count) { in Write() function in chromeos_update_engine::SnapshotExtentWriter
|
H A D | xz_extent_writer.cc | 67 bool XzExtentWriter::Write(const void* bytes, size_t count) { in Write() function in chromeos_update_engine::XzExtentWriter
|
/aosp12/packages/modules/adb/ |
H A D | shell_service_protocol.cpp | 56 bool ShellProtocol::Write(Id id, size_t length) { in Write() function in ShellProtocol
|
/aosp12/frameworks/base/errorprone/java/android/annotation/ |
H A D | RequiresPermission.java | 133 @interface Write { annotation
|
/aosp12/frameworks/libs/modules-utils/java/android/annotation/ |
H A D | RequiresPermission.java | 134 @interface Write { annotation
|
/aosp12/system/update_engine/ |
H A D | fake_file_writer.h | 44 virtual ssize_t Write(const void* bytes, size_t count) { in Write() function
|
/aosp12/system/bt/gd/storage/ |
H A D | legacy_config_file.cc | 73 bool LegacyConfigFile::Write(const ConfigCache& cache) { in Write() function in bluetooth::storage::LegacyConfigFile
|
/aosp12/system/tools/sysprop/ |
H A D | CodeWriter.cpp | 33 void CodeWriter::Write(const char* format, ...) { in Write() function in CodeWriter
|
/aosp12/build/soong/third_party/zip/ |
H A D | zip_test.go | 134 func (r *rleBuffer) Write(p []byte) (n int, err error) { func 227 func (fakeHash32) Write(p []byte) (int, error) { return len(p), nil } func
|
H A D | android.go | 184 func (w *compressedFileWriter) Write(p []byte) (int, error) { func
|
H A D | writer.go | 355 func (w *fileWriter) Write(p []byte) (int, error) { func 423 func (w *countWriter) Write(p []byte) (int, error) { func
|
/aosp12/frameworks/base/tools/aapt2/format/ |
H A D | Archive.cpp | 73 bool Write(const void* data, int len) override { in Write() function in aapt::__anon7b3c87f70110::DirectoryWriter 167 bool Write(const void* data, int len) override { in Write() function in aapt::__anon7b3c87f70110::ZipFileWriter
|
/aosp12/build/soong/cmd/run_with_timeout/ |
H A D | run_with_timeout.go | 73 func (c *concurrentWriter) Write(data []byte) (n int, err error) { func
|
/aosp12/build/soong/ui/terminal/ |
H A D | simple_status.go | 68 func (s *simpleStatusOutput) Write(p []byte) (int, error) { func
|