Searched refs:Attributes (Results 1 - 25 of 129) sorted by relevance

123456

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java9 public class Attributes class in inherits:ASN1Object
14 private Attributes(ASN1Set set) method in class:Attributes
19 public Attributes(ASN1EncodableVector v) method in class:Attributes
24 public static Attributes getInstance(Object obj)
26 if (obj instanceof Attributes)
28 return (Attributes)obj;
32 return new Attributes(ASN1Set.getInstance(obj));
40 * Attributes ::=
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DAttributesTest.java26 import java.util.jar.Attributes;
30 private Attributes a;
34 a = new Attributes();
42 * @tests java.util.jar.Attributes#Attributes(java.util.jar.Attributes)
45 Attributes a2 = new Attributes(a);
52 * @tests java.util.jar.Attributes#clear()
64 * @tests java.util.jar.Attributes#containsKe
[all...]
H A DAttributesNameTest.java20 import java.util.jar.Attributes;
27 * @tests java.util.jar.Attributes.Name#Name(java.lang.String)
32 new Attributes.Name(
H A DZipExecTest.java23 import java.util.jar.Attributes;
42 Attributes att = man.getMainAttributes();
43 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
44 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
83 Attributes att = man.getMainAttributes();
84 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
85 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
86 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
111 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barZip.getName());
125 att.put(Attributes
[all...]
H A DJarExecTest.java23 import java.util.jar.Attributes;
45 Attributes att = man.getMainAttributes();
46 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
47 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
85 Attributes att = man.getMainAttributes();
86 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
87 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
88 att.put(Attributes.Name.CLASS_PATH, barJar.getName());
111 att.put(Attributes.Name.CLASS_PATH, "xx yy zz " + barJar.getName());
123 att.put(Attributes
[all...]
H A DJarOutputStreamTest.java24 import java.util.jar.Attributes;
58 Attributes att = newman.getMainAttributes();
59 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
60 att.put(Attributes.Name.MAIN_CLASS, element);
111 Attributes att = man.getMainAttributes();
112 att.put(Attributes.Name.MANIFEST_VERSION, "1.0");
113 att.put(Attributes.Name.MAIN_CLASS, "foo.bar.execjartest.Foo");
114 att.put(Attributes.Name.CLASS_PATH, barZip.getName());
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorUnknown.java23 import org.xml.sax.Attributes;
H A DProcessorDecimalFormat.java24 import org.xml.sax.Attributes;
53 * Attributes object.
58 * @see org.xml.sax.Attributes
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
H A DProcessorAttributeSet.java28 import org.xml.sax.Attributes;
53 * Attributes object.
58 * @see org.xml.sax.Attributes
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
H A DProcessorExsltFuncResult.java29 import org.xml.sax.Attributes;
46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
H A DProcessorNamespaceAlias.java25 import org.xml.sax.Attributes;
59 * Attributes object.
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
H A DProcessorPreserveSpace.java29 import org.xml.sax.Attributes;
56 * Attributes object.
60 Attributes attributes)
/external/llvm/bindings/python/llvm/
H A Denumerations.py22 'Attributes',
33 Attributes = [ variable
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLContextAttributes.h44 static PassRefPtr<WebGLContextAttributes> create(GraphicsContext3D::Attributes attributes);
75 GraphicsContext3D::Attributes attributes() const;
79 WebGLContextAttributes(GraphicsContext3D::Attributes attributes);
82 GraphicsContext3D::Attributes m_attrs;
H A DWebGLContextAttributes.cpp40 PassRefPtr<WebGLContextAttributes> WebGLContextAttributes::create(GraphicsContext3D::Attributes attributes)
50 WebGLContextAttributes::WebGLContextAttributes(GraphicsContext3D::Attributes attributes)
120 GraphicsContext3D::Attributes WebGLContextAttributes::attributes() const
/external/clang/include/clang/Basic/
H A DBuiltins.h49 const char *Name, *Type, *Attributes, *HeaderName; member in struct:clang::Builtin::Info
55 !strcmp(Attributes, RHS.Attributes);
94 return strchr(GetRecord(ID).Attributes, 'c') != 0;
99 return strchr(GetRecord(ID).Attributes, 'n') != 0;
104 return strchr(GetRecord(ID).Attributes, 'r') != 0;
109 return strchr(GetRecord(ID).Attributes, 'j') != 0;
115 return strchr(GetRecord(ID).Attributes, 'u') != 0;
121 return strchr(GetRecord(ID).Attributes, 'F') != 0;
128 return strchr(GetRecord(ID).Attributes, '
[all...]
/external/smack/src/com/kenai/jbosh/
H A DCMSessionParams.java85 resp.getAttribute(Attributes.ACK));
86 String rid = req.getAttribute(Attributes.RID);
91 getRequiredAttribute(resp, Attributes.SID)),
93 getRequiredAttribute(resp, Attributes.WAIT)),
95 resp.getAttribute(Attributes.VER)),
97 resp.getAttribute(Attributes.POLLING)),
99 resp.getAttribute(Attributes.INACTIVITY)),
101 resp.getAttribute(Attributes.REQUESTS)),
103 resp.getAttribute(Attributes.HOLD)),
105 resp.getAttribute(Attributes
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerTrace.java23 import org.xml.sax.Attributes;
123 public void fireGenerateEvent(int eventType, String name, Attributes atts);
/external/clang/lib/Basic/
H A DBuiltins.cpp54 if (!LangOpts.NoBuiltin || !strchr(BuiltinInfo[i].Attributes, 'f')) {
62 if (!LangOpts.NoBuiltin || !strchr(TSRecords[i].Attributes, 'f'))
71 if (!NoBuiltins || !strchr(BuiltinInfo[i].Attributes, 'f'))
76 if (!NoBuiltins || !strchr(TSRecords[i].Attributes, 'f'))
87 const char *Printf = strpbrk(GetRecord(ID).Attributes, "pP");
106 const char *Scanf = strpbrk(GetRecord(ID).Attributes, "sS");
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp151 unsigned Attributes = ODS.getPropertyAttributes(); local
154 Attributes |= deduceWeakPropertyFromType(*this, T);
156 bool isReadWrite = ((Attributes & ObjCDeclSpec::DQ_PR_readwrite) ||
158 !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
161 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) ||
163 !(Attributes & ObjCDeclSpec::DQ_PR_retain) &&
164 !(Attributes & ObjCDeclSpec::DQ_PR_strong) &&
165 !(Attributes & ObjCDeclSpec::DQ_PR_copy) &&
166 !(Attributes & ObjCDeclSpec::DQ_PR_unsafe_unretained) &&
167 !(Attributes
254 makePropertyAttributesAsWritten(unsigned Attributes) argument
325 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
502 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
723 unsigned Attributes = property->getPropertyAttributesAsWritten(); local
1744 unsigned Attributes = Property->getPropertyAttributes(); local
2019 CheckObjCPropertyAttributes(Decl *PDecl, SourceLocation Loc, unsigned &Attributes, bool propertyInPrimaryClass) argument
[all...]
/external/webkit/Source/WebCore/loader/
H A DFormSubmission.h50 class Attributes { class in class:WebCore::FormSubmission
51 WTF_MAKE_NONCOPYABLE(Attributes);
53 Attributes() function in class:WebCore::FormSubmission::Attributes
76 void copyFrom(const Attributes&);
88 static PassRefPtr<FormSubmission> create(HTMLFormElement*, const Attributes&, PassRefPtr<Event> event, bool lockHistory, FormSubmissionTrigger);
113 // FIXME: Hold an instance of Attributes instead of individual members.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DClassCache.java11 import java.util.jar.Attributes;
18 private static final Attributes.Name VERSION_ATTRIBUTE = new Attributes.Name("version");
31 Attributes attributes = manifest.getEntries().get("robolectric");
51 Attributes attributes = new Attributes();
/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
H A DSAXUtil.java37 import org.xml.sax.Attributes;
126 public static Vector3f parseVector3(Attributes attribs) throws SAXException{
133 public static ColorRGBA parseColor(Attributes attribs) throws SAXException{
/external/llvm/unittests/IR/
H A DAttributesTest.cpp1 //===- llvm/unittest/IR/AttributesTest.cpp - Attributes unit tests --------===//
10 #include "llvm/IR/Attributes.h"
17 TEST(Attributes, Uniquing) {
/external/webkit/Source/WebCore/wml/
H A DWMLGoElement.h53 FormSubmission::Attributes m_formAttributes;

Completed in 448 milliseconds

123456