HomeSort by relevance Sort by last modified time
    Searched refs:specified (Results 1 - 25 of 350) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
cmdline3.stderr.exp 1 valgrind: no program 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...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementassociatedattribute.java 70 boolean specified;
76 specified = domesticAttr.getSpecified();
77 assertTrue("domesticSpecified", specified);
hc_elementassociatedattribute.java 67 boolean specified;
73 specified = domesticAttr.getSpecified();
74 assertTrue("acronymTitleSpecified", specified);
namednodemapremovenameditem.java 32 * specified by name.
38 * in the removal of the specified attribute and
79 boolean specified;
89 specified = streetAttr.getSpecified();
90 assertFalse("attrNotSpecified", specified);
hc_namednodemapremovenameditem.java 32 * specified by name.
38 * in the removal of the specified attribute.
72 boolean specified;
  /external/webkit/Source/WebCore/dom/
Attr.idl 32 readonly attribute boolean specified;
Attr.h 46 bool specified() const { return m_specified; } function in class:WebCore::Attr
61 void setSpecified(bool specified) { m_specified = specified; }
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode01.java 37 * The ownerElement is set to null. Specified flag is set to true.
83 boolean specified;
107 specified = ((Attr) /*Node */aNode).getSpecified();
108 assertTrue("specified", specified);
  /external/webkit/LayoutTests/fast/dom/Attr/script-tests/
access-after-element-destruction.js 25 shouldBe("attributes.item(0).specified", "true");
45 shouldBe("attr.specified", "true");
  /external/grub/util/
grub-set-default 66 # We don't care about what the user specified actually.
72 echo "entry not specified." 1>&2
grub-set-default.in 66 # We don't care about what the user specified actually.
72 echo "entry not specified." 1>&2
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatareplacedataexceedslengthofarg.js 79 characters starting at the specified offset with the
80 specified string. Test the situation where the length
81 of the arg string is greater than the specified offset.
88 specified string is greater that the specified offset.
hc_elementassociatedattribute.js 96 var specified;
108 specified = domesticAttr.specified;
110 assertTrue("acronymTitleSpecified",specified);
hc_namednodemapremovenameditem.js 79 specified by name.
85 in the removal of the specified attribute.
101 var specified;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatareplacedataexceedslengthofarg.js 79 characters starting at the specified offset with the
80 specified string. Test the situation where the length
81 of the arg string is greater than the specified offset.
88 specified string is greater that the specified offset.
hc_elementassociatedattribute.js 96 var specified;
108 specified = domesticAttr.specified;
110 assertTrue("acronymTitleSpecified",specified);
hc_namednodemapremovenameditem.js 79 specified by name.
85 in the removal of the specified attribute.
101 var specified;
  /build/core/tasks/
ide.mk 29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
  /external/icu4c/extra/uconv/
makedata.mak 14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
19 !MESSAGE Invalid configuration "$(CFG)" specified.
30 !ERROR An invalid configuration is specified.
  /external/v8/tools/
profile.js 43 * Returns whether a function with the specified name must be skipped.
79 * Called whenever the specified operation has failed finding a function
80 * containing the specified address. Should be overriden by subclasses.
282 * Calculates a top down profile for a node with the specified label.
283 * If no name specified, returns the whole top down calls tree.
293 * Calculates a bottom up profile for a node with the specified label.
294 * If no name specified, returns the whole bottom up calls tree.
323 * the specified label. If no name specified, starts from the root.
509 * Adds the specified call path, constructing nodes as necessary
    [all...]
  /external/mesa3d/docs/
MESA_window_pos.spec 106 Not specified at this time. However, a protocol message very similar
  /external/webkit/Tools/WebKitTestRunner/qt/
TestControllerQt.cpp 101 #error Library path suffix should be specified for this platform
  /frameworks/base/media/libstagefright/
Android.mk 104 # See if the user has specified a stack they want to use
112 # No HTTP stack is specified, pickup the one we want as default.
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 366 (** [module_context m] returns the context of the specified module.
557 (** [type_by_name m name] returns the specified type from the current module
    [all...]

Completed in 1045 milliseconds

1 2 3 4 5 6 7 8 91011>>