HomeSort by relevance Sort by last modified time
    Searched refs:parser (Results 2276 - 2300 of 2894) sorted by null

<<919293949596979899100>>

  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 396 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
398 super.inflate(r, parser, attrs, theme);
RippleDrawable.java 362 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme)
371 super.inflate(r, parser, attrs, theme);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 318 float(num_str). This can be used to use another datatype or parser
323 int(num_str). This can be used to use another datatype or parser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 318 float(num_str). This can be used to use another datatype or parser
323 int(num_str). This can be used to use another datatype or parser
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp 570 UXMLParser *parser = UXMLParser::createParser(status); local
571 UXMLElement *root = parser->parseFile(testFilePath, status);
575 delete parser;
730 delete parser;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 18 #include <libxml/parser.h>
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 29 #include <libxml/parser.h>
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 160 # SELECT statement. This tends to cause parser stack overflow (too
362 lappend ::fuzzyopts(-errorlist) {parser stack overflow}
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 194 HAMT *level2 = HAMT_search(object->directives, dir->parser);
200 level2 = HAMT_insert(object->directives, dir->parser,
358 const char *parser, yasm_valparamhead *valparams,
365 level2 = HAMT_search(object->directives, parser);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 432 yasm_symrec *elf_get_special_sym(const char *name, const char *parser);
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 23 import com.vladium.jcd.parser.ClassDefParser;
  /external/icu/icu4c/source/i18n/
plurrule.cpp 136 PluralRuleParser parser; local
141 parser.parse(description, newRules, status);
266 PluralRuleParser parser; local
267 parser.parse(locRule, newObj, status);
    [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp 570 UXMLParser *parser = UXMLParser::createParser(status); local
571 UXMLElement *root = parser->parseFile(testFilePath, status);
575 delete parser;
731 delete parser;
    [all...]
  /external/libxml2/include/libxml/
globals.h 18 #include <libxml/parser.h>
  /external/libxml2/
xmlcatalog.c 29 #include <libxml/parser.h>
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.y 1 %pure-parser
  /frameworks/compile/mclinker/tools/mcld/lib/
OutputFormatOptions.cpp 17 llvm::cl::parser<mcld::sys::fs::Path> > ArgOutputFilename("o",
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 52 import com.android.mms.dom.smil.parser.SmilXmlSerializer;
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlParser.java 16 package com.android.mail.lib.html.parser;
37 * HtmlParser is a simple but efficient html parser.
39 * parser. It assumes that the entire html text is available.
135 * the parser is configured to use. By default, the parser uses the standard
149 * processing an element or attribute. By default, the parser only uses
200 // At any one time, the parser is in one of these states:
866 // parser but trick a browser into executing a script.
930 // parser but trick a browser into executing a script.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 16 package com.google.android.mail.common.html.parser;
37 * HtmlParser is a simple but efficient html parser.
39 * parser. It assumes that the entire html text is available.
135 * the parser is configured to use. By default, the parser uses the standard
149 * processing an element or attribute. By default, the parser only uses
200 // At any one time, the parser is in one of these states:
866 // parser but trick a browser into executing a script.
930 // parser but trick a browser into executing a script.
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 335 (excl::define-simple-parser ,name scm-p1)) )
340 (excl::define-simple-parser ,name second)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 467 ManifestData parser = AndroidManifestHelper.parseUnchecked( local
484 // Get the java package from the parser.
487 if (parser != null) {
488 javaPackage = parser.getPackage();
489 minSdkVersion = parser.getMinSdkVersionString();
497 "Bad parser configuration for %s: %s",
506 "Parser exception for %s: %s",
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 93 XmlPullParser parser = mActivity.getResources().getXml(R.layout.listview_layout); local
94 WidgetTestUtils.beginDocument(parser, "LinearLayout");
95 mAttributeSet = Xml.asAttributeSet(parser);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 71 # the various reporting methods in Parser and Lexer can be overridden
88 # problem occurred and/or what was the expected input. While the parser
93 # Better to just say the recognizer had a problem and then let the parser
283 parser = MissingTokenExample::Parser.new( tokens )
285 parser.missing
492 A tree parser expects to match a tree node containing a specific type of

Completed in 2303 milliseconds

<<919293949596979899100>>