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

<<41424344454647484950>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 27 parsing C-like languages.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 27 parsing C-like languages.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 140 /* parse_entry.c: entry-parsing code */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 140 /* parse_entry.c: entry-parsing code */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 140 /* parse_entry.c: entry-parsing code */
  /sdk/common/src/com/android/util/
PositionXmlParser.java 73 * @throws SAXException if the document contains a parsing error
101 * @throws SAXException if the document contains a parsing error
120 * @throws SAXException if the document contains a parsing error
289 // Look up the position information stored while parsing for the given node.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ContextPullParser.java 121 * This method determines whether the {@code <fragment>} tag in the current parsing
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
InstrumentationRunnerValidator.java 101 * @return <code>null</code> if error occurred parsing instrumentations, otherwise returns array
  /sdk/ide_common/src/com/android/ide/common/resources/
IdGeneratingResourceFile.java 143 * @return true if parsing succeeds and false if it fails
IdResourceParser.java 65 * @return true if parsing succeeds and false if it fails
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
LintCliXmlParserTest.java 78 // Basic parsing heart beat tests
  /sdk/manifmerger/tests/src/com/android/manifmerger/data/
47_uses_feat_gles_conflict.xml 101 <!-- This value shouldn't parse correctly with a Long and will generate a parsing error.
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
UiAutomatorModel.java 99 System.err.println("null rootnode after parsing.");
  /system/core/debuggerd/arm/
machine.c 78 * just complicates parsing and clarifies nothing for the
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 613 // Utility class to handle doing xml parsing in a sandboxed utility process.
624 // Posts a task over to the IO loop to start the parsing of xml_ in a
637 // Creates the sandboxed utility process and tells it to start parsing.
671 // Callback from the utility process when parsing succeeded.
681 // Callback from the utility process when parsing failed.
687 LOG(WARNING) << "Error parsing update manifest:\n" << error_message;
710 // We want to try parsing the manifest, and if it indicates updates are
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc 133 // When parsing an interleaved-format delta file,
210 // When using the interleaved format, this function is called both on parsing
259 // has been called and succeeded in parsing the delta window header, but the
447 // The decoder is in the middle of parsing a custom code table.
450 // The decoder is in the middle of parsing an interleaved format delta
749 // cache sizes and begin parsing the encoded custom code table
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 1 //===--- ParseDecl.cpp - Declaration Parsing ------------------------------===//
61 /// require late parsing.
709 // See other examples of late parsing in lib/Parse/ParseCXXInlineMethods
770 /// \brief Finish parsing an attribute for which parsing was delayed.
771 /// This will be called at the end of parsing a class declaration
832 // Due to a parsing error, we either went over the cached tokens or
871 /// We need to special case the parsing due to the fact that if the first token
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 290 * Utility for parsing a localization string and returning a StringLocalizationInfo*.
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 95 * formatting and parsing APIs. It is meant to ease the transition of adding
101 * <li>Locale specific formatting and parsing is only done with file IO.</li>
104 * formatting and parsing to be used.</li>
105 * <li>This API provides uniform formatting and parsing behavior between
115 * <h2>Formatting and Parsing Specification</h2>
286 * Create a UFILE that can be used for localized formatting or parsing.
633 * used instead for proper parsing functions, but sometimes reading
    [all...]
  /external/libxml2/
schematron.c 16 * + full parsing and coverage of the spec, conformance of the input to the
237 * @ctxt: the parsing context
287 * Parsing and compilation of the Schematrontrons *
293 * @ctxt: the schema parsing context
378 * @ctxt: the schema parsing context
472 * @ctxt: the schema parsing context
664 * NB. The document may be modified during the parsing process.
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 379 loge("error parsing cell location data: " + ex);
419 log("GET_CDMA_SUBSCRIPTION: error parsing cdmaSubscription params num="
636 loge("EVENT_POLL_STATE_REGISTRATION_CDMA: error parsing: " + ex);
703 if (DBG) log("EVENT_POLL_STATE_OPERATOR_CDMA: error parsing opNames");
    [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 300 * will be the final result of the parsing. For example:
313 * Likewise, parsing with a {@code MessageFormat} object using patterns
821 * if an error occurs during parsing.
844 * {@code string} from where to start parsing. If parsing is
    [all...]
SimpleDateFormat.java 36 * A concrete class for formatting and parsing dates in a locale-sensitive
37 * manner. Formatting turns a {@link Date} into a {@link String}, and parsing turns a
228 * Constructs a new {@code SimpleDateFormat} for formatting and parsing
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 4 * lexer, parser, and tree grammars. This is all the parsing
142 * not parsing. Once in recovery mode, no errors are generated.
149 * 4. try to resume parsing
442 * at run-time upon error to avoid overhead during parsing.
714 * start index before, then return where the rule stopped parsing.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 36 * lexer, parser, and tree grammars. This is all the parsing
164 * not parsing. Once in recovery mode, no errors are generated.
171 * 4. try to resume parsing
466 * at run-time upon error to avoid overhead during parsing.
786 * start index before, then return where the rule stopped parsing.

Completed in 868 milliseconds

<<41424344454647484950>>