| /external/protobuf/src/google/protobuf/compiler/ |
| command_line_interface.cc | 1239 TextFormat::Parser parser; local [all...] |
| /external/qemu/qobject/ |
| json-parser.c | 2 * JSON Parser 23 #include "qapi/qmp/json-parser.h" 646 * deal to treat these as ints in the parser, so long as users of the
|
| /external/skia/experimental/webtry/res/js/ |
| webtry.js | 30 var parser = new DOMParser();
|
| /frameworks/base/core/java/android/content/pm/ |
| PackageManager.java | 629 * if the parser was given a path that is not a file, or does not end with the expected 639 * if the parser was unable to retrieve the AndroidManifest.xml file. 648 * if the parser encountered an unexpected exception. 657 * if the parser did not find any certificates in the .apk. 666 * if the parser found inconsistent certificates on the files in the .apk. 675 * if the parser encountered a CertificateEncodingException in one of the 685 * if the parser encountered a bad or missing package name in the manifest. 694 * if the parser encountered a bad shared user id name in the manifest. 703 * if the parser encountered some structural problem in the manifest. 712 * if the parser did not find any actionable tags (instrumentation or application 3130 final PackageParser parser = new PackageParser(); local [all...] |
| /frameworks/base/services/core/java/com/android/server/ |
| InputMethodManagerService.java | 3433 final XmlPullParser parser = Xml.newPullParser(); local [all...] |
| /frameworks/base/tools/aapt/ |
| XMLNode.h | 150 XML_Parser parser; member in struct:XMLNode::ParseState
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParser.java | 17 package org.apache.james.mime4j.field.address.parser; 23 AddressListParser parser = new AddressListParser(System.in); local 24 parser.parseLine(); 25 ((SimpleNode)parser.jjtree.rootNode()).dump("> ");
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
| argp.h | 129 actual option parser), but rather an arbitrary piece of documentation that 175 The third case is where every parser returned ARGP_KEY_UNKNOWN for an 181 function returned an error value), then the parser is called with 185 parser receiving this key returns success, the fact is recorded, and the 187 argument, a parser function decrements the NEXT field of the state it's 192 /* There are remaining arguments not parsed by any parser, which may be found 195 otherwise, the parser should adjust STATE->next to reflect any arguments 237 argp_parser_t parser; 293 /* The child parser. */ 346 the number of children for the current parser. * 235 argp_parser_t parser; member in struct:argp [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
| argp.h | 129 actual option parser), but rather an arbitrary piece of documentation that 175 The third case is where every parser returned ARGP_KEY_UNKNOWN for an 181 function returned an error value), then the parser is called with 185 parser receiving this key returns success, the fact is recorded, and the 187 argument, a parser function decrements the NEXT field of the state it's 192 /* There are remaining arguments not parsed by any parser, which may be found 195 otherwise, the parser should adjust STATE->next to reflect any arguments 237 argp_parser_t parser; 293 /* The child parser. */ 346 the number of children for the current parser. * 235 argp_parser_t parser; member in struct:argp [all...] |
| /external/robolectric/lib/main/ |
| httpcore-4.0.1.jar | |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| jdepend-2.9.jar | |
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| DatabaseHelper.java | 2045 XmlResourceParser parser = mContext.getResources().getXml(R.xml.bookmarks); local [all...] |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/ |
| org.eclipse.jdt.core-3.9.1.v20130905-0837.jar | |
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| Document.cpp | 54 #include "core/css/parser/BisonCSSParser.h" 146 #include "core/html/parser/HTMLDocumentParser.h" 147 #include "core/html/parser/HTMLParserIdioms.h" 148 #include "core/html/parser/NestingLevelIncrementer.h" 149 #include "core/html/parser/TextResourceDecoder.h" 179 #include "core/xml/parser/XMLDocumentParser.h" 562 // Currently we believe that Document can never outlive the parser. 2553 ScriptableDocumentParser* parser = scriptableDocumentParser(); local 5054 ScriptableDocumentParser* parser = scriptableDocumentParser(); local [all...] |
| /external/chromium_org/third_party/webrtc/video/ |
| video_send_stream_tests.cc | 244 RTCPUtility::RTCPParserV2 parser(packet, length, true); 245 EXPECT_TRUE(parser.IsValid()); 247 RTCPUtility::RTCPPacketTypes packet_type = parser.Begin(); 250 EXPECT_EQ(parser.Packet().CName.CName, kCName); 254 packet_type = parser.Iterate(); [all...] |
| /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/ |
| ecj-4.2.2.jar | |
| /external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
| BisonCSSParser-in.cpp | 28 #include "core/css/parser/BisonCSSParser.h" 73 #include "core/css/parser/CSSParserIdioms.h" 78 #include "core/html/parser/HTMLParserIdioms.h" [all...] |
| CSSPropertyParser.cpp | 28 #include "core/css/parser/CSSPropertyParser.h" 70 #include "core/css/parser/CSSParserIdioms.h" 71 #include "core/html/parser/HTMLParserIdioms.h" [all...] |
| /external/pdfium/core/src/fpdfapi/fpdf_font/ |
| fpdf_font.cpp | 639 CPDF_SimpleParser parser(stream.GetData(), stream.GetSize());
642 CFX_ByteStringC word = parser.GetWord();
648 word = parser.GetWord();
653 word = parser.GetWord();
670 low = parser.GetWord();
674 high = parser.GetWord();
680 CFX_ByteString start = parser.GetWord();
683 CFX_ByteString dest = parser.GetWord();
697 parser.GetWord();
[all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| Hyperlinks.java | 1087 OffsetTrackingParser parser = new OffsetTrackingParser(); local [all...] |
| /external/chromium_org/tools/telemetry/third_party/png/ |
| png.py | [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/ |
| make_core_generated.target.darwin-arm.mk | 48 $(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/create-html-entity-table $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/HTMLEntityNames.in $(GYP_TARGET_DEPENDENCIES) 50 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python html/parser/create-html-entity-table -o "$(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp" html/parser/HTMLEntityNames.in [all...] |
| make_core_generated.target.darwin-arm64.mk | 48 $(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/create-html-entity-table $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/HTMLEntityNames.in $(GYP_TARGET_DEPENDENCIES) 50 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python html/parser/create-html-entity-table -o "$(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp" html/parser/HTMLEntityNames.in [all...] |
| make_core_generated.target.darwin-mips.mk | 48 $(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/create-html-entity-table $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/HTMLEntityNames.in $(GYP_TARGET_DEPENDENCIES) 50 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python html/parser/create-html-entity-table -o "$(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp" html/parser/HTMLEntityNames.in [all...] |
| make_core_generated.target.darwin-x86.mk | 48 $(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/create-html-entity-table $(LOCAL_PATH)/third_party/WebKit/Source/core/html/parser/HTMLEntityNames.in $(GYP_TARGET_DEPENDENCIES) 50 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python html/parser/create-html-entity-table -o "$(gyp_shared_intermediate_dir)/blink/core/HTMLEntityTable.cpp" html/parser/HTMLEntityNames.in [all...] |