/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
JarOutputStreamTest.java | 46 Attributes att = man.getMainAttributes(); local 47 att.put(Attributes.Name.MANIFEST_VERSION, "1.0"); 48 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo"); 49 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
StdAttributeList.java | 58 Attribute att = get(i); local 59 if (att.getName().equals(name)) { 60 return att; 74 Attribute att = get(at); local 75 if (att == attrib) { 86 Attribute att = get(at); local 87 if (att.getName().equals(name)) { 88 return att;
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
StdAttributeList.java | 58 Attribute att = get(i); local 59 if (att.getName().equals(name)) { 60 return att; 74 Attribute att = get(at); local 75 if (att == attrib) { 86 Attribute att = get(at); local 87 if (att.getName().equals(name)) { 88 return att;
|
/external/mesa3d/src/mesa/main/ |
clear.c | 250 const struct gl_renderbuffer_attachment *att = ctx->DrawBuffer->Attachment; local 255 if (att[BUFFER_FRONT_LEFT].Renderbuffer) 257 if (att[BUFFER_FRONT_RIGHT].Renderbuffer) 261 if (att[BUFFER_BACK_LEFT].Renderbuffer) 263 if (att[BUFFER_BACK_RIGHT].Renderbuffer) 267 if (att[BUFFER_FRONT_LEFT].Renderbuffer) 269 if (att[BUFFER_BACK_LEFT].Renderbuffer) 273 if (att[BUFFER_FRONT_RIGHT].Renderbuffer) 275 if (att[BUFFER_BACK_RIGHT].Renderbuffer) 279 if (att[BUFFER_FRONT_LEFT].Renderbuffer [all...] |
framebuffer.c | 214 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local 215 if (att->Renderbuffer) { 216 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); 218 if (att->Texture) { 219 _mesa_reference_texobj(&att->Texture, NULL); 221 ASSERT(!att->Renderbuffer); 222 ASSERT(!att->Texture); 223 att->Type = GL_NONE; 288 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local 289 if (att->Type == GL_RENDERBUFFER_EXT && att->Renderbuffer) 414 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local 759 const struct gl_renderbuffer_attachment *att = fb->Attachment; local 915 const struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local [all...] |
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
gl_APICheck.cc | 28 GLint att[] = { GLX_RGBA, local 32 XVisualInfo* vi = glXChooseVisual(*display, 0, att);
|
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlparser.cc | 81 const char **att; local 83 for (att = atts; *att; att += 2) { 84 if (XmlParser_StartsWithXmlns(*att)) { 85 if ((*att)[5] == '\0') { 86 context_.StartNamespace("", *(att + 1)); 88 else if ((*att)[5] == ':') { 89 if (**(att + 1) == '\0') { 94 context_.StartNamespace((*att) + 6, *(att + 1)) [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/ |
doxia-module-xhtml-1.0.jar | |
/dalvik/dx/src/com/android/multidex/ |
MainDexListBuilder.java | 191 Attribute att = element.getAttributes().findFirst( local 193 return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0);
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
Utilities.java | 142 EmailContent.Attachment att = new EmailContent.Attachment(); local 159 att.mFileName = ""; 160 att.mSize = message.getSize(); 161 att.mMimeType = "text/plain"; 162 att.mMessageKey = localMessage.mId; 163 att.mAccountKey = localMessage.mAccountKey; 164 att.mFlags = Attachment.FLAG_DUMMY_ATTACHMENT; 165 att.save(context);
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTestUtils.java | 237 Attachment att = new Attachment(); local 238 att.mSize = length; 239 att.mFileName = fileName; 240 att.mContentId = "contentId " + fileName; 241 att.setContentUri("contentUri " + fileName); 242 att.mMessageKey = messageId; 243 att.mMimeType = "mimeType " + fileName; 244 att.mLocation = "location " + fileName; 245 att.mEncoding = "encoding " + fileName; 246 att.mContent = "content " + fileName [all...] |
PolicyTests.java | 119 Attachment att = ProviderTestUtils.setupAttachment(-1, name, size, false, mMockContext); local 120 att.mAccountKey = acct.mId; 121 return att;
|
/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.cpp | 182 void check (GLenum attPoint, const Attachment& att, const Image* image); 193 void ES3Checker::check (GLenum attPoint, const Attachment& att, const Image* image) 232 m_depthStencilImage = att.imageName; 233 m_depthStencilType = attachmentType(att); 237 if (m_depthStencilImage != att.imageName || m_depthStencilType != attachmentType(att)) 304 TextureLayerAttachment* att = &builder.makeConfig<TextureLayerAttachment>(); local 305 att->layer = m_params.attachmentLayer; 306 att->imageName = tex; 308 builder.glAttach(target, att); 426 RenderbufferAttachment& att = builder.makeConfig<RenderbufferAttachment>(); local [all...] |
/external/libxml2/ |
testHTML.c | 379 const unsigned char *att = atts[i]; local 382 while ((attlen = strlen((char*)att)) > 0) { 384 htmlEncodeEntities(output, &outlen, att, &attlen, '\''); 387 att += attlen;
|
SAX2.c | 1432 const xmlChar *att; local 1593 const xmlChar *att; local [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
dri2.c | 107 int att, depth; local 118 att = __DRI_BUFFER_FRONT_LEFT; 121 att = __DRI_BUFFER_BACK_LEFT; 124 att = __DRI_BUFFER_FRONT_RIGHT; 127 att = __DRI_BUFFER_BACK_RIGHT; 130 att = __DRI_BUFFER_DEPTH_STENCIL; 133 att = -1; 153 att = __DRI_BUFFER_DEPTH; 158 att = __DRI_BUFFER_DEPTH; 166 att = __DRI_BUFFER_DEPTH [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_fbo.c | 385 struct gl_renderbuffer_attachment *att) 396 if (!st_finalize_texture(ctx, pipe, att->Texture)) 399 pt = st_get_texobj_resource(att->Texture); 403 texImage = _mesa_get_attachment_teximage(att); 410 rb = st_new_renderbuffer(ctx, att->Texture->Name); 416 _mesa_reference_renderbuffer(&att->Renderbuffer, rb); 424 stObj = st_texture_object(att->Texture); 428 strb->rtt_level = att->TextureLevel; 429 strb->rtt_face = att->CubeMapFace; 430 strb->rtt_slice = att->Zoffset 627 struct gl_renderbuffer_attachment *att = local [all...] |
/external/skia/src/views/unix/ |
SkOSWindow_Unix.cpp | 86 GLint att[] = { local 95 static const GLint kAttCount = SK_ARRAY_COUNT(att); 97 memcpy(msaaAtt, att, sizeof(att)); 108 fVi = glXChooseVisual(dsp, DefaultScreen(dsp), att);
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
Rfc822OutputTests.java | 149 Attachment att = new Attachment(); local 150 att.mContentBytes = "__CONTENT__".getBytes("UTF-8"); 151 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART; 152 att.mMimeType = "text/calendar"; 153 att.mFileName = "invite.ics"; 154 msg.mAttachments.add(att); 194 Attachment att = new Attachment(); local 195 att.mContentBytes = "<html>Hi</html>".getBytes("UTF-8"); 196 att.mMimeType = "text/html"; 197 att.mFileName = "test.html" [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 460 const enum native_attachment att = NATIVE_ATTACHMENT_BACK_LEFT; local 462 if (native_attachment_mask_test(attachment_mask, att)) { 463 textures[att] = NULL; 464 pipe_resource_reference(&textures[att],
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 820 struct gl_renderbuffer_attachment *att) 823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; 824 struct radeon_renderbuffer *rrb = radeon_renderbuffer(att->Renderbuffer); 829 "%s(%p, fb %p, rrb %p, att %p)\n", 830 __func__, ctx, fb, rrb, att); 841 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); 842 _swrast_render_texture(ctx, fb, att); 849 _mesa_reference_renderbuffer(&att->Renderbuffer, &rrb->base.Base) 921 struct gl_renderbuffer_attachment *att; local [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
LegacyConversionsTest.java | 257 final Attachment att = LegacyConversions.mimePartToAttachment(attPart); local 258 assertEquals(att.mFileName, "test.txt"); 259 assertEquals(att.mMimeType, "text/plain"); 260 assertEquals(att.mSize, size); 261 assertEquals(att.mContentId, "testContentId");
|
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/ |
doxia-module-xdoc-1.0.jar | |
/external/deqp/modules/glshared/ |
glsFboCompletenessTests.cpp | 728 Attachment* att = DE_NULL; local 734 att = &builder.makeConfig<RenderbufferAttachment>(); 741 att = &texAtt; 748 att->imageName = img; 749 return att; 759 const Attachment* const att = makeAttachment(bufType, imgFmt, width, height, builder); local 760 builder.glAttach(target, att); 883 Attachment* att = makeAttachment(m_params.depthKind, format, 64, 64, builder); local 884 builder.glAttach(GL_DEPTH_ATTACHMENT, att); 885 builder.glAttach(GL_STENCIL_ATTACHMENT, att); [all...] |
glsFboUtil.cpp | 428 static void attachAttachment (const Attachment& att, GLenum attPoint, 432 dynamic_cast<const RenderbufferAttachment*>(&att)) 436 dynamic_cast<const TextureFlatAttachment*>(&att)) 440 dynamic_cast<const TextureLayerAttachment*>(&att)) 447 GLenum attachmentType (const Attachment& att) 449 if (dynamic_cast<const RenderbufferAttachment*>(&att) != DE_NULL) 451 else if (dynamic_cast<const TextureAttachment*>(&att) != DE_NULL) 635 const Attachment& att = *it->second; local 636 const Image* const image = fboConfig.getImage(attachmentType(att), att.imageName) [all...] |