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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
macro_fn_comma_swallow.c 2 // RUN: %clang_cc1 %s -E | FileCheck -strict-whitespace %s
  /external/llvm/test/Object/
archive-toc.test 2 RUN: env TZ=GMT llvm-ar tv %p/Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace
11 RUN: env TZ=GMT llvm-ar tv %p/Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace
20 RUN: env TZ=GMT llvm-ar tv %p/Inputs/SVR4.a | FileCheck %s -strict-whitespace
23 RUN: env TZ=GMT llvm-ar tv %p/Inputs/xpg4.a | FileCheck %s -strict-whitespace
  /external/llvm/test/Other/
attribute-comment.ll 1 ; RUN: opt -S < %s | FileCheck %s -strict-whitespace
  /external/llvm/utils/lint/
generic_lint.py 4 # to any programming language: at present, line length and trailing whitespace.
common_lint.py 46 lint.append((filename, line_num, 'Tab found instead of whitespace'))
52 """Checks to make sure the file has no lines with trailing whitespace.
67 lint.append((filename, line_num, 'Trailing whitespace'))
  /external/smack/asmack-master/
CHANGELOG 2 - Removed the whitespace ping code SMACK-412
  /ndk/sources/android/support/src/musl-ctype/
iswspace.c 5 /* Our definition of whitespace is the Unicode White_Space property,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
error_handlers_unittest.py 41 _category = "whitespace/tab"
55 base_rules = ["-whitespace", "+whitespace/tab"]
60 max_reports_per_category={"whitespace/tab": 2},
151 ["foo.h(100): message [whitespace/tab] [5]\n"])
160 "foo.h(100): message [whitespace/tab] [5]\n")
162 "Suppressing further [whitespace/tab] reports "
187 ["foo.h(50): message [whitespace/tab] [5]\n"])
194 ['foo.h(50): message [whitespace/tab] [5]\n',
195 'foo.h(60): message [whitespace/tab] [5]\n'
    [all...]
  /external/chromium/chrome/browser/ui/omnibox/
location_bar_util.cc 29 // Chop at the first '.' or whitespace.
35 // No dot or whitespace, truncate to at most 3 chars.
  /external/chromium_org/chrome/tools/convert_dict/
hunspell_reader.cc 15 // Shortcut for trimming whitespace from both ends of the line.
23 // Treat this text as an ASCII text and trim whitespace characters as
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
undo-autocorrection.html 16 <p><b>Test 1:</b> Type "the mesage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message".</p>
17 <p><b>Test 2:</b> Type "the ". Set font to bold, then type "me". Set font to regular, then type "sage". After seeing the correction panel, type whitespace to accept the correction, then select undo. You should see the second word being reverted to "message" with "me" in bold font.</p>
  /external/chromium_org/tools/gn/
standard_out.h 30 // - Lines beginning with non-whitespace are highlighted up to the first
32 // - Lines whose first non-whitespace character is a # are dimmed.
  /external/clang/lib/Format/
WhitespaceManager.h 11 /// \brief WhitespaceManager class manages whitespace around tokens and their
43 /// \brief Replaces the whitespace in front of \p Tok. Only call once for
49 /// \brief Adds information about an unchangable token's whitespace.
55 /// \brief Inserts or replaces whitespace in the middle of a token.
74 /// or the layout of an unchanged token (or whitespace within).
111 // The kind of the token whose whitespace this change replaces, or in which
112 // this change inserts whitespace.
153 /// \brief Stores \p Text as the replacement for the whitespace in \p Range.
  /external/clang/test/SemaObjC/
warning-missing-selector-name.m 10 // expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an empty entry in the selector}}
14 // expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an empty entry in the selector}}
17 // expected-note {{or insert whitespace before ':' to use 'second' as parameter name and have an empty entry in the selector}} \
26 // expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an empty entry in the selector}}
30 // expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an empty entry in the selector}}
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 24 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
28 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length
31 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length
34 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
42 LLVM_LINT_FILTER=-,+whitespace
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
InlineRewriter.java 30 * command sub-tree, where all whitespace data commands have been removed.
48 * inside an inline command can consist only of whitespace characters. This
53 * <p>Data commands containing only whitespace are effectively removed by
72 "literal text in an inline block may only contain whitespace", data.getText(), null, data
98 * non-whitespace text.
  /sdk/docs/
Notes_on_WST_StructuredDocument.txt 82 XML_CONTENT:\n + whitespace before color
90 XML_CONTENT:\n + whitespace before string
146 Note that an XML_CONTENT region is actually the whitespace, was is known as a TEXT in the w3c DOM.
154 - getLength() and getEnd() take any whitespace into account.
155 - getTextLength() and getTextEnd() exclude some typical trailing whitespace.
157 Note that regarding the trailing whitespace, empirical evidence shows that in the XML case
165 - getText : without the whitespace.
166 - getFullText : with the whitespace.
167 - getStart / getLength / getEnd : type-dependent offset, including whitespace.
168 - getStart / getTextLength / getTextEnd : type-dependent offset, excluding "irrelevant" whitespace
    [all...]
  /external/v8/tools/
presubmit.py 89 whitespace/blank_line
90 whitespace/braces
91 whitespace/comma
92 whitespace/comments
93 whitespace/ending_newline
94 whitespace/indent
95 whitespace/labels
96 whitespace/line_length
97 whitespace/newline
98 whitespace/operator
    [all...]
  /external/clang/test/Misc/
tabstop.c 1 // RUN: %clang_cc1 -ftabstop 3 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=3 -strict-whitespace %s
2 // RUN: %clang_cc1 -ftabstop 4 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=4 -strict-whitespace %s
3 // RUN: %clang_cc1 -ftabstop 5 -fsyntax-only %s 2>&1 | FileCheck -check-prefix=5 -strict-whitespace %s
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
whitespace.php 3 * whitespace.php
10 * Whitespace language file for GeSHi.
40 'LANG_NAME' => 'Whitespace',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 19 leading and/or trailing whitespace. All of these are optional
41 strip from "#" to end-of-line, as well as any whitespace
44 strip leading whitespace from each line before returning it
46 strip trailing whitespace (including line terminator!) from
50 whitespace. (If both lstrip_ws and rstrip_ws are false,
51 then some lines may consist of solely whitespace: these will
55 after stripping comments and whitespace, join the following line
60 strip leading whitespace from lines that are joined to their
67 an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is
193 # strip the comment, strip whitespace before it, an
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 30 # Hardcode the recognized whitespace characters to the US-ASCII
31 # whitespace characters. The main reason for doing this is that in
32 # ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
33 # that character winds up in string.whitespace. Respecting
34 # string.whitespace in those cases would 1) make textwrap treat 0xa0 the
35 # same as any other whitespace char, which is clearly wrong (it's a
63 Replace all whitespace characters in the input text by spaces
79 Drop leading and trailing whitespace from lines.
96 r'(\s+|' # any whitespace
149 Munge whitespace in text: expand tabs and convert all othe
    [all...]
  /external/chromium_org/cc/output/
shader.cc 185 ); // NOLINT(whitespace/parens)
223 ); // NOLINT(whitespace/parens)
253 ); // NOLINT(whitespace/parens)
299 ); // NOLINT(whitespace/parens)
310 ); // NOLINT(whitespace/parens)
353 ); // NOLINT(whitespace/parens)
364 ); // NOLINT(whitespace/parens)
421 ); // NOLINT(whitespace/parens)
483 ); // NOLINT(whitespace/parens)
525 ); // NOLINT(whitespace/parens
    [all...]

Completed in 634 milliseconds

1 2 34 5 6 7 8 91011>>