/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
H A D | InsnFormat.java | 491 protected static void write(AnnotatedOutput out, short c0) { in write() method in InsnFormat 502 protected static void write(AnnotatedOutput out, short c0, short c1) { in write() method in InsnFormat 515 protected static void write(AnnotatedOutput out, short c0, short c1, in write() method in InsnFormat 531 protected static void write(AnnotatedOutput out, short c0, short c1, in write() method in InsnFormat 549 protected static void write(AnnotatedOutput out, short c0, short c1, in write() method in InsnFormat 569 protected static void write(AnnotatedOutput out, short c0, short c1, in write() method in InsnFormat
|
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/samplecode/ |
H A D | SampleCodeWriter.java | 38 public static String write(Statement... statement) { in write() method in SampleCodeWriter 43 public static String write(List<Statement> statements) { in write() method in SampleCodeWriter 54 public static String write(ClassDefinition classDefinition) { in write() method in SampleCodeWriter 61 public static String write(Expr expr) { in write() method in SampleCodeWriter
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/ |
H A D | DexFormattedWriter.java | 429 @Override public void write(int c) throws IOException { in write() method in DexFormattedWriter 433 @Override public void write(char[] cbuf) throws IOException { in write() method in DexFormattedWriter 437 @Override public void write(char[] cbuf, int off, int len) throws IOException { in write() method in DexFormattedWriter 441 @Override public void write(String str) throws IOException { in write() method in DexFormattedWriter 445 @Override public void write(String str, int off, int len) throws IOException { in write() method in DexFormattedWriter
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | EndianStream.h | 27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function 58 template <typename value_type> void write(value_type Val) { in write() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | EndianStream.h | 28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function 59 template <typename value_type> void write(value_type Val) { in write() function
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/statslog-wifi-java-gen/gen/com/android/server/wifi/proto/ |
D | WifiStatsLog.java | 1296 public static void write(int code, int[] uid, java.lang.String[] tag, int arg2) { in write() method in WifiStatsLog 1308 public static void write(int code, int[] uid, java.lang.String[] tag, int arg2, int arg3) { in write() method in WifiStatsLog 1321 …public static void write(int code, int[] uid, java.lang.String[] tag, int arg2, int arg3, boolean … in write() method in WifiStatsLog 1342 …public static void write(int code, int[] uid, java.lang.String[] tag, int arg2, int arg3, int arg4… in write() method in WifiStatsLog 1356 …public static void write(int code, int[] uid, java.lang.String[] tag, int arg2, int arg3, long arg… in write() method in WifiStatsLog 1373 …public static void write(int code, int[] uid, java.lang.String[] tag, int arg2, long arg3, boolean… in write() method in WifiStatsLog 1389 …public static void write(int code, int[] uid, java.lang.String[] tag, int arg2, java.lang.String a… in write() method in WifiStatsLog 1402 public static void write(int code, boolean arg1) { in write() method in WifiStatsLog 1411 public static void write(int code, boolean arg1, boolean arg2, boolean arg3) { in write() method in WifiStatsLog 1422 public static void write(int code, boolean arg1, int arg2, int arg3) { in write() method in WifiStatsLog [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 644 def __dump(self, value, write): argument 662 def dump_nil (self, value, write): argument 668 def dump_int(self, value, write): argument 678 def dump_bool(self, value, write): argument 684 def dump_long(self, value, write): argument 692 def dump_double(self, value, write): argument 698 def dump_string(self, value, write, escape=escape): argument 705 def dump_unicode(self, value, write, escape=escape): argument 711 def dump_array(self, value, write): argument 725 def dump_struct(self, value, write, escape=escape): argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_complex_content/xsdc_simple_complex_content_tinyxml_tests/gen/cpp/ |
D | simple_complex_content.cpp | 81 void write(std::ostream& _out, const Person& person) { in write() function 86 void write(std::ostream& _out, const Person2& person2) { in write() function 170 void Address::write(std::ostream& _out, const std::string& _name) const { in write() function in simple::complex::content::Address 273 void USAddressP::write(std::ostream& _out, const std::string& _name) const { in write() function in simple::complex::content::USAddressP 348 void KRAddress::write(std::ostream& _out, const std::string& _name) const { in write() function in simple::complex::content::KRAddress 421 void SubAddress::write(std::ostream& _out, const std::string& _name) const { in write() function in simple::complex::content::SubAddress 546 void Person::write(std::ostream& _out, const std::string& _name) const { in write() function in simple::complex::content::Person 678 void Person2::write(std::ostream& _out, const std::string& _name) const { in write() function in simple::complex::content::Person2
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_core/src/ |
D | ffi_converter_impls.rs | 103 fn write(obj: bool, buf: &mut Vec<u8>) { in write() method 148 fn write(obj: String, buf: &mut Vec<u8>) { in write() method 189 fn write(obj: SystemTime, buf: &mut Vec<u8>) { in write() method 234 fn write(obj: Duration, buf: &mut Vec<u8>) { in write() method 260 fn write(obj: Option<T>, buf: &mut Vec<u8>) { in write() method 311 fn write(obj: Vec<T>, buf: &mut Vec<u8>) { in write() method 361 fn write(obj: HashMap<K, V>, buf: &mut Vec<u8>) { in write() function
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_busy.c | 56 uint32_t *write) in __gem_busy() 72 bool write) in exec_noop() 95 uint32_t read, write; in still_busy() local 107 uint32_t read, write; in semaphore() local 172 uint32_t read[2], write[2]; in one() local 421 uint32_t read, write; in has_extended_busy_ioctl() local
|
/aosp_15_r20/libcore/support/src/test/java/tests/support/ |
H A D | Support_StringWriter.java | 113 public void write(char[] buf, int offset, int count) { in write() method in Support_StringWriter 135 public void write(int oneChar) { in write() method in Support_StringWriter 150 public void write(String str) { in write() method in Support_StringWriter 172 public void write(String str, int offset, int count) { in write() method in Support_StringWriter
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-codec/src/ |
D | writer.rs | 10 fn write(&mut self, bytes: &[u8]) -> Result<(), Error>; in write() method 15 fn write(&mut self, bytes: &[u8]) -> Result<(), Error> { in write() method 21 fn write(&mut self, bytes: &[u8]) -> Result<(), Error> { in write() method 36 fn write(&mut self, bytes: &[u8]) -> Result<(), Error> { in write() method
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/output/ |
H A D | LockableFileWriter.java | 411 public void write(final char[] cbuf) throws IOException { in write() method in LockableFileWriter 424 public void write(final char[] cbuf, final int off, final int len) throws IOException { in write() method in LockableFileWriter 435 public void write(final int c) throws IOException { in write() method in LockableFileWriter 446 public void write(final String str) throws IOException { in write() method in LockableFileWriter 459 public void write(final String str, final int off, final int len) throws IOException { in write() method in LockableFileWriter
|
/aosp_15_r20/external/guava/guava/src/com/google/common/io/ |
H A D | CharStreams.java | 285 public void write(int c) {} in write() method in CharStreams.NullWriter 288 public void write(char[] cbuf) { in write() method in CharStreams.NullWriter 293 public void write(char[] cbuf, int off, int len) { in write() method in CharStreams.NullWriter 298 public void write(String str) { in write() method in CharStreams.NullWriter 303 public void write(String str, int off, int len) { in write() method in CharStreams.NullWriter
|
H A D | AppendableWriter.java | 56 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in AppendableWriter 68 public void write(int c) throws IOException { in write() method in AppendableWriter 74 public void write(String str) throws IOException { in write() method in AppendableWriter 81 public void write(String str, int off, int len) throws IOException { in write() method in AppendableWriter
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | CharStreams.java | 285 public void write(int c) {} in write() method in CharStreams.NullWriter 288 public void write(char[] cbuf) { in write() method in CharStreams.NullWriter 293 public void write(char[] cbuf, int off, int len) { in write() method in CharStreams.NullWriter 298 public void write(String str) { in write() method in CharStreams.NullWriter 303 public void write(String str, int off, int len) { in write() method in CharStreams.NullWriter
|
H A D | AppendableWriter.java | 56 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in AppendableWriter 68 public void write(int c) throws IOException { in write() method in AppendableWriter 74 public void write(String str) throws IOException { in write() method in AppendableWriter 81 public void write(String str, int off, int len) throws IOException { in write() method in AppendableWriter
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/ |
H A D | DelimitedWriter.java | 77 public void write(final String... fields) throws IOException { in write() method in DelimitedWriter 93 public void write(final String field) throws IOException { in write() method in DelimitedWriter 109 public void write(final int value) throws IOException { in write() method in DelimitedWriter 121 public void write(final int... values) throws IOException { in write() method in DelimitedWriter
|
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 520 def __dump(self, value, write): argument 538 def dump_nil (self, value, write): argument 544 def dump_bool(self, value, write): argument 550 def dump_long(self, value, write): argument 561 def dump_double(self, value, write): argument 567 def dump_unicode(self, value, write, escape=escape): argument 573 def dump_bytes(self, value, write): argument 581 def dump_array(self, value, write): argument 595 def dump_struct(self, value, write, escape=escape): argument 613 def dump_datetime(self, value, write): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/ |
D | client.py | 520 def __dump(self, value, write): argument 538 def dump_nil (self, value, write): argument 544 def dump_bool(self, value, write): argument 550 def dump_long(self, value, write): argument 561 def dump_double(self, value, write): argument 567 def dump_unicode(self, value, write, escape=escape): argument 573 def dump_bytes(self, value, write): argument 581 def dump_array(self, value, write): argument 595 def dump_struct(self, value, write, escape=escape): argument 613 def dump_datetime(self, value, write): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/ |
D | client.py | 520 def __dump(self, value, write): argument 538 def dump_nil (self, value, write): argument 544 def dump_bool(self, value, write): argument 550 def dump_long(self, value, write): argument 561 def dump_double(self, value, write): argument 567 def dump_unicode(self, value, write, escape=escape): argument 573 def dump_bytes(self, value, write): argument 581 def dump_array(self, value, write): argument 595 def dump_struct(self, value, write, escape=escape): argument 613 def dump_datetime(self, value, write): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/ |
D | client.py | 520 def __dump(self, value, write): argument 538 def dump_nil (self, value, write): argument 544 def dump_bool(self, value, write): argument 550 def dump_long(self, value, write): argument 561 def dump_double(self, value, write): argument 567 def dump_unicode(self, value, write, escape=escape): argument 573 def dump_bytes(self, value, write): argument 581 def dump_array(self, value, write): argument 595 def dump_struct(self, value, write, escape=escape): argument 613 def dump_datetime(self, value, write): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/ |
D | client.py | 520 def __dump(self, value, write): argument 538 def dump_nil (self, value, write): argument 544 def dump_bool(self, value, write): argument 550 def dump_long(self, value, write): argument 561 def dump_double(self, value, write): argument 567 def dump_unicode(self, value, write, escape=escape): argument 573 def dump_bytes(self, value, write): argument 581 def dump_array(self, value, write): argument 595 def dump_struct(self, value, write, escape=escape): argument 613 def dump_datetime(self, value, write): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/ |
H A D | client.py | 520 def __dump(self, value, write): argument 538 def dump_nil (self, value, write): argument 544 def dump_bool(self, value, write): argument 550 def dump_long(self, value, write): argument 561 def dump_double(self, value, write): argument 567 def dump_unicode(self, value, write, escape=escape): argument 573 def dump_bytes(self, value, write): argument 581 def dump_array(self, value, write): argument 595 def dump_struct(self, value, write, escape=escape): argument 613 def dump_datetime(self, value, write): argument [all …]
|
/aosp_15_r20/prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
HD | gson-2.8.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |