HomeSort by relevance Sort by last modified time
    Searched refs:Attributes (Results 101 - 125 of 278) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
StringResourceMap.java 19 import org.xml.sax.Attributes;
105 public void startElement(String uri, String localName, String qName, Attributes attr) {
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 69 Attributes attributes) {
74 attributes.getValue("name"));
78 attributes.getValue("name"),
79 attributes.getValue("extends"),
80 attributes.getValue("static"));
83 mCurrentClass.addInterface(attributes.getValue("name"));
86 mCurrentMethod = new MethodInfo(attributes.getValue("name"),
87 attributes.getValue("return"));
121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name")
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
JarURLConnectionTest.java 54 java.util.jar.Attributes a = juc.getJarEntry().getAttributes();
55 assertEquals("Returned incorrect Attributes", "SHA MD5", a
56 .get(new java.util.jar.Attributes.Name("Digest-Algorithms")));
202 java.util.jar.Attributes a = juc.getMainAttributes();
203 assertEquals("Returned incorrect Attributes", "1.0", a
204 .get(java.util.jar.Attributes.Name.MANIFEST_VERSION));
242 // same main attributes
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 40 * If there are no attributes the second call can be dropped. If attributes are
68 * Add attributes to the current element
69 * @param atts the attributes to add.
72 public void addAttributes(org.xml.sax.Attributes atts)
118 * but without the attributes.
249 * @param value the attributes value
ToTextSAXHandler.java 29 import org.xml.sax.Attributes;
272 * @see org.xml.sax.ContentHandler#startElement(String, String, String, Attributes)
278 Attributes arg3)
ToTextStream.java 27 import org.xml.sax.Attributes;
106 * contain only attributes with explicit values (specified or
107 * defaulted): #IMPLIED attributes will be omitted.</p>
118 * @param atts The attributes attached to the element, if any.
127 String namespaceURI, String localName, String name, Attributes atts)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterGlobalContext.cpp 77 GraphicsContext3D::Attributes attributes;
78 attributes.preserveDrawingBuffer = true;
79 attributes.premultipliedAlpha = false;
80 attributes.shareResources = true;
81 attributes.preferDiscreteGPU = true;
82 m_context = GraphicsContext3D::create(attributes);
  /external/jdiff/src/jdiff/
APIHandler.java 7 import org.xml.sax.Attributes;
73 java.lang.String qName, Attributes attributes) {
78 String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorInclude.java 40 import org.xml.sax.Attributes;
116 * @param attributes The attributes attached to the element. If
117 * there are no attributes, it shall be an empty
118 * Attributes object.
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
    [all...]
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 30 ULONG Attributes;
36 ULONG Attributes;
157 (p)->Attributes = a; \
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 13 import java.util.jar.Attributes;
305 final Attributes attributes = manifest.getMainAttributes ();
306 if (attributes == null) return null;
308 final String jarMainClass = attributes.getValue (Attributes.Name.MAIN_CLASS);
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 20 import java.util.jar.Attributes;
248 final Attributes attributes = manifest.getMainAttributes (); local
249 if (attributes != null)
254 final String jarClassPath = attributes.getValue (Attributes.Name.CLASS_PATH);
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 26 import org.xml.sax.Attributes;
119 private Attributes currentAttributes;
142 Attributes attributes) throws SAXException {
143 currentAttributes = attributes;
XercesHTMLDocumentBuilderFactory.java 26 import org.xml.sax.Attributes;
119 private Attributes currentAttributes;
142 Attributes attributes) throws SAXException {
143 currentAttributes = attributes;
  /libcore/luni/src/test/java/libcore/xml/
SimpleParserTest.java 21 import org.xml.sax.Attributes;
106 public void startElement(String uri, String localName, String qName, Attributes atts) {
234 String qName, Attributes attributes) {
237 assertNotNull(attributes.getValue("http://www.usa.com",
ExpatSaxParserTest.java 34 import org.xml.sax.Attributes;
65 String qName, Attributes attributes)
141 Attributes attributes) throws SAXException {
146 // Validate attributes.
147 assertEquals(1, attributes.getLength());
148 assertEquals("", attributes.getURI(0));
149 assertEquals("dad", attributes.getLocalName(0));
150 assertEquals("bob", attributes.getValue(0))
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 53 const WebKit::WebGraphicsContext3D::Attributes& attributes,
58 const WebKit::WebGraphicsContext3D::Attributes& attributes);
63 const WebKit::WebGraphicsContext3D::Attributes& attributes);
67 // Convert WebGL context creation attributes into GLInProcessContext / EGL
70 const WebKit::WebGraphicsContext3D::Attributes& attributes,
202 virtual Attributes getContextAttributes()
    [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 65 ULONG Attributes;
74 (p)->Attributes = a;\
235 ULONG Attributes;
471 ULONG Attributes;
494 ULONG Attributes;
568 IN ULONG Attributes,
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 25 import org.xml.sax.Attributes;
131 * supply <var>xmlns</var> attributes. By default, the XML writer will
455 * of xmlns attributes in the document.</p>
577 String qName, Attributes atts)
753 String qName, Attributes atts)
779 * Start a new element without a qname or attributes.
784 * #startElement(String, String, String, Attributes)}
792 * @see #startElement(String, String, String, Attributes)
802 * Start a new element without a qname, attributes or a Namespace URI.
807 * #startElement(String, String, String, Attributes)}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.cpp 75 return FormSubmission::Attributes::parseEncodingType(formEnctypeAttr);
88 return FormSubmission::Attributes::methodString(FormSubmission::Attributes::parseMethodType(formMethodAttr));
  /external/chromium_org/remoting/host/win/
security_descriptor.cc 54 if ((groups->Groups[i].Attributes & SE_GROUP_LOGON_ID) ==
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.h 195 GraphicsContext3D::Attributes m_attributes;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
DefaultHandlerTest.java 21 import org.xml.sax.Attributes;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 33 import org.xml.sax.Attributes;
315 * @param atts The specified or defaulted attributes.
321 String namespaceURI, String localName, String qName, Attributes atts)
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 105 WebGraphicsContext3D::Attributes
107 return WebGraphicsContext3D::Attributes();

Completed in 581 milliseconds

1 2 3 45 6 7 8 91011>>