HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 351 - 375 of 3047) sorted by null

<<11121314151617181920>>

  /external/clang/www/
performance.html 33 parsing, and syntax analysis.</li>
67 <li><tt>+ syntax</tt>: Add preprocessing, parsing, and semantic checking of
81 accurate measure of only the time to perform preprocessing, parsing, and
  /external/icu4c/common/unicode/
parsepos.h 31 * and its subclasses to keep track of the current position during parsing.
122 * is the index of the character at which parsing will begin; on output, it
168 * Input: the place you start parsing.
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 39 * Maximum number of symbols allowed in the Symbol table when parsing a single script
44 * Maximum number of special symbols allowed in the Symbol table set before parsing and read during
77 * Maximum number of partial paths which will be used when parsing
  /external/webkit/Source/WebCore/bindings/scripts/
InFilesParser.pm 77 # - the commonParameterHandler called when parsing the first part of the file with the parameter and the value.
93 # to per tag part if we have started parsing.
125 # Parsing per-tag parameters.
  /frameworks/base/services/java/com/android/server/
NativeDaemonEvent.java 138 throw new IllegalArgumentException("problem parsing code", e);
150 throw new IllegalArgumentException("problem parsing cmdNumber", e);
197 if (DEBUG_ROUTINE) Slog.e(LOGTAG, "parsing '" + rawEvent + "'");
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 27 * register an ErrorHandler, XML parsing errors will go unreported,
60 * <p>The SAX parser must continue to provide normal parsing events
86 * <p>The SAX parser must continue to provide normal parsing
  /external/expat/doc/
reference.html 28 <p>Expat is a library, written in C, for parsing XML documents. It's
70 <li><a href="#parsing">Parsing Functions</a>
157 The document is fed to the parser in pieces, so you can start parsing
421 <p>As we saw in the example in the overview, the first step in parsing
437 parsing only one XML document or external parsed entity. If your
714 <p>Your handler isn't actually responsible for parsing the entity, but
725 <h3>Parsing DTDs</h3>
744 <h3 id="stop-resume">Temporarily Stopping Parsing</h3>
747 parsing temporarily from within a handler function, even if more dat
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 5 // Program to test the SafeBrowsing protocol parsing v2.1.
12 // Test parsing one add chunk.
56 // Test parsing one add chunk with full hashes.
94 // Test parsing multiple add chunks. We'll use the same chunk as above, and add
152 // Test parsing one add chunk where a hostkey spans several entries.
240 // Test parsing one sub chunk.
292 // Test parsing one sub chunk with full hashes.
334 // Test parsing the SafeBrowsing update response.
379 // Test parsing the SafeBrowsing update response.
447 // Test parsing various SafeBrowsing protocol headers
    [all...]
  /external/v8/src/
dateparser.h 39 // Parse the string as a date. If parsing succeeds, return true after
49 // If parsing fails, return false (content of output array is not defined).
70 // InputReader provides basic string parsing and character classification.
394 // to continue with in the legacy date string parser. If parsing is
396 // returns DateToken::Invalid(). Otherwise parsing continues in the
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 240 CAMHAL_LOGEA("Parsing of the left area coordinate failed!");
251 CAMHAL_LOGEA("Parsing of the top area coordinate failed!");
262 CAMHAL_LOGEA("Parsing of the right area coordinate failed!");
273 CAMHAL_LOGEA("Parsing of the bottom area coordinate failed!");
284 CAMHAL_LOGEA("Parsing of the weight area coordinate failed!");
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifestParser.java 63 * Handles a parsing error and an optional line number.
83 * XML error & data handler used when parsing the AndroidManifest.xml file.
85 * During parsing this will fill up the {@link ManifestData} object given to the constructor
90 //--- temporary data/flags used during parsing
102 * @param manifestData Class containing the manifest info obtained during the parsing.
579 * result of the parsing.
582 * @param gatherData indicates whether the parsing will extract data from the manifest. If false
585 * @return A class containing the manifest info obtained during the parsing, or null on error.
616 * Parses the Android Manifest, and returns an object containing the result of the parsing.
645 * object containing the result of the parsing
    [all...]
  /external/chromium/chrome/browser/importer/
toolbar_importer_unittest.cc 327 // Test case 1 is parsing a basic bookmark with a single label.
342 // Test case 2 is parsing a single bookmark with no label.
356 // Test case 3 is parsing a single bookmark with two labels.
376 // Test case 4 is parsing a single bookmark which has a label with a colon,
397 // Test case 5 is parsing a single bookmark without a favicon URL.
412 // Test case 6 is parsing two bookmarks.
432 // Test case 7 is parsing an empty string for bookmarks.
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 194 * while parsing the realm.
224 * while parsing the nonce value.
290 * while parsing the algorithm value.
318 * while parsing the Qop value.
346 * while parsing the opaque value.
374 * while parsing the domain.
503 * unexpectedly while parsing the username.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 300 * @return true if the parsing failed, false if success.
316 boolean parsing = false;
326 // looks like the error in a non-project file. Keep parsing, but
328 parsing = true;
352 // file number. Parsing failed and we return true
365 parsing = true;
368 return parsing;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 349 * @brief Facet for parsing dates and times.
413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
460 * Parsing starts by parsing an abbreviated weekday name. If a valid
462 * weekday name, parsing continues until the full name is found or an
463 * error occurs. Otherwise parsing finishes at the end of the
467 * parsing reads all the characters, err |= ios_base::eofbit.
488 * Parsing starts by parsing an abbreviated month name. If a vali
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 349 * @brief Facet for parsing dates and times.
413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
460 * Parsing starts by parsing an abbreviated weekday name. If a valid
462 * weekday name, parsing continues until the full name is found or an
463 * error occurs. Otherwise parsing finishes at the end of the
467 * parsing reads all the characters, err |= ios_base::eofbit.
488 * Parsing starts by parsing an abbreviated month name. If a vali
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 349 * @brief Facet for parsing dates and times.
413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
460 * Parsing starts by parsing an abbreviated weekday name. If a valid
462 * weekday name, parsing continues until the full name is found or an
463 * error occurs. Otherwise parsing finishes at the end of the
467 * parsing reads all the characters, err |= ios_base::eofbit.
488 * Parsing starts by parsing an abbreviated month name. If a vali
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 349 * @brief Facet for parsing dates and times.
413 * the end, err |= ios_base::failbit. If parsing reads all the
438 * the end, err |= ios_base::failbit. If parsing reads all the
460 * Parsing starts by parsing an abbreviated weekday name. If a valid
462 * weekday name, parsing continues until the full name is found or an
463 * error occurs. Otherwise parsing finishes at the end of the
467 * parsing reads all the characters, err |= ios_base::eofbit.
488 * Parsing starts by parsing an abbreviated month name. If a vali
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 86 * whether to be strict about parsing; if
171 * @param strictParse whether to be strict about parsing; if
198 * @param strictParse whether to be strict about parsing; if
344 * checks or parsing first.
354 * without doing any checks or parsing first.
364 * without doing any checks or parsing first.
392 * Does the parsing, handing exceptions.
398 ex.addContext("...while parsing " + filePath);
402 pe.addContext("...while parsing " + filePath);
440 * Does the actual parsing
    [all...]
  /external/libphonenumber/java/
release_notes.txt 3 - Now return "too long" for input that is longer than 250 chars when parsing
18 - Parsing Israeli * numbers written in international format now works
86 - Increase the maximum phone-number length accepted when parsing (now set to
140 parsing. "x" is only accepted as a carrier code or extension marker, not
269 - New function to format a number with the preferred domestic carrier code used when parsing,
325 - Handle null phone-numbers when parsing by throwing a NumberParseException.
326 - Handle extension written with an accented "o", as per Spanish, when parsing.
361 - Allowed parsing of numbers that start with "++" or a full-width "+" symbol
369 - Parsing empty strings with invalid region codes no longer throws a null pointer exception
422 - improve extension parsing to handle number in the form of +1 (645) 123 1234 ext. 910
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 48 * Acknowledgement: 1/12/2007: Yanick Belanger rewrote the parsing loops to make them
60 * methods provided by the SIPMessage class. If SDP parsing is enabled using the
63 * parsing of the message is supported (i.e. the entire message is parsed in one
103 * Add a handler for header parsing errors.
115 * of un-interpreted bytes. This is intended for parsing the message from a
494 * if there was an error parsing the message.
512 * if there was an error parsing the message.
526 * if there was an error parsing the message.
588 * if there was an error parsing the requestLine.
604 * if there was an error parsing
    [all...]
  /external/protobuf/
CHANGES.txt 53 (e.g. parsing from an empty string).
86 * Text format parsing support.
87 * Fix bug with parsing packed repeated fields in embedded messages.
155 a limited number of bytes from an input stream rather than parsing until
186 * Fixed tendency for TextFormat's parsing to overflow the stack when
187 parsing large string values. The underlying problem is with Java's
258 * Fixed crash in TextFormat parsing if the first token in the input caused a
365 * Fixed UnknownFieldSet's parsing of varints larger than 32 bits.
366 * Fixed TextFormat's parsing of "inf" and "nan".
367 * Fixed TextFormat's parsing of comments
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 92 * This only makes sense during token parsing, not tree parsing.
93 * Tree parsing should happen only when parsing and tree construction
237 /** <summary>For tree parsing, I need to know the token type of a node</summary> */
280 #region Navigation / Tree Parsing
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 148 * This only makes sense during token parsing, not tree parsing.
149 * Tree parsing should happen only when parsing and tree construction
257 /** <summary>For tree parsing, I need to know the token type of a node</summary> */
300 #region Navigation / Tree Parsing
  /external/llvm/docs/tutorial/
LangImpl2.html 23 <li><a href="#parserprimexprs">Basic Expression Parsing</a></li>
24 <li><a href="#parserbinops">Binary Expression Parsing</a></li>
25 <li><a href="#parsertop">Parsing the Rest</a></li>
47 href="http://en.wikipedia.org/wiki/Parsing">parser</a> for
54 Parsing</a> and <a href=
56 Parsing</a> to parse the Kaleidoscope language (the latter for
58 parsing though, lets talk about the output of the parser: the Abstract Syntax
175 <p>With this scaffolding, we can now talk about parsing expressions and function
242 <h2><a name="parserprimexprs">Basic Expression Parsing</a></h2>
296 that the current token is a '(' token, but after parsing the subexpression, i
    [all...]

Completed in 490 milliseconds

<<11121314151617181920>>