Searched refs:attachments (Results 1 – 5 of 5) sorted by relevance
145 final ArrayList<Uri> attachments = Lists.newArrayList(dumpUri); in getIntent() local148 attachments.add(hprofUri); in getIntent()151 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments); in getIntent()
1738 int[] attachments, in glInvalidateFramebuffer() argument1747 java.nio.IntBuffer attachments in glInvalidateFramebuffer() argument1755 int[] attachments, in glInvalidateSubFramebuffer() argument1768 java.nio.IntBuffer attachments, in glInvalidateSubFramebuffer() argument
724 List<Uri> attachments = extras.getParcelableArrayList(Intent.EXTRA_STREAM); in assertActionSendMultiple() local730 assertEquals("wrong number of attachments (" + attachments + ")", in assertActionSendMultiple()731 expectedSize, attachments.size()); in assertActionSendMultiple()736 for (Uri attachment : attachments) { in assertActionSendMultiple()
5596 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__II_3II() local5613 attachments = attachments_base + offset; in android_glInvalidateFramebuffer__II_3II()5618 (GLenum *)attachments in android_glInvalidateFramebuffer__II_3II()5641 GLenum *attachments = (GLenum *) 0; in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() local5650 if (attachments == NULL) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()5657 (GLenum *)attachments in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()5678 GLenum *attachments = (GLenum *) 0; in android_glInvalidateSubFramebuffer__II_3IIIIII() local5700 (GLenum *)attachments, in android_glInvalidateSubFramebuffer__II_3IIIIII()5727 GLenum *attachments = (GLenum *) 0; in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII() local5736 if (attachments == NULL) { in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()[all …]
1180 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri); in buildSendIntent() local1185 attachments.add(screenshotUri); in buildSendIntent()1188 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments); in buildSendIntent()