Searched
full:whitespace (Results
326 -
350 of
2404) sorted by null
<<11121314151617181920>>
/art/build/ |
Android.cpplint.mk | 18 ART_CPPLINT_FILTER := --filter=-whitespace/line_length,-build/include,-readability/function,-readability/streams,-readability/todo,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn,-runtime/printf
|
/cts/tests/tests/os/src/android/os/cts/ |
BuildVersionTest.java | 62 assertEquals("Build fingerprint must not include whitespace", -1,
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
contacts.html | 46 <td><span style="whitespace: no-wrap;">{{ contact.status }}</span></td>
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 529 /** Consume a newline and any whitespace at start of next line */ 549 * as this is a blank line. If whitespace followed by comment, kill it 552 * Ignore leading whitespace when nested in [..], (..), {..}. 593 Consume any leading whitespace if it starts on left edge.
|
rhino-python.prog | 44 // whitespace sensitive
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRToken.h | 70 // Common idiom is to put whitespace tokens on channel 99.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRToken.h | 70 // Common idiom is to put whitespace tokens on channel 99.
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRToken.h | 70 // Common idiom is to put whitespace tokens on channel 99.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRToken.h | 79 // Common idiom is to put whitespace tokens on channel 99.
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Token.pm | 28 # so that whitespace etc... can go to the parser on a "hidden" channel.
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
constants.py | 37 # so that whitespace etc... can go to the parser on a "hidden" channel.
|
/external/bison/build-aux/ |
update-copyright | 92 # whitespace surrounding a "/*", then the prefix for all subsequent 99 # commas or dashes. Whitespace may appear after commas. 159 $prefix_ws =~ s/\*/ /; # Only whitespace. 199 # Normalize all whitespace including newline-prefix sequences.
|
/external/bison/m4/ |
warn-on-use.m4 | 9 # For each whitespace-separated element in the list of NAMES, define
|
/external/chromium/third_party/libjingle/source/talk/base/ |
base64.h | 25 DO_PARSE_WHITE = 2, // Parse only base64 and whitespace characters
|
/external/chromium_org/base/ |
ini_parser.h | 28 // - Key value pairs are indicated with an '=' character. Whitespace is not
|
/external/chromium_org/base/strings/ |
string_util.h | 142 // Contains the set of characters representing whitespace in the corresponding 201 // Trims any whitespace from either end of the input string. Returns where 202 // whitespace was found. 205 // This function is for ASCII strings and only looks for ASCII whitespace; 227 // Searches for CR or LF characters. Removes all contiguous whitespace 231 // (1) Leading and trailing whitespace is trimmed. 232 // (2) If |trim_sequences_with_line_breaks| is true, any other whitespace 234 // (3) All other whitespace sequences are converted to single spaces. 378 // Returns true if it's a whitespace character.
|
/external/chromium_org/build/linux/ |
sysroot_ld_path.sh | 81 log_error_and_exit $1 contains whitespace.
|
/external/chromium_org/chrome/browser/resources/file_manager/ |
mediaplayer.html | 11 -- string. Until then, use an invisible non-whitespace character.
|
video_player.html | 10 -- string. Until then, use an invisible non-whitespace character.
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view.h | 116 // non-whitespace character is '?'), the text after the '?' is selected. 243 // internal whitespace as follows: 244 // * If the only whitespace in |text| is newlines, users are most likely 248 // this case, runs of whitespace are collapsed down to single spaces.
|
/external/chromium_org/chrome/tools/build/win/ |
make_chromebot_zip.sh | 34 # The file names in FILES may contain whitespace, e.g. 'First Run'.
|
/external/chromium_org/chrome/tools/profile_reset/ |
jtl_compiler.h | 25 // Whitespace does not matter, except for inside string literals. C++-style,
|
/external/chromium_org/net/cookies/ |
parsed_cookie.cc | 118 // ; whitespace DQUOTE, comma, semicolon, 268 // Seek past any whitespace before the "token" (the name). 271 return false; // No token, whitespace or empty. 280 // Ignore any whitespace between the token and the token separator. 282 // pointing at either whitespace, or at '=' (and equal to token_real_end). 285 // Skip over any whitespace to the first non-whitespace character. 303 // Seek past any whitespace that might in-between the token and value. 315 // Ignore any unwanted whitespace after the value.
|
/external/chromium_org/rlz/lib/ |
string_utils.cc | 43 // Ignore leading whitespace.
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.h | 180 // Used to do the whitespace collapsing logic. 185 // Used for whitespace characters that aren't in the DOM, so we can point at them. 279 // Used to do the whitespace logic. 283 // Used for whitespace characters that aren't in the DOM, so we can point at them.
|
Completed in 1273 milliseconds
<<11121314151617181920>>