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

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /external/deqp/modules/glshared/
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...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 301 Object att = connectAttachment; local
307 Invoker.invokeUnchecked(handler, att, null, e);
309 Invoker.invokeIndirectly(this, handler, att, null, e);
406 Object att = readAttachment; local
459 Invoker.invokeUnchecked(handler, att, result, exc);
461 Invoker.invokeIndirectly(this, handler, att, result, exc);
469 Object att = null;
477 att = readAttachment;
490 Invoker.invokeIndirectly(ch, handler, att, null, exc);
601 Object att = this.writeAttachment local
    [all...]
AsynchronousSocketChannelImpl.java 229 A att,
236 Invoker.invoke(this, handler, att, null, e);
272 Invoker.invoke(this, handler, att, (V)result, null);
276 return implRead(isScatteringRead, dst, dsts, timeout, unit, att, handler);
338 A att,
369 Invoker.invoke(this, handler, att, null, e);
378 Invoker.invoke(this, handler, att, (V)result, null);
382 return implWrite(isGatheringWrite, src, srcs, timeout, unit, att, handler);
  /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...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 754 struct gl_renderbuffer_attachment *att)
756 struct gl_renderbuffer *rb = att->Renderbuffer;
763 "%s(%p, fb %p, rrb %p, att %p)\n",
764 __func__, ctx, fb, rrb, att);
775 _swrast_render_texture(ctx, fb, att);
780 _swrast_render_texture(ctx, fb, att);
785 att->Texture->Name, newImage->Width, newImage->Height,
798 att->CubeMapFace,
799 att->TextureLevel);
801 if (att->Texture->Target == GL_TEXTURE_3D)
837 struct gl_renderbuffer_attachment *att; local
    [all...]
  /dalvik/dx/src/com/android/multidex/
MainDexListBuilder.java 191 Attribute att = element.getAttributes().findFirst( local
193 return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0);
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 192 Object att)
205 k.attach(att);
212 k = ((AbstractSelector)sel).register(this, ops, att);
AbstractSelector.java 169 * @param att
176 int ops, Object att);
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 423 final Attachment att = new Attachment(); local
424 att.restore(attachments);
427 if (att.mContentBytes != null) {
430 content = new ByteArrayInputStream(att.mContentBytes);
432 String contentUriString = att.getCachedFileUri();
434 contentUriString = att.getContentUri();
443 final String mimeType = att.mMimeType;
444 final Long contentSize = att.mSize;
445 final String contentId = att.mContentId;
446 final String filename = att.mFileName
    [all...]
  /test/vts/utils/python/controllers/
attenuator.py 345 for att in self.attens:
346 if att.get_atten() != self._value:
364 for att in self.attens:
365 att.set_atten(value)
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 345 for att in self.attens:
346 if att.get_atten() != self._value:
364 for att in self.attens:
365 att.set_atten(value)
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 469 struct gl_renderbuffer_attachment *att)
472 struct gl_renderbuffer *rb = att->Renderbuffer;
481 if (att->CubeMapFace > 0) {
482 assert(att->Zoffset == 0);
483 layer = att->CubeMapFace;
485 layer = att->Zoffset;
492 _swrast_render_texture(ctx, fb, att);
496 intel_miptree_check_level_layer(mt, att->TextureLevel, layer);
499 _swrast_render_texture(ctx, fb, att);
505 att->Texture->Name, image->Width, image->Height, image->Depth
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 82 Attachment att = Attachment.restoreAttachmentWithId(mContext, attachmentId);
83 if (att == null || att.mUiState != AttachmentState.DOWNLOADING) return;
84 long inboxId = Mailbox.findMailboxOfType(mContext, att.mAccountKey, Mailbox.TYPE_INBOX);
401 Attachment att = new Attachment(); local
402 att.restore(c);
403 Message msg = Message.restoreMessageWithId(context, att.mMessageKey);
405 values.put(AttachmentColumns.UI_DOWNLOADED_SIZE, att.mSize);
406 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId),
413 Uri attUri = ContentUris.withAppendedId(Attachment.CONTENT_URI, att.mId)
    [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");
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.c 597 struct gl_renderbuffer_attachment *att)
600 struct gl_renderbuffer *rb = att->Renderbuffer;
609 if (att->CubeMapFace > 0) {
610 assert(att->Zoffset == 0);
611 layer = att->CubeMapFace;
613 layer = att->Zoffset;
620 _swrast_render_texture(ctx, fb, att);
624 intel_miptree_check_level_layer(mt, att->TextureLevel, layer);
626 if (!intel_renderbuffer_update_wrapper(brw, irb, image, layer, att->Layered)) {
627 _swrast_render_texture(ctx, fb, att);
    [all...]
  /external/libvorbis/lib/
vorbisenc.c 70 int att[P_NOISECURVES]; member in struct:__anon24540
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/libxml2/
SAX2.c 1432 const xmlChar *att; local
1593 const xmlChar *att; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
compat-intel.d 1 #as: -mmnemonic=att
compat.d 1 #as: -mmnemonic=att

Completed in 656 milliseconds

12 3 4 5 6 7 8 91011>>