/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/ |
H A D | AsynchronousFileChannelTest.java | 255 public String attachment; field in AsynchronousFileChannelTest.RecordingHandler 262 public void completed(Integer result, String attachment) { in completed() 270 public void failed(Throwable exc, String attachment) { in failed() 290 String attachment = "ATTACHMENT"; in testRead_CompletionListener() local 353 afc.read(buf.asReadOnlyBuffer(), 1, attachment, handler); in testRead_CompletionListener() local 462 String attachment = "ATTACHMENT"; in testWrite_CompletionListener() local 477 afc.write(ByteBuffer.wrap(new byte[] { 'x', 'y'}), 0, attachment, handler); in testWrite_CompletionListener() local 494 afc.write(ByteBuffer.wrap(new byte[] { 'x', 'y', 'z'}), 6, attachment, handler); in testWrite_CompletionListener() local 512 afc.write(ByteBuffer.wrap(new byte[] { 'x', 'y' }), 9, attachment, handler); in testWrite_CompletionListener() local 528 afc.write(ByteBuffer.wrap(new byte[] { '0', '2' }), 13, attachment, handler); in testWrite_CompletionListener() local [all …]
|
H A D | FutureLikeCompletionHandler.java | 26 Object attachment; field in FutureLikeCompletionHandler 28 public void completed(V result, Object attachment) { in completed() 40 public void failed(Throwable exc, Object attachment) { in failed()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 267 GLenum attachment, bool *is_color_attachment) in get_attachment() 326 GLenum attachment) in get_fb0_attachment() 666 GLenum attachment, in _mesa_FramebufferRenderbuffer_sw() 3973 GLenum attachment, const char *caller) in _mesa_get_and_validate_attachment() 4005 GLenum attachment, in _mesa_framebuffer_texture() 4079 framebuffer_texture_with_dims_no_error(GLenum target, GLenum attachment, in framebuffer_texture_with_dims_no_error() 4102 GLenum attachment, GLenum textarget, in framebuffer_texture_with_dims() 4148 _mesa_FramebufferTexture1D_no_error(GLenum target, GLenum attachment, in _mesa_FramebufferTexture1D_no_error() 4158 _mesa_FramebufferTexture1D(GLenum target, GLenum attachment, in _mesa_FramebufferTexture1D() 4167 _mesa_FramebufferTexture2D_no_error(GLenum target, GLenum attachment, in _mesa_FramebufferTexture2D_no_error() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousSocketChannel.java | 330 A attachment, in connect() 409 A attachment, in read() 422 A attachment, in read() 519 A attachment, in read() 566 A attachment, in write() 578 A attachment, in write() 670 A attachment, in write()
|
D | AsynchronousFileChannel.java | 470 A attachment, in lock() 501 public final <A> void lock(A attachment, in lock() 688 A attachment, in read() 754 A attachment, in write()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/ |
H A D | AsynchronousSocketChannel.java | 330 A attachment, in connect() 409 A attachment, in read() 422 A attachment, in read() 519 A attachment, in read() 566 A attachment, in write() 578 A attachment, in write() 670 A attachment, in write()
|
H A D | AsynchronousFileChannel.java | 470 A attachment, in lock() 501 public final <A> void lock(A attachment, in lock() 688 A attachment, in read() 754 A attachment, in write()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousSocketChannel.java | 330 A attachment, in connect() 409 A attachment, in read() 422 A attachment, in read() 519 A attachment, in read() 566 A attachment, in write() 578 A attachment, in write() 670 A attachment, in write()
|
D | AsynchronousFileChannel.java | 470 A attachment, in lock() 501 public final <A> void lock(A attachment, in lock() 688 A attachment, in read() 754 A attachment, in write()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipAttachmentFormatTest.java | 62 BipAttachmentFormat attachment = in testParse() local 92 BipAttachmentFormat attachment = in testCreate() local 319 BipAttachmentFormat attachment = in testParsedAttachmentToString() local 393 BipAttachmentFormat attachment = in testCreatedAttachmentToString() local 424 BipAttachmentFormat attachment = in testEquals_withSameInstance() local 432 BipAttachmentFormat attachment = in testEquals_withDifferentClass() local 441 BipAttachmentFormat attachment = in testEquals_withSameInfo() local
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_attachment.cpp | 125 FPDFAttachment_GetName(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetName() 138 FPDFAttachment_HasKey(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) { in FPDFAttachment_HasKey() 149 FPDFAttachment_GetValueType(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) { in FPDFAttachment_GetValueType() 160 FPDFAttachment_SetStringValue(FPDF_ATTACHMENT attachment, in FPDFAttachment_SetStringValue() 183 FPDFAttachment_GetStringValue(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetStringValue() 213 FPDFAttachment_SetFile(FPDF_ATTACHMENT attachment, in FPDFAttachment_SetFile() 261 FPDFAttachment_GetFile(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetFile()
|
H A D | fpdf_attachment_embeddertest.cpp | 30 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local 115 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local 143 FPDF_ATTACHMENT attachment = in TEST_F() local 209 FPDF_ATTACHMENT attachment = in TEST_F() local 286 FPDF_ATTACHMENT attachment = in TEST_F() local 348 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | AsynchronousSocketChannelImpl.java | 194 A attachment, in implConnect() 204 A attachment, in connect() 220 A attachment, in implRead() 290 A attachment, in read() 306 A attachment, in read() 329 A attachment, in implWrite() 394 A attachment, in write() 408 A attachment, in write()
|
H A D | AsynchronousFileChannelImpl.java | 109 A attachment, in implLock() 125 A attachment, in lock() 213 A attachment, in implRead() 224 A attachment, in read() 234 A attachment, in implWrite() 246 A attachment, in write()
|
H A D | Invoker.java | 121 A attachment, in invokeUnchecked() 155 A attachment, in invokeDirect() 170 A attachment, in invoke() 210 final A attachment, in invokeIndirectly() 233 final A attachment, in invokeIndirectly()
|
H A D | PendingFuture.java | 43 private final A attachment; field in PendingFuture 61 A attachment, in PendingFuture() 72 A attachment) in PendingFuture() 95 A attachment() { in attachment() method in PendingFuture
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | Framebuffer.cpp | 71 const FramebufferAttachment &attachment) in CheckAttachmentCompleteness() 207 const FramebufferAttachment &attachment, in CheckAttachmentSampleCompleteness() 296 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() 306 bool AttachmentOverlapsWithTexture(const FramebufferAttachment &attachment, in AttachmentOverlapsWithTexture() 612 for (const FramebufferAttachment &attachment : mColorAttachments) in getAttachmentExtentsIntersection() local 640 auto hasMismatchedSize = [&attachmentSize](const FramebufferAttachment &attachment) { in attachmentsHaveSameDimensions() 657 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions() local 771 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in isMultiview() local 781 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getBaseViewIndex() local 867 for (auto &attachment : mState.mColorAttachments) in onDestroy() local [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | FramebufferData.cpp | 222 GLenum attachment, in setAttachment() 266 GLuint FramebufferData::getAttachment(GLenum attachment, in getAttachment() 275 GLint FramebufferData::getAttachmentSamples(GLEScontext* ctx, GLenum attachment) { in getAttachmentSamples() 295 void FramebufferData::getAttachmentDimensions(GLEScontext* ctx, GLenum attachment, GLint* width, GL… in getAttachmentDimensions() 321 GLint FramebufferData::getAttachmentInternalFormat(GLEScontext* ctx, GLenum attachment) { in getAttachmentInternalFormat() 383 int FramebufferData::attachmentPointIndex(GLenum attachment) in attachmentPointIndex()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fFboStateQueryTests.cpp | 46 … GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeAtLeast() 82 … GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeExactly() 143 …tachmentParam(tcu::TestContext &testCtx, glu::CallLogWrapper &gl, GLenum target, GLenum attachment, in checkAttachmentParam() 602 bool attachmentExists(GLenum attachment) in attachmentExists() 650 GLenum attachment; in test() member 677 …void testColorAttachment(GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint… in testColorAttachment() 697 void testDepthAttachment(GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment() 724 …void testColorAttachment(GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint… in testColorAttachment() 744 void testDepthAttachment(GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/ |
D | AttachmentGridItemView.java | 38 boolean isItemSelected(MessagePartData attachment); in isItemSelected() 39 void onItemCheckedChanged(AttachmentGridItemView view, MessagePartData attachment); in onItemCheckedChanged() 40 void onItemClicked(AttachmentGridItemView view, MessagePartData attachment); in onItemClicked() 92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { in bind()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 513 AttachmentReference(uint32_t attachment, VkImageLayout layout, in AttachmentReference() 893 const Attachment &attachment = attachments[attachmentNdx]; in logRenderPassInfo() local 1130 VkClearColorValue randomColorClearValue(const Attachment &attachment, de::Random &rng, bool useForm… in randomColorClearValue() 1188 AttachmentDesc createAttachmentDescription(const Attachment &attachment) in createAttachmentDescription() 1466 VkClearValue randomClearValue(const Attachment &attachment, de::Random &rng, bool useFormatCompCoun… in randomClearValue() 1972 const auto &attachment = allAttachments[i]; in findDepthStencilAttachments() local 2195 { in beginDynamicRendering() 2728 const VkClearAttachment attachment{ in pushRenderCommands() local 2750 const VkClearAttachment attachment = { in pushRenderCommands() local 2906 const Attachment &attachment = m_renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline() local [all …]
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | MultiAttachmentLayout.java | 72 boolean onAttachmentClick(MessagePartData attachment, Rect viewBoundsOnScreen, in onAttachmentClick() 234 final MessagePartData attachment = iterator.next(); in buildViews() local 405 public View findViewForAttachment(final MessagePartData attachment) { in findViewForAttachment() 417 final MessagePartData attachment; field in MultiAttachmentLayout.ViewWrapper 424 ViewWrapper(final View view, final MessagePartData attachment) { in ViewWrapper()
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message_attachment_set.cc | 24 for (const scoped_refptr<MessageAttachment>& attachment : attachments) { in count_attachments_of_type() local 63 scoped_refptr<MessageAttachment> attachment, in AddAttachment() 87 scoped_refptr<MessageAttachment> attachment) { in AddAttachment()
|
H A D | ipc_message_attachment.cc | 34 base::ScopedFD TakeOrDupFile(internal::PlatformFileAttachment* attachment) { in TakeOrDupFile() 69 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle() local 83 auto* attachment = static_cast<internal::HandleAttachmentFuchsia*>(this); in TakeMojoHandle() local
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_message_attachment_set.cc | 24 for (const scoped_refptr<MessageAttachment>& attachment : attachments) { in count_attachments_of_type() local 63 scoped_refptr<MessageAttachment> attachment, in AddAttachment() 87 scoped_refptr<MessageAttachment> attachment) { in AddAttachment()
|