Home
last modified time | relevance | path

Searched defs:write (Results 751 – 775 of 6626) sorted by relevance

1...<<31323334353637383940>>...266

/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DRandomAccessFile.java545 public void write(int b) throws IOException { in write() method in RandomAccessFile
576 public void write(byte b[]) throws IOException { in write() method in RandomAccessFile
589 public void write(byte b[], int off, int len) throws IOException { in write() method in RandomAccessFile
/aosp_15_r20/external/mesa3d/src/freedreno/rnn/
H A Drnndec.c348 …ndeccontext *ctx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uin… in trymatch()
450 int rnndec_checkaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write)… in rnndec_checkaddr()
459 …*rnndec_decodeaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write) { in rnndec_decodeaddr()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dis_write_buffered.cpp52 size_t write(const Const_Buffers&) in write() function in test_stream
58 size_t write(const Const_Buffers&, boost::system::error_code& ec) in write() function in test_stream
Dis_read_buffered.cpp52 size_t write(const Const_Buffers&) in write() function in test_stream
58 size_t write(const Const_Buffers&, boost::system::error_code& ec) in write() function in test_stream
/aosp_15_r20/out/soong/.intermediates/packages/modules/Scheduling/service/statslog-scheduling-java-gen/gen/com/android/server/scheduling/
DSchedulingStatsLog.java63 public static void write(int code, int arg1, java.lang.String arg2, int arg3) { in write() method in SchedulingStatsLog
77 …public static void write(int code, long arg1, long arg2, int arg3, int arg4, int arg5, long arg6) { in write() method in SchedulingStatsLog
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/hedge/
Drotating_histogram.rs14 write: Histogram<u64>, field
36 pub fn write(&mut self) -> &mut Histogram<u64> { in write() method
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/
H A DSimpleOutputStream.java43 public void write(int b) throws IOException { in write() method in SimpleOutputStream
48 public void write(byte[] buf, int off, int len) throws IOException { in write() method in SimpleOutputStream
/aosp_15_r20/external/rust/android-crates-io/crates/siphasher/src/
Dsip.rs359 fn write(&mut self, msg: &[u8]) { in write() method
396 fn write(&mut self, msg: &[u8]) { in write() method
433 fn write(&mut self, msg: &[u8]) { in write() method
490 fn write(&mut self, msg: &[u8]) { in write() method
/aosp_15_r20/packages/apps/Car/SystemUI/daggervis/
Dlibdagger_binding_graph_plugin_lib.jar ... .daggerplugin.dot.DaggerBindingGraphPlugin$Indented element void write (int, java.io.PrintWriter) com ...
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/net/
DDelayedDiskWrite.java86 public void write(final String filePath, final Writer w) { in write() method in DelayedDiskWrite
93 public void write(final String filePath, final Writer w, final boolean open) { in write() method in DelayedDiskWrite
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DBase64OutputStream.java74 public void write(int b) throws IOException { in write() method in Base64OutputStream
102 public void write(byte[] b, int off, int len) throws IOException { in write() method in Base64OutputStream
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/procstats/
H A DStatsEventOutput.java38 public void write( in write() method in StatsEventOutput
72 public void write( in write() method in StatsEventOutput
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/etree/
DElementTree.py693 def write(self, file_or_filename, member in ElementTree
864 def _serialize_xml(write, elem, qnames, namespaces, argument
918 def _serialize_html(write, elem, qnames, namespaces, **kwargs): argument
968 def _serialize_text(write, elem): argument
1116 def write(self, b): member in _ListDataStream
1789 def __init__(self, write, *, argument
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_urlconnection_impl_java/android_common/javac/
Dcronet_aml_components_cronet_android_cronet_urlconnection_impl_java.jar ... chromium.net.urlconnection.CronetHttpURLConnection connection public void write (int) throws java.io.IOException int ...
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java182 public void write(byte[] code, int index) { in write() method in CodeIterator
1325 abstract int write(int srcPos, byte[] code, int destPos, byte[] newcode) throws BadBytecode; in write() method in CodeIterator.Branch
1352 int write(int srcPos, byte[] code, int destPos, byte[] newcode) { in write() method in CodeIterator.LdcW
1395 int write(int src, byte[] code, int dest, byte[] newcode) { in write() method in CodeIterator.Branch16
1471 int write(int src, byte[] code, int dest, byte[] newcode) { in write() method in CodeIterator.Jump32
1520 int write(int src, byte[] code, int dest, byte[] newcode) throws BadBytecode { in write() method in CodeIterator.Switcher
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_urlconnection_impl_java/android_common_apex30/javac/
Dcronet_aml_components_cronet_android_cronet_urlconnection_impl_java.jar ... chromium.net.urlconnection.CronetHttpURLConnection connection public void write (int) throws java.io.IOException int ...
/aosp_15_r20/external/python/cpython3/Lib/xml/etree/
DElementTree.py693 def write(self, file_or_filename, member in ElementTree
864 def _serialize_xml(write, elem, qnames, namespaces, argument
918 def _serialize_html(write, elem, qnames, namespaces, **kwargs): argument
968 def _serialize_text(write, elem): argument
1116 def write(self, b): member in _ListDataStream
1789 def __init__(self, write, *, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/
DElementTree.py693 def write(self, file_or_filename, member in ElementTree
864 def _serialize_xml(write, elem, qnames, namespaces, argument
918 def _serialize_html(write, elem, qnames, namespaces, **kwargs): argument
968 def _serialize_text(write, elem): argument
1116 def write(self, b): member in _ListDataStream
1789 def __init__(self, write, *, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/etree/
DElementTree.py693 def write(self, file_or_filename, member in ElementTree
864 def _serialize_xml(write, elem, qnames, namespaces, argument
918 def _serialize_html(write, elem, qnames, namespaces, **kwargs): argument
968 def _serialize_text(write, elem): argument
1116 def write(self, b): member in _ListDataStream
1789 def __init__(self, write, *, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/etree/
H A DElementTree.py693 def write(self, file_or_filename, member in ElementTree
864 def _serialize_xml(write, elem, qnames, namespaces, argument
918 def _serialize_html(write, elem, qnames, namespaces, **kwargs): argument
968 def _serialize_text(write, elem): argument
1116 def write(self, b): member in _ListDataStream
1789 def __init__(self, write, *, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/etree/
DElementTree.py693 def write(self, file_or_filename, member in ElementTree
864 def _serialize_xml(write, elem, qnames, namespaces, argument
918 def _serialize_html(write, elem, qnames, namespaces, **kwargs): argument
968 def _serialize_text(write, elem): argument
1116 def write(self, b): member in _ListDataStream
1789 def __init__(self, write, *, argument
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
H A DDrawOval.java78 protected void write(@NonNull WireBuffer buffer, float v1, float v2, float v3, float v4) { in write() method in DrawOval
83 public void write(@NonNull WireBuffer buffer) { in write() method in DrawOval
/aosp_15_r20/external/cronet/components/cronet/android/java/src/org/chromium/net/urlconnection/
H A DCronetChunkedOutputStream.java51 public void write(int oneByte) throws IOException { in write() method in CronetChunkedOutputStream
57 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in CronetChunkedOutputStream
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/hash/
H A Dsip.rs218 fn write(&mut self, msg: &[u8]) { in write() method
236 fn write(&mut self, msg: &[u8]) { in write() method
260 fn write(&mut self, msg: &[u8]) { in write() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/src/
Dio.rs105 pub fn write(&mut self, buf: &[u8]) -> &mut Self { in write() method
170 pub fn write(&mut self, buf: &[u8]) -> &mut Self { in write() method
237 fn write(&mut self, mut src: &[u8]) -> io::Result<usize> { in write() method

1...<<31323334353637383940>>...266