HomeSort by relevance Sort by last modified time
    Searched refs:att (Results 1 - 25 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/security/
PKCS12AttributeTest.java 107 PKCS12Attribute att = new PKCS12Attribute(PKCS9_EMAIL_ADDRESS_OID, EXAMPLE_EMAIL_ADDRESS); local
108 assertEquals(PKCS9_EMAIL_ADDRESS_OID, att.getName());
109 assertEquals(EXAMPLE_EMAIL_ADDRESS, att.getValue());
130 PKCS12Attribute att = local
138 PKCS12Attribute att = new PKCS12Attribute(ENCODED_ATTRIBUTE_UTF8_EMAIL_ADDRESS); local
139 assertEquals(PKCS9_EMAIL_ADDRESS_OID, att.getName());
140 assertEquals(EXAMPLE_EMAIL_ADDRESS, att.getValue());
160 PKCS12Attribute att = new PKCS12Attribute( local
162 assertEquals(PKCS9_EMAIL_ADDRESS_OID, att.getName());
163 assertEquals(EXAMPLE_SEQUENCE_OF_EMAILS, att.getValue())
169 PKCS12Attribute att = new PKCS12Attribute( local
180 PKCS12Attribute att = new PKCS12Attribute( local
192 PKCS12Attribute att = new PKCS12Attribute(ENCODED_ATTRIBUTE_CONTENT_TYPE_SIGNED_DATA); local
    [all...]
  /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 61 Attribute att = get(i); local
62 if (att.getName().equals(name)) {
63 return att;
78 Attribute att = get(at); local
79 if (att == attrib) {
90 Attribute att = get(at); local
91 if (att.getName().equals(name)) {
92 return att;
  /external/mesa3d/src/mesa/swrast/
s_texrender.c 30 update_wrapper(struct gl_context *ctx, struct gl_renderbuffer_attachment *att)
32 struct gl_renderbuffer *rb = att->Renderbuffer;
45 if (att->Texture->Target == GL_TEXTURE_1D_ARRAY_EXT) {
49 zOffset = att->Zoffset;
69 * att->Texture->Image[att->CubeMapFace][att->TextureLevel];
73 * \param att the fb attachment point of the texture
80 struct gl_renderbuffer_attachment *att)
82 struct gl_renderbuffer *rb = att->Renderbuffer
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
SAXClassAdapter.java 77 AttributesImpl att = new AttributesImpl(); local
79 att.addAttribute("", "file", "file", "", encode(source));
81 att.addAttribute("", "debug", "debug", "", encode(debug));
83 addElement("source", att);
87 AttributesImpl att = new AttributesImpl(); local
88 att.addAttribute("", "owner", "owner", "", owner);
90 att.addAttribute("", "name", "name", "", name);
92 att.addAttribute("", "desc", "desc", "", desc);
94 addElement("outerclass", att);
146 AttributesImpl att = new AttributesImpl() local
210 AttributesImpl att = new AttributesImpl(); local
262 AttributesImpl att = new AttributesImpl(); local
316 AttributesImpl att = new AttributesImpl(); local
    [all...]
SAXAnnotationAdapter.java 78 AttributesImpl att = new AttributesImpl(); local
80 att.addAttribute("", "name", "name", "", name);
82 att.addAttribute("", "visible", "visible", "", visible > 0
86 att.addAttribute("",
92 att.addAttribute("", "desc", "desc", "", desc);
94 addStart(elementName, att);
176 AttributesImpl att = new AttributesImpl(); local
178 att.addAttribute("", "name", "name", "", name);
180 att.addAttribute("", "desc", "desc", "", desc);
182 att.addAttribute(""
    [all...]
SAXFieldAdapter.java 48 public SAXFieldAdapter(ContentHandler h, AttributesImpl att) {
52 h.startElement("", "field", "field", att);
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 77 Attribute att;
83 att = attributes.findFirst(
86 for (;att != null; att = attributes.findNext(att)) {
87 BaseAnnotations ann = (BaseAnnotations)att;
91 att = attributes.findFirst(
94 for (;att != null; att = attributes.findNext(att)) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/
doxia-module-xhtml-1.0.jar 
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.h 54 enum st_attachment_type att);
  /external/mesa3d/src/mesa/main/
framebuffer.c 220 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local
221 if (att->Renderbuffer) {
222 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL);
224 if (att->Texture) {
225 _mesa_reference_texobj(&att->Texture, NULL);
227 assert(!att->Renderbuffer);
228 assert(!att->Texture);
229 att->Type = GL_NONE;
292 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local
293 if (att->Type == GL_RENDERBUFFER_EXT && att->Renderbuffer)
339 struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local
729 const struct gl_renderbuffer_attachment *att = fb->Attachment; local
945 const struct gl_renderbuffer_attachment *att = &fb->Attachment[i]; local
    [all...]
fbobject.c 380 struct gl_renderbuffer_attachment *att)
382 struct gl_renderbuffer *rb = att->Renderbuffer;
388 if (att->Type == GL_TEXTURE) {
389 assert(att->Texture);
390 _mesa_reference_texobj(&att->Texture, NULL); /* unbind */
391 assert(!att->Texture);
393 if (att->Type == GL_TEXTURE || att->Type == GL_RENDERBUFFER_EXT) {
394 assert(!att->Texture);
395 _mesa_reference_renderbuffer(&att->Renderbuffer, NULL); /* unbind *
550 struct gl_renderbuffer_attachment *att; local
989 struct gl_renderbuffer_attachment *att; local
1229 const struct gl_renderbuffer_attachment *att local
1242 const struct gl_renderbuffer_attachment *att local
2027 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
2468 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
2492 struct gl_renderbuffer_attachment *att = fb->Attachment + i; local
3152 struct gl_renderbuffer_attachment *att; local
3497 struct gl_renderbuffer_attachment *att; local
3630 const struct gl_renderbuffer_attachment *att; local
    [all...]
blit.c 492 const struct gl_renderbuffer_attachment *att; local
494 att = find_attachment(readFb, colorReadRb);
498 if (att && att->Texture) {
500 att->Texture->Name,
501 att->Texture->Target,
502 att->TextureLevel,
503 att->CubeMapFace);
513 att = find_attachment(drawFb, colorDrawRb);
517 if (att && att->Texture)
    [all...]
clear.c 241 const struct gl_renderbuffer_attachment *att = ctx->DrawBuffer->Attachment; local
264 if (att[BUFFER_FRONT_LEFT].Renderbuffer)
266 if (att[BUFFER_FRONT_RIGHT].Renderbuffer)
276 if (att[BUFFER_FRONT_LEFT].Renderbuffer)
278 if (att[BUFFER_BACK_LEFT].Renderbuffer)
280 if (att[BUFFER_BACK_RIGHT].Renderbuffer)
284 if (att[BUFFER_FRONT_LEFT].Renderbuffer)
286 if (att[BUFFER_BACK_LEFT].Renderbuffer)
290 if (att[BUFFER_FRONT_RIGHT].Renderbuffer)
292 if (att[BUFFER_BACK_RIGHT].Renderbuffer
    [all...]
  /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());
  /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...]
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 927 final Attachment att = new Attachment(); local
1334 final Attachment att = Attachment.restoreAttachmentWithId(this, req.mAttachmentId); local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pass.c 69 struct anv_render_pass_attachment *att = &pass->attachments[i]; local
71 att->format = pCreateInfo->pAttachments[i].format;
72 att->samples = pCreateInfo->pAttachments[i].samples;
73 att->usage = 0;
74 att->load_op = pCreateInfo->pAttachments[i].loadOp;
75 att->store_op = pCreateInfo->pAttachments[i].storeOp;
76 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
77 att->initial_layout = pCreateInfo->pAttachments[i].initialLayout;
78 att->final_layout = pCreateInfo->pAttachments[i].finalLayout;
79 att->subpass_usage = usages
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.h 44 enum st_attachment_type att);
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectableChannel.java 164 * the <tt>att</tt> argument is not <tt>null</tt> then the key's attachment
171 * will be <tt>att</tt>.
191 * @param att
219 public abstract SelectionKey register(Selector sel, int ops, Object att)
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousServerSocketChannelImpl.java 110 Object att; local
117 att = acceptAttachment;
129 Invoker.invokeIndirectly(this, handler, att, null, x);
200 Object att = acceptAttachment; local
216 Invoker.invoke(this, handler, att, child, exc);
271 Future<AsynchronousSocketChannel> implAccept(Object att,
280 Invoker.invoke(this, handler, att, null, e);
317 this.acceptAttachment = att;
353 Invoker.invokeIndirectly(this, handler, att, child, exc);
  /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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectableChannelTest.java 73 public SelectionKey register(Selector sel, int ops, Object att)
75 if (null == att) {
  /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);
  /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...]

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>