Searched refs:terminating (Results 1 – 25 of 99) sorted by relevance
1234
/external/llvm/test/TableGen/ |
D | String.td | 4 string y = "missing terminating '\"' character";
|
/external/valgrind/main/none/tests/x86/ |
D | int.stderr.exp | 3 Process terminating with default action of signal 11 (SIGSEGV)
|
/external/valgrind/main/none/tests/linux/ |
D | blockfault.stderr.exp | 3 Process terminating with default action of signal 11 (SIGSEGV)
|
/external/valgrind/main/memcheck/tests/ |
D | supp_unknown.stderr.exp-kfail | 2 Process terminating with default action of signal 11 (SIGSEGV)
|
D | supp_unknown.stderr.exp | 2 Process terminating with default action of signal 11 (SIGSEGV)
|
D | badjump.stderr.exp-kfail | 7 Process terminating with default action of signal 11 (SIGSEGV)
|
D | addressable.stderr.exp | 22 Process terminating with default action of signal N (SIGSEGV or SIGBUS) 50 Process terminating with default action of signal N (SIGSEGV or SIGBUS)
|
D | badjump.stderr.exp | 8 Process terminating with default action of signal 11 (SIGSEGV)
|
/external/chromium_org/ppapi/api/ |
D | ppb_websocket.idl | 87 * Indicates that an endpoint is terminating the connection due to a protocol 93 * Indicates that an endpoint is terminating the connection because it has 115 * Indicates that an endpoint is terminating the connection because it has 122 * Indicates that an endpoint is terminating the connection because it has 128 * Indicates that an endpoint is terminating the connection because it has 134 * Indicates that an endpoint (client) is terminating the connection because 142 * Indicates that a server is terminating the connection because it
|
/external/valgrind/main/none/tests/s390x/ |
D | op00.stderr.exp1 | 16 Process terminating with default action of signal 4 (SIGILL)
|
D | op00.stderr.exp2 | 16 Process terminating with default action of signal 4 (SIGILL)
|
/external/bison/m4/ |
D | strndup.m4 | 22 # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'.
|
D | vasnprintf.m4 | 76 of bytes (excluding the terminating NUL) that would have been produced
|
/external/iptables/extensions/ |
D | libipt_ULOG.man | 8 Like LOG, this is a "non-terminating target", i.e. rule traversal
|
D | libip6t_REJECT.man | 4 so it is a terminating TARGET, ending rule traversal.
|
D | libipt_REJECT.man | 4 so it is a terminating TARGET, ending rule traversal.
|
D | libxt_NFLOG.man | 9 non-terminating target, i.e. rule traversal continues at the next rule.
|
D | libxt_LOG.man | 8 This is a "non-terminating target", i.e. rule traversal continues at
|
/external/wpa_supplicant_8/src/drivers/ |
D | ndis_events.c | 33 int terminating; member 309 if (events->terminating) { in ndis_events_indicate() 440 events->terminating = 1; in ndis_events_deinit()
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
D | README.txt | 74 :: Bluedroid test app terminating
|
/external/valgrind/main/drd/tests/ |
D | tc23_bogus_condwait.stderr.exp-darwin-amd64 | 71 Process terminating with default action of signal 6 (SIGABRT)
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | clickhold_button_cell.mm | 167 NOTREACHED() << "Unknown terminating state!";
|
D | info_bubble_window.mm | 171 // If the app is terminating but the window is still fading out, cancel the
|
/external/zlib/src/contrib/puff/ |
D | README | 57 The deflate format is self-terminating. If the deflate stream does not end
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 69 def ext_unterminated_string : ExtWarn<"missing terminating '\"' character">, 71 def ext_unterminated_char : ExtWarn<"missing terminating ' character">, 78 def err_unterminated___pragma : Error<"missing terminating ')' character">; 89 "raw string missing terminating delimiter )%0\"">;
|
1234