/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/ |
D | linux_sll_slice.rs | 157 let mut data = Vec::with_capacity( localVariable 184 let mut data = Vec::with_capacity( localVariable 216 let data = { localVariable 217 let mut data = Vec::with_capacity( localVariable
|
/aosp_15_r20/external/libcxx/test/std/containers/views/span.cons/ |
H A D | container.fail.cpp | 41 constexpr T *data() {return &v_;} in data() function 42 constexpr const T *data() const {return &v_;} in data() function 55 const T *data() const {return nullptr;} in data() function 62 const T *data() const {return nullptr;} in data() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/asyncio/ |
D | protocols.py | 94 def data_received(self, data): argument 167 def datagram_received(self, data, addr): argument 182 def pipe_data_received(self, fd, data): argument 200 def _feed_data_to_buffered_proto(proto, data): argument
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A D | Ac4Util.java | 107 ParsableByteArray data, String trackId, String language, @Nullable DrmInitData drmInitData) { in parseAc4AnnexEFormat() 127 public static SyncFrameInfo parseAc4SyncframeInfo(ParsableBitArray data) { in parseAc4SyncframeInfo() 189 public static int parseAc4SyncframeSize(byte[] data, int syncword) { in parseAc4SyncframeSize() 236 private static int readVariableBits(ParsableBitArray data, int bitsPerRead) { in readVariableBits()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/asyncio/ |
D | protocols.py | 94 def data_received(self, data): argument 167 def datagram_received(self, data, addr): argument 182 def pipe_data_received(self, fd, data): argument 200 def _feed_data_to_buffered_proto(proto, data): argument
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | UpdateDestinationBlockedAction.java | 42 Object data, UpdateDestinationBlockedActionListener mListener) { in UpdateDestinationBlockedActionMonitor() 51 final Object data, in onActionDone() 63 final Object data, in onActionSucceeded() 71 final Object data, in onActionFailed()
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/delegate/ |
H A D | multiarray.h | 21 explicit Buffer(const void* data, size_t size) noexcept : data_(data), size_(size) { } in Buffer() 24 inline const void* data() const noexcept { return data_; } in data() function 96 MultiArray(void* data, MemoryLayout layout) : data_(data), layout_(std::move(layout)) { } in MultiArray() 99 inline void* data() const noexcept { return data_; } in data() function
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Integer/ |
H A D | Unsigned.java | 55 int[] data = {-1, 0, 1}; in testRoundtrip() local 113 int[] data = { in testUnsignedCompare() local 184 int[] data = { in testToUnsignedLong() local 223 int[] data = { in testToStringUnsigned() local
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/ |
D | CsmlUtil.java | 62 public static boolean isSessionDataNotAvailable(@NonNull byte[] data) { in isSessionDataNotAvailable() 75 public static boolean isSessionDataDo(@NonNull byte[] data) { in isSessionDataDo() 91 public static boolean isControleeInfoDo(@NonNull byte[] data) { in isControleeInfoDo() 95 private static boolean isSpecifiedDo(@NonNull Tag specifiedTag, @NonNull byte[] data) { in isSpecifiedDo()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/reader/ |
H A D | RtpAc3Reader.java | 76 ParsableByteArray data, long timestamp, int sequenceNumber, boolean rtpMarker) { in consume() 132 private void processSingleFramePacket(ParsableByteArray data, long sampleTimeUs) { in processSingleFramePacket() 144 private void processMultiFramePacket(ParsableByteArray data, int numOfFrames, long sampleTimeUs) { in processMultiFramePacket() 169 ParsableByteArray data, boolean isFrameBoundary, int frameType, long sampleTimeUs) { in processFragmentedPacket()
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_archive_benchmark.cpp | 71 ZipEntry data; in FindEntry_no_match() local 90 ZipEntry data; in Iterate_all_files() local 130 ZipEntry data; in ExtractEntry() local 155 ZipEntry data; in ExtractStored() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/asyncio/ |
D | protocols.py | 94 def data_received(self, data): argument 167 def datagram_received(self, data, addr): argument 182 def pipe_data_received(self, fd, data): argument 200 def _feed_data_to_buffered_proto(proto, data): argument
|
/aosp_15_r20/external/deqp/framework/platform/lnx/wayland/ |
H A D | tcuLnxWayland.cpp | 58 void Display::handleGlobal(void *data, struct wl_registry *registry, uint32_t id, const char *inter… in handleGlobal() 71 void Display::handleGlobalRemove(void *data, struct wl_registry *registry, uint32_t name) in handleGlobalRemove() 227 void Window::handlePing(void *data, struct xdg_wm_base *shell, uint32_t serial) in handlePing() 233 void Window::handleConfigure(void *data, struct xdg_surface *xdgSurface, uint32_t serial) in handleConfigure()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testfnmatch.c | 144 static void test_fnmatch(abts_case *tc, void *data) in test_fnmatch() 177 static void test_fnmatch_test(abts_case *tc, void *data) in test_fnmatch_test() 206 static void test_glob(abts_case *tc, void *data) in test_glob() 224 static void test_glob_currdir(abts_case *tc, void *data) in test_glob_currdir()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/asyncio/ |
H A D | protocols.py | 94 def data_received(self, data): argument 167 def datagram_received(self, data, addr): argument 182 def pipe_data_received(self, fd, data): argument 200 def _feed_data_to_buffered_proto(proto, data): argument
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/reader/ |
H A D | RtpAc3Reader.java | 76 ParsableByteArray data, long timestamp, int sequenceNumber, boolean rtpMarker) { in consume() 132 private void processSingleFramePacket(ParsableByteArray data, long sampleTimeUs) { in processSingleFramePacket() 144 private void processMultiFramePacket(ParsableByteArray data, int numOfFrames, long sampleTimeUs) { in processMultiFramePacket() 169 ParsableByteArray data, boolean isFrameBoundary, int frameType, long sampleTimeUs) { in processFragmentedPacket()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/asyncio/ |
D | protocols.py | 94 def data_received(self, data): argument 167 def datagram_received(self, data, addr): argument 182 def pipe_data_received(self, fd, data): argument 200 def _feed_data_to_buffered_proto(proto, data): argument
|
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_protos/libaconfig_java_proto_nano/android_common/javac/ |
D | libaconfig_java_proto_nano.jar | ... google.protobuf.nano.InvalidProtocolBufferNanoException
byte[] data
public static android.aconfig.nano.Aconfig$ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
D | mod.rs | 161 data: [u8], field 219 pub const fn data(&self) -> &[u8] { in data() method 291 data: [u8], field 318 let data = self.data.to_owned(); in to_boxed() localVariable 319 let data = data.into_boxed_slice(); in to_boxed() localVariable 364 data: [u8], field 475 let data = self.data.to_owned(); in to_boxed() localVariable 476 let data = data.into_boxed_slice(); in to_boxed() localVariable
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/common/ |
H A D | metrics.py | 179 def populate_data(self, data, start_time, end_time, fields, value): argument 204 def _populate_fields(self, data, field_values): argument 246 def _populate_value(self, data, value): argument 312 def _populate_value(self, data, value): argument 330 def _populate_value(self, data, value): argument 364 def _populate_value(self, data, value): argument 387 def _populate_value(self, data, value): argument 411 def _populate_value(self, data, value): argument
|
/aosp_15_r20/external/wayland/src/ |
H A D | connection.c | 58 char data[4096]; member 75 ring_buffer_put(struct wl_ring_buffer *b, const void *data, size_t count) in ring_buffer_put() 149 ring_buffer_copy(struct wl_ring_buffer *b, void *data, size_t count) in ring_buffer_copy() 222 wl_connection_copy(struct wl_connection *connection, void *data, size_t size) in wl_connection_copy() 234 build_cmsg(struct wl_ring_buffer *buffer, char *data, size_t *clen) in build_cmsg() 377 const void *data, size_t count) in wl_connection_write() 396 const void *data, size_t count) in wl_connection_queue() 999 struct wl_object *target, uint32_t opcode, void *data) in wl_closure_invoke()
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/device_path/ |
D | mod.rs | 161 data: [u8], field 219 pub const fn data(&self) -> &[u8] { in data() method 291 data: [u8], field 318 let data = self.data.to_owned(); in to_boxed() localVariable 319 let data = data.into_boxed_slice(); in to_boxed() localVariable 364 data: [u8], field 475 let data = self.data.to_owned(); in to_boxed() localVariable 476 let data = data.into_boxed_slice(); in to_boxed() localVariable
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ConversationFragment.java | 745 final ConversationData data = mBinding.getData(); in onCreateOptionsMenu() local 849 public void onConversationMessagesCursorUpdated(final ConversationData data, in onConversationMessagesCursorUpdated() 1200 public void onConversationParticipantDataLoaded(final ConversationData data) { in onConversationParticipantDataLoaded() 1218 public void onSubscriptionListDataLoaded(final ConversationData data) { in onSubscriptionListDataLoaded() 1238 public void onActivityResult(final int requestCode, final int resultCode, final Intent data) { in onActivityResult() 1284 final ConversationMessageData data = messageView.getData(); in handleMessageClick() local 1648 public void onDraftChanged(final DraftMessageData data, final int changeFlags) { in onDraftChanged() 1659 public void onDraftAttachmentLimitReached(final DraftMessageData data) { in onDraftAttachmentLimitReached()
|
/aosp_15_r20/system/core/libsparse/ |
H A D | output_file.cpp | 146 static int file_write(struct output_file* out, void* data, size_t len) { in file_write() 228 static int gz_file_write(struct output_file* out, void* data, size_t len) { in gz_file_write() 285 static int callback_file_write(struct output_file* out, void* data, size_t len) { in callback_file_write() 399 static int write_sparse_data_chunk(struct output_file* out, uint64_t len, void* data) { in write_sparse_data_chunk() 467 bool ok = write_fd_chunk_range(fd, offset, len, [&ret, out](char* data, size_t size) -> bool { in write_sparse_fd_chunk() 538 static int write_normal_data_chunk(struct output_file* out, uint64_t len, void* data) { in write_normal_data_chunk() 581 bool ok = write_fd_chunk_range(fd, offset, len, [&ret, out](char* data, size_t size) -> bool { in write_normal_fd_chunk() 760 int write_data_chunk(struct output_file* out, uint64_t len, void* data) { in write_data_chunk()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/secure_element/aidl/android.hardware.secure_element-V1-java/android_common/javac/ |
D | android.hardware.secure_element-V1-java.jar | ... ) throws android.os.RemoteException
byte[] data
public int getInterfaceVersion ()
public java.lang. ... |