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

  /external/webkit/Source/WebCore/dom/
Attr.h 46 bool specified() const { return m_specified; } function in class:WebCore::Attr
61 void setSpecified(bool specified) { m_specified = specified; }
  /libcore/luni/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
49 specified = EmptyArray.BOOLEAN;
56 * <em>specified</em> and <em>declared</em> flags for each
123 * Returns the current value of an attribute's "specified" flag.
135 return specified [index];
140 * Returns the current value of an attribute's "specified" flag.
157 return specified [index];
162 * Returns the current value of an attribute's "specified" flag
    [all...]
  /external/libsepol/include/sepol/policydb/
avtab.h 61 uint16_t specified; /* what fields are specified */ member in struct:avtab_key
118 extern avtab_ptr_t avtab_search_node_next(avtab_ptr_t node, int specified);
policydb.h 241 uint32_t specified; member in struct:avrule
  /external/libsepol/src/
avtab.c 85 uint16_t specified = local
86 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
97 (specified & cur->key.specified))
118 * key/specified mask into the table, as needed by the conditional avtab.
126 uint16_t specified = local
127 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
137 (specified & cur->key.specified))
158 uint16_t specified local
193 uint16_t specified = local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 104 bool specified; member in struct:WebCore::GradientStop
108 , specified(false)
172 stops[i].specified = true;
178 stops[i].specified = true;
181 stops[i].specified = true;
185 // If a color-stop has a position that is less than the specified position of any
187 // largest specified position of any color-stop before it.
188 if (stops[i].specified && i > 0) {
191 if (stops[prevSpecifiedIndex].specified)
200 ASSERT(stops[0].specified && stops[numStops - 1].specified)
    [all...]
  /external/webkit/Source/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 454 milliseconds