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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Format/
cursor.cpp 3 // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
line-ranges.cpp 3 // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
ranges.cpp 3 // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
  /external/clang/test/Frontend/
rewrite-includes-invalid-hasinclude.c 1 // RUN: not %clang_cc1 -E -frewrite-includes -DFIRST -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s
dependency-gen-escaping.c 9 // RUN: %clang -MD -MF - %s -fsyntax-only -I. | FileCheck -strict-whitespace %s
rewrite-includes-missing.c 1 // RUN: %clang_cc1 -verify -E -frewrite-includes %s -o - | FileCheck -strict-whitespace %s
  /external/clang/test/PCH/
method_pool.h 3 /* Whitespace below is significant */
variables.h 2 // Do not mess with the whitespace in this file. It's important.
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p7.c 3 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
comment_save.c 1 // RUN: %clang_cc1 -E -C %s | FileCheck -strict-whitespace %s
macro_expand.c 1 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
macro_paste_empty.c 1 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
macro_rescan_varargs.c 1 // RUN: %clang_cc1 -E %s | FileCheck -strict-whitespace %s
traditional-cpp.c 7 RUN: FileCheck -strict-whitespace < %t %s
21 /* The lines in this file contain hard tab characters and trailing whitespace;
64 /* FIXME: -traditional-cpp should not homogenize whitespace in macros.
81 /* Comments are whitespace too */
85 * CHECK-NOT: {{^}}/* Comments are whitespace too
  /external/llvm/test/FileCheck/
dos-style-eol.txt 5 // RUN: FileCheck --strict-whitespace -input-file %s %s
  /external/markdown/tests/misc/
blockquote.txt 1 > blockquote with no whitespace before `>`.
  /libcore/luni/src/test/resources/META-INF/services/
libcore.java.util.ServiceLoaderTestInterface 8 libcore.java.util.ServiceLoaderTest$Impl2 # as is leading whitespace
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
type-whitespace-to-dismiss-reversion.html 31 <title>Type Whitespace to Dismiss Reversion Panel Test</title>
34 <div><p>This test verifies that, after reversion panel is shown, typing whitespace will dismiss the reversion panel.</p>
35 <p>After seeing the reversion panel, type whitespace. You should see the panel being dismissed once you start typing.</p>
  /external/chromium/base/
string_split.h 73 // WARNING: this uses whitespace as defined by the HTML5 spec. If you need
74 // a function similar to this but want to trim all types of whitespace, then
76 // that are treated as whitespace.
78 // Splits the string along whitespace (where whitespace is the five space
79 // characters defined by HTML 5). Each contiguous block of non-whitespace
  /external/chromium_org/base/strings/
string_split.h 68 // WARNING: this uses whitespace as defined by the HTML5 spec. If you need
69 // a function similar to this but want to trim all types of whitespace, then
71 // that are treated as whitespace.
73 // Splits the string along whitespace (where whitespace is the five space
74 // characters defined by HTML 5). Each contiguous block of non-whitespace
  /external/e2fsprogs/lib/ss/
parse.c 24 enum parse_mode { WHITESPACE, TOKEN, QUOTED_STRING };
30 * Parses line, dividing at whitespace, into tokens, returns
64 parse_mode = WHITESPACE; /* flushing whitespace */
72 while (parse_mode == WHITESPACE) {
104 parse_mode = WHITESPACE;
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.cpp 25 pos = str.find_first_not_of(WHITESPACE, pos);
39 string::size_type start = str.find_first_not_of(WHITESPACE, 0);
40 string::size_type end = str.find_last_not_of(WHITESPACE);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common.py 32 "whitespace/carriage_return",
33 "whitespace/tab"])
50 "whitespace/carriage_return",
73 "whitespace/tab", 5,
  /external/clang/test/Misc/
ast-dump-decl.mm 1 // RUN: %clang_cc1 -Wno-unused -fblocks -ast-dump -ast-dump-filter Test %s | FileCheck -strict-whitespace %s
warning-flags-tree.c 1 // RUN: diagtool tree | FileCheck -strict-whitespace %s
2 // RUN: diagtool tree -Weverything | FileCheck -strict-whitespace %s
3 // RUN: diagtool tree everything | FileCheck -strict-whitespace %s
33 // RUN: diagtool tree -Wgnu | FileCheck -strict-whitespace -check-prefix CHECK-GNU %s

Completed in 446 milliseconds

1 23 4 5 6 7 8 91011>>