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

12 3 4 5 6 7 8 91011>>

  /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...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 420 const VkPipelineColorBlendAttachmentState *att);
424 VkPipelineColorBlendAttachmentState att = {}; local
425 att.blendEnable = VK_FALSE;
426 att.colorWriteMask = 0xf;
427 AddColorAttachment(0, &att);
vkrenderframework.cpp 270 VkAttachmentDescription att = {}; local
271 att.format = m_render_target_fmt;
272 att.samples = VK_SAMPLE_COUNT_1_BIT;
273 att.loadOp = (m_clear_via_load_op) ? VK_ATTACHMENT_LOAD_OP_CLEAR
275 att.storeOp = VK_ATTACHMENT_STORE_OP_STORE;
276 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
277 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
278 att.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
279 att.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL;
291 attachments.push_back(att);
    [all...]
  /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...]
  /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...]
AttachmentService.java 927 final Attachment att = new Attachment(); local
1334 final Attachment att = Attachment.restoreAttachmentWithId(this, req.mAttachmentId); local
    [all...]
  /external/icu/icu4c/source/common/
uresdata.cpp 210 int32_t att=indexes[URES_INDEX_ATTRIBUTES]; local
211 pResData->noFallback=(UBool)(att&URES_ATT_NO_FALLBACK);
212 pResData->isPoolBundle=(UBool)((att&URES_ATT_IS_POOL_BUNDLE)!=0);
213 pResData->usesPoolBundle=(UBool)((att&URES_ATT_USES_POOL_BUNDLE)!=0);
214 pResData->poolStringIndexLimit|=(att&0xf000)<<12; // bits 15..12 -> 27..24
215 pResData->poolStringIndex16Limit=(int32_t)((uint32_t)att>>16);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java 129 * @param att Attached Object
131 public void register(SocketChannel channel, Object att)
145 set.addChange(channel,att);
427 public void addChange(SelectableChannel channel, Object att)
429 if (att==null)
431 else if (att instanceof EndPoint)
432 addChange(att);
434 addChange(new ChannelAndAttachment(channel,att));
476 final Object att = asc._attachment; local
480 key = channel.register(selector,SelectionKey.OP_READ,att);
615 Object att = key.attachment(); local
889 Object att=key.attachment(); 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:__anon16401
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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 277 int att = getIndexesInt(URES_INDEX_ATTRIBUTES); local
278 noFallback = (att & URES_ATT_NO_FALLBACK) != 0;
279 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0;
280 usesPoolBundle = (att & URES_ATT_USES_POOL_BUNDLE) != 0;
281 poolStringIndexLimit |= (att & 0xf000) << 12; // bits 15..12 -> 27..24
282 poolStringIndex16Limit = att >>> 16;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 275 int att = getIndexesInt(URES_INDEX_ATTRIBUTES); local
276 noFallback = (att & URES_ATT_NO_FALLBACK) != 0;
277 isPoolBundle = (att & URES_ATT_IS_POOL_BUNDLE) != 0;
278 usesPoolBundle = (att & URES_ATT_USES_POOL_BUNDLE) != 0;
279 poolStringIndexLimit |= (att & 0xf000) << 12; // bits 15..12 -> 27..24
280 poolStringIndex16Limit = att >>> 16;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 96 UColAttribute att; member in struct:attrTest
119 currAttr = attrs[i].att;
    [all...]
  /external/libxml2/
runtest.c 1583 const unsigned char *att = atts[i]; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 526 String[] att = { "strength", }; local
533 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, att, val);
534 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, att, val);
2018 String att[] = {"NumericCollation"}; local
2166 String[] att = { "strength", "UpperFirst" }; local
2174 String att[] = { "strength", "CaseLevel" }; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 522 String[] att = { "strength", }; local
529 genericLocaleStarterWithOptions(Locale.JAPANESE, test1, att, val);
530 genericLocaleStarterWithOptions(Locale.JAPANESE, test2, att, val);
2014 String att[] = {"NumericCollation"}; local
2162 String[] att = { "strength", "UpperFirst" }; local
2170 String att[] = { "strength", "CaseLevel" }; local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.h 501 const uint32_t att = subpass->pColorAttachments[j].attachment; local
502 const VkFormat format = pCreateInfo->pAttachments[att].format;
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-tools/2.21/
istack-commons-tools-2.21.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 2099 Attachment att = Attachment.restoreAttachmentWithId(context, attId); local
4285 final Attachment att = Attachment.restoreAttachmentWithId(mContext, id); local
4799 final Attachment att = new Attachment(); local
4940 final Attachment att = Attachment.restoreAttachmentWithId(context, attId); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 

Completed in 2373 milliseconds

12 3 4 5 6 7 8 91011>>