HomeSort by relevance Sort by last modified time
    Searched defs:specified (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/dom/
Attr.h 46 bool specified() const { return m_specified; } function in class:WebCore::Attr
60 void setSpecified(bool specified) { m_specified = specified; }
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 23 * <p>The <em>specified</em> flag for each attribute will always
27 * always be false, except for defaulted attributes (<em>specified</em>
41 private boolean specified []; field in class:Attributes2Impl
50 specified = new boolean[0];
58 * <em>specified</em> and <em>declared</em> flags for each
125 * Returns the current value of an attribute's "specified" flag.
137 return specified [index];
142 * Returns the current value of an attribute's "specified" flag.
159 return specified [index];
164 * Returns the current value of an attribute's "specified" flag
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 35 @property(readonly) BOOL specified; variable
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 196 opts.addError (formatMessage ("option \'" + optName + "\' cannot be specified more than once"));
225 // value specified explicitly using the <name>separator<value> syntax:
332 final IOpt [] specified = opts.getOpts (); local
333 if (specified != null)
335 // validation: all required parameters must be specified
340 for (int s = 0; s < specified.length; ++ s)
342 required.remove (specified [s].getCanonicalName ());
353 for (int s = 0; s < specified.length; ++ s)
355 final IOpt opt = specified [s];
    [all...]
  /external/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 82 milliseconds