HomeSort by relevance Sort by last modified time
    Searched refs:specified (Results 1 - 25 of 399) 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; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 11 RSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\!
15 RSSFeedCommon.ProjectError=Error: no project name specified, eg., EMF or WTP\!
16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\!
27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
28 RSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\!
29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\!
54 RSSFeedPublisherTask.ErrorInvalidFile=Error: invalid feed file 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/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...]
assertion.c 44 avkey.specified = AVTAB_ALLOWED;
47 node = avtab_search_node_next(node, avkey.specified)) {
53 node = avtab_search_node_next(node, avkey.specified)) {
115 if (!(a->specified & AVRULE_NEVERALLOW))
mls.h 62 uint32_t specified, context_struct_t * newcontext);
  /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/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);
  /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);
  /external/checkpolicy/test/
dispol.c 94 specified &
98 specified &
105 if (key->specified & AVTAB_ENABLED)
107 else if (!(key->specified & AVTAB_ENABLED))
111 if (key->specified & AVTAB_AV) {
112 if (key->specified & AVTAB_ALLOWED) {
118 if (key->specified & AVTAB_AUDITALLOW) {
124 if (key->specified & AVTAB_AUDITDENY) {
132 } else if (key->specified & AVTAB_TYPE) {
133 if (key->specified & AVTAB_TRANSITION)
    [all...]
  /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.

Completed in 922 milliseconds

1 2 3 4 5 6 7 8 91011>>