/external/openssh/regress/ |
D | limit-keytype.sh | 14 fatal "ssh-keygen failed" 18 fatal "ssh-keygen failed" 20 fatal "ssh-keygen failed" 22 fatal "ssh-keygen failed" 24 fatal "ssh-keygen failed" 27 fatal "couldn't sign user_key1" 57 ${SSH} $certopts proxy true || fatal "cert failed" 58 ${SSH} $opts -i $OBJ/user_key1 proxy true || fatal "key1 failed" 59 ${SSH} $opts -i $OBJ/user_key2 proxy true || fatal "key2 failed" 64 ${SSH} $certopts proxy true && fatal "cert succeeded" [all …]
|
D | krl.sh | 19 fatal "$SSHKEYGEN CA failed" 21 fatal "$SSHKEYGEN CA2 failed" 65 || fatal "$SSHKEYGEN failed" 68 || fatal "$SSHKEYGEN sign failed" 91 >/dev/null || fatal "$SSHKEYGEN KRL failed" 93 >/dev/null || fatal "$SSHKEYGEN KRL failed" 95 >/dev/null || fatal "$SSHKEYGEN KRL failed" 97 >/dev/null || fatal "$SSHKEYGEN KRL failed" 99 >/dev/null || fatal "$SSHKEYGEN KRL failed" 102 >/dev/null 2>&1 && fatal "$SSHKEYGEN KRL succeeded unexpectedly" [all …]
|
D | cert-file.sh | 11 fatal "ssh-keygen failed" 13 fatal "ssh-keygen failed" 17 fatal "ssh-keygen failed" 19 fatal "ssh-keygen failed" 21 fatal "ssh-keygen failed" 23 fatal "ssh-keygen failed" 25 fatal "ssh-keygen failed" 31 fatal "couldn't sign user_key1 with user_ca_key1" 35 fatal "couldn't sign user_key1 with user_ca_key2" 39 fatal "couldn't sign user_key3 with user_ca_key1" [all …]
|
/external/tensorflow/tensorflow/go/ |
D | graph_test.go | 60 t.Fatal(err) 64 t.Fatal(err) 67 t.Fatal(err) 73 t.Fatal(err) 89 t.Fatal(err) 93 t.Fatal(err) 101 t.Fatal(err) 110 t.Fatal(err) 118 t.Fatal(err) 124 t.Fatal(err) [all …]
|
D | tensor_handle_test.go | 29 t.Fatal(err) 32 t.Fatal(err) 40 t.Fatal(err) 44 t.Fatal(err) 56 t.Fatal(err) 60 t.Fatal(err) 65 t.Fatal(err) 76 t.Fatal(err) 80 t.Fatal(err) 85 t.Fatal(err) [all …]
|
D | operation_test.go | 45 t.Fatal(err) 60 t.Fatal(err) 64 t.Fatal(err) 72 t.Fatal(err) 76 t.Fatal(err) 96 t.Fatal(err) 139 t.Fatal(err) 158 t.Fatal(err) 162 t.Fatal(err) 173 t.Fatal(err) [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test_.cc | 61 // Tests catching fatal failures. 68 // This function calls a test subroutine, catches the fatal failure it 71 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine() 74 // Catches the fatal failure and aborts the test. in TryTestSubroutine() 104 // Tests catching a fatal failure in a subroutine. 111 // Tests catching a fatal failure in a nested subroutine. 115 // Calls a subrountine that yields a fatal failure. in TEST() 118 // Catches the fatal failure and aborts the test. in TEST() 333 // Tests non-fatal failures in the fixture constructor. 358 // Tests fatal failures in the fixture constructor. [all …]
|
D | gtest_output_test_golden_lin.txt | 323 Expected: 1 non-fatal failure 329 Expected: 1 non-fatal failure 331 gtest_output_test_.cc:#: Non-fatal failure: 333 Expected non-fatal failure 1. 335 gtest_output_test_.cc:#: Non-fatal failure: 337 Expected non-fatal failure 2. 343 Expected: 1 non-fatal failure 345 gtest_output_test_.cc:#: Fatal failure: 347 Expected fatal failure. 353 Expected: 1 non-fatal failure [all …]
|
/external/openssh/ |
D | ssh-keygen.c | 200 fatal("unknown key type %s", key_type_name); in type_bits_valid() 219 fatal("key bits exceeds maximum %d", maxbits); in type_bits_valid() 221 fatal("DSA keys must be 1024 bits"); in type_bits_valid() 223 fatal("Key must at least be 1024 bits"); in type_bits_valid() 225 fatal("Invalid ECDSA key length - valid lengths are " in type_bits_valid() 262 fatal("bad key type"); in ask_filename() 287 fatal("Load key \"%s\": %s", filename, ssh_err(r)); in load_identity() 296 fatal("Load key \"%s\": %s", filename, ssh_err(r)); in load_identity() 315 fatal("version 1 keys are not supported"); in do_convert_to_ssh2() 317 fatal("key_to_blob failed: %s", ssh_err(r)); in do_convert_to_ssh2() [all …]
|
D | ssh-keysign.c | 87 fatal("%s: sshbuf_from failed", __func__); in valid_request() 91 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 96 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 102 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 106 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 113 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 121 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 136 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 148 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in valid_request() 187 fatal("%s: pledge: %s", __progname, strerror(errno)); in main() [all …]
|
D | opacket.c | 19 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_start() 29 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_char() 38 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int() 47 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int64() 56 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_string() 65 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_cstring() 74 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_raw() 84 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum() 95 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum2() 106 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_ecpoint() [all …]
|
D | sftp-client.c | 115 fatal("Outbound message too long %zu", sshbuf_len(m)); in send_msg() 127 fatal("Couldn't send packet: %s", strerror(errno)); in send_msg() 140 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg() 144 fatal("Connection closed"); in get_msg() 146 fatal("Couldn't read packet: %s", strerror(errno)); in get_msg() 150 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg() 152 fatal("Received message too long %u", msg_len); in get_msg() 155 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in get_msg() 160 fatal("Connection closed"); in get_msg() 162 fatal("Read packet: %s", strerror(errno)); in get_msg() [all …]
|
D | uidswap.c | 97 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 102 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 110 fatal("initgroups: %s: %.100s", pw->pw_name, in temporarily_use_uid() 115 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 120 fatal("getgroups: %.100s", strerror(errno)); in temporarily_use_uid() 127 fatal("setgroups: %.100s", strerror(errno)); in temporarily_use_uid() 137 fatal("setegid %u: %.100s", (u_int)pw->pw_gid, in temporarily_use_uid() 140 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid, in temporarily_use_uid() 153 fatal("setresuid %u: %.100s", (u_int)uid, strerror(errno)); in permanently_drop_suid() 165 fatal("%s: was able to restore old [e]uid", __func__); in permanently_drop_suid() [all …]
|
D | bufaux.c | 46 fatal("%s: buffer error", __func__); in buffer_get_short() 69 fatal("%s: buffer error", __func__); in buffer_get_int() 92 fatal("%s: buffer error", __func__); in buffer_get_int64() 103 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_short() 112 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int() 121 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int64() 146 fatal("%s: buffer error", __func__); in buffer_get_string() 172 fatal("%s: buffer error", __func__); in buffer_get_cstring() 198 fatal("%s: buffer error", __func__); in buffer_get_string_ptr() 208 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_string() [all …]
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_template.h | 105 FATAL() << "Should never be called"; in PlayoutDeviceName() 113 FATAL() << "Should never be called"; in RecordingDeviceName() 125 FATAL() << "Should never be called"; in SetPlayoutDevice() 137 FATAL() << "Should never be called"; in SetRecordingDevice() 207 FATAL() << "Should never be called"; in SetAGC() 218 FATAL() << "Should never be called"; in SetWaveOutVolume() 224 FATAL() << "Should never be called"; in WaveOutVolume() 265 FATAL() << "Should never be called"; in SpeakerVolumeStepSize() 271 FATAL() << "Should never be called"; in MicrophoneVolumeIsAvailable() 276 FATAL() << "Should never be called"; in SetMicrophoneVolume() [all …]
|
/external/googletest/googletest/test/ |
D | googletest-output-test_.cc | 56 // Tests catching fatal failures. 63 // This function calls a test subroutine, catches the fatal failure it 66 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine() 69 // Catches the fatal failure and aborts the test. in TryTestSubroutine() 114 // Tests catching a fatal failure in a subroutine. 121 // Tests catching a fatal failure in a nested subroutine. 125 // Calls a subrountine that yields a fatal failure. in TEST() 128 // Catches the fatal failure and aborts the test. in TEST() 359 // Tests non-fatal failures in the fixture constructor. 382 // Tests fatal failures in the fixture constructor. [all …]
|
D | googletest-output-test-golden-lin.txt | 476 Expected: 1 non-fatal failure 484 Expected: 1 non-fatal failure 486 googletest-output-test_.cc:#: Non-fatal failure: 488 Expected non-fatal failure 1. 492 googletest-output-test_.cc:#: Non-fatal failure: 494 Expected non-fatal failure 2. 504 Expected: 1 non-fatal failure 506 googletest-output-test_.cc:#: Fatal failure: 508 Expected fatal failure. 518 Expected: 1 non-fatal failure [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/ |
D | extension_test.go | 55 t.Fatal("Failed setting extension:", err) 59 t.Fatal("Failed encoding message with extension:", err) 63 t.Fatal("Failed decoding message with extension:", err) 66 t.Fatal("Decoded message didn't contain extension.") 70 t.Fatal("Failed getting extension:", err) 77 t.Fatal("Failed clearing extension.") 93 t.Fatal("Failed setting extension:", err) 97 t.Fatal("Failed encoding message with extension:", err) 101 t.Fatal("Failed decoding message with extension:", err) 104 t.Fatal("Decoded message didn't contain extension.") [all …]
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_kernel.c | 30 static void Fatal(const char *format, ...) in Fatal() function 181 Fatal("Unable to stat %s: %s\n", filename, strerror(errno)); in ReadOldKPartFromFileOrDie() 196 Fatal("%s is too small to be a valid kernel blob\n", filename); in ReadOldKPartFromFileOrDie() 201 Fatal("Unable to open file %s: %s\n", filename, in ReadOldKPartFromFileOrDie() 206 Fatal("Unable to read entirety of %s: %s\n", filename, in ReadOldKPartFromFileOrDie() 393 Fatal("Missing required keyblock file.\n"); in do_vbutil_kernel() 397 Fatal("Error reading key block.\n"); in do_vbutil_kernel() 400 Fatal("Missing required signprivate file.\n"); in do_vbutil_kernel() 404 Fatal("Error reading signing key.\n"); in do_vbutil_kernel() 407 Fatal("Missing required config file.\n"); in do_vbutil_kernel() [all …]
|
/external/tensorflow/tensorflow/go/op/ |
D | gradients_test.go | 38 t.Fatal(err) 41 t.Fatal(len(grads0)) 50 t.Fatal(err) 53 t.Fatal(len(grads1)) 64 t.Fatal(err) 68 t.Fatal(err) 78 t.Fatal(err) 81 t.Fatal(len(outputs)) 104 t.Fatal(err) 107 t.Fatal(len(grad)) [all …]
|
/external/libchrome/base/containers/ |
D | span_unittest.nc | 22 #if defined(NCTEST_DEFAULT_SPAN_WITH_NON_ZERO_STATIC_EXTENT_DISALLOWED) // [r"fatal error: static_… 29 #elif defined(NCTEST_SPAN_FROM_ARRAY_WITH_NON_MATCHING_STATIC_EXTENT_DISALLOWED) // [r"fatal error:… 38 #elif defined(NCTEST_SPAN_FROM_STD_ARRAY_WITH_NON_MATCHING_STATIC_EXTENT_DISALLOWED) // [r"fatal er… 47 …AN_FROM_CONST_STD_ARRAY_WITH_NON_MATCHING_STATIC_EXTENT_DISALLOWED) // [r"fatal error: no matching… 56 #elif defined(NCTEST_SPAN_FROM_OTHER_SPAN_WITH_MISMATCHING_EXTENT_DISALLOWED) // [r"fatal error: no… 66 #elif defined(NCTEST_DYNAMIC_SPAN_TO_STATIC_SPAN_DISALLOWED) // [r"fatal error: no matching constr… 74 #elif defined(NCTEST_DERIVED_TO_BASE_CONVERSION_DISALLOWED) // [r"fatal error: no matching constru… 87 #elif defined(NCTEST_PTR_TO_CONSTPTR_CONVERSION_DISALLOWED) // [r"fatal error: no matching constru… 97 #elif defined(NCTEST_CONST_CONTAINER_TO_MUTABLE_CONVERSION_DISALLOWED) // [r"fatal error: no match… 105 #elif defined(NCTEST_STD_SET_CONVERSION_DISALLOWED) // [r"fatal error: no matching constructor for… [all …]
|
/external/compiler-rt/test/cfi/cross-dso/icall/ |
D | diag.cpp | 31 …UN: --check-prefix=VCALL-NODIAG --check-prefix=ICALL-FATAL 34 // RUN: --check-prefix=VCALL-NODIAG --check-prefix=CAST-FATAL 48 …UN: --check-prefix=VCALL-NODIAG --check-prefix=ICALL-FATAL 51 // RUN: --check-prefix=VCALL-NODIAG --check-prefix=CAST-FATAL 65 …UN: --check-prefix=VCALL-NODIAG --check-prefix=ICALL-FATAL 68 …RUN: --check-prefix=VCALL-NODIAG --check-prefix=CAST-FATAL 71 …UN: --check-prefix=VCALL-NODIAG --check-prefix=VCALL-FATAL 106 // ICALL-FATAL: =0= in main() 107 // CAST-FATAL: =0= in main() 108 // VCALL-FATAL: =0= in main() [all …]
|
/external/robolectric-shadows/ |
D | robotest.sh | 7 # Terminate with a fatal error. 8 function fatal() { function 9 echo "Fatal: $*" 15 local name="$1"; shift || fatal "Missing argument: name" 16 test $# = 0 || fatal "Too many arguments" 26 test $# = 0 || fatal "Too many arguments" 44 local value="$1"; shift || fatal "Missing argument: value" 45 test $# = 0 || fatal "Too many arguments" 91 local tests="$1"; shift || fatal "Missing argument: tests" 92 test $# = 0 || fatal "Too many arguments" [all …]
|
/external/perf_data_converter/src/quipper/ |
D | run_command.cc | 47 PLOG(FATAL) << "read"; in ReadFromFd() 90 PLOG(FATAL) << "close read end of pipe"; in RunCommand() 96 PLOG(FATAL) << "open /dev/null"; in RunCommand() 100 PLOG(FATAL) << "dup2 stdout"; in RunCommand() 104 PLOG(FATAL) << "dup2 stderr"; in RunCommand() 108 PLOG(FATAL) << "close /dev/null"; in RunCommand() 125 PLOG(FATAL) << "close write end of errno pipe"; in RunCommand() 129 PLOG(FATAL) << "close write end of pipe"; in RunCommand() 141 PLOG(FATAL) << "read errno"; in RunCommand() 144 PLOG(FATAL) << "close errno"; in RunCommand() [all …]
|
/external/syzkaller/vendor/google.golang.org/grpc/grpclog/ |
D | loggerv2.go | 49 // Fatal logs to ERROR log. Arguments are handled in the manner of fmt.Print. 50 // gRPC ensures that all Fatal logs will exit with os.Exit(1). 52 Fatal(args ...interface{}) methodSpec 54 // gRPC ensures that all Fatal logs will exit with os.Exit(1). 58 // gRPC ensures that all Fatal logs will exit with os.Exit(1). 78 // fatalLog indicates Fatal severity. 87 fatalLog: "FATAL", 97 // Fatal logs will be written to errorW, warningW, infoW, followed by exit(1). 111 ew := io.MultiWriter(infoW, warningW, errorW) // ew will be used for error and fatal. 178 func (g *loggerT) Fatal(args ...interface{}) { func [all …]
|