Searched defs:attributes (Results 1 - 25 of 430) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java36 /** Track the attributes within a scope. A named scoped has just its list
37 * of attributes. Each rule has potentially 3 scopes: return values,
45 * of predefined attributes. I keep this out of the runtime.Token
83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap(); field in class:AttributeScope
108 /** From a chunk of text holding the definitions of the attributes,
110 * the list of attributes for this scope. Pass in the character
133 attributes.put(attr.name, attr);
138 attributes.put(name, new Attribute(name,decl));
159 return (Attribute)attributes.get(name);
162 /** Used by templates to get all attributes */
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java216 public Struct createStruct(String typeName, Object[] attributes) argument
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java55 * attributes available to the Log instance, if it so desires.</p>
201 * Configuration attributes.
203 protected Hashtable attributes = new Hashtable(); field in class:LogFactoryImpl
275 return (attributes.get(name));
282 * configuration attributes. If there are no such attributes, a zero
288 Enumeration keys = attributes.keys();
319 * using the factory's current set of configuration attributes.</p>
369 attributes.remove(name);
405 attributes
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorAttributeSet.java51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
92 * @param attributes The specified or defaulted attributes.
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorDecimalFormat.java51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFuncResult.java46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
51 super.startElement(handler, uri, localName, rawName, attributes);
45 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFunction.java62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
72 super.startElement(handler, uri, localName, rawName, attributes);
74 String val = attributes.getValue("name");
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorInclude.java116 * @param attributes The attributes attached to the element. If
117 * there are no attributes, it shall be an empty
124 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
129 setPropertiesFromAttributes(handler, rawName, attributes, this);
158 parse(handler, uri, localName, rawName, attributes);
184 * @param attributes The list of attributes on the xsl:include or xsl:import element.
190 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
123 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
189 parse( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorKey.java60 * @param attributes The attributes attached to the element. If
61 * there are no attributes, it shall be an empty
65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
73 setPropertiesFromAttributes(handler, rawName, attributes, kd);
83 * @param attributes The list of attributes.
87 StylesheetHandler handler, String rawName, Attributes attributes,
97 int nAttrs = attributes.getLength();
101 String attrUri = attributes
64 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
86 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, org.apache.xalan.templates.ElemTemplateElement target) argument
[all...]
H A DProcessorLRE.java66 * @param attributes The specified or defaulted attributes.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
119 int n = attributes.getLength();
123 String attrLocalName = attributes.getLocalName(i);
124 String attrUri = attributes.getURI(i);
125 String value = attributes.getValue(i);
130 attributes.getType(i),
131 attributes.getValue(i));
142 attributes
68 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DProcessorNamespaceAlias.java57 * @param attributes The attributes attached to the element. If
58 * there are no attributes, it shall be an empty
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
68 setPropertiesFromAttributes(handler, rawName, attributes, na);
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorOutputElem.java43 * being set from the attributes, and then nulled after that operation
179 * @param attributes The attributes attached to the element. If
180 * there are no attributes, it shall be an empty
186 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
195 setPropertiesFromAttributes(handler, rawName, attributes, this);
185 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorPreserveSpace.java54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
60 Attributes attributes)
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStripSpace.java54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStylesheetElement.java55 * @param attributes The attributes attached to the element. If
56 * there are no attributes, it shall be an empty
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 super.startElement(handler, uri, localName, rawName, attributes);
106 setPropertiesFromAttributes(handler, rawName, attributes,
59 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorTemplateElem.java46 * @param attributes The specified or defaulted attributes.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
53 super.startElement(handler, uri, localName, rawName, attributes);
78 setPropertiesFromAttributes(handler, rawName, attributes, elem);
48 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DStylesheetHandler.java567 * @param attributes The specified or defaulted attributes.
572 String uri, String localName, String rawName, Attributes attributes)
600 // checkForFragmentID(attributes);
611 checkForFragmentID(attributes);
618 pushSpaceHandling(attributes);
626 elemProcessor.startElement(this, uri, localName, rawName, attributes);
1071 * @param attributes The specified or defaulted attributes.
1073 private void checkForFragmentID(Attributes attributes) argument
571 startElement( String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DXSLTElementDef.java51 * @param attributes An array of allowed attribute defs, or null.
56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
59 build(namespace, name, nameAlias, elements, attributes, contentHandler,
79 * @param attributes An array of allowed attribute defs, or null.
85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
89 build(namespace, name, nameAlias, elements, attributes, contentHandler,
110 * @param attributes An array of allowed attribute defs, or null.
117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
122 elements, attributes,
134 * @param attributes A
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required) argument
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required) argument
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, int order, boolean multiAllowed) argument
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, boolean has_order, int order, boolean multiAllowed) argument
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_order, int order, boolean multiAllowed) argument
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, int order, boolean multiAllowed) argument
263 build(String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
[all...]
H A DXSLTElementProcessor.java155 * @param attributes The specified or defaulted attributes.
158 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
260 * @param attributes The list of attributes.
264 StylesheetHandler handler, String rawName, Attributes attributes,
268 setPropertiesFromAttributes(handler, rawName, attributes, target, true);
277 * @param attributes The list of attributes.
281 * @return the attributes no
157 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
263 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, ElemTemplateElement target) argument
285 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, ElemTemplateElement target, boolean throwError) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java1024 * @param attributes The specified or defaulted attributes.
1032 String uri, String localName, String qName, Attributes attributes)
1073 m_resultContentHandler.startElement(uri, localName, qName, attributes);
1031 startElement( String uri, String localName, String qName, Attributes attributes) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java1350 * Implementations that do not know whether attributes are of type ID or
1846 * @param attributes The specified or defaulted attributes.
1852 String uri, String localName, String qName, Attributes attributes)
1858 + localName + ", qname: "+qName+", atts: " + attributes);
1861 if(DEBUG_ATTRS & attributes!=null)
1863 int n = attributes.getLength();
1867 System.out.println("\t attr: uri: " + attributes.getURI(i) +
1868 ", localname: " + attributes.getLocalName(i) +
1869 ", qname: " + attributes
1851 startElement( String uri, String localName, String qName, Attributes attributes) argument
[all...]
H A DSAX2DTM2.java794 * all ancestors, attributes, and namespace nodes.
2077 * @param attributes The specified or defaulted attributes.
2082 public void startElement(String uri, String localName, String qName, Attributes attributes) argument
2135 int n = attributes.getLength();
2139 String attrUri = attributes.getURI(i);
2140 String attrQName = attributes.getQName(i);
2141 String valString = attributes.getValue(i);
2145 String attrLocalName = attributes.getLocalName(i);
2161 if (m_buildIdIndex && attributes
[all...]
/external/bison/lib/glthread/
H A Dlock.c286 pthread_mutexattr_t attributes; local
289 err = pthread_mutexattr_init (&attributes);
292 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
295 pthread_mutexattr_destroy (&attributes);
298 err = pthread_mutex_init (lock, &attributes);
301 pthread_mutexattr_destroy (&attributes);
304 err = pthread_mutexattr_destroy (&attributes);
315 pthread_mutexattr_t attributes; local
318 err = pthread_mutexattr_init (&attributes);
321 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIV
[all...]

Completed in 611 milliseconds

1234567891011>>