/external/selinux/checkpolicy/ |
parse_util.c | 56 "%s: error(s) encountered while parsing configuration\n", 66 "%s: error(s) encountered while parsing configuration\n",
|
/external/xmlrpcpp/src/ |
XmlRpcUtil.h | 26 //! Utilities for XML parsing, encoding, and decoding and message handlers. 29 // hokey xml parsing
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMapFolderListing.java | 60 Log.e(TAG, "XML parser error when parsing XML", e); 62 Log.e(TAG, "I/O error when parsing XML", e);
|
BluetoothMapMessagesListing.java | 75 Log.e(TAG, "XML parser error when parsing XML", e); 77 Log.e(TAG, "I/O error when parsing XML", e);
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardInterpreter.java | 52 * Called when parsing one vCard entry started. 70 * Called when parsing one vCard entry ended.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/ |
z80.exp | 22 # test parsing of equ definitions 24 # test parsing of " and '
|
/external/apache-http/src/org/apache/http/message/ |
LineParser.java | 44 * Interface for parsing lines in the HEAD section of an HTTP message. 45 * There are individual methods for parsing a request line, a 69 * This is needed for parsing request lines (last element) 74 * the bounds within the buffer for the parsing operation 114 * the bounds within the buffer for the parsing operation 130 * the bounds within the buffer for the parsing operation
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
TypeConverter.java | 50 * The is the underlying parsing function which can fail for badly formatted strings. It is really 51 * important that anyone doing parsing of strings calls this function (rather than doing it 66 * In JSilver: A string must be a complete, valid numeric value for parsing. This means {@code 92 // fast detection for common constants to avoid parsing common values 123 // fast detection for common constants to avoid parsing common values 139 // Unlike number parsing, we return a positive value when the
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
WarningParser.java | 86 // Parsing the 3digits code 99 // Parsing the agent 115 // Parsing the text 128 // Parsing the 3digits code 141 // Parsing the agent 159 // Parsing the text
|
/external/selinux/sepolgen/ |
HACKING | 46 Parsing (sepolgen.refparser) 50 /usr/share/selinux/devel/include. This uses the LGPL parsing library 53 switch to a more powerful parsing library in the future, but for now 59 Infrastructure for parsing SELinux related messages as produced by the 60 audit system. This is not a general purpose audit parsing library - it 68 deliberately only loosely coupled to the audit parsing to allow
|
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionServiceInfo.java | 138 mParseError = "Error parsing voice interation service meta-data: " + e; 139 Log.w(TAG, "error parsing voice interaction service meta-data", e); 142 mParseError = "Error parsing voice interation service meta-data: " + e; 143 Log.w(TAG, "error parsing voice interaction service meta-data", e); 146 mParseError = "Error parsing voice interation service meta-data: " + e; 147 Log.w(TAG, "error parsing voice interaction service meta-data", e);
|
/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
NdefPushProtocol.java | 89 throw new FormatException("Error while parsing NdefMessageSet"); 93 throw new FormatException("Error while parsing NdefMessageSet"); 105 throw new FormatException("Error while parsing NdefMessageSet"); 113 throw new FormatException("Error while parsing NdefMessageSet"); 122 throw new FormatException("Error while parsing NdefMessageSet"); 127 throw new FormatException("Error while parsing NdefMessageSet");
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPMetaParser.java | 40 * XML-parsing and fixes the prefix. After the parsing several normalisations 70 * @throws XMPException Thrown if parsing or normalisation fails. 107 * Parses the raw XML metadata packet considering the parsing options. 119 * @param options the parsing options 121 * @throws XMPException Thrown if the parsing fails for different reasons 146 * @param options the parsing options 148 * @throws XMPException Thrown when the parsing fails. 179 * @param options the parsing options 181 * @throws XMPException Thrown when the parsing fails [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
argp.h | 1 /* Hierarchial argument parsing, layered over getopt. 154 /* The type of a pointer to an argp parsing function. */ 162 in an immediate stop to parsing in *all* cases. */ 165 /* Special values for the KEY argument to an argument parsing function. 168 The sequence of keys to a parsing function is either (where each 176 argument, in which case parsing stops at that argument (returning the 180 If an error occurs (either detected by argp, or because the parsing 206 /* Passed in before any parsing is done. Afterwards, the values of each 212 /* Passed in when parsing has successfully been completed (even if there are 219 deal with parsing one, documentation string, a possible vector of chil [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
argp.h | 1 /* Hierarchial argument parsing, layered over getopt. 154 /* The type of a pointer to an argp parsing function. */ 162 in an immediate stop to parsing in *all* cases. */ 165 /* Special values for the KEY argument to an argument parsing function. 168 The sequence of keys to a parsing function is either (where each 176 argument, in which case parsing stops at that argument (returning the 180 If an error occurs (either detected by argp, or because the parsing 206 /* Passed in before any parsing is done. Afterwards, the values of each 212 /* Passed in when parsing has successfully been completed (even if there are 219 deal with parsing one, documentation string, a possible vector of chil [all...] |
/external/jsilver/src/com/google/streamhtmlparser/ |
HtmlParser.java | 20 * Methods exposed for HTML parsing of text to facilitate implementation 32 * The Parser Mode requested for parsing a given template. 153 * or {@code ATTR_TYPE.NONE} if we are not parsing an attribute. 177 * parsing the name. Returns an empty {@code String} if the parser is not 187 * If the parser is still parsing the name, then the returned name 198 * within one. If the parser is currently parsing the value, the returned 259 * parsing of HTML attribute names and values where content we do not 260 * get to see could affect our parsing and alter our current state. 263 * a fatal error which prevents it from continuing further parsing. 268 * @throws ParseException if an unrecoverable error occurred during parsing [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/ |
ParameterManagerWrapper.cpp | 141 ALOG_ASSERT(root != NULL, "error in parsing file"); 145 ALOG_ASSERT(node != NULL, "error in parsing file"); 186 ALOG_ASSERT(root != NULL, "error in parsing file"); 196 ALOG_ASSERT(root != NULL, "error in parsing file"); 206 ALOG_ASSERT(root != NULL, "error in parsing file"); 209 ALOG_ASSERT(node != NULL, "error in parsing file"); 241 ALOG_ASSERT(root != NULL, "error in parsing file"); 276 ALOG_ASSERT(root != NULL, "error in parsing file"); 294 ALOG_ASSERT(root != NULL, "error in parsing file"); 309 ALOG_ASSERT(path != NULL, "error in parsing file: empty path") [all...] |
/libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/ |
X509V1CertImpl.java | 67 * Unmarshals a certificate from its encoded form, parsing the 76 * @exception CertificateException on parsing errors. 95 * @exception CertificateException on parsing errors. 233 * @exception CertificateException if a parsing error occurs. 243 * @exception CertificateException if a parsing error occurs. 253 * @exception CertificateException if a parsing error occurs. 263 * @exception CertificateException if a parsing error occurs. 275 * @exception CertificateException if a parsing error occurs. 286 * @exception CertificateException if a parsing error occurs. 298 * @exception CertificateException if a parsing error occurs [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
CompositeFormat.java | 62 * @param pos input/ouput parsing parameter. On output, <code>pos</code> 75 * @param pos input/ouput parsing parameter. 105 * @param pos input/ouput parsing parameter. 137 * @param pos input/ouput parsing parameter. 146 // check for error parsing number 148 // try parsing special numbers 167 * @param pos input/ouput parsing parameter.
|
/external/icu/icu4c/source/data/zone/ |
tzdbNames.txt | 30 parseRegions{""} // this metazone is never used for parsing 54 parseRegions{""} // this metazone is never used for parsing 87 parseRegions{""} // this metazone is never used for parsing 92 parseRegions{""} // this metazone is never used for parsing 155 parseRegions{""} // this metazone is never used for parsing 172 parseRegions{""} // this metazone is never used for parsing 322 parseRegions{""} // this metazone is never used for parsing
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_ipic_adv.c | 78 /* Skip parsing of macroblock layer. */
151 /* Skip parsing of macroblock layer. */
179 DEB("Error parsing I field \n");
202 DEB("Error parsing I field \n");
223 DEB("Error parsing I field \n");
250 DEB("Error parsing I field \n");
254 /* Skip parsing of macroblock layer. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
parse.py | 9 how this parsing engine works. 33 p.setup([start]) # prepare for parsing 48 Parsing is complete when addtoken() returns True; the root of the 63 The parser is not ready yet for parsing; you must call the 90 """Prepare for parsing. 135 # Done parsing! 154 # Done parsing, but another token is input
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
parse.py | 9 how this parsing engine works. 33 p.setup([start]) # prepare for parsing 48 Parsing is complete when addtoken() returns True; the root of the 63 The parser is not ready yet for parsing; you must call the 90 """Prepare for parsing. 135 # Done parsing! 154 # Done parsing, but another token is input
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 9 how this parsing engine works. 33 p.setup([start]) # prepare for parsing 48 Parsing is complete when addtoken() returns True; the root of the 63 The parser is not ready yet for parsing; you must call the 90 """Prepare for parsing. 135 # Done parsing! 154 # Done parsing, but another token is input
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
parse.py | 9 how this parsing engine works. 33 p.setup([start]) # prepare for parsing 48 Parsing is complete when addtoken() returns True; the root of the 63 The parser is not ready yet for parsing; you must call the 90 """Prepare for parsing. 135 # Done parsing! 154 # Done parsing, but another token is input
|