OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:validating
(Results
126 - 150
of
669
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
hasAttributeNS04.java
56
org.w3c.domts.DocumentBuilderSetting.
validating
importNode07.java
61
org.w3c.domts.DocumentBuilderSetting.
validating
namednodemapremovenameditemns02.java
59
org.w3c.domts.DocumentBuilderSetting.
validating
namespaceURI01.java
58
org.w3c.domts.DocumentBuilderSetting.
validating
nodesetprefix04.java
54
org.w3c.domts.DocumentBuilderSetting.
validating
/libcore/ojluni/src/main/java/java/util/
FormattableFlags.java
32
* responsible for interpreting and
validating
any flags.
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftotval.h
5
/* FreeType API for
validating
OpenType tables (specification). */
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java
17
* <li><b>non-
validating
</b> parser as defined in XML 1.0 spec when
19
* <li><b>
validating
parser</b> as defined in XML 1.0 spec when
23
* then parser behaves like XML 1.0 compliant non-
validating
parser under condition that
49
* (when in
validating
mode next() will not report ignorable whitespace, use nextToken() instead)
267
* For non-
validating
270
*
Validating
parsers may be able to detect ignorable whitespace at
684
* <p><b>Please note:</b> non-
validating
parsers are not
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java
458
* ignorableWhitespace() method rather than this one (
validating
559
* <p>
Validating
Parsers must use this method to report each chunk
561
* section 2.10): non-
validating
parsers may also use this method
674
* ignorableWhitespace() method rather than this one (
validating
783
* skipped. Non-
validating
processors may skip entities if they
DefaultErrorHandler.java
129
* of the W3C XML 1.0 Recommendation. For example, a
validating
210
* of the W3C XML 1.0 Recommendation. For example, a
validating
/libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java
36
* and for reporting skipped entities (in non-
validating
XML
320
* method rather than this one (
validating
parsers <em>must</em>
338
* <p>
Validating
Parsers must use this method to report each chunk
340
* recommendation, section 2.10): non-
validating
parsers may also
399
* skipped. Non-
validating
processors may skip entities if they
/docs/source.android.com/src/devices/tech/connect/
ril.jd
273
<h3 id="validate-error">
Validating
enhanced RIL error codes</h3>
279
<h3 id="validate-version">
Validating
enhanced RIL versioning</h3>
285
<h3 id="validate-wakelocks">
Validating
redesigned wakelocks</h3>
/external/expat/doc/
xmlwf.sgml
84
non-
validating
.
133
<command>&dhpackage;</command> is a non-
validating
parser --
325
Non-
validating
parsers are not required to resolve external
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvkern.c
694
GXV_NAME_ENTER( "
validating
coverage" );
857
FT_TRACE3(( "
validating
`kern' table\n" ));
887
GXV_TRACE(( "
validating
subtable %d/%d\n", i, nTables ));
/external/libxml2/doc/
Makefile.am
262
echo "
Validating
the HTML Web pages" ; \
280
echo "
Validating
the HTML API pages" ; \
288
echo "
Validating
the resulting XHTML pages" ; \
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py
171
Validating
Parsers must use this method to report each chunk
173
section 2.10): non-
validating
parsers may also use this method
197
skipped. Non-
validating
processors may skip entities if they
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
handler.py
171
Validating
Parsers must use this method to report each chunk
173
section 2.10): non-
validating
parsers may also use this method
197
skipped. Non-
validating
processors may skip entities if they
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py
171
Validating
Parsers must use this method to report each chunk
173
section 2.10): non-
validating
parsers may also use this method
197
skipped. Non-
validating
processors may skip entities if they
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py
171
Validating
Parsers must use this method to report each chunk
173
section 2.10): non-
validating
parsers may also use this method
197
skipped. Non-
validating
processors may skip entities if they
/external/jcommander/src/main/java/com/beust/jcommander/
ParameterDescription.java
283
p("
Validating
value parameter:" + name + " value:" + value + " validator:" + validator);
298
p("
Validating
parameter:" + name + " value:" + value + " validator:" + validator);
/external/jetty/src/java/org/eclipse/jetty/webapp/
WebDescriptor.java
259
public void setValidating (boolean
validating
)
261
_validating =
validating
;
/external/libxml2/
check-relaxng-test-suite2.py
96
# print "
validating
instance %d line %d leaks" % (
151
# print "
validating
instance %d line %d leaks %d bytes" % (
check-xsddata-test-suite.py
95
print "
validating
instance %d line %d leaks" % (
149
# print "
validating
instance %d line %d leaks" % (
/external/selinux/libselinux/src/
label.c
209
if (!rec->
validating
|| contexts->validated)
334
rec->
validating
= selabel_is_validate_set(opts, nopts);
label_file.h
441
if (rec->
validating
&&
468
if (strcmp(context, "<<none>>") && rec->
validating
)
Completed in 969 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>