Home
last modified time | relevance | path

Searched +defs:writer +defs:default (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/fmt/
Dmod.rs44 pub(crate) mod writer; module
80 fn default() -> Self { in default() method
256 fn default() -> Self { in default() method
494 let writer = writer::Builder::new() in format_with_header() localVariable
516 let writer = writer::Builder::new() in format_no_header() localVariable
538 let writer = writer::Builder::new() in format_indent_spaces() localVariable
560 let writer = writer::Builder::new() in format_indent_zero_spaces() localVariable
582 let writer = writer::Builder::new() in format_indent_spaces_no_header() localVariable
604 let writer = writer::Builder::new() in format_suffix() localVariable
626 let writer = writer::Builder::new() in format_suffix_with_indent() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dpretty.rs109 writer: Writer<'a>, field
136 fn default() -> Self { in default() method
338 fn format_fields<R: RecordFields>(&self, writer: Writer<'writer>, fields: R) -> fmt::Result { in format_fields() argument
350 let writer = current.as_writer(); in add_fields() localVariable
360 fn default() -> Self { in default() method
508 fn writer(&mut self) -> &mut dyn fmt::Write { in writer() method
Dmod.rs234 fn format_fields<R: RecordFields>(&self, writer: Writer<'writer>, fields: R) -> fmt::Result; in format_fields() argument
307 writer: &'writer mut dyn fmt::Write, field
323 writer: Writer<'a>, field
590 fn default() -> Self { in default() method
1164 fn format_fields<R: RecordFields>(&self, writer: Writer<'writer>, fields: R) -> fmt::Result { in format_fields() argument
1186 writer: Writer<'a>, field
1200 fn default() -> Self { in default() method
1308 fn writer(&mut self) -> &mut dyn fmt::Write { in writer() method
1564 fn writer(&mut self) -> &mut dyn fmt::Write { in writer() function
1709 fn default() -> Self { in default() method
Djson.rs333 fn default() -> Json { in default() method
360 fn default() -> Self { in default() method
386 let mut writer = current.as_writer(); in add_fields() localVariable
426 writer: &'a mut dyn Write, field
451 fn writer(&mut self) -> &mut dyn fmt::Write { in writer() method
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_P_A_L_.py74 def _decompileUInt16Array(self, data, offset, numElements, default=0): argument
83 def _decompileUInt32Array(self, data, offset, numElements, default=0): argument
191 def toXML(self, writer, ttFont): argument
280 def toXML(self, writer, ttFont, index=None): argument
H A D_c_m_a_p.py217 def toXML(self, writer, ttFont): argument
307 def toXML(self, writer, ttFont): argument
322 def getEncoding(self, default=None): argument
344 def _writeCodes(self, codes, writer): argument
1255 def toXML(self, writer, ttFont): argument
1397 def toXML(self, writer, ttFont): argument
1529 def toXML(self, writer, ttFont): argument
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/
Dlib.rs166 mod writer; module
209 fn default() -> QuoteStyle { in default() method
245 fn default() -> Terminator { in default() method
281 fn default() -> Trim { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/csv-core/src/
Dlib.rs111 mod writer; module
152 fn default() -> Terminator { in default() method
186 fn default() -> QuoteStyle { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/fmt/writer/
Dmod.rs26 fn default() -> Self { in default() method
122 fn default() -> Self { in default() method
238 let writer = match mem::take(&mut self.target) { in build() localVariable
249 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/android_logger/src/
Dlib.rs208 fn default() -> AndroidLogger { in default() method
254 let mut writer = PlatformLogWriter::new(config.buf_id, record.level(), tag); in log() localVariable
663 let writer = PlatformLogWriter::new(None, Level::Warn, tag); in platform_log_writer_init_values() localVariable
673 let mut writer = get_tag_writer(); in temporal_flush() localVariable
697 let mut writer = get_tag_writer(); in flush() localVariable
710 let mut writer = get_tag_writer(); in last_newline_index() localVariable
721 let mut writer = get_tag_writer(); in output_specified_len_leaves_buffer_unchanged() localVariable
737 let mut writer = get_tag_writer(); in copy_bytes_to_start() localVariable
753 let mut writer = get_tag_writer(); in copy_bytes_to_start_nop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dandroid_logger.rs208 fn default() -> AndroidLogger { in default() method
254 let mut writer = PlatformLogWriter::new(config.buf_id, record.level(), tag); in log() localVariable
663 let writer = PlatformLogWriter::new(None, Level::Warn, tag); in platform_log_writer_init_values() localVariable
673 let mut writer = get_tag_writer(); in temporal_flush() localVariable
697 let mut writer = get_tag_writer(); in flush() localVariable
710 let mut writer = get_tag_writer(); in last_newline_index() localVariable
721 let mut writer = get_tag_writer(); in output_specified_len_leaves_buffer_unchanged() localVariable
737 let mut writer = get_tag_writer(); in copy_bytes_to_start() localVariable
753 let mut writer = get_tag_writer(); in copy_bytes_to_start_nop() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dbuilders.rs15 fn default() -> Self { in default() method
152 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
203 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in finish_non_exhaustive() localVariable
349 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
423 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in entry_with() localVariable
856 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in key_with() localVariable
924 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in value_with() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dbuilders.rs15 fn default() -> Self { in default() method
152 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
203 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in finish_non_exhaustive() localVariable
349 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
423 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in entry_with() localVariable
856 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in key_with() localVariable
924 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in value_with() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dbuilders.rs15 fn default() -> Self { in default() method
152 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
203 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in finish_non_exhaustive() localVariable
349 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
423 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in entry_with() localVariable
856 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in key_with() localVariable
924 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in value_with() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dbuilders.rs15 fn default() -> Self { in default() method
152 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
203 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in finish_non_exhaustive() localVariable
349 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
423 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in entry_with() localVariable
856 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in key_with() localVariable
924 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in value_with() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dbuilders.rs15 fn default() -> Self { in default() method
152 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
203 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in finish_non_exhaustive() localVariable
349 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in field_with() localVariable
423 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut state); in entry_with() localVariable
856 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in key_with() localVariable
924 let mut writer = PadAdapter::wrap(self.fmt, &mut slot, &mut self.state); in value_with() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dwrite.rs201 fn default() -> Self { in default() method
375 let writer = self.inner.get_plain(); in start_entry() localVariable
436 let writer = self.inner.get_plain(); in finish_file() localVariable
631 let writer = self.inner.get_plain(); in end_extra_data() localVariable
831 let writer = self.inner.get_plain(); in finalize() localVariable
1354 let mut writer = ZipWriter::new(io::Cursor::new(Vec::new())); in write_empty_zip() localVariable
1373 let mut writer = ZipWriter::new(io::Cursor::new(Vec::new())); in write_zip_dir() localVariable
1401 let mut writer = ZipWriter::new(io::Cursor::new(Vec::new())); in write_symlink_simple() localVariable
1430 let mut writer = ZipWriter::new(io::Cursor::new(Vec::new())); in write_symlink_wonky_paths() localVariable
1462 let mut writer = ZipWriter::new(io::Cursor::new(Vec::new())); in write_mimetype_zip() localVariable
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
H A DJavaStubWriter.kt38 private val writer: PrintWriter, in <lambda>() constant in com.android.tools.metalava.stub.JavaStubWriter
317 val default = method.defaultValue() in <lambda>() constant
/aosp_15_r20/external/rust/android-crates-io/crates/env_logger/src/
Dlogger.rs42 writer: writer::Builder, field
531 writer: Writer, field
793 fn default() -> Self { in default() method
804 default: Option<Cow<'a, str>>, field
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/
H A DttFont.py279 writer, argument
347 def _tableToXML(self, writer, tag, quiet=None, splitGlyphs=False): argument
498 def get(self, tag, default=None): argument
694 def _writeTable(self, tag, writer, done, tableCache=None): argument
852 def toXML(self, writer, ttFont): argument
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DSignatureWriter.kt43 private val writer: PrintWriter, in <lambda>() constant in com.android.tools.metalava.SignatureWriter
158 val default = method.defaultValue() in <lambda>() constant
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-model/31.7.0-alpha07/
HDlint-model-31.7.0-alpha07.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-model.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dnamed_pipes.rs477 fn default() -> Self; in default() method
480 fn default() -> Self { in default() method
485 fn default() -> Self { in default() method
1081 writer: Arc<Mutex<PipeConnection>>, field
1179 let mut writer = self.writer.lock(); in write_overlapped_blocking_message() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/
Dethernet2_header.rs132 fn default() { in default() function
259 let mut writer = Cursor::new(&mut buffer[..len]); localVariable

12345678910>>...24