Searched refs:specified (Results 1 - 25 of 149) sorted by relevance

123456

/external/valgrind/main/none/tests/
H A Dcmdline3.stderr.exp1 valgrind: no program specified
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_elementassociatedattribute.js96 var specified;
108 specified = domesticAttr.specified;
110 assertTrue("acronymTitleSpecified",specified);
H A Dhc_attrspecifiedvalue.js110 state = domesticAttr.specified;
H A Dhc_attrspecifiedvaluechanged.js112 state = streetAttr.specified;
H A Dhc_namednodemapremovenameditem.js79 specified by name.
85 in the removal of the specified attribute.
101 var specified;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_elementassociatedattribute.js96 var specified;
108 specified = domesticAttr.specified;
110 assertTrue("acronymTitleSpecified",specified);
H A Dhc_attrspecifiedvalue.js110 state = domesticAttr.specified;
H A Dhc_attrspecifiedvaluechanged.js112 state = streetAttr.specified;
H A Dhc_namednodemapremovenameditem.js79 specified by name.
85 in the removal of the specified attribute.
101 var specified;
/external/webkit/Source/WebCore/dom/
H A DAttr.idl32 readonly attribute boolean specified;
H A DAttr.h46 bool specified() const { return m_specified; } function in class:WebCore::Attr
61 void setSpecified(bool specified) { m_specified = specified; } argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties11 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
/external/libsepol/src/
H A Davtab.c85 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
220 avtab_search_node_next(avtab_ptr_t node, int specified) argument
[all...]
H A Dassertion.c44 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))
H A Dmls.h62 uint32_t specified, context_struct_t * newcontext);
/external/grub/util/
H A Dgrub-set-default66 # We don't care about what the user specified actually.
72 echo "entry not specified." 1>&2
H A Dgrub-set-default.in66 # We don't care about what the user specified actually.
72 echo "entry not specified." 1>&2
/external/libsepol/include/sepol/policydb/
H A Davtab.h61 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/checkpolicy/test/
H A Ddispol.c94 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
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcanonicalform11.js82 Check that default attributes are made explicitly specified.
122 attrSpecified = attr.specified;
H A Ddocumentadoptnode03.js80 specified and ownerElement attributes of the adopted node.
120 isSpecified = adoptedAttr.specified;
H A Ddocumentadoptnode04.js80 namespaceURI, prefix, specified and ownerElement attributes of the adopted node.
135 isSpecified = adoptedAttr.specified;
H A Ddocumentadoptnode05.js80 specified and ownerElement attributes of the adopted node.
138 isSpecified = adoptedAttr.specified;
/external/webkit/Tools/WebKitTestRunner/qt/
H A DTestControllerQt.cpp101 #error Library path suffix should be specified for this platform
/external/icu4c/extra/uconv/
H A Dmakedata.mak14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
19 !MESSAGE Invalid configuration "$(CFG)" specified.
30 !ERROR An invalid configuration is specified.

Completed in 555 milliseconds

123456