/aosp_15_r20/external/crosvm/disk/src/qcow/ |
H A D | qcow_raw_file.rs | 31 pub fn from(file: File, cluster_size: u64) -> Option<Self> { in from() method 77 let mut buffer = BufWriter::with_capacity(size_of_val(table), &self.file); in write_pointer_table() localVariable 106 let mut buffer = BufWriter::with_capacity(size_of_val(table), &self.file); in write_refcount_block() localVariable
|
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/ |
H A D | BufferPool.cpp | 121 uint32_t from, in onInvalidationRequest() 449 std::unique_ptr<InternalBuffer> buffer = in addNewBuffer() local 501 bool needsAck, BufferId from, BufferId to, in invalidate() 530 BufferId from = mStartSeq; in flush() local
|
/aosp_15_r20/frameworks/base/core/java/android/provider/ |
H A D | FontsContract.java | 208 public FontInfo(@NonNull Uri uri, @IntRange(from = 0) int ttcIndex, in FontInfo() 670 final ByteBuffer buffer = uriBuffer.get(fontInfo.getUri()); in buildTypeface() local 741 ByteBuffer buffer = null; in prepareFontData() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/services/Proxy/ProxyHandler/android_common/combined/ |
D | ProxyHandler.jar | ... io.IOException
java.io.InputStream inputStream
StringBuilder buffer
int byteBuffer
private void sendLine (java.net. ... |
/aosp_15_r20/out/target/common/obj/APPS/ProxyHandler_intermediates/ |
D | classes.jar | ... io.IOException
java.io.InputStream inputStream
StringBuilder buffer
int byteBuffer
private void sendLine (java.net. ... |
/aosp_15_r20/external/coreboot/src/device/ |
H A D | device_util.c | 43 struct device *dev_find_device(u16 vendor, u16 device, struct device *from) in dev_find_device() 65 struct device *dev_find_class(unsigned int class, struct device *from) in dev_find_class() 155 static char buffer[DEVICE_PATH_MAX]; in dev_path() local 498 static char buffer[RESOURCE_TYPE_MAX]; in resource_type() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
H A D | TestCreatorsDelegating.java | 93 public static Value592 from(TokenBuffer buffer) { in from() method in TestCreatorsDelegating.Value592 114 public static SuperToken2353 from(String username) { in from() method in TestCreatorsDelegating.SuperToken2353
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/ |
D | lib.rs | 63 fn from(arr: [u8; V0_SALT_LEN]) -> Self { in from() method 89 fn from(value: [u8; V0_IDENTITY_TOKEN_LEN]) -> Self { in from() method 192 let mut buffer = [0_u8; LDT_XTS_AES_MAX_LEN]; in decrypt_and_verify() localVariable
|
/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/src/ |
H A D | lib.rs | 268 fn from(gid: GroupId) -> Self { in from() method 274 fn from(gid_or_dpf: GroupIdOrDataPacketFormat) -> Self { in from() method 280 fn from(dpf: DataPacketFormat) -> Self { in from() method 537 fn from(packet: UciControlPacket) -> Self { in from() method 847 let mut buffer = BytesMut::new(); in write_controlee() localVariable 855 let mut buffer = BytesMut::new(); in write_controlee_2_0_16byte() localVariable 864 let mut buffer = BytesMut::new(); in write_controlee_2_0_32byte() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/ |
D | lib.rs | 444 fn from(err: io::Error) -> Error { in from() method 534 let mut buffer = io::Cursor::new(Vec::new()); in write_read_i16_is_lossless() localVariable 563 let mut buffer = io::Cursor::new(Vec::new()); in write_read_i16_via_sample_writer_is_lossless() localVariable 606 let mut buffer = io::Cursor::new(Vec::new()); in write_read_i8_is_lossless() localVariable 638 let mut buffer = io::Cursor::new(Vec::new()); in write_read_i24_is_lossless() localVariable 671 let mut buffer = io::Cursor::new(Vec::new()); in write_read_f32_is_lossless() localVariable 703 let mut buffer = io::Cursor::new(Vec::new()); in no_32_bps_for_float_sample_format_panics() localVariable 719 let mut buffer = io::Cursor::new(Vec::new()); in flush_should_produce_valid_file() localVariable 761 let mut buffer = io::Cursor::new(Vec::new()); in new_append_should_append() localVariable 819 let mut buffer = Vec::new(); in new_append_does_not_corrupt_files() localVariable
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGlyph.cpp | 37 SkPictureBackedGlyphDrawable::MakeFromBuffer(SkReadBuffer& buffer) { in MakeFromBuffer() 59 void SkPictureBackedGlyphDrawable::FlattenDrawable(SkWriteBuffer& buffer, SkDrawable* drawable) { in FlattenDrawable() 95 std::optional<SkGlyph> SkGlyph::MakeFromBuffer(SkReadBuffer& buffer) { in MakeFromBuffer() 201 size_t SkGlyph::setMetricsAndImage(SkArenaAlloc* alloc, const SkGlyph& from) { in setMetricsAndImage() 359 size_t SkGlyph::addImageFromBuffer(SkReadBuffer& buffer, SkArenaAlloc* alloc) { in addImageFromBuffer() 391 size_t SkGlyph::addPathFromBuffer(SkReadBuffer& buffer, SkArenaAlloc* alloc) { in addPathFromBuffer() 428 size_t SkGlyph::addDrawableFromBuffer(SkReadBuffer& buffer, SkArenaAlloc* alloc) { in addDrawableFromBuffer()
|
H A D | SkMaskBlurFilter.cpp | 268 static void bw_to_a8(uint8_t* a8, const uint8_t* from, int width) { in bw_to_a8() 277 static void lcd_to_a8(uint8_t* a8, const uint8_t* from, int width) { in lcd_to_a8() 288 static void argb32_to_a8(uint8_t* a8, const uint8_t* from, int width) { in argb32_to_a8() 299 static fp88 load(const uint8_t* from, int width, ToA8* toA8) { in load() 324 uint8_t buffer[8]; in store() local 987 auto buffer = alloc.makeArrayDefault<uint32_t>(bufferSize); in blur() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/net/send_recv/ |
D | msg.rs | 167 buffer: &'buf mut [u8], field 177 fn from(buffer: &'buf mut [u8]) -> Self { in from() method 301 let buffer = leap!(self.buffer.get_mut(..new_length)); in push_ancillary() localVariable 342 buffer: &'buf mut [u8], field 352 fn from(buffer: &'buf mut [u8]) -> Self { in from() method
|
/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/ |
H A D | AbstractFileSystemTest.kt | 740 val buffer = Buffer() in <lambda>() constant 766 val buffer = Buffer().writeUtf8("hello, world!") in <lambda>() constant 778 val buffer = Buffer().writeUtf8("μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος") in <lambda>() constant 790 val buffer = Buffer().writeUtf8("hello, world!") in <lambda>() constant 908 val buffer = Buffer().writeUtf8("this is added later!") in <lambda>() constant 931 val buffer = Buffer().writeUtf8("this is all there is!") in <lambda>() constant 944 val buffer = Buffer().writeUtf8("this is all there is!") in <lambda>() constant 966 val buffer = Buffer().writeUtf8("hello,") in <lambda>() constant 1600 val from = base / "from.txt" in <lambda>() constant 1613 val from = base / "from.txt" in <lambda>() constant [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | mod.rs | 759 fn from(t: S) -> Self { in from() method 854 fn from(t: S) -> Self { in from() method 860 fn from(t: &'s mut S) -> Self { in from() method 1424 let buffer = localVariable 1522 let buffer = localVariable 1615 let buffer = localVariable 1711 let buffer = localVariable 1807 let buffer = localVariable
|
D | decoder.rs | 25 fn from(e: Error<crate::easy::Errors<u8, &'a [u8], P>, P>) -> Self { in from() function 56 buffer: C, field 95 pub fn buffer(&self) -> &[u8] { in buffer() method
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | BoringLayout.java | 124 @IntRange(from = 0) int outerWidth, in make() 190 @NonNull TextPaint paint, @IntRange(from = 0) int outerWidth, in replaceOrMake() 201 @NonNull TextPaint paint, @IntRange(from = 0) int outerWidth, in replaceOrMake() 337 @IntRange(from = 0) int outerWidth, @NonNull Alignment align, float spacingMult, in BoringLayout() 510 final char[] buffer = TextUtils.obtain(MAX_BUF_LEN); in hasAnyInterestingChars() local
|
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/net/ |
H A D | RFC1522Codec.java | 76 StringBuffer buffer = new StringBuffer(); in encodeText() local 110 int from = 2; in decodeText() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/ |
D | decoder.rs | 21 buffer: BytesMut, field 578 fn from(_: Utf8Error) -> DecoderError { in from() method 585 fn from(_: header::InvalidHeaderValue) -> DecoderError { in from() method 592 fn from(_: header::InvalidHeaderName) -> DecoderError { in from() method 599 fn from(_: method::InvalidMethod) -> DecoderError { in from() method 606 fn from(_: status::InvalidStatusCode) -> DecoderError { in from() method 613 fn from(src: DecoderError) -> Self { in from() method
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | To.java | 68 public To(From from) { in To() 93 protected StringBuffer encodeBody(StringBuffer buffer) { in encodeBody()
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 229 HardwareBuffer buffer, long fencePtr, Consumer<SyncFence> releaseCallback); in nativeSetBuffer() 1206 public Builder setBufferSize(@IntRange(from = 0) int width, in setBufferSize() 2956 @FloatRange(from = 0f, fromInclusive = false, to = 1f) float minAlpha, in TrustedPresentationThresholds() 2958 @IntRange(from = 1) int stabilityRequirementMs) { in TrustedPresentationThresholds() 3316 @IntRange(from = 0) int w, @IntRange(from = 0) int h) { in setBufferSize() 3378 @IntRange(from = Integer.MIN_VALUE, to = Integer.MAX_VALUE) int z) { in setLayer() 3424 @FloatRange(from = 0.0, to = 1.0) float alpha) { in setAlpha() 4040 @FloatRange(from = 0.0) float frameRate, in setFrameRate() 4081 @FloatRange(from = 0.0) float frameRate, in setFrameRate() 4299 public Transaction setBuffer(SurfaceControl sc, GraphicBuffer buffer) { in setBuffer() [all …]
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/buffer/ |
H A D | AbstractBuffer.java | 19 public final float[] buffer; field in AbstractBuffer 44 public void limitFrom(int from) { in limitFrom()
|
/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/ |
H A D | mutable.cc | 57 const std::string& str_value, MutableFlatbuffer* buffer) { in ParseAndSetField() 403 bool MutableFlatbuffer::MergeFrom(const flatbuffers::Table* from) { in MergeFrom() 482 bool MutableFlatbuffer::MergeFromSerializedFlatbuffer(StringPiece from) { in MergeFromSerializedFlatbuffer() 584 bool RepeatedField::Extend(const flatbuffers::Table* from) { in Extend()
|
/aosp_15_r20/frameworks/base/core/java/android/speech/tts/ |
H A D | SynthesisCallback.java | 75 @IntRange(from = 1, to = 2) int channelCount); in start() 91 int audioAvailable(byte[] buffer, int offset, int length); in audioAvailable()
|
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/ |
H A D | vcpu.rs | 254 let buffer: &mut [u8] = in handle_io() localVariable 761 fn from(item: &segment_desc_t) -> Self { in from() method 783 fn from(item: &Segment) -> Self { in from() method 833 fn from(item: &segment_desc_t) -> Self { in from() method 842 fn from(item: &DescriptorTable) -> Self { in from() method 852 fn from(item: &fx_layout) -> Self { in from() method 875 fn from(item: &Fpu) -> Self { in from() method 904 fn from(item: &hax_cpuid_entry) -> Self { in from() method 920 fn from(item: &CpuIdEntry) -> Self { in from() method
|