Home
last modified time | relevance | path

Searched refs:FATAL (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h105 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/perf_data_converter/src/quipper/
Drun_command.cc47 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/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc59 GOOGLE_LOG(FATAL) << "CloseHandle: " in CloseHandleOrDie()
85 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start()
88 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError()); in Start()
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start()
99 GOOGLE_LOG(FATAL) << "SetHandleInformation: " in Start()
113 GOOGLE_LOG(FATAL) << "GetStdHandle: " in Start()
181 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: " in Communicate()
184 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: " in Communicate()
230 GOOGLE_LOG(FATAL) << "WaitForSingleObject: " in Communicate()
233 GOOGLE_LOG(FATAL) << "WaitForSingleObject: Unexpected return code: " in Communicate()
[all …]
/external/one-true-awk/
Dmain.c104 FATAL("too many -f options"); in main()
109 FATAL("no program filename"); in main()
111 FATAL("too many -f options"); in main()
136 FATAL("invalid -v option argument: %s", &argv[1][2]); in main()
140 FATAL("no variable name"); in main()
144 FATAL("invalid -v option argument: %s", argv[1]); in main()
165 FATAL("no program given"); in main()
204 FATAL("can't open file %s", pfile[curpfile]); in pgetc()
Drun.c120 FATAL("out of memory in %s", whatrtn); in adjbuf()
159 FATAL("illegal statement"); in execute()
188 FATAL("illegal break, continue, next or nextfile from BEGIN"); in program()
204 FATAL("illegal break, continue, next or nextfile from END"); in program()
237 FATAL("calling undefined function %s", s); in call()
241 FATAL("out of space for stack frames calling %s", s); in call()
251 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()
259 FATAL("can't use function %s as argument in %s", y->nval, s); in call()
276 FATAL("out of space for stack frames in %s", s); in call()
349 FATAL("argument #%d of function %s was not supplied", in arg()
[all …]
Dlib.c64 FATAL("out of space for $0 and fields"); in recinit()
79 FATAL("out of space in makefields %d", i); in makefields()
146 FATAL("can't open file %s", file); in getrec()
195 FATAL("field separator %.10s... is too long", *FS); in readrec()
209 FATAL("input record `%.30s...' too long", buf); in readrec()
217 FATAL("input record `%.30s...' too long", buf); in readrec()
222 FATAL("input record `%.30s...' too long", buf); in readrec()
282 FATAL("out of space for fields in fldbld %d", n); in fldbld()
288 FATAL("field separator %.10s... is too long", *FS); in fldbld()
350 FATAL("record `%.30s...' has too many fields; can't happen", r); in fldbld()
[all …]
/external/perf_data_converter/src/quipper/mybase/base/
Dlogging.h24 FATAL, enumerator
74 if (level_ >= FATAL) exit(EXIT_FAILURE); in ~Log()
124 if (!(x)) LOG(FATAL) << #x
126 if (!(x > y)) LOG(FATAL) << #x << " > " << #y << "failed"
128 if (!(x >= y)) LOG(FATAL) << #x << " >= " << #y << "failed"
130 if (!(x <= y)) LOG(FATAL) << #x << " <= " << #y << "failed"
132 if (!(x != y)) LOG(FATAL) << #x << " != " << #y << "failed"
134 if (!(x == y)) LOG(FATAL) << #x << " == " << #y << "failed"
/external/ppp/pppd/plugins/pppoatm/
Dtext2atm.c28 if (!*text) return FATAL; /* empty or ends with a dot */ in try_pvc()
44 if (!(flags & T2A_WILDCARD)) return FATAL; /* not allowed */ in try_pvc()
49 if (!(flags & T2A_UNSPEC)) return FATAL; /* not allowed */ in try_pvc()
54 if (*text++ != '.') return FATAL; /* dot required */ in try_pvc()
66 if (part[0] == ATM_VPI_UNSPEC) return FATAL; /* bad */ in try_pvc()
89 else if (!dot) return FATAL; /* two dots in a row */ in do_try_nsap()
96 if (!dot || *text == '0') return FATAL; in do_try_nsap()
128 if (!dot) return FATAL; /* two dots in a row */ in do_try_nsap()
131 if (!dot) return FATAL; in do_try_nsap()
144 if (len < offset) return FATAL; in do_try_nsap()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc138 LOG(FATAL) << "tuple element type cannot take on value of 0"; in Zero()
140 LOG(FATAL) << "opaque element type cannot take on value of 0"; in Zero()
142 LOG(FATAL) << "Unhandled primitive type " << primitive_type; in Zero()
176 LOG(FATAL) << "u16/s16 literals not yet implemented"; in One()
178 LOG(FATAL) << "tuple element type cannot take on value of 1"; in One()
180 LOG(FATAL) << "opaque element type cannot take on value of 1"; in One()
182 LOG(FATAL) << "Unhandled primitive type " << primitive_type; in One()
207 LOG(FATAL) << "C64 element type has no minimum value"; in MinValue()
209 LOG(FATAL) << "C128 element type has no minimum value"; in MinValue()
214 LOG(FATAL) << "u16/s16 literals not yet implemented"; in MinValue()
[all …]
/external/mtpd/
Dmtpd.c120 log_print(FATAL, "Cannot get control socket"); in android_get_control_and_arguments()
131 log_print(FATAL, "Cannot get argument length"); in android_get_control_and_arguments()
146 log_print(FATAL, "Cannot get argument value"); in android_get_control_and_arguments()
177 log_print(FATAL, "Pipe() %s", strerror(errno)); in main()
201 log_print(FATAL, "Poll() %s", strerror(errno)); in main()
284 log_print(FATAL, "Getaddrinfo() %s", (error == EAI_SYSTEM) ? in create_socket()
302 log_print(FATAL, "Connect() %s", strerror(errno)); in create_socket()
326 log_print(FATAL, "Fork() %s", strerror(errno)); in start_pppd()
343 log_print(FATAL, "Exec() %s", strerror(errno)); in start_pppd()
372 log_print(FATAL, "Fork() %s", strerror(errno)); in start_pppd_ol2tp()
[all …]
/external/tensorflow/tensorflow/core/util/
Dtensor_format.h174 LOG(FATAL) << "Unknown format " << format; in GetTensorBatchDimIndex()
194 LOG(FATAL) << "Unknown format " << format; in GetTensorFeatureDimIndex()
231 LOG(FATAL) << "Unknown format " << format; in GetTensorSpatialDimIndex()
247 LOG(FATAL) << "Unknown format " << format; in GetFilterTensorSpatialDimIndex()
271 LOG(FATAL) << "Unknown format " << format; in GetFilterTensorInputChannelsDimIndex()
286 LOG(FATAL) << "Unknown format " << format; in GetFilterTensorOutputChannelsDimIndex()
314 LOG(FATAL) << "Invalid dimension: " << dimension; in GetTensorDimIndex()
327 LOG(FATAL) << "Invalid dimension: " << dimension; in GetTensorDimIndex()
340 LOG(FATAL) << "Invalid dimension: " << dimension; in GetTensorDimIndex()
353 LOG(FATAL) << "Invalid dimension: " << dimension; in GetTensorDimIndex()
[all …]
/external/tensorflow/tensorflow/python/training/
Dtensorboard_logging.py42 FATAL = 'FATAL' variable
63 FATAL: event_pb2.LogMessage.FATAL,
72 FATAL: logging.FATAL
167 log(FATAL, message, *args)
/external/tensorflow/tensorflow/stream_executor/
Dblas.cc32 LOG(FATAL) << "Unknown transpose " << static_cast<int32>(t); in TransposeString()
43 LOG(FATAL) << "Unknown upperlower " << static_cast<int32>(ul); in UpperLowerString()
54 LOG(FATAL) << "Unknown diagonal " << static_cast<int32>(d); in DiagonalString()
65 LOG(FATAL) << "Unknown side " << static_cast<int32>(s); in SideString()
88 LOG(FATAL) << "Unknown ComputationType " << static_cast<int32>(ty); in ComputationTypeString()
/external/cblas/testing/
Dc_sblat3.f60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
230 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
239 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
257 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
266 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
290 FATAL = .FALSE.
295 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
301 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
309 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
315 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
[all …]
Dc_dblat3.f60 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
231 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
240 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
258 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
267 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
291 FATAL = .FALSE.
296 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
302 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
310 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
316 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
[all …]
Dc_sblat2.f81 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
278 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
286 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
310 FATAL = .FALSE.
317 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
323 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
331 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
337 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
346 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
352 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
[all …]
Dc_dblat2.f81 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
278 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
286 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
310 FATAL = .FALSE.
317 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
323 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
331 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
337 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
346 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
352 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
[all …]
Dc_zblat3.f66 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
237 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
246 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
264 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
273 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
297 FATAL = .FALSE.
303 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
309 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
317 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
323 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
[all …]
Dc_cblat3.f65 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
236 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
245 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
263 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
272 $ NMAX, EPS, ERR, FATAL, NOUT, .TRUE. )
296 FATAL = .FALSE.
302 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
308 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
316 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
322 $ REWI, FATAL, NIDIM, IDIM, NALF, ALF, NBET, BET,
[all …]
Dc_cblat2.f84 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
282 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
290 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
314 FATAL = .FALSE.
321 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
327 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
335 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
341 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
350 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
356 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
[all …]
Dc_zblat2.f85 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE, variable
282 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
290 $ YY, EPS, ERR, FATAL, NOUT, .TRUE. )
314 FATAL = .FALSE.
321 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
327 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
335 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
341 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NALF, ALF,
350 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
356 $ REWI, FATAL, NIDIM, IDIM, NKB, KB, NINC, INC,
[all …]
/external/protobuf/src/google/protobuf/
Dmessage.cc158 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name() in SetCachedSize()
237 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in GetEnumValue()
243 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in SetEnumValue()
248 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in GetRepeatedEnumValue()
254 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in SetRepeatedEnumValue()
259 GOOGLE_LOG(FATAL) << "Unimplemented EnumValue API."; in AddEnumValue()
265 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API."; in MapBegin()
273 GOOGLE_LOG(FATAL) << "Unimplemented Map Reflection API."; in MapEnd()
333 GOOGLE_LOG(FATAL) << "File is already registered: " << file; in RegisterFile()
411 GOOGLE_LOG(FATAL) << "Not implemented."; in GetMessageFactory()
[all …]
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dfuse_binary_into_preceding_affine.cc37 LOG(FATAL) << "Missing bias parameter"; in FuseAddOrSubParamsIntoPrecedingAffine()
62 LOG(FATAL) << "Operand shape mismatch."; in FuseAddOrSubParamsIntoPrecedingAffine()
84 LOG(FATAL) << "Should not get here."; in FuseAddOrSubParamsIntoPrecedingAffine()
101 LOG(FATAL) << "Missing bias parameter"; in FuseMulOrDivParamsIntoPrecedingAffine()
133 LOG(FATAL) << "Operand shape mismatch."; in FuseMulOrDivParamsIntoPrecedingAffine()
144 LOG(FATAL) << "Should not get here"; in FuseMulOrDivParamsIntoPrecedingAffine()
158 LOG(FATAL) << "Should not get here"; in FuseMulOrDivParamsIntoPrecedingAffine()
170 LOG(FATAL) << "Should not get here"; in FuseMulOrDivParamsIntoPrecedingAffine()
180 LOG(FATAL) << "Should not get here"; in FuseMulOrDivParamsIntoPrecedingAffine()
184 LOG(FATAL) << "Should not get here"; in FuseMulOrDivParamsIntoPrecedingAffine()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dutil.cc61 LOG(FATAL) << "unhandled element type " << type; in FloatLiteral()
100 LOG(FATAL) << "pred element type is not integral"; in IntegerLiteral()
103 LOG(FATAL) << "u16/s16 literals not yet implemented"; in IntegerLiteral()
113 LOG(FATAL) << "tuple element type is not integral"; in IntegerLiteral()
115 LOG(FATAL) << "opaque element type is not integral"; in IntegerLiteral()
117 LOG(FATAL) << "unhandled element type " << type; in IntegerLiteral()
/external/protobuf/conformance/
Dconformance_cpp.cc72 GOOGLE_LOG(FATAL) << "Error reading from test runner: " << strerror(errno); in CheckedRead()
84 GOOGLE_LOG(FATAL) << "Error writing to test runner: " << strerror(errno); in CheckedWrite()
120 GOOGLE_LOG(FATAL) << "Request didn't have payload."; in DoTest()
126 GOOGLE_LOG(FATAL) << "Unspecified output format"; in DoTest()
149 GOOGLE_LOG(FATAL) << "Unknown output format: " in DoTest()
173 GOOGLE_LOG(FATAL) << "Parse of ConformanceRequest proto failed."; in DoTestIo()

12345678910>>...24