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

1 2 3 4 5 6 7 8 91011>>

  /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 'auto const'}}
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 3 auto j() -> enum { e3 }; // expected-error{{unnamed enumeration must be a definition}} expected-error {{requires a specifier or qualifier}} expected-error {{without trailing return type}}
  /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);
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 10 // Trailing whitespace!
  /external/llvm/utils/lint/
remove_trailing_whitespace.sh 2 # Deletes trailing whitespace in-place in the passed-in files.
generic_lint.py 4 # to any programming language: at present, line length and trailing whitespace.
  /external/markdown/MarkdownTest/Tests_2007/
Code Blocks.text 10 all contain trailing spaces
Code Blocks.html 12 all contain trailing spaces
Inline HTML (Simple).text 42 Just plain comment, with trailing spaces on the line:
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /external/dbus/
ChangeLog 3 * tools/dbus-monitor.c: take out the trailing comma in the
  /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/llvm/test/CodeGen/X86/
2008-04-24-MemCpyBug.ll 2 ; Don't accidentally add the offset twice for trailing bytes.
  /external/bison/lib/
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
25 /* Remove trailing slashes from FILE.
26 Return true if a trailing slash was removed.
  /ndk/sources/host-tools/sed-4.2.1/m4/
rename.m4 9 dnl Determine whether rename works for source file names with a trailing slash.
19 AC_CACHE_CHECK([whether rename is broken with a trailing slash],
56 [Define if rename does not work for source file names with a trailing
  /external/e2fsprogs/
depfix.sed 32 # Now insert a trailing newline...
  /external/oprofile/daemon/
opd_cookie.h 20 * Shift value to remove trailing zero on a dcookie value, 7 is sufficient
  /external/webkit/LayoutTests/http/tests/resources/
portabilityLayer.php 6 // try to guess from the environment. Since sys_get_temp_dir() doesn't return a trailing
8 // append a trailing slash, and expect callers to append one when needed.
  /external/icu4c/common/
loclikely.cpp 142 * @param trailing Any trailing data to append to the new tag.
143 * @param trailingLength The length of the trailing data.
158 const char* trailing,
328 if (*trailing != '@' && capacityRemaining > 0) {
340 * Copy the trailing data into the supplied buffer. Use uprv_memmove, since we
348 trailing,
396 * @param trailing Any trailing data to append to the new tag.
397 * @param trailingLength The length of the trailing data
861 const char* trailing = ""; local
968 const char* trailing = ""; local
    [all...]
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 33 * The @sample tag copies the text from the given file, stripping leading and trailing whitespace,
124 int trailing = 0; local
166 for (int i = 0; i < trailing; i++) {
171 trailing = 1; // add \n next time, maybe
173 trailing++;
202 int trailing = 0; local
219 for (int i = 0; i < trailing; i++) {
227 trailing = 1; // add \n next time, maybe
231 trailing++;
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML (Simple).text 42 Just plain comment, with trailing spaces on the line:
  /external/markdown/tests/markdown-test/
inline-html-simple.txt 42 Just plain comment, with trailing spaces on the line:
  /external/markdown/tests/safe_mode/
inline-html-simple.txt 42 Just plain comment, with trailing spaces on the line:
  /build/tools/fs_config/
fs_config.c 26 // trailing slash) on the stdin, and prints to stdout each input
40 // Note that the output will omit the trailing slash from
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 20 auto g(); // expected-error{{return without trailing return type}}
22 int h() -> int; // expected-error{{trailing return type must specify return type 'auto', not 'int'}}

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>