/external/srec/portable/include/ |
LCHAR.h | 37 * Trims string, removing any leading, trailing whitespace.
|
/external/tcpdump/ |
print-chdlc.c | 200 printf(", (trailing junk: %d bytes)", length - SLARP_MAX_LEN);
|
print-slow.c | 181 printf("\n\t-----trailing data-----");
|
/external/v8/src/ |
dateparser-inl.h | 46 // Parse a number (possibly with 1 or 2 trailing colons).
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Expressions/ |
11.9.6-1.js | 150 * No undefined element exists AFTER trailing comma at end.
|
/external/webkit/WebCore/dom/ |
OptionElement.cpp | 104 // In WinIE, leading and trailing whitespace is ignored in options and optgroups. We match this behavior.
|
/external/webkit/WebCore/html/ |
HTMLOptGroupElement.cpp | 158 // In WinIE, leading and trailing whitespace is ignored in options and optgroups. We match this behavior.
|
/external/webkit/WebCore/loader/appcache/ |
ManifestParser.cpp | 88 // Get rid of trailing whitespace
|
/external/webkit/WebCore/platform/network/ |
CredentialStorage.cpp | 73 // We keep a leading slash, but remove a trailing one.
|
/external/webkit/WebCore/svg/ |
SVGFontElement.cpp | 144 // Handle the case of a number with some optional trailing question marks.
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
changelogs.py | 133 # Trailing comma suppresses printing newline
|
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
avcdec_bitstream.h | 114 This function checks whether there are more RBSP data before the trailing bits.
|
avcdec_lib.h | 359 This function decodes the syntax for trailing ones and total coefficient. 362 \param "TrailingOnes" "Pointer to the trailing one variable output." 370 This function decodes the syntax for trailing ones and total coefficient for 373 \param "TrailingOnes" "Pointer to the trailing one variable output."
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMimeTest.java | 105 // resolving mime types. Trailing whitespaces seems to be non
|
/ndk/build/core/ |
main.mk | 32 # get rid of trailing slash
|
/system/core/libcutils/ |
config_utils.c | 191 /* strip trailing whitespace */
|
sched_policy.c | 166 grp[len-1] = '\0'; /* Drop the trailing '\n' */
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
NEWS | 508 the pattern has trailing whitespace (ugh!), but flex doesn't 563 trailing context. 569 trailing context. 735 can now include a leading '^' or trailing '$' operator. In this 771 trailing carriage-returns ('\r'), in support of several PC/Mac [all...] |
/bionic/libc/netbsd/resolv/ |
res_debug.c | 805 while (!isspace((unsigned char)*cp)) /* if any trailing garbage */ 846 while (!isspace((unsigned char)*cp)) /* if any trailing garbage */ 922 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */ 933 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */ 944 while (!isspace((unsigned char)*cp) && (cp < maxcp)) /* if trailing garbage or m */
|
/cts/tools/dasm/src/java_cup/ |
production.java | 39 * It them merges adjacent actions if they appear and moves any trailing 92 /* strip off any trailing action */ 106 /* merge any trailing action with action string parameter */ 542 /** Helper routine to strip a trailing action off rhs and return it 556 /* see if we have a trailing action */
|
/external/icu4c/i18n/ |
tridpars.cpp | 415 // Parse trailing global filter, if any, and only if we saw 416 // a trailing delimiter after the IDs. 421 // Don't require trailing ';', but parse it if present 433 // Trailing unparsed text is a syntax error 755 // Note that if there was a trailing delimiter, we
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
FastStringBuffer.java | 75 /** Manifest constant: Suppress trailing whitespace. 81 /** Manifest constant: Suppress both leading and trailing whitespace. 89 /** Manifest constant: Carry trailing whitespace of one chunk as leading [all...] |
/dalvik/libcore/math/src/main/java/java/math/ |
BigDecimal.java | [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 448 type of pattern is called "trailing context". (There are some 451 "dangerous trailing context".) 543 - A rule can have at most one instance of trailing context (the '/' 582 match, it takes the one matching the most text (for trailing context 583 rules, this includes the length of the trailing part, even though it [all...] |
flex.texi | 536 by @var{r}. This type of pattern is called @dfn{trailing context}. 539 below regarding "dangerous trailing context".) 658 A rule can have at most one instance of trailing 705 the most text (for trailing context rules, this includes 706 the length of the trailing part, even though it will then [all...] |