Searched defs:attrName (Results 1 - 25 of 57) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500NameStyle.java28 * @param attrName the string to match.
31 ASN1ObjectIdentifier attrNameToOID(String attrName); argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DAttrResourceLoader.java41 public String convertValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue) { argument
43 String className = findKnownAttrClass(attrName, viewClass, isSystem);
44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem));
47 public boolean hasAttributeFor(Class<? extends View> viewClass, String namespace, String attrName) { argument
49 return findKnownAttrClass(attrName, viewClass, isSystem) != null;
52 private String findKnownAttrClass(String attrName, Class<?> clazz, boolean isSystem) { argument
58 if (knownClassAttrs.contains(key(className, attrName, isSystem))) {
66 private String key(String viewName, String attrName, String name, boolean isSystem) { argument
67 return key(viewName, attrName, isSystem) + "#" + name;
70 private String key(String viewName, String attrName, boolea argument
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java72 @param attrName Name (Qname) of the attribute
77 public void attribute(String elemName, String attrName, argument
81 throw new Error("Attribute " + attrName +
85 e.setAttribute(attrName, type, value);
H A DPYXWriter.java33 private String attrName; // saved attribute name field in class:PYXWriter
38 theWriter.println(attrName);
39 attrName = null;
46 attrName = new String(buff, offset, length);
52 attrName = null;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStyle.java305 public ASN1ObjectIdentifier attrNameToOID(String attrName) argument
307 return IETFUtils.decodeAttrName(attrName, defaultLookUp);
H A DRFC4519Style.java203 public ASN1ObjectIdentifier attrNameToOID(String attrName) argument
205 return IETFUtils.decodeAttrName(attrName, defaultLookUp);
/external/clang/include/clang/Sema/
H A DAttributeList.h237 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, argument
241 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
252 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, argument
261 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
275 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, argument
281 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
294 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, argument
298 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
313 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, argument
316 : AttrName(attrName), ScopeNam
326 AttributeList(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, IdentifierInfo *getterId, IdentifierInfo *setterId, Syntax syntaxUsed) argument
[all...]
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp185 StringRef attrName; member in class:__anon3365::Argument
192 attrName(Attr), isOpt(false), Fake(false) {
207 StringRef getAttrName() const { return attrName; }
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c556 GLuint attrName = bsearchStr (attr[i], optAttr, OA_COUNT); local
557 if (attrName >= OA_COUNT)
559 attrVal[attrName] = attr[i+1];
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp312 static bool LocPropertyAttribute( ASTContext &Context, const char *attrName, argument
333 if (Tok.is(tok::raw_identifier) && Tok.getRawIdentifier() == attrName) {
/external/libxml2/
H A Dcatalog.c1132 * @attrName: the attribute holding the value
1144 const xmlChar *name, const xmlChar *attrName,
1154 if (attrName != NULL) {
1155 nameValue = xmlGetProp(cur, attrName);
1158 "%s entry lacks '%s'\n", name, attrName, NULL);
1143 xmlParseXMLCatalogOneNode(xmlNodePtr cur, xmlCatalogEntryType type, const xmlChar *name, const xmlChar *attrName, const xmlChar *uriAttrName, xmlCatalogPrefer prefer, xmlCatalogEntryPtr cgroup) argument
H A Dparser.c6088 const xmlChar *attrName; local
6116 attrName = xmlParseName(ctxt);
6117 if (attrName == NULL) {
6180 ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName,
6188 xmlAddDefAttrs(ctxt, elemName, attrName, defaultValue);
6191 xmlAddSpecialAttr(ctxt, elemName, attrName, type);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 570 milliseconds

123