OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parsing
(Results
51 - 75
of
4598
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jsilver/src/com/google/streamhtmlparser/
Parser.java
21
* will support. This is then extended for HTML and Javascript
parsing
.
39
* on an unrecoverable
parsing
error.
42
* @throws ParseException if an unrecoverable error occurred during
parsing
48
* on an unrecoverable
parsing
error.
51
* @throws ParseException if an unrecoverable error occurred during
parsing
63
* and the caller may want to continue
parsing
until {@link #parse(String)}
/external/chromium/chrome/browser/autofill/
autofill_xml_parser.h
24
// Returns true if no
parsing
errors were encountered.
29
// |context| is a
parsing
context used to resolve element/attribute names.
34
// |context| is a
parsing
context used to resolve element/attribute names.
41
// The callback for
parsing
errors.
42
// |context| is a
parsing
context used to resolve names.
43
// |error_code| is a code representing the
parsing
error.
46
// True if
parsing
succeeded.
52
// The XML parse handler for
parsing
Autofill query responses. A typical
73
// |context| is a
parsing
context used to resolve element/attribute names.
81
// |context| is the current
parsing
context
[
all
...]
/external/chromium_org/chrome/browser/extensions/
webstore_data_fetcher_delegate.h
23
// Invoked when the web store response
parsing
is successful. Delegate takes
28
// Invoked when the web store response
parsing
is failed.
/external/chromium_org/tools/grit/grit/tool/
test.py
15
return 'A do-nothing tool for testing command-line
parsing
.'
18
print 'NOTE This tool is only for testing the
parsing
of global options and'
/external/clang/test/Parser/
cxx0x-member-initializers.cpp
3
// Make sure we don't run off the end of the stream when
parsing
a deferred
24
// Test correct
parsing
.
/development/samples/browseable/TextLinkify/
_index.jd
13
<li>
Parsing
a String as HTML</li>
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeRuleReturnScope.js
3
* when you are
parsing
trees. To be generic the tree node types
/external/chromium_org/components/autofill/core/browser/
autofill_regexes.h
10
//
Parsing
utilities.
/external/oprofile/libutil/
op_cpufreq.h
21
*
parsing
/proc/cpuinfo, return 0 if this information
/external/wpa_supplicant_8/hostapd/logwatch/
README
3
analyzer script for
parsing
hostapd system log entries for logwatch.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_pass2.py
11
# test in/out equivalence and
parsing
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_pass2.py
11
# test in/out equivalence and
parsing
/external/chromium/chrome/common/web_resource/
web_resource_unpacker.h
10
// just
parsing
a JSON feed.
31
// This does the actual
parsing
. In case of an error, error_message_
47
// Holds the result of JSON
parsing
of resource_data_.
/external/chromium_org/chrome/browser/extensions/updater/
safe_manifest_parser.h
18
// Utility class to handle doing xml
parsing
in a sandboxed utility process.
30
// Posts a task over to the IO loop to start the
parsing
of xml_ in a
37
// Creates the sandboxed utility process and tells it to start
parsing
.
/external/chromium_org/chrome/utility/
web_resource_unpacker.h
10
// just
parsing
a JSON feed.
32
// This does the actual
parsing
. In case of an error, error_message_
48
// Holds the result of JSON
parsing
of resource_data_.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
errors.py
15
"""Base class for message
parsing
errors."""
19
"""Error while
parsing
headers."""
36
# These are
parsing
defects which the parser was able to work around.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
errors.py
15
"""Base class for message
parsing
errors."""
19
"""Error while
parsing
headers."""
36
# These are
parsing
defects which the parser was able to work around.
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java
268
// fail("SAXException was thrown during
parsing
");
270
// fail("ParserConfigurationException was thrown during
parsing
");
272
// fail("IOException was thrown during
parsing
");
283
// fail("SAXException was thrown during
parsing
");
285
// fail("ParserConfigurationException was thrown during
parsing
");
287
// fail("IOEXception was thrown during
parsing
: " + ioe.getMessage());
299
// fail("SAXException was thrown during
parsing
");
301
// fail("ParserConfigurationException was thrown during
parsing
");
303
// fail("IOException was thrown during
parsing
");
314
// fail("SAXException was thrown during
parsing
");
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java
41
* Parses the Android Manifest, and returns an object containing the result of the
parsing
.
43
* This method can also gather XML error during the
parsing
. This is done by using an
50
* @param gatherData indicates whether the
parsing
will extract data from the manifest. If null,
54
* @return an {@link ManifestData} or null if the
parsing
failed.
82
* Parses the Android Manifest, and returns an object containing the result of the
parsing
.
84
* This method can also gather XML error during the
parsing
. This is done by using an
91
* @param gatherData indicates whether the
parsing
will extract data from the manifest. If null,
95
* @return an {@link ManifestData} or null if the
parsing
failed.
133
* the result of the
parsing
.
135
* This method can also gather XML error during the
parsing
. This is done by using a
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/
AbstractDescriptorBox.java
45
data.rewind(); // has been fforwarded by
parsing
75
log.log(Level.WARNING, "Error
parsing
ObjectDescriptor", e);
78
log.log(Level.WARNING, "Error
parsing
ObjectDescriptor", e);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp
52
// token based
parsing
56
// whole input
parsing
70
// returns true if mismatch detected during input
parsing
handled successfully
/development/samples/training/threadsample/res/values/
strings.xml
8
<string name="progress_parsing">
Parsing
</string>
/external/chromium/webkit/glue/
password_form.h
71
// When
parsing
an HTML form, this must always be set.
78
// When
parsing
an HTML form, this must always be set.
83
// When
parsing
an HTML form, this must always be set.
88
// When
parsing
an HTML form, this is typically empty unless the site
94
// When
parsing
an HTML form, this must always be set.
99
// When
parsing
an HTML form, this is typically empty.
124
// When
parsing
an HTML form, this is not used.
129
// When
parsing
an HTML form, this is not used.
135
// When
parsing
an HTML form, this is not used.
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
html-parser.html
9
iframe.style.display = "none"; // Prevent creation of the rendering tree, so we only test HTML
parsing
.
/external/clang/examples/clang-interpreter/
README.txt
5
1.
Parsing
standard compiler command line arguments using the Driver library.
Completed in 1774 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>