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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.h 48 bool specified() const { return true; } function in class:WebCore::FINAL
  /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/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTest.cpp 231 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local
232 EXPECT_EQ(2, specified->delay());
233 EXPECT_EQ(0.5, specified->endDelay());
234 EXPECT_EQ("backwards", specified->fill());
235 EXPECT_EQ(2, specified->iterationStart());
236 EXPECT_EQ(10, specified->iterations());
237 EXPECT_EQ(2, specified->playbackRate());
238 EXPECT_EQ("reverse", specified->direction());
239 EXPECT_EQ("step-start", specified->easing());
288 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing() local
330 RefPtrWillBeRawPtr<AnimationNodeTiming> specified = animation->timing(); local
    [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 255 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/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 105 bool specified; member in struct:WebCore::GradientStop
109 , specified(false)
198 stops[i].specified = true;
204 stops[i].specified = true;
207 stops[i].specified = true;
211 // If a color-stop has a position that is less than the specified position of any
213 // largest specified position of any color-stop before it.
214 if (stops[i].specified && i > 0) {
217 if (stops[prevSpecifiedIndex].specified)
226 ASSERT(stops[0].specified && stops[numStops - 1].specified)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 116 /// LowerConstant - Lower the specified LLVM Constant to an MCExpr.
844 // If the NVVM IR has some of reqntid* specified, then output
846 // If none of reqntid* is specified, don't output reqntid directive.
848 bool specified = false; local
852 specified = true;
856 specified = true;
860 specified = true;
862 if (specified)
866 // If the NVVM IR has some of maxntid* specified, then output
868 // If none of maxntid* is specified, don't output maxntid directive
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 339 specified = False variable in class:Attr
365 return self.specified
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 339 specified = False variable in class:Attr
365 return self.specified
    [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/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /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/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.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 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 4542 milliseconds