/ndk/build/core/ |
add-application.mk | 27 $(call ndk_log,Parsing $(_application_mk))
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 86 fixed infinite loop in parsing, originally found by brian tsang. 502 fixed appalling but apparently unimportant bug in parsing octal 679 fixed silly bug in hex parsing in hexstr(). 731 Centralized the code for parsing escapes in regular expressions. [all...] |
/packages/apps/Browser/src/com/android/browser/ |
UrlHandler.java | 131 // perform generic parsing of the URI to turn it into an Intent.
|
/packages/apps/PackageInstaller/res/values/ |
strings.xml | 121 <string name="Parse_error_dlg_text">There was a problem parsing the package.</string>
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
Sources.java | 80 * Internal constructor that only performs initial parsing.
|
/packages/inputmethods/PinyinIME/jni/include/ |
spellingtrie.h | 176 // When 'A' is not enabled in ShouZiMu mode, the parsing result for 'A' is
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets.h | [all...] |
/sdk/anttasks/src/com/android/ant/ |
GetTargetTask.java | 143 // since we failed to parse the SDK, lets display the parsing output.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 211 // create the maps to store the result of the parsing
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 274 log.error(e, "Error parsing the AVDs"); 312 * who need their own {@link SdkManager} for parsing will often want to control 319 * @return A new {@link SdkManager} parsing the same location. 592 "Parsing Data for %1$s failed", //$NON-NLS-1$ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptQuickFixTest.java | 219 errors.add(filePath + ":5: error: Error parsing XML: unbound prefix");
|
/system/extras/tests/binder/benchmarks/ |
binderAddInts.cpp | 115 char *chptr; // character pointer for command-line parsing
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 173 print 'Error parsing line %d' % num, sys.exc_info()[0]
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberUtil.java | 44 * Utility for international phone numbers. Functionality includes formatting, parsing and 66 // We don't allow input strings for parsing to be longer than 250 chars. This prevents malicious 231 // parsing. This allows us to strip away meaningless prefixes to phone numbers that may be 234 // not include other punctuation, as this will be stripped later during parsing and is of no 235 // information value when parsing a number. 240 // of parsing. This allows us to strip off parts of the number that are actually the start of 279 // Regexp of all possible ways to write extensions, for use when parsing. This will be run as a 287 // For parsing, we are slightly more lenient in our interpretation than for matching. Here we 307 // part of the extension, or else parsing will fail! 319 // digits, for use when parsing [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
siteMgr.c | [all...] |
/development/samples/Home/src/com/example/android/home/ |
Home.java | 314 Log.w(LOG_TAG, "Got exception parsing favorites.", e); 316 Log.w(LOG_TAG, "Got exception parsing favorites.", e);
|
/development/samples/RSSReader/src/com/example/android/rssreader/ |
RssReader.java | 474 * Does rudimentary RSS parsing on the given stream and posts rss items to 522 // SAX version of the code to do the parsing.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreenodestream.c | 726 /// Expensive to compute the size of the whole tree while parsing. 728 /// after parsing it returns true size.
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tree.py | 240 """Return a token type; needed for tree parsing.""" 334 This only makes sense during token parsing, not tree parsing. 335 Tree parsing should happen only when parsing and tree construction 454 """For tree parsing, I need to know the token type of a node""" [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory4Test.java | 99 fail("An exception was thrown while parsing \"" 120 fail("An exception was thrown while parsing \"" [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTMdefaultNamespaceDeclarationNode.java | 548 * element content whitespaces . Similarly, on setting, no parsing is 598 * element content whitespaces . Similarly, on setting, no parsing is
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextStream.java | 77 * not invoke this method until it has either abandoned parsing 398 * if they are capable of parsing and using content models.</p>
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMBuilder.java | 285 * not invoke this method until it has either abandoned parsing 562 * if they are capable of parsing and using content models.</p>
|
/external/bison/tests/ |
regression.at | 91 ## Braces parsing. ## 95 AT_SETUP([Braces parsing])
|