HomeSort by relevance Sort by last modified time
    Searched refs:getAttachment (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/channels/
FutureLikeCompletionHandler.java 64 public Object getAttachment() {
AsynchronousSocketChannelTest.java 330 assertEquals(attachment, connectCompletionHandler.getAttachment());
345 assertEquals(attachment, readCompletionHandler.getAttachment());
356 assertEquals(attachment, writeCompletionHandler.getAttachment());
389 assertEquals(attachment, connectCompletionHandler.getAttachment());
410 assertEquals(attachment, readCompletionHandler.getAttachment());
425 assertEquals(attachment, writeCompletionHandler.getAttachment());
    [all...]
AsynchronousServerSocketChannelTest.java 149 assertNull(acceptCompletionHandler.getAttachment());
173 assertEquals(attachment, acceptCompletionHandler.getAttachment());
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 215 virtual GLuint getAttachment (GLuint container) = 0;
316 GLuint getAttachment (GLuint container);
328 GLuint getAttachment (GLuint container);
341 GLuint getAttachment (GLuint container);
glsLifetimeTests.cpp 358 GLuint TextureFboAttacher::getAttachment (GLuint fbo)
565 GLuint RboFboAttacher::getAttachment (GLuint fbo)
619 GLuint ShaderProgramAttacher::getAttachment (GLuint program)
1066 GLuint getAttachment (Attacher& attacher, GLuint container)
1068 const GLuint queriedAttachment = attacher.getAttachment(container);
1090 errors.check(getAttachment(m_attacher, *container) == elementId,
1100 errors.check(getAttachment(m_attacher, *container) == elementId,
1111 errors.check(getAttachment(m_attacher, *container) == 0,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 512 deUint32 getAttachment (void) const { return m_attachment; }
822 log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessage;
827 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
832 log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::EndMessage;
845 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
859 log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 219 GLuint getAttachment (GLuint container);
278 GLuint BufferVAOAttacher::getAttachment (GLuint varr)
316 GLuint getAttachment (GLuint tf);
343 GLuint BufferTfAttacher::getAttachment (GLuint tf)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 100 public Attachment getAttachment() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 642 if (getAttachment() != INVALID_VALUE_PARAMETER) {
645 appParamBuf.put((byte) getAttachment());
    [all...]
BluetoothMapContent.java     [all...]
BluetoothMapObexServer.java     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 383 Attachment& getAttachment (AttachmentPoint point) { return m_attachments[point]; }
384 const Attachment& getAttachment (AttachmentPoint point) const { return m_attachments[point]; }
    [all...]
sglrReferenceContext.cpp 716 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
763 releaseFboAttachmentReference(binding->getAttachment((Framebuffer::AttachmentPoint)point));
774 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point));
858 Framebuffer::Attachment& attachment = framebufferBinding->getAttachment((Framebuffer::AttachmentPoint)point);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-support/1.11.18/
aws-java-sdk-support-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 216 milliseconds