HomeSort by relevance Sort by last modified time
    Searched full:trailing (Results 1 - 25 of 3045) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/functionalities/abbreviation/
change_prompt.lldb 1 settings set prompt "[with-three-trailing-spaces]
  /ndk/tests/build/awk-trailing-r/jni/
Android.mk 3 LOCAL_MODULE := awk-trailing-r
4 LOCAL_SRC_FILES := awk-trailing-r.c
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p2-cxx0x.cpp 4 const auto b() -> int; // expected-error {{function with trailing return type must specify return type 'auto', not 'const auto'}}
5 auto *c() -> int; // expected-error {{function with trailing return type must specify return type 'auto', not 'auto *'}}
6 auto (d() -> int); // expected-error {{trailing return type may not be nested within parentheses}}
p9-0x.cpp 4 // will necessarily be ill-formed as a trailing return type for a function
5 // definition), and recover with a "type cannot be defined in a trailing return
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python_unittest_input.py 2 # problems, one that will generate a PEP-8 warning for trailing whitespace
  /external/clang/test/CodeGen/
count-builtins.c 3 int leading, trailing, pop; variable
7 trailing = __builtin_ctzs(P);
16 trailing = __builtin_ctz(P);
27 trailing = __builtin_ctzll(P);
mips-count-builtins.c 6 int leading, trailing, pop; variable
10 trailing = __builtin_ctzs(P);
19 trailing = __builtin_ctz(P);
28 trailing = __builtin_ctzll(P);
  /external/llvm/utils/lint/
remove_trailing_whitespace.sh 2 # Deletes trailing whitespace in-place in the passed-in files.
  /external/markdown/MarkdownTest/Tests_2007/
Code Blocks.text 10 all contain trailing spaces
Code Blocks.html 12 all contain trailing spaces
  /external/chromium_org/tools/gyp/test/mac/postbuild-defaults/
postbuild-defaults.sh 9 PLIST="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .plist
13 PLIST="${SRCROOT}"/Info # No trailing .plist
  /external/bison/lib/
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
23 /* Remove trailing slashes from FILE. Return true if a trailing slash
27 have different semantics according to whether a trailing slash is
  /external/bison/m4/
fopen.m4 15 dnl fopen on mingw also has the trailing slash bug.
20 dnl trailing slash.
21 AC_CACHE_CHECK([whether fopen recognizes a trailing slash],
51 [Define to 1 if fopen() fails to recognize a trailing slash.])
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 11 // Trailing whitespace!
  /external/llvm/utils/lit/tests/Inputs/shtest-format/
argv0.txt 4 # '['. Otherwise it will refuse to accept the trailing closing bracket.
  /hardware/intel/img/psb_video/
style_unify 7 sed -i 's/[ \t]*$//' $i #remove trailing space
  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
22 /* Remove trailing slashes from FILE. Return true if a trailing slash
26 have different semantics according to whether a trailing slash is
  /external/chromium_org/tools/gyp/test/win/
gyptest-macro-vcinstalldir.py 21 # This fails on VS because the trailing slash escapes the trailing quote.
  /external/clang/test/Sema/
warn-documentation-almost-trailing.c 8 int x; //< comment // expected-warning {{not a Doxygen trailing comment}}
9 int y; /*< comment */ // expected-warning {{not a Doxygen trailing comment}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
9 ('Strip trailing whitespace', '<<do-rstrip>>'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 1 'Provides "Strip trailing whitespace" under the "Format" menu.'
9 ('Strip trailing whitespace', '<<do-rstrip>>'),
  /external/llvm/test/CodeGen/X86/
2008-04-24-MemCpyBug.ll 2 ; Don't accidentally add the offset twice for trailing bytes.
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 1 # Note that the line LOCAL_PATH ends with trailing space and

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>