HomeSort by relevance Sort by last modified time
    Searched defs:att (Results 26 - 50 of 74) sorted by null

12 3

  /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/emailcommon/internet/
Rfc822OutputTests.java 248 Attachment att = new Attachment(); local
249 att.mContentBytes = "__CONTENT__".getBytes("UTF-8");
250 att.mFlags = Attachment.FLAG_ICS_ALTERNATIVE_PART;
251 att.mMimeType = "text/calendar";
252 att.mFileName = "invite.ics";
253 msg.mAttachments.add(att);
293 Attachment att = new Attachment(); local
294 att.mContentBytes = "<html>Hi</html>".getBytes("UTF-8");
295 att.mMimeType = "text/html";
296 att.mFileName = "test.html"
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uresdata.c 199 int32_t att=indexes[URES_INDEX_ATTRIBUTES]; local
200 pResData->noFallback=(UBool)(att&URES_ATT_NO_FALLBACK);
201 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0);
202 pResData->usesPoolBundle=(UBool)((att&URES_ATT_USES_POOL_BUNDLE)!=0);
    [all...]
  /external/chromium_org/third_party/libxml/src/
SAX2.c 1396 const xmlChar *att; local
1557 const xmlChar *att; local
    [all...]
runtest.c 1541 const unsigned char *att = atts[i]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 200 int num_ins, num_outs, att; local
215 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++) {
216 if (native_attachment_mask_test(buffer_mask, att)) {
219 switch (att) {
397 int att; local
398 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++)
    [all...]
  /external/icu4c/common/
uresdata.c 206 int32_t att=indexes[URES_INDEX_ATTRIBUTES]; local
207 pResData->noFallback=(UBool)(att&URES_ATT_NO_FALLBACK);
208 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0);
209 pResData->usesPoolBundle=(UBool)((att&URES_ATT_USES_POOL_BUNDLE)!=0);
    [all...]
  /external/libxml2/
SAX2.c 1396 const xmlChar *att; local
1557 const xmlChar *att; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 200 int num_ins, num_outs, att; local
215 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++) {
216 if (native_attachment_mask_test(buffer_mask, att)) {
219 switch (att) {
397 int att; local
398 for (att = 0; att < NUM_NATIVE_ATTACHMENTS; att++)
    [all...]
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 88 Attachment att = Attachment.restoreAttachmentWithId(mContext, attachmentId);
89 if (att == null || att.mUiState != AttachmentState.DOWNLOADING) return;
90 long inboxId = Mailbox.findMailboxOfType(mContext, att.mAccountKey, Mailbox.TYPE_INBOX);
409 Attachment att = new Attachment(); local
410 att.restore(c);
411 Message msg = Message.restoreMessageWithId(context, att.mMessageKey);
413 values.put(AttachmentColumns.UI_DOWNLOADED_SIZE, att.mSize);
414 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId),
421 Uri attUri = ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId)
    [all...]
AttachmentDownloadService.java 282 public synchronized void onChange(Context context, Attachment att) {
283 DownloadRequest req = findDownloadRequest(att.mId);
284 long priority = getPriority(att);
287 LogUtils.d(TAG, "== Attachment changed: " + att.mId);
294 LogUtils.d(TAG, "== Attachment " + att.mId + " was in queue, removing");
300 if (mDownloadsInProgress.containsKey(att.mId)) return;
303 req = new DownloadRequest(context, att);
309 LogUtils.d(TAG, "== Download queued for attachment " + att.mId + ", class " +
396 Attachment att = new Attachment(); local
397 att.restore(c)
994 Attachment att = (Attachment)intent.getParcelableExtra(EXTRA_ATTACHMENT); local
1038 Attachment att = Attachment.restoreAttachmentWithId(this, req.attachmentId); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 303 struct gl_renderbuffer_attachment *att)
305 if (att->Type == GL_TEXTURE) {
306 ASSERT(att->Texture);
309 ctx->Driver.FinishRenderTexture(ctx, att);
311 _mesa_reference_texobj(&att->Texture, NULL); /* unbind */
312 ASSERT(!att->Texture);
314 if (att->Type == GL_TEXTURE || att->Type == GL_RENDERBUFFER_EXT) {
315 ASSERT(!att->Texture);
316 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); /* unbind *
392 struct gl_renderbuffer_attachment *att; local
701 struct gl_renderbuffer_attachment *att; local
827 const struct gl_renderbuffer_attachment *att local
840 const struct gl_renderbuffer_attachment *att local
1388 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1682 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1704 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1999 struct gl_renderbuffer_attachment *att; local
2271 struct gl_renderbuffer_attachment *att; local
2354 const struct gl_renderbuffer_attachment *att; local
3071 const struct gl_renderbuffer_attachment *att; local
    [all...]
teximage.c 2692 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
    [all...]
ffvertex_prog.c 952 struct ureg att = undef; local
962 att = get_temp(p);
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
978 if (is_undef(att))
979 att = get_temp(p);
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
995 emit_op1(p, OPCODE_RCP, att, 0, dist);
999 return att;
1121 struct ureg att = undef, VPpli = undef local
    [all...]
  /external/libvorbis/lib/
psy.c 80 static void attenuate_curve(float *c,float att){
83 c[i]+=att;
756 float att=local_specmax+p->vi->ath_adjatt; local
760 specified att) */
761 if(att<p->vi->ath_maxatt)att=p->vi->ath_maxatt;
764 logmask[i]=p->ath[i]+att;
    [all...]
vorbisenc.c 70 int att[P_NOISECURVES]; member in struct:__anon22906
335 const att3 *att,
345 p->tone_masteratt[0]=att[is].att[0]*(1.-ds)+att[is+1].att[0]*ds;
346 p->tone_masteratt[1]=att[is].att[1]*(1.-ds)+att[is+1].att[1]*ds
    [all...]
  /external/mesa3d/src/mesa/main/
fbobject.c 303 struct gl_renderbuffer_attachment *att)
305 if (att->Type == GL_TEXTURE) {
306 ASSERT(att->Texture);
309 ctx->Driver.FinishRenderTexture(ctx, att);
311 _mesa_reference_texobj(&att->Texture, NULL); /* unbind */
312 ASSERT(!att->Texture);
314 if (att->Type == GL_TEXTURE || att->Type == GL_RENDERBUFFER_EXT) {
315 ASSERT(!att->Texture);
316 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); /* unbind *
392 struct gl_renderbuffer_attachment *att; local
701 struct gl_renderbuffer_attachment *att; local
827 const struct gl_renderbuffer_attachment *att local
840 const struct gl_renderbuffer_attachment *att local
1388 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1682 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1704 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
1999 struct gl_renderbuffer_attachment *att; local
2271 struct gl_renderbuffer_attachment *att; local
2354 const struct gl_renderbuffer_attachment *att; local
3071 const struct gl_renderbuffer_attachment *att; local
    [all...]
teximage.c 2692 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
    [all...]
ffvertex_prog.c 952 struct ureg att = undef; local
962 att = get_temp(p);
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
978 if (is_undef(att))
979 att = get_temp(p);
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
995 emit_op1(p, OPCODE_RCP, att, 0, dist);
999 return att;
1121 struct ureg att = undef, VPpli = undef local
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 297 Attachment att = ProviderTestUtils.setupAttachment(mailbox.mId, "name", 123, true, local
299 long attachmentId = att.mId;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 474 EmailContent.Attachment att = new EmailContent.Attachment(); local
475 att.mEncoding = "base64";
476 att.mSize = Long.parseLong(length);
477 att.mFileName = fileName;
478 att.mLocation = location;
479 att.mMimeType = getMimeTypeFromFileName(fileName);
480 att.mAccountKey = mAccount.mId;
485 att.mContentId = contentId;
491 (att.mSize > mPolicy.mMaxAttachmentSize))) {
492 att.mFlags = EmailContent.Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 320 Attachment att = msg.mAttachments.get(0); local
322 assertEquals("invite.ics", att.mFileName);
324 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART);
325 assertEquals("text/calendar; method=REPLY", att.mMimeType);
326 assertNotNull(att.mContentBytes);
327 assertEquals(att.mSize, att.mContentBytes.length);
362 Attachment att = msg.mAttachments.get(0); local
364 assertEquals("invite.ics", att.mFileName);
366 att.mFlags & Attachment.FLAG_ICS_ALTERNATIVE_PART)
424 Attachment att = msg.mAttachments.get(0); local
490 Attachment att = msg.mAttachments.get(0); local
572 Attachment att = msg.mAttachments.get(0); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.c 143 UColAttribute att; member in struct:attrTest
166 currAttr = attrs[i].att;
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 104 UColAttribute att; member in struct:attrTest
127 currAttr = attrs[i].att;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 1989 Attachment att = new Attachment(); local
    [all...]

Completed in 1120 milliseconds

12 3