OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parsing
(Results
301 - 325
of
6080
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/ojluni/src/main/java/java/text/
ParseException.java
43
* while
parsing
.
57
* @param errorOffset the position where the error is found while
parsing
.
74
* the error was found during
parsing
.
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
error.h
55
//! Error code of
parsing
.
83
kParseErrorTermination, //!<
Parsing
was terminated.
87
//! Result of
parsing
(wraps ParseErrorCode)
/system/core/init/
init_parser.cpp
96
INFO("
Parsing
file %s...\n", path.c_str());
113
NOTICE("(
Parsing
%s took %.2fs.)\n", path.c_str(), t.duration());
118
INFO("
Parsing
directory %s...\n", path.c_str());
/external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java
84
* unexpectedly while
parsing
the encoding value.
103
* unexpectedly while
parsing
the content type or content subtype value.
156
* unexpectedly while
parsing
the eventType value.
174
* unexpectedly while
parsing
the method value.
192
* unexpectedly while
parsing
the response value.
212
* unexpectedly while
parsing
the scheme value.
234
* unexpectedly while
parsing
the method value.
264
* unexpectedly while
parsing
the callId value.
333
* unexpectedly while
parsing
the contentDisposition value.
353
* unexpectedly while
parsing
the encoding value
[
all
...]
/external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp
82
return "Error
parsing
argument $0 for matcher $1.";
104
return "Error
parsing
string token: <$0>";
106
return "Error
parsing
matcher. Found token <$0> while looking for '('.";
108
return "Error
parsing
matcher. Found end-of-code while looking for ')'.";
110
return "Error
parsing
matcher. Found token <$0> while looking for ','.";
122
return "Error
parsing
unsigned token: <$0>";
/external/libhevc/decoder/
ihevcd_defs.h
120
This ensures thread that does
parsing
does minimal work */
140
* But for multi-core
parsing
thread needs to ensure that slice headers are
142
*
Parsing
thread has to wait till last CB of a slice is consumed before reusing
270
* Holds one row skip_flag at 8x8 level used during
parsing
275
* Holds one row ctb_tree_depth at 8x8 level used during
parsing
280
* Holds one row luma intra pred mode at 8x8 level used during
parsing
/external/llvm/lib/TableGen/
TGParser.h
65
/// CurMultiClass - If we are
parsing
a 'multiclass' definition, this is the
76
// (e.g.
parsing
def names) no such object exists yet because we are
80
ParseValueMode, // We are
parsing
a value we expect to look up.
81
ParseNameMode, // We are
parsing
a name of an object that does not yet
83
ParseForeachMode // We are
parsing
a foreach init.
90
/// ParseFile - Main entrypoint for
parsing
a tblgen file. These parser
/frameworks/base/services/core/java/com/android/server/wm/
DisplaySettings.java
149
Slog.w(TAG, "Failed
parsing
" + e);
151
Slog.w(TAG, "Failed
parsing
" + e);
153
Slog.w(TAG, "Failed
parsing
" + e);
155
Slog.w(TAG, "Failed
parsing
" + e);
157
Slog.w(TAG, "Failed
parsing
" + e);
159
Slog.w(TAG, "Failed
parsing
" + e);
/art/cmdline/
README.md
6
This directory contains the classes that do common command line tool initialization and
parsing
. The
69
In the above code sample, we define a parser which is capable of
parsing
something like `--help
90
correct as early as possible (in essence, everything but the
parsing
of the argument name is done at
100
a range check without writing custom code. The range check is performed after the main
parsing
104
When
parsing
an enumeration, it might be very convenient to map a list of possible argument string
178
###
Parsing
custom types
238
When successfully
parsing
a single value, `Result::Success(value)` should be used, and when
239
successfully
parsing
an appended value, use `Result::SuccessNoValue()` and write back the new value
/dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java
22
* Observer of
parsing
in action. This is used to supply feedback from
60
* Indicate that some
parsing
happened.
/external/chromium-trace/catapult/third_party/Paste/docs/
index.txt
12
url-
parsing
-with-wsgi
20
url-
parsing
-with-wsgi
/external/clang/docs/
MSVCCompatibility.rst
34
parsing
and semantic compatibility tweaks are controlled by
35
``-fms-compatibility`` and ``-fdelayed-template-
parsing
``, and they are a work
118
The first major semantic difference is that MSVC appears to defer all
parsing
121
controlled by the ``-fdelayed-template-
parsing
`` flag. While Clang delays
122
parsing
of method bodies, it still parses the bodies *before* template argument
130
is
parsing
your template, so the user is sometimes required to use the
133
user intended to find the name in a dependent base. While
parsing
the
153
application. There are still issues
parsing
WRL headers for modern Windows 8
/external/clang/test/SemaObjCXX/
parameterized_classes.mm
18
//
Parsing
parameterized classes.
24
//
Parsing
type arguments.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.h
10
// Suppression
parsing
/matching code.
32
// Create new SuppressionContext capable of
parsing
given suppression types.
/external/curl/tests/data/
test2005
82
Metalink:
parsing
(file://%PWD/log/test2005.metalink) metalink/XML...
83
Metalink:
parsing
(file://%PWD/log/test2005.metalink) OK
test2011
82
Metalink:
parsing
(file://%PWD/log/test2011.metalink) metalink/XML...
83
Metalink:
parsing
(file://%PWD/log/test2011.metalink) OK
test2012
81
Metalink:
parsing
(file://%PWD/log/test2012.metalink) metalink/XML...
82
Metalink:
parsing
(file://%PWD/log/test2012.metalink) WARNING (digest missing)
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
HTTPTokener.java
29
* for the
parsing
of HTTP headers.
45
* Get the next token or string. This is used in
parsing
HTTP headers.
/external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyFormat.java
24
*
parsing
and formatting of CurrencyAmount objects. This class is
27
* <p>This class currently delegates to DecimalFormat for
parsing
and
/external/icu/icu4c/source/i18n/
reldtfmt.h
131
* By default,
parsing
is lenient: If the input is not in the form used by
139
* @param pos On input, the position at which to start
parsing
; on
140
* output, the position at which
parsing
terminated, or the
154
* By default,
parsing
is lenient: If the input is not in the form used by
162
* @param pos On input, the position at which to start
parsing
; on
163
* output, the position at which
parsing
terminated, or the
175
*
Parsing
begins at the beginning of the string and proceeds as far as
178
* by the
parsing
. If you need that information, use the version of
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyFormat.java
23
*
parsing
and formatting of CurrencyAmount objects. This class is
26
* <p>This class currently delegates to DecimalFormat for
parsing
and
/external/libxml2/python/tests/
reader6.py
58
print("Error
parsing
the document")
101
print("Error
parsing
the document")
reader7.py
46
print("Error
parsing
the document test1")
82
print("Error
parsing
the document test2")
/external/libxml2/result/
wap.xml.sax
30
SAX.startElement(postfield, name='tp', value='wml/state/variables/
parsing
/1')
65
SAX.startElement(postfield, name='tp', value='wml/state/variables/
parsing
/1')
/external/llvm/include/llvm/IR/
FunctionInfo.h
37
/// This is only used during
parsing
of the combined function index, or when
38
///
parsing
the per-module index for creation of the combined function index,
84
/// for
parsing
it.
88
/// after
parsing
of the \a ValueSymbolTable, this initially
90
/// record. After
parsing
the associated summary information from the summary
106
/// which is used during lazy function
parsing
or ThinLTO importing.
113
/// Constructor used during
parsing
of VST entries.
123
/// summary block during
parsing
or combined index creation.
Completed in 395 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>