/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-ranlib.1 | 172 Options in \fIfile\fR are separated by whitespace. A whitespace
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 226 while token and token.type in [Type.WHITESPACE, Type.BLANK_LINE]: 230 elif token.type == Type.WHITESPACE and not token.line.strip(): 231 # A line with only whitespace on it. 398 and not token.next.type in (Type.WHITESPACE, Type.END_PAREN, 406 elif token.type == Type.WHITESPACE: 409 # Check whitespace length if it's not the first token of the line and
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 226 while token and token.type in [Type.WHITESPACE, Type.BLANK_LINE]: 230 elif token.type == Type.WHITESPACE and not token.line.strip(): 231 # A line with only whitespace on it. 398 and not token.next.type in (Type.WHITESPACE, Type.END_PAREN, 406 elif token.type == Type.WHITESPACE: 409 # Check whitespace length if it's not the first token of the line and
|
/external/chromium_org/tools/grit/grit/node/ |
base.py | 181 # Remove leading and trailing chunks of pure whitespace. 186 # Strip leading and trailing whitespace from mixed content chunks 191 # Remove leading and trailing ''' (used to demarcate whitespace) 253 whitespace. 301 # If this is the first item and it starts with whitespace, we add 313 # If the last item is a string (not a node) and ends with whitespace,
|
/external/guava/guava/src/com/google/common/base/ |
Splitter.java | 55 * or that you wish to trim whitespace. If you want features like these, simply 88 * behavior of using five particular whitespace characters as separators, like 333 * CharMatcher#WHITESPACE whitespace} from each returned substring; equivalent 334 * to {@code trimResults(CharMatcher.WHITESPACE)}. For example, {@code 342 return trimResults(CharMatcher.WHITESPACE);
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 57 whitespace = (tab | cr | lf | ' '); 135 {args} arg_whitespace = whitespace+; 141 {content->command} cs_open = '<?cs' whitespace+; 143 {command->args} command_delimiter = ':' | whitespace; 144 {command->args} hard_delimiter = '!' | whitespace; 145 {command->content, args->content, comment->content} cs_close = whitespace* '?>';
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ChangeLog | 227 * ScrolledList.py: py-cvs-rel2_1 (rev 1.5) merge - whitespace 232 * Separator.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace 237 * StackViewer.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace 242 * ToolTip.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace 251 Tkinter is fully initialized 1.31 Whitespace normalization 1.32 269 * PathBrowser.py: py-cvs-rel2_1 (Rev 1.6) merge - whitespace 274 * ParenMatch.py: cvs-py-rel2_1 (Rev 1.5) merge - whitespace 284 * MultiStatusBar.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace 289 * MultiScrolledLists.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace 294 * IdleHistory.py: py-cvs-rel2_1 (Rev 1.4) merge - whitespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ChangeLog | 227 * ScrolledList.py: py-cvs-rel2_1 (rev 1.5) merge - whitespace 232 * Separator.py: py-cvs-rel2_1 (Rev 1.3) merge - whitespace 237 * StackViewer.py: py-cvs-rel2_1 (Rev 1.15) merge - whitespace 242 * ToolTip.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace 251 Tkinter is fully initialized 1.31 Whitespace normalization 1.32 269 * PathBrowser.py: py-cvs-rel2_1 (Rev 1.6) merge - whitespace 274 * ParenMatch.py: cvs-py-rel2_1 (Rev 1.5) merge - whitespace 284 * MultiStatusBar.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace 289 * MultiScrolledLists.py: py-cvs-rel2_1 (Rev 1.2) merge - whitespace 294 * IdleHistory.py: py-cvs-rel2_1 (Rev 1.4) merge - whitespace [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 582 if ( !trimWhiteSpace // certain tags always keep whitespace 583 || !condenseWhiteSpace ) // if true, whitespace is always kept 598 bool whitespace = false; local 607 whitespace = true; 612 whitespace = true; 617 // If we've found whitespace, add it before the 618 // new character. Any whitespace just becomes a space. 619 if ( whitespace ) 622 whitespace = false; [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 582 if ( !trimWhiteSpace // certain tags always keep whitespace 583 || !condenseWhiteSpace ) // if true, whitespace is always kept 598 bool whitespace = false; local 607 whitespace = true; 612 whitespace = true; 617 // If we've found whitespace, add it before the 618 // new character. Any whitespace just becomes a space. 619 if ( whitespace ) 622 whitespace = false; [all...] |
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 487 // Strip leading and trailing whitespace 494 const char* const whitespace = " \t\r\n\v\f"; local 496 std::string word; // Words are whitespace separated 498 cdata.erase(0, cdata.find_first_not_of(whitespace) ); 499 cdata.erase(cdata.find_last_not_of(whitespace) + 1); 507 begIdx = cdata.find_first_not_of(whitespace); 512 endIdx = cdata.find_first_of (whitespace, begIdx); 542 begIdx = cdata.find_first_not_of (whitespace, endIdx); 548 // In particular, do not strip whitespace from tag cdata. 681 // NB Do not strip whitespace from tag cdat [all...] |
/external/tinyxml/ |
tinyxmlparser.cpp | 561 if ( !trimWhiteSpace // certain tags always keep whitespace 562 || !condenseWhiteSpace ) // if true, whitespace is always kept 577 bool whitespace = false; local 586 whitespace = true; 591 whitespace = true; 596 // If we've found whitespace, add it before the 597 // new character. Any whitespace just becomes a space. 598 if ( whitespace ) 601 whitespace = false; 1376 && !IsWhiteSpace( *p ) && *p != '\n' && *p != '\r' // whitespace [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
ApiGen.cpp | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 362 // Whitespace-handler context stacking 465 // DTM may skip whitespace. This is handled by the suppressNode flag, which 498 // Any non-whitespace in this sequence blocks whitespace 862 * Determine if the string-value of a node is whitespace 866 * @return Return true if the given node is whitespace. 899 * There are open questions regarding whitespace stripping. [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_frame.cc | 187 // is at least one non-whitespace characters between [begin, end). 203 // If there is indeed non-whitespace in the line, then the following 239 // Kill all whitespace (including '\r\n') at the end of the line. 271 // encountered a non whitespace character at the beginning of the stream, at 288 // won't be a whitespace (else the loop above wouldn't have terminated). 289 // That implies that we're guaranteed to get at least one non-whitespace 314 // Note that due to the loop which consumes all of the whitespace 338 // Note that due to the loop which consumes all of the whitespace 405 // A precondition for this function is that there is non-whitespace between 531 // We cleanup the whitespace at the end of the line before doing anythin [all...] |
/external/chromium_org/third_party/icu/source/tools/gencnval/ |
gencnval.c | 377 It removes the newlines, comments and trailing whitespace (not preceding whitespace). 407 /* There is no whitespace at the beginning anymore */ 471 /* skip whitespace */ 569 static const char WHITESPACE[] = " \t"; 589 tag = strtok(tag, WHITESPACE); 602 tag = strtok(NULL, WHITESPACE); [all...] |
/external/icu4c/tools/gencnval/ |
gencnval.c | 387 It removes the newlines, comments and trailing whitespace (not preceding whitespace). 417 /* There is no whitespace at the beginning anymore */ 481 /* skip whitespace */ 579 static const char WHITESPACE[] = " \t"; 599 tag = strtok(tag, WHITESPACE); 612 tag = strtok(NULL, WHITESPACE); [all...] |
/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/ |
TextUtilities.java | 318 * whitespace. If it's HTML, we'll 1) strip out tags, 2) turn entities into the appropriate 319 * characters, and 3) strip out extraneous whitespace, all in one pass 377 // Start with space as last character to avoid leading whitespace 433 // The idea is to find the content in the message, not the whitespace, so we'll 434 // turn any combination of contiguous whitespace into a single space 438 // Make every whitespace character a simple space 561 * @param query the query, which can contain multiple terms separated by whitespace [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlTree.java | 561 * Separators are whitespace inserted between segments of text. The 580 // Note that characters such as the non-breaking whitespace 624 * used if there is any whitespace between the two text nodes when there is 657 * Normalizes the HTML whitespace in the given {@code text} and appends it 669 // Strip beginning and ending whitespace. 672 // Collapse whitespace within the text. 687 * Appends the given text, preserving all whitespace. This is used for
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 595 * Separators are whitespace inserted between segments of text. The 614 // Note that characters such as the non-breaking whitespace 658 * used if there is any whitespace between the two text nodes when there is 691 * Normalizes the HTML whitespace in the given {@code text} and appends it 703 // Strip beginning and ending whitespace. 706 // Collapse whitespace within the text. 721 * Appends the given text, preserving all whitespace. This is used for
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 139 * xml:space attribute, whether or not extra whitespace should be stripped 143 * @return true if the text node should be stripped of extra whitespace. 886 * Tell if the node is ignorable whitespace. Note that this can 895 * and only if the node is of type Text, contains only whitespace, 908 // -- You need to be able to distinguish whitespace 909 // that is #PCDATA from whitespace that isn't. That requires [all...] |
/external/openssh/ |
ssh_config.0 | 32 separated by whitespace or optional whitespace and exactly one `='; the 33 latter format is useful to avoid the need to quote whitespace when 44 provided, they should be separated by whitespace. A single `*' 295 database, separated by whitespace. The default is 390 two arguments, separated by whitespace. If one argument is 601 whitespace or spread across multiple SendEnv directives. The [all...] |