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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/TableGen/
String.td 4 string y = "missing terminating '\"' character";
  /external/clang/test/Lexer/
rdar-8914293.c 6 /* expected-warning {{missing terminating}} */ #define FOO "foo
7 /* expected-warning {{missing terminating}} */ #define KOO 'k
cxx0x_raw_string_unterminated.cpp 1 // RUN: not %clang_cc1 -std=c++11 -E %s 2>&1 | grep 'error: raw string missing terminating delimiter )foo"'
eof-char.c 7 // expected-warning@+1{{missing terminating ' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
eof-string.c 7 // expected-warning@+1{{missing terminating '"' character}} expected-error@+1{{expected expression}} expected-error@+1{{expected ';'}}
  /external/valgrind/main/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /external/clang/test/Sema/
warn-strncat-size.c 33 strncat(dest, src, sizeof(src)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
35 strncat(dest, src, sizeof(src) - 1); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
37 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
39 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning{{the value of the size argument in 'strncat' is too large, might lead to a buffer overflow}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
41 strncat((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
43 strncat(s4.f1, s2, sizeof(s2)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
70 strncat(z, str, sizeof(str)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
  /external/libcxxabi/src/
cxa_default_handlers.cpp 63 abort_message("terminating with %s exception of type %s: %s",
67 // Else just note that we're terminating with an exception
68 abort_message("terminating with %s exception of type %s",
72 // Else we're terminating with a foreign exception
73 abort_message("terminating with %s foreign exception", cause);
76 // Else just note that we're terminating
77 abort_message("terminating");
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 63 abort_message("terminating with %s exception of type %s: %s",
67 // Else just note that we're terminating with an exception
68 abort_message("terminating with %s exception of type %s",
72 // Else we're terminating with a foreign exception
73 abort_message("terminating with %s foreign exception", cause);
76 // Else just note that we're terminating
77 abort_message("terminating");
  /external/valgrind/main/memcheck/tests/
supp_unknown.stderr.exp 2 Process terminating with default action of signal 11 (SIGSEGV)
supp_unknown.stderr.exp-kfail 2 Process terminating with default action of signal 11 (SIGSEGV)
  /external/valgrind/main/none/tests/linux/
blockfault.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /external/compiler-rt/test/tsan/
allocator_returns_null.cc 55 // CHECK-mCRASH: ThreadSanitizer's allocator is terminating the process
57 // CHECK-cCRASH: ThreadSanitizer's allocator is terminating the process
59 // CHECK-coCRASH: ThreadSanitizer's allocator is terminating the process
61 // CHECK-rCRASH: ThreadSanitizer's allocator is terminating the process
63 // CHECK-mrCRASH: ThreadSanitizer's allocator is terminating the process
  /bootable/recovery/minadbd/
utils.c 34 buff[0] = (char) c; /* add char and terminating zero */
62 /* ensure there is a terminating zero */
99 /* ensure that there is a terminating zero */
utils.h 43 * this will only write a terminating zero and return buffEnd.
51 * but a terminating zero will always be appended at the end anyway
61 * note: this doesn't place an initial terminating zero in the buffer,
  /external/chromium_org/ash/system/chromeos/multi_user/
user_switch_util.h 15 // After terminating any desktop sharing operations, the |switch_user| function
  /external/svox/pico/lib/
picodefs.h 41 /* maximum size of a voice name, including the terminating null
45 /* maximum size of a resource name, incl. the terminating null
49 /* maximum size of a data path name, incl. the terminating null
53 /* maximum size of a file name, incl. the terminating null
  /external/bison/lib/
xmemdup0.c 26 and include a terminating NUL byte. P is of type 'void const *',
31 The terminating NUL makes it safe to use strlen or rawmemchr to
pathmax.h 22 including the terminating NUL byte.
61 *not* including the terminating NUL byte, and is set to 1023.
72 explains that the maximum size of a filename, including the terminating
stpcpy.c 34 /* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */
  /external/compiler-rt/test/asan/TestCases/
allocator_returns_null.cc 64 // CHECK-mCRASH: AddressSanitizer's allocator is terminating the process
66 // CHECK-cCRASH: AddressSanitizer's allocator is terminating the process
68 // CHECK-coCRASH: AddressSanitizer's allocator is terminating the process
70 // CHECK-rCRASH: AddressSanitizer's allocator is terminating the process
72 // CHECK-mrCRASH: AddressSanitizer's allocator is terminating the process
  /external/compiler-rt/test/msan/
allocator_returns_null.cc 62 // CHECK-mCRASH: MemorySanitizer's allocator is terminating the process
64 // CHECK-cCRASH: MemorySanitizer's allocator is terminating the process
66 // CHECK-coCRASH: MemorySanitizer's allocator is terminating the process
68 // CHECK-rCRASH: MemorySanitizer's allocator is terminating the process
70 // CHECK-mrCRASH: MemorySanitizer's allocator is terminating the process
  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 138 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
154 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
202 LOG_IF(ERROR, is_not_silent) << "Terminating: " << summary->message;
218 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
227 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
257 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
307 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
323 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
340 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message;
351 LOG_IF(WARNING, is_not_silent) << "Terminating: " << summary->message
    [all...]
minimizer.cc 56 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
61 VLOG_IF(1, is_not_silent) << "Terminating: " << summary->message;
  /external/qemu/android/utils/
property_file.h 32 // Maximum length of a property name (including terminating zero).
37 // Maximum length of a property value (including terminating zero).

Completed in 1162 milliseconds

1 2 3 4 5 6 7 8 91011>>