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

<<51525354555657585960>>

  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 993 XmlPullParser parser = Xml.newPullParser(); local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserModel.java 974 XmlPullParser parser = Xml.newPullParser(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeMessage.java 137 final MimeStreamParser parser = new MimeStreamParser(); local
138 parser.setContentHandler(new MimeMessageBuilder());
139 return parser;
143 final MimeStreamParser parser = init(); local
144 parser.parse(new EOLConvertingInputStream(in));
145 mComplete = !parser.getPrematureEof();
150 final MimeStreamParser parser = init(); local
151 parser.parse(new EOLConvertingInputStream(in, getSize(), callback));
152 mComplete = !parser.getPrematureEof();
  /system/media/audio_route/
audio_route.c 720 XML_Parser parser; local
756 parser = XML_ParserCreate(NULL);
757 if (!parser) {
758 ALOGE("Failed to create XML parser");
764 XML_SetUserData(parser, &state);
765 XML_SetElementHandler(parser, start_tag, end_tag);
768 buf = XML_GetBuffer(parser, BUF_SIZE);
776 if (XML_ParseBuffer(parser, bytes_read,
791 XML_ParserFree(parser);
796 XML_ParserFree(parser);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 109 parser = mux._MuxFramePayloadParser(inner_frame_data)
110 channel_id = parser.read_channel_id()
112 self._control_blocks.append(parser.remaining_data())
120 inner_payload) = parser.read_inner_frame()
261 parser = mux._MuxFramePayloadParser(data)
262 channel_id = parser.read_channel_id()
264 channel_id = parser.read_channel_id()
266 channel_id = parser.read_channel_id()
268 channel_id = parser.read_channel_id()
270 channel_id = parser.read_channel_id(
    [all...]
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.darwin-arm.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.darwin-arm64.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.darwin-mips.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.darwin-x86.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.darwin-x86_64.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.linux-arm.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.linux-arm64.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.linux-mips.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.linux-x86.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
webcore_html.target.linux-x86_64.mk 240 third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.cpp \
241 third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp \
242 third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.cpp \
243 third_party/WebKit/Source/core/html/parser/CompactHTMLToken.cpp \
244 third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp \
245 third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp \
246 third_party/WebKit/Source/core/html/parser/HTMLElementStack.cpp \
247 third_party/WebKit/Source/core/html/parser/HTMLEntityParser.cpp \
248 third_party/WebKit/Source/core/html/parser/HTMLEntitySearch.cpp \
249 third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.cpp
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format_unittest.cc 451 // the parser will accept them.
640 TextFormat::Parser parser; local
641 parser.AllowPartialMessage(true);
642 EXPECT_TRUE(parser.ParseFromString("a: 1", &message));
738 TextFormat::Parser parser; local
740 parser.RecordErrorsTo(&error_collector);
741 EXPECT_EQ(parser.ParseFromString(input, proto), expected_result);
748 TextFormat::Parser parser local
1142 TextFormat::Parser parser; local
1149 TextFormat::Parser parser; local
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 1467 SvoxSsmlParser * parser = NULL; local
    [all...]
  /frameworks/base/core/tests/overlaytests/
testrunner.py 510 def _set_adb_device(option, opt, value, parser):
520 parser = optparse.OptionParser()
521 parser.add_option('-d', '--device', action='callback', callback=_set_adb_device,
523 parser.add_option('-e', '--emulator', action='callback', callback=_set_adb_device,
525 parser.add_option('-s', '--serial', type="str", action='callback', callback=_set_adb_device,
527 parser.add_option('-C', '--no-color', action='store_false',
530 parser.add_option('-q', '--quiet', action='store_true',
533 parser.add_option('-b', '--no-build', action='store_false',
536 parser.add_option('-k', '--continue', action='store_true',
539 parser.add_option('-i', '--test-idmap', action='store_true'
    [all...]
  /frameworks/base/core/java/android/content/
IntentFilter.java     [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 219 * Adds a parser to the stack.
220 * @param parser the parser to add.
222 public void pushParser(BridgeXmlBlockParser parser) {
224 System.out.println("PUSH " + parser.getParser().toString());
226 mParserStack.push(parser);
230 * Removes the parser at the top of the stack
233 BridgeXmlBlockParser parser = mParserStack.pop(); local
235 System.out.println("POPD " + parser.getParser().toString());
240 * Returns the current parser at the top the of the stack
336 ILayoutPullParser parser = getParser(resource); local
372 XmlPullParser parser = ParserFactory.create(xml); local
411 ILayoutPullParser parser; local
531 BridgeXmlBlockParser parser = null; local
    [all...]
  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 493 parser = optparse.OptionParser(
496 parser.add_option('--fix', action='store_true',
498 parser.add_option('--backup', action='store_true',
500 parser.add_option('--stats', action='store_true',
502 (options, args) = parser.parse_args(argv)
505 parser.print_help()
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 498 parser = argparse.ArgumentParser(
512 parser.add_argument("--allow_js", help="Don't disable Javascript",
514 parser.add_argument("--additional_flags",
516 parser.add_argument("action",
525 parser.add_argument("num_sites",
528 args = parser.parse_args()
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 431 def _PrepareOptions(self, parser):
432 parser.add_argument("-b", "--branch", default="recent",
436 parser.add_argument("-c", "--chromium",
439 parser.add_argument("--csv", help="Path to a CSV file for export.")
440 parser.add_argument("-m", "--max-releases", type=int, default=0,
442 parser.add_argument("--json", help="Path to a JSON file for export.")

Completed in 1278 milliseconds

<<51525354555657585960>>