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

1 2 3 4 5 6 7 8 91011>>

  /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 '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 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);
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 11 // Trailing whitespace!
  /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/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
  /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).
  /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
  /external/chromium_org/third_party/skia/src/views/
SkTextBox.cpp 18 size_t* trailing = NULL)
26 if (trailing) {
27 *trailing = 0;
46 if (trailing) {
47 *trailing = text - prevText;
72 if (trailing) {
73 *trailing = lineBreakSize;
88 if (trailing) {
89 *trailing = lineBreakSize;
227 size_t trailing; local
    [all...]
  /external/skia/src/views/
SkTextBox.cpp 18 size_t* trailing = NULL)
26 if (trailing) {
27 *trailing = 0;
46 if (trailing) {
47 *trailing = text - prevText;
72 if (trailing) {
73 *trailing = lineBreakSize;
88 if (trailing) {
89 *trailing = lineBreakSize;
227 size_t trailing; local
    [all...]
  /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

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>