/external/icu4c/tools/genrb/ |
parse.c | [all...] |
/external/protobuf/src/google/protobuf/ |
extension_set.h | 117 // when parsing. 152 // ExtensionSet. When parsing, if a tag number is encountered which is 154 // off to the ExtensionSet for parsing. Etc. 162 // to look up extensions for parsed field numbers. Note that dynamic parsing 163 // does not use ParseField(); only protocol-compiler-generated parsing [all...] |
/external/bluetooth/bluez/ |
ChangeLog | 45 Fix issue with parsing flags of advertising report. 49 Fix issue with call indicator when parsing call info reply. 57 Fix issue with crash while parsing of endpoint properties. 271 Fix issue with list parsing in sdp_set_supp_features function. 334 Fix off-by-one issue with AVDTP capability parsing. 337 Fix service record parsing with an empty UUID list. 429 Fix parsing issues with messages from Maemo CSD. 541 Fix broken SDP AttributeIdList parsing. 558 Fix SDP data buffer parsing. 588 Fix parsing of all AT commands within the buffer [all...] |
/external/icu4c/i18n/ |
rbt_pars.cpp | 130 * during parsing to give UnicodeSet access to variables that 286 * during parsing; 1-based. 516 // character of the segment we are parsing. 527 // After parsing a segment, the relevant characters are 563 // character of the segment we are parsing. 569 // After parsing a segment, the relevant characters are 699 // We're done parsing a segment. [all...] |
/external/mksh/src/ |
sh.h | 565 * parsing & execution environment 581 #define E_PARSE 1 /* parsing command # */ 795 /* Argument parsing for built-in commands and getopts command */ 822 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */ [all...] |
/external/v8/src/ |
preparser.cc | 84 // a later parsing to be faster. 91 // to speed up later parsing. Finding errors is not the goal of pre-parsing, 98 // stack depth even further. Instead we report it after parsing is 357 // to initialize it properly. This mechanism is also used for the parsing 854 // In parsing the first assignment expression in conditional 866 return 0; // 0 precedence will terminate binary expression parsing [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.cpp | 1010 Appends the result of parsing \a markup as the element's last child. 1056 Prepends the result of parsing \a markup as the element's first child. 1105 Inserts the result of parsing \a markup before this element. 1155 Inserts the result of parsing \a markup after this element. [all...] |
/external/clang/lib/Parse/ |
ParseObjc.cpp | 1 //===--- ParseObjC.cpp - Objective C Parsing ------------------------------===// 906 // If we're parsing a parameter, steal all the decl attributes [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 12 // custom operand parsing. 75 // Custom Operand Parsing 81 // instructions. The target specific custom operand parsing works in the 92 // to the regular operand parsing. 174 /// parsing on the operand. 624 /// defined operand parsing methods. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | [all...] |
/external/libxml2/ |
xmlreader.c | 91 * parsing routines building a tree * 117 int mode; /* the parsing mode */ [all...] |
xinclude.c | 83 int parseFlags; /* the flags used for parsing XML documents */ [all...] |
/cts/tools/dasm/src/java_cup/runtime/ |
lr_parser.java | 35 * more. One of these is used to simulate "parsing ahead" in the input 218 * normally called by an accept action, but can be used to cancel parsing 323 /* stop parsing (not really necessary since we throw an exception, but) */ 467 /** This method provides the main parsing routine. It returns only when 750 * to a point where we can continue parsing. After each token, we attempt [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
recognizers.py | 131 lexer, parser, and tree grammars. This is all the parsing 264 not parsing. Once in recovery mode, no errors are generated. 271 4. try to resume parsing 585 at run-time upon error to avoid overhead during parsing. [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 270 // true only because we don't begin parsing the headers at all until we've 274 // would be necessary for the proper functioning of this parsing. 346 // Note that we don't fail the parse immediately when parsing of the 353 // parsing the entire line was not exactly as it should be). [all...] |
/frameworks/base/services/java/com/android/server/ |
AppWidgetServiceImpl.java | [all...] |
/external/bison/ |
NEWS | 155 initializing @$) from yyparse before parsing starts. 265 - `parsing stack overflow...' -> `parser stack overflow' 315 * GLR parsing
|
/external/chromium/net/base/ |
x509_cert_types_mac_unittest.cc | 294 // Note: This tests parsing UTF8STRINGs. 308 // Note: This tests parsing 16-bit BMPSTRINGs. 324 // Note: This tests parsing T61STRINGs and fields with multiple values.
|
/external/clang/docs/ |
PCHInternals.html | 61 compiler's internal representation after it has completed parsing and 83 <li>Loading the PCH file is significantly faster than re-parsing the 446 definitions, flags, top-level declarations, etc.) will be deserialized, at which point the corresponding <code>IdentifierInfo</code> structure will have the same contents it would have after parsing the headers in the precompiled header.</p>
|
/external/clang/include/clang-c/ |
Index.h | 51 * facilities for parsing source code into an abstract syntax tree (AST), 468 * parsing preprocessed output obtained from a different environment. If 928 * translation units from files, either by parsing the contents of the files or [all...] |
/external/dnsmasq/ |
CHANGELOG.archive | 217 release 1.4 Fix a bug with DHPC lease parsing which broke in 482 Fixed /etc/hosts parsing code to cope with MS-DOS 641 Fix parsing of --dhcp-option to allow more than one [all...] |
/external/openssl/apps/ |
ocsp.c | 212 BIO_printf(bio_err, "Error parsing URL\n"); 865 BIO_printf(bio_err, "Error parsing response\n"); 1253 BIO_printf(bio_err, "Error parsing OCSP request\n"); [all...] |