HomeSort by relevance Sort by last modified time
    Searched full:parsers (Results 251 - 275 of 412) sorted by null

<<11121314151617

  /external/bluetooth/glib/docs/reference/glib/tmpl/
markup.sgml 15 parsers should be able to parse the subset used by GMarkup, so you can
  /external/icu4c/test/intltest/
transtst.h 101 * Parsers need better syntax error messages.
  /external/ipsec-tools/src/racoon/
cfparse.h 3 /* Skeleton interface for Bison's Yacc-like parsers in C
  /external/libxml2/include/libxml/
encoding.h 214 * Interfaces directly used by the parsers.
  /dalvik/libcore/luni/src/main/java/java/util/
Properties.java 33 import javax.xml.parsers.DocumentBuilder;
34 import javax.xml.parsers.DocumentBuilderFactory;
35 import javax.xml.parsers.ParserConfigurationException;
  /dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 40 import javax.xml.parsers.DocumentBuilder;
41 import javax.xml.parsers.DocumentBuilderFactory;
42 import javax.xml.parsers.ParserConfigurationException;
  /external/tinyxml/
readme.txt 52 (eXtensible Stylesheet Language.) There are other parsers out there
255 at least some XML parsers, will interpret this as "Hello_world". They condense white
256 space. Some XML parsers do not, and will leave it as "Hello____world". (Remember
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
changes-summary.html 449 <A NAME="javax.xml.parsers"></A>
450 <nobr><A HREF="pkg_javax.xml.parsers.html">javax.xml.parsers</A></nobr>
alldiffs_index_additions.html     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestParser.java 45 import javax.xml.parsers.ParserConfigurationException;
46 import javax.xml.parsers.SAXParser;
47 import javax.xml.parsers.SAXParserFactory;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParser.java 38 import javax.xml.parsers.DocumentBuilder;
39 import javax.xml.parsers.DocumentBuilderFactory;
40 import javax.xml.parsers.ParserConfigurationException;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 42 import javax.xml.parsers.DocumentBuilder;
43 import javax.xml.parsers.DocumentBuilderFactory;
44 import javax.xml.parsers.ParserConfigurationException;
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/easwt_vst_lib.xcodeproj/
project.pbxproj 207 C55B119A0E2D3A7F006357C1 /* Parsers */,
298 C55B119A0E2D3A7F006357C1 /* Parsers */ = {
319 name = Parsers;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 7 * LR parsers are a form of bottom up shift-reduce parsers. Shift-reduce
8 * parsers act by shifting input onto a parse stack until the symbols
31 * This class actually provides four LR parsers. The methods parse() and
34 * In addition to these main parsers, the error recovery mechanism uses two
470 * documentation for the class regarding how shift/reduce parsers operate
    [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 23 import javax.xml.parsers.DocumentBuilder;
24 import javax.xml.parsers.DocumentBuilderFactory;
333 .equals("org.apache.xerces.parsers.SAXParser") );
  /external/bison/data/
lalr1.cc 37 b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
305 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in C++],
1059 b4_copyright([Stack handling for Bison parsers in C++],
  /external/tinyxml/docs/
index.html 24 It doesnt parse or use DTDs (Document Type Definitions) or XSLs (eXtensible Stylesheet Language.) There are other parsers out there (check out www.sourceforge.org, search for XML) that are much more fully featured. But they are also much bigger, take longer to set up in your project, have a higher learning curve, and often have a more restrictive license. If you are working with browsers or have more complete XML needs, TinyXml is not the parser for you.<p>
111 The world simply does not agree on whether white space should be kept, or condensed. For example, pretend the '_' is a space, and look at "Hello____world". HTML, and at least some XML parsers, will interpret this as "Hello_world". They condense white space. Some XML parsers do not, and will leave it as "Hello____world". (Remember to keep pretending the _ is a space.) Others suggest that __Hello___world__ should become Hello___world.<p>
  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 442 var parsers = WebInspector.HeapSnapshotView.SearchHelper.operationParsers; variable
443 for (var operation in parsers) {
444 var match = query.match(parsers[operation]);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 58 import javax.xml.parsers.ParserConfigurationException;
59 import javax.xml.parsers.SAXParser;
60 import javax.xml.parsers.SAXParserFactory;
    [all...]
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 29 import javax.xml.parsers.ParserConfigurationException;
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
DocumentBuilder.java 20 package javax.xml.parsers;
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
package.html 136 the {@link javax.xml.parsers.FactoryConfigurationError}, and is thrown

Completed in 606 milliseconds

<<11121314151617