HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 276 - 300 of 2404) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 84 * Bitmask option to enable skipping of whitespace. If (options &
85 * SKIP_WHITESPACE) != 0, then whitespace characters will be silently
86 * skipped, as if they were not present in the input. Whitespace
213 * variables, or skipping whitespace.
  /external/chromium_org/third_party/sqlite/src/src/
complete.c 60 ** (0) INVALID We have not yet seen a non-whitespace character.
89 ** (1) tkWS Whitespace.
97 ** Whitespace never causes a state transition and is always ignored.
98 ** This means that a SQL string of all whitespace is invalid.
  /external/chromium_org/tools/grit/grit/tool/
android2grd_unittest.py 37 Strip leading/trailing whitespace
39 self.assertEqual(msg.GetRealContent(), 'Strip leading/trailing whitespace')
48 whitespace" but only for "enclosed elements "
51 whitespace but only for enclosed elements ''')
  /external/clang/test/Misc/
message-length.c 1 // RUN: not %clang_cc1 -fmessage-length 72 %s 2>&1 | FileCheck -strict-whitespace %s
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 1 // RUN: %clang_cc1 -E -std=c++11 %s -o - | FileCheck -strict-whitespace %s
  /external/jpeg/
ansi2knr.1 18 brace or a semicolon. These algorithms ignore whitespace and comments, except
  /external/libxml2/include/libxml/
xmlsave.h 37 XML_SAVE_WSNONSIG = 1<<7 /* format with non-significant whitespace */
  /external/llvm/utils/vim/
vimrc 19 " Highlight trailing whitespace and lines longer than 80 columns.
26 " Whitespace at the end of a line. This little dance suppresses
27 " whitespace that has just been typed.
70 " Delete trailing whitespace and tabs at the end of each line
  /external/qemu/android/utils/
stralloc.h 55 /* Remove leading, trailing or leading+trailing whitespace */
  /external/qemu/distrib/jpeg-6b/
ansi2knr.1 18 brace or a semicolon. These algorithms ignore whitespace and comments, except
  /external/srec/portable/src/
LCHAR.c 32 /* locating first non-whitespace character from beginning */
34 /* locating first non-whitespace character from end */
164 /* Skip whitespace */
168 /* Find next whitespace */
  /frameworks/native/services/surfaceflinger/EventLog/
EventLogTags.logtags 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 251 new LSParameterStrategy("element-content-whitespace", true));
391 * element content whitespace.
392 * @return true if ignoring element content whitespace
395 return!hasProperty("element-content-whitespace");
  /ndk/sources/host-tools/make-3.81/
ansi2knr.1 18 brace or a semicolon. These algorithms ignore whitespace and comments, except
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 69 * trailing whitespace is required.
70 * Non-whitespace chars are allowed before "src", but if they are present, they must be followed
71 * by another whitespace char. The idea is to allow other attributes, and avoid matching on
74 * The following string must contain "=" and "http", with intermediate whitespace and single-
  /packages/inputmethods/LatinIME/java/res/values-fr-rCA/
donottranslate.xml 27 <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
  /packages/inputmethods/LatinIME/java/res/values-hy-rAM/
donottranslate.xml 27 <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser.cc 27 // RegEx to match either a double-quote-enclosed string literal or a whitespace.
28 // Applied repeatedly and without overlapping, can be used to remove whitespace
33 // the whitespace is not back-referenced here, it will get removed.
  /external/chromium_org/net/base/
data_url.cc 81 // For base64, we may have url-escaped whitespace which is not part
82 // of the data, and should be stripped. Otherwise, the escaped whitespace
90 // Strip whitespace.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 52 [whitespace/indent]. See the options section below for an option that
63 any such category. The filter input "-whitespace,+whitespace/braces" fails
64 the category "whitespace/tab" and passes "whitespace/braces".
66 Examples: --filter=-whitespace,+whitespace/braces
67 --filter=-whitespace,-runtime/printf,+runtime/printf_format
306 '"--filter -whitespace,+whitespace/braces". To display
    [all...]
  /external/libvpx/libvpx/tools/
ftfy.sh 9 This script applies a whitespace transformation to the commit at HEAD. If no
17 --commit Creates a new commit containing only the whitespace changes
61 Cosmetic: Fix whitespace in change ${LAST_CHANGEID:0:9}
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 57 * that all parameter entities are fully resolved and all whitespace
78 * the separator "|" and all whitespace removed, or the word
80 * token group with all whitespace removed.</p>
  /external/chromium_org/chrome/tools/
webforms_extractor.py 78 \s*=\s* # The '=' with all whitespace before and after it.
80 \s*javascript\s*: # The word 'javascript:' with any whitespace possible.
90 \s*=\s* # The '=' with all whitespace before and after it.
110 # Adds whitespace chars at the end of the matched event. Also match trailing
111 # whitespaces for JS events. Do not match leading whitespace.
  /external/chromium_org/base/strings/
string_util.cc 170 // Find the edges of leading/trailing whitespace as desired.
177 // When the string was all whitespace, report that we stripped off whitespace
179 // stripped no whitespace, but we still need to clear |output|.
187 // Trim the whitespace.
273 // Set flags to pretend we're already in a trimmed whitespace sequence, so we
274 // will trim any leading whitespace.
282 // Reduce all whitespace sequences to a single space.
288 // Whitespace sequences containing CR or LF are eliminated entirely.
293 // Non-whitespace chracters are copied straight across
    [all...]
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 127 * Allow whitespace characters other than space. The
128 * other whitespace characters are
176 * Mask with both regular space and other whitespace OK
204 * <li>whitespace characters
317 // If whitespace isn't OK, get rid of whitespace at beginning
343 * Trim whitespace from the beginning and end of a string.
346 * different definition of whitespace than we want.
367 * Check if c is whitespace.
369 * @return true if c is a whitespace characte
    [all...]

Completed in 602 milliseconds

<<11121314151617181920>>