Home
last modified time | relevance | path

Searched +defs:buffer +defs:from (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/aosp_15_r20/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontFileUtil.java75 public static final int analyzeStyle(@NonNull ByteBuffer buffer, in analyzeStyle()
76 @IntRange(from = 0) int ttcIndex, @Nullable FontVariationAxis[] varSettings) { in analyzeStyle()
154 public static long getRevision(@NonNull ByteBuffer buffer, @IntRange(from = 0) int index) { in getRevision()
168 public static String getPostScriptName(@NonNull ByteBuffer buffer, in getPostScriptName()
169 @IntRange(from = 0) int index) { in getPostScriptName()
185 public static int isPostScriptType1Font(@NonNull ByteBuffer buffer, in isPostScriptType1Font()
186 @IntRange(from = 0) int index) { in isPostScriptType1Font()
194 public static int isCollectionFont(@NonNull ByteBuffer buffer) { in isCollectionFont()
207 private static int getUInt16(ByteBuffer buffer, int offset) { in getUInt16()
218 public static Set<Integer> getSupportedAxes(@NonNull ByteBuffer buffer, int index) { in getSupportedAxes()
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java340 HardwareBuffer buffer = in testOnEvent() local
391 HardwareBuffer buffer = in testInvalidStreamCallback() local
799 HardwareBuffer buffer = in testStartActivity() local
895 HardwareBuffer buffer = in testStartAndStopActivity() local
965 HardwareBuffer buffer = in testRequestToStartVideoTwice() local
995 HardwareBuffer buffer = in testStartAndStopVideoStreamWithoutSessionToken() local
1026 HardwareBuffer buffer = in testStartAndStopVideoStreamWithSessionToken() local
1199 HardwareBuffer buffer = in testPriorityStreamClient() local
1243 HardwareBuffer buffer = in testTwoConcurrentStreamClients() local
1318 HardwareBuffer buffer = in testTwoConcurrentStreamsWithMultipleServiceConfigurations() local
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DImageReader.java178 @IntRange(from = 1) int width, in newInstance()
289 @IntRange(from = 1) int width, in newInstance()
308 @IntRange(from = 1) int width, in newInstance()
980 public Builder(@IntRange(from = 1) int width, @IntRange(from = 1) int height) { in Builder()
1358 private SurfacePlane(int rowStride, int pixelStride, ByteBuffer buffer) { in SurfacePlane()
1465 private ImagePlane(int rowStride, int pixelStride, ByteBuffer buffer) { in ImagePlane()
1502 GraphicBuffer buffer, int fenceFd, int format, long timestamp, int transform, in initializeImagePlanes()
1510 GraphicBuffer buffer, int fenceFd, int format, int cropLeft, int cropTop, in nativeCreateImagePlanes()
1516 public static void unlockGraphicBuffer(GraphicBuffer buffer) { in unlockGraphicBuffer()
1520 private synchronized static native void nativeUnlockGraphicBuffer(GraphicBuffer buffer); in nativeUnlockGraphicBuffer()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/stream/
DStreams.java58 private int from; field in Streams.RangeIntSpliterator
65 RangeIntSpliterator(int from, int upTo, boolean closed) { in RangeIntSpliterator()
69 private RangeIntSpliterator(int from, int upTo, int last) { in RangeIntSpliterator()
182 private long from; field in Streams.RangeLongSpliterator
189 RangeLongSpliterator(long from, long upTo, boolean closed) { in RangeLongSpliterator()
193 private RangeLongSpliterator(long from, long upTo, int last) { in RangeLongSpliterator()
330 SpinedBuffer<T> buffer; field in Streams.StreamBuilderImpl
426 SpinedBuffer.OfInt buffer; field in Streams.IntStreamBuilderImpl
517 SpinedBuffer.OfLong buffer; field in Streams.LongStreamBuilderImpl
608 SpinedBuffer.OfDouble buffer; field in Streams.DoubleStreamBuilderImpl
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/stream/
H A DStreams.java58 private int from; field in Streams.RangeIntSpliterator
65 RangeIntSpliterator(int from, int upTo, boolean closed) { in RangeIntSpliterator()
69 private RangeIntSpliterator(int from, int upTo, int last) { in RangeIntSpliterator()
182 private long from; field in Streams.RangeLongSpliterator
189 RangeLongSpliterator(long from, long upTo, boolean closed) { in RangeLongSpliterator()
193 private RangeLongSpliterator(long from, long upTo, int last) { in RangeLongSpliterator()
330 SpinedBuffer<T> buffer; field in Streams.StreamBuilderImpl
426 SpinedBuffer.OfInt buffer; field in Streams.IntStreamBuilderImpl
517 SpinedBuffer.OfLong buffer; field in Streams.LongStreamBuilderImpl
608 SpinedBuffer.OfDouble buffer; field in Streams.DoubleStreamBuilderImpl
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/stream/
DStreams.java58 private int from; field in Streams.RangeIntSpliterator
65 RangeIntSpliterator(int from, int upTo, boolean closed) { in RangeIntSpliterator()
69 private RangeIntSpliterator(int from, int upTo, int last) { in RangeIntSpliterator()
182 private long from; field in Streams.RangeLongSpliterator
189 RangeLongSpliterator(long from, long upTo, boolean closed) { in RangeLongSpliterator()
193 private RangeLongSpliterator(long from, long upTo, int last) { in RangeLongSpliterator()
330 SpinedBuffer<T> buffer; field in Streams.StreamBuilderImpl
426 SpinedBuffer.OfInt buffer; field in Streams.IntStreamBuilderImpl
517 SpinedBuffer.OfLong buffer; field in Streams.LongStreamBuilderImpl
608 SpinedBuffer.OfDouble buffer; field in Streams.DoubleStreamBuilderImpl
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dview.rs97 let buffer = subbuffer.buffer(); in new_inner() localVariable
254 pub fn buffer(&self) -> &Subbuffer<[u8]> { in buffer() method
409 fn from(err: OomError) -> Self { in from() method
415 fn from(err: VulkanError) -> Self { in from() method
421 fn from(err: RequirementNotMet) -> Self { in from() method
444 let buffer = Buffer::new_slice::<[u8; 4]>( in create_uniform() localVariable
473 let buffer = Buffer::new_slice::<[u8; 4]>( in create_storage() localVariable
499 let buffer = Buffer::new_slice::<u32>( in create_storage_atomic() localVariable
525 let buffer = Buffer::new_slice::<[u8; 4]>( in wrong_usage() localVariable
553 let buffer = Buffer::new_slice::<[f64; 4]>( in unsupported_format() localVariable
Dmod.rs284 let buffer = Buffer::new_sized(allocator, buffer_info, allocation_info)?; in from_data() localVariable
316 let buffer = Buffer::new_slice( in from_iter() localVariable
344 let buffer = Subbuffer::new(Buffer::new( in new_sized() localVariable
395 let buffer = Subbuffer::new(Buffer::new( in new_unsized() localVariable
1006 fn from(err: VulkanError) -> Self { in from() method
1012 fn from(err: AllocationCreationError) -> Self { in from() method
1018 fn from(err: RequirementNotMet) -> Self { in from() method
1027 fn from(err: ReadLockError) -> Self { in from() method
1036 fn from(err: WriteLockError) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/
Dcolor.rs47 let buffer = match self { in write_fg_to() localVariable
68 let buffer = match self { in write_bg_to() localVariable
88 let buffer = match self { in write_underline_to() localVariable
99 fn from(inner: AnsiColor) -> Self { in from() method
106 fn from(inner: Ansi256Color) -> Self { in from() method
113 fn from(inner: RgbColor) -> Self { in from() method
120 fn from(inner: u8) -> Self { in from() method
127 fn from(inner: (u8, u8, u8)) -> Self { in from() method
461 fn from(inner: u8) -> Self { in from() method
468 fn from(inner: AnsiColor) -> Self { in from() method
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/
H A Dcolor.rs37 let buffer = match self { in write_fg_to() localVariable
58 let buffer = match self { in write_bg_to() localVariable
78 let buffer = match self { in write_underline_to() localVariable
89 fn from(inner: AnsiColor) -> Self { in from() method
96 fn from(inner: Ansi256Color) -> Self { in from() method
103 fn from(inner: RgbColor) -> Self { in from() method
110 fn from(inner: u8) -> Self { in from() method
117 fn from(inner: (u8, u8, u8)) -> Self { in from() method
446 fn from(inner: u8) -> Self { in from() method
453 fn from(inner: AnsiColor) -> Self { in from() method
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/
H A DLoopOperation.java73 public LoopOperation(int indexId, float from, float step, float until) { in LoopOperation()
86 public void write(@NonNull WireBuffer buffer) { in write()
142 public static void apply( in apply()
143 @NonNull WireBuffer buffer, int indexId, float from, float step, float until) { in apply()
157 public static void read(@NonNull WireBuffer buffer, @NonNull List<Operation> operations) { in read()
159 float from = buffer.readFloat(); in read() local
/aosp_15_r20/frameworks/base/core/java/android/database/
H A DCursorWindow.java88 CharArrayBuffer buffer); in nativeCopyStringToBuffer()
359 public boolean isNull(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isNull()
374 public boolean isBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isBlob()
389 public boolean isLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isLong()
403 public boolean isFloat(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isFloat()
418 public boolean isString(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isString()
430 public @Cursor.FieldType int getType(@IntRange(from = 0) int row, in getType()
461 public byte[] getBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getBlob()
496 public String getString(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getString()
535 public void copyStringToBuffer(@IntRange(from = 0) int row, @IntRange(from = 0) int column, in copyStringToBuffer()
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcord_buffer_test.cc41 static cord_internal::CordRep* ConsumeValue(CordBuffer& buffer, in ConsumeValue()
78 CordBuffer buffer; in TEST() local
88 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(3); in TEST() local
106 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
117 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
126 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
146 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
163 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(k2GiB); in TEST() local
175 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
190 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcord_buffer_test.cc43 static cord_internal::CordRep* ConsumeValue(CordBuffer& buffer, in ConsumeValue()
80 CordBuffer buffer; in TEST() local
90 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(3); in TEST() local
108 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
119 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
128 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
148 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
165 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(k2GiB); in TEST() local
177 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
192 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcord_buffer_test.cc41 static cord_internal::CordRep* ConsumeValue(CordBuffer& buffer, in ConsumeValue()
78 CordBuffer buffer; in TEST() local
88 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(3); in TEST() local
106 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
117 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
126 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
146 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
163 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(k2GiB); in TEST() local
175 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
190 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcord_buffer_test.cc41 static cord_internal::CordRep* ConsumeValue(CordBuffer& buffer, in ConsumeValue()
78 CordBuffer buffer; in TEST() local
88 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(3); in TEST() local
106 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
117 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
126 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
146 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
163 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(k2GiB); in TEST() local
175 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
190 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcord_buffer_test.cc43 static cord_internal::CordRep* ConsumeValue(CordBuffer& buffer, in ConsumeValue()
80 CordBuffer buffer; in TEST() local
90 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(3); in TEST() local
108 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
119 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
128 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
148 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
165 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(k2GiB); in TEST() local
177 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
192 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
[all …]
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcord_buffer_test.cc43 static cord_internal::CordRep* ConsumeValue(CordBuffer& buffer, in ConsumeValue()
80 CordBuffer buffer; in TEST() local
90 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(3); in TEST() local
108 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
119 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
128 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
148 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
165 CordBuffer buffer = CordBuffer::CreateWithDefaultLimit(k2GiB); in TEST() local
177 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
192 CordBuffer from = CordBuffer::CreateWithDefaultLimit(requested); in TEST_P() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/bit/bit.cast/
H A Dbit_cast.pass.cpp29 void test_roundtrip_through_buffer(T from) { in test_roundtrip_through_buffer()
30 struct Buffer { char buffer[sizeof(T)]; }; in test_roundtrip_through_buffer() member
45 void test_roundtrip_through_nested_T(T from) { in test_roundtrip_through_nested_T()
63 void test_roundtrip_through(T from) { in test_roundtrip_through()
270 struct Nested { char buffer[sizeof(int)]; }; in basic_constexpr_test() member
271 int from = 3; in basic_constexpr_test() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.cpp438 status_t Camera3StreamSplitter::notifyBufferReleased(const sp<GraphicBuffer>& buffer) { in notifyBufferReleased()
619 void Camera3StreamSplitter::onBufferReleasedByOutput(const sp<Surface>& from) { in onBufferReleasedByOutput()
626 sp<GraphicBuffer> buffer; in onBufferReleasedByOutput() local
652 void Camera3StreamSplitter::onBufferReplacedLocked(const sp<Surface>& from, size_t surfaceId) { in onBufferReplacedLocked()
659 sp<GraphicBuffer> buffer; in onBufferReplacedLocked() local
671 const sp<Surface>& from, size_t surfaceId, const sp<GraphicBuffer>& buffer) { in returnOutputBufferLocked()
702 const sp<GraphicBuffer>& buffer) { in handleOutputDequeueStatusLocked()
752 const sp<GraphicBuffer>& buffer, const std::vector<size_t>& requestedSurfaces) in BufferTracker()
/aosp_15_r20/system/core/libutils/binder/
H A DVectorImpl.cpp309 void* buffer = editArrayImpl(); in editItemLocation() local
324 const void* buffer = arrayImpl(); in itemLocation() local
428 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + where*mItemSize; in _grow() local
441 const void* from = reinterpret_cast<const uint8_t *>(array) + where*mItemSize; in _grow() local
496 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + (where+amount)*mItemSize; in _shrink() local
511 const void* from = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _shrink() local
536 void VectorImpl::_do_copy(void* dest, const void* from, size_t num) const in _do_copy() argument
549 void VectorImpl::_do_move_forward(void* dest, const void* from, size_t num) const { in _do_move_forward() argument
553 void VectorImpl::_do_move_backward(void* dest, const void* from, size_t num) const { in _do_move_backward() argument
636 const void* buffer = vector.arrayImpl(); in merge() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dlax_ip_slice.rs429 fn from(value: LaxIpv4Slice<'a>) -> Self { in from() method
435 fn from(value: LaxIpv6Slice<'a>) -> Self { in from() method
455 let buffer = header.to_bytes(); in debug_clone_eq() localVariable
473 let buffer = header.to_bytes(); in debug_clone_eq() localVariable
757 let mut buffer = Vec::with_capacity(ipv4.header_len() + payload.len()); localVariable
784 let mut buffer = buffer.clone(); localVariable
811 let mut buffer = buffer.clone(); localVariable
841 let mut buffer = buffer.clone(); localVariable
901 let mut buffer = buffer.clone(); localVariable
942 let mut buffer = Vec::with_capacity(ipv6.header_len() + payload.len()); localVariable
[all …]
Dip_slice.rs321 fn from(value: Ipv4Slice<'a>) -> Self { in from() method
327 fn from(value: Ipv6Slice<'a>) -> Self { in from() method
347 let buffer = header.to_bytes(); in debug_clone_eq() localVariable
365 let buffer = header.to_bytes(); in debug_clone_eq() localVariable
725 let mut buffer = Vec::with_capacity(header.total_len.into()); localVariable
742 let mut buffer = Vec::with_capacity(header.header_len() + 4); localVariable
/aosp_15_r20/external/toybox/toys/pending/
H A Dtftp.c95 static int mkpkt_request(uint8_t *buffer, int opcode, char *path, int mode) in mkpkt_request()
108 static int mkpkt_ack(uint8_t *buffer, uint16_t blockno) in mkpkt_ack()
121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
136 struct sockaddr_storage *from) in read_server()
216 struct sockaddr_storage from; in read_ack() local
269 struct sockaddr_storage server, from; in file_get() local
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/pw_tokenizer/
H A Dinternal.rs33 fn from(val: &'a str) -> Self { in from() method
39 fn from(val: i32) -> Self { in from() method
45 fn from(val: u32) -> Self { in from() method
174 let mut buffer = [0u8; BUFFER_LEN]; in do_string_encode_test() localVariable
181 let buffer = writer.cursor.into_inner(); in do_string_encode_test() localVariable

12345678910>>...49