/external/chromium-trace/catapult/systrace/atrace_helper/jni/ |
logging.h | 30 inline void LogError(const char* message) {
|
/external/libbrillo/brillo/errors/ |
error.cc | 14 inline void LogError(const base::Location& location, 48 LogError(location, domain, code, message); 63 LogError(location, domain, code, message);
|
/external/tensorflow/tensorflow/compiler/xla/ |
status_macros.cc | 41 static void LogError(const Status& status, const char* filename, int line, 85 LogError(status, filename, line, log_severity, should_log_stack_trace);
|
/external/toolchain-utils/crosperf/ |
experiment_runner_unittest.py | 72 def LogError(self, msg):
|
/external/grpc-grpc/test/cpp/util/ |
proto_file_parser.cc | 53 parser_->LogError(oss.str()); 102 LogError("No available proto database"); 149 LogError(error_stream.str()); 156 LogError("Method name not found"); 192 LogError("Method not found"); 211 LogError("Method not found"); 250 LogError("Message type not found"); 257 LogError("Failed to parse text format to proto."); 262 LogError("Failed to serialize proto."); 275 LogError("Message type not found") [all...] |
/external/toolchain-utils/cros_utils/ |
logger.py | 160 def LogError(self, msg, print_to_console=True): 178 self.LogError(msg) 300 def LogError(self, msg, print_to_console=True): 315 self.LogError(msg)
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 191 /// LogError* - These are little helper functions for error handling. 192 std::unique_ptr<ExprAST> LogError(const char *Str) { 197 LogError(Str); 218 return LogError("expected ')'"); 248 return LogError("Expected ')' or ',' in argument list"); 266 return LogError("unknown token when expecting an expression");
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 186 /// LogError* - These are little helper functions for error handling. 187 std::unique_ptr<ExprAST> LogError(const char *Str) { 192 LogError(Str); 213 return LogError("expected ')'"); 243 return LogError("Expected ')' or ',' in argument list"); 261 return LogError("unknown token when expecting an expression");
|
/external/syzkaller/dashboard/dashapi/ |
dashapi.go | 217 func (dash *Dashboard) LogError(name, msg string, args ...interface{}) {
|
/external/toolchain-utils/automation/common/ |
command_executer_test.py | 42 def LogError(self, msg):
|
/bionic/libc/malloc_debug/ |
malloc_debug.cpp | 175 static void LogError(const void* pointer, const char* error_str) { 204 LogError(pointer, error_str.c_str()); 212 LogError(pointer, error_str.c_str());
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 200 /// LogError* - These are little helper functions for error handling. 201 std::unique_ptr<ExprAST> LogError(const char *Str) { 207 LogError(Str); 228 return LogError("expected ')'"); 258 return LogError("Expected ')' or ',' in argument list"); 276 return LogError("unknown token when expecting an expression"); 397 LogError(Str);
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 209 /// LogError* - These are little helper functions for error handling. 210 std::unique_ptr<ExprAST> LogError(const char *Str) { 216 LogError(Str); 237 return LogError("expected ')'"); 267 return LogError("Expected ')' or ',' in argument list"); 285 return LogError("unknown token when expecting an expression"); 409 LogError(Str);
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 211 /// LogError* - These are little helper functions for error handling. 212 std::unique_ptr<ExprAST> LogError(const char *Str) { 218 LogError(Str); 239 return LogError("expected ')'"); 269 return LogError("Expected ')' or ',' in argument list"); 287 return LogError("unknown token when expecting an expression"); 408 LogError(Str);
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 221 /// LogError* - These are little helper functions for error handling. 222 std::unique_ptr<ExprAST> LogError(const char *Str) { 228 LogError(Str); 249 return LogError("expected ')'"); 279 return LogError("Expected ')' or ',' in argument list"); 297 return LogError("unknown token when expecting an expression"); 421 LogError(Str);
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 252 /// LogError* - These are little helper functions for error handling. 253 std::unique_ptr<ExprAST> LogError(const char *Str) { 259 LogError(Str); 280 return LogError("expected ')'"); 310 return LogError("Expected ')' or ',' in argument list"); 331 return LogError("expected then"); 339 return LogError("expected else"); 356 return LogError("expected identifier after for"); 362 return LogError("expected '=' after for"); 369 return LogError("expected ',' after for start value") [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 266 /// LogError* - These are little helper functions for error handling. 267 std::unique_ptr<ExprAST> LogError(const char *Str) { 273 LogError(Str); 294 return LogError("expected ')'"); 324 return LogError("Expected ')' or ',' in argument list"); 345 return LogError("expected then"); 353 return LogError("expected else"); 370 return LogError("expected identifier after for"); 376 return LogError("expected '=' after for"); 383 return LogError("expected ',' after for start value") [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cDirectStateAccessBuffersTests.cpp | 341 LogError(UploadDataFunction, parameter); 601 void DataTest::LogError(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum parameter) 829 void ClearTest::LogError(bool use_sub_data, glw::GLenum internalformat) 904 LogError(USE_SUB_DATA, internalformat); [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
toy.cpp | 305 /// LogError* - These are little helper functions for error handling. 306 std::unique_ptr<ExprAST> LogError(const char *Str) { 312 LogError(Str); 333 return LogError("expected ')'"); 363 return LogError("Expected ')' or ',' in argument list"); 384 return LogError("expected then"); 392 return LogError("expected else"); 409 return LogError("expected identifier after for"); 415 return LogError("expected '=' after for"); 422 return LogError("expected ',' after for start value") [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
toy.cpp | 305 /// LogError* - These are little helper functions for error handling. 306 std::unique_ptr<ExprAST> LogError(const char *Str) { 312 LogError(Str); 333 return LogError("expected ')'"); 363 return LogError("Expected ')' or ',' in argument list"); 384 return LogError("expected then"); 392 return LogError("expected else"); 409 return LogError("expected identifier after for"); 415 return LogError("expected '=' after for"); 422 return LogError("expected ',' after for start value") [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
toy.cpp | 305 /// LogError* - These are little helper functions for error handling. 306 std::unique_ptr<ExprAST> LogError(const char *Str) { 312 LogError(Str); 333 return LogError("expected ')'"); 363 return LogError("Expected ')' or ',' in argument list"); 384 return LogError("expected then"); 392 return LogError("expected else"); 409 return LogError("expected identifier after for"); 415 return LogError("expected '=' after for"); 422 return LogError("expected ',' after for start value") [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
toy.cpp | 293 /// LogError* - These are little helper functions for error handling. 294 std::unique_ptr<ExprAST> LogError(const char *Str) { 300 LogError(Str); 321 return LogError("expected ')'"); 351 return LogError("Expected ')' or ',' in argument list"); 372 return LogError("expected then"); 380 return LogError("expected else"); 397 return LogError("expected identifier after for"); 403 return LogError("expected '=' after for"); 410 return LogError("expected ',' after for start value") [all...] |
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
toy.cpp | 308 /// LogError* - These are little helper functions for error handling. 309 std::unique_ptr<ExprAST> LogError(const char *Str) { 315 LogError(Str); 336 return LogError("expected ')'"); 366 return LogError("Expected ')' or ',' in argument list"); 387 return LogError("expected then"); 395 return LogError("expected else"); 412 return LogError("expected identifier after for"); 418 return LogError("expected '=' after for"); 425 return LogError("expected ',' after for start value") [all...] |
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 286 std::unique_ptr<ExprAST> LogError(const char *Str) { 292 LogError(Str); 313 return LogError("expected ')'"); 343 return LogError("Expected ')' or ',' in argument list"); 364 return LogError("expected then"); 372 return LogError("expected else"); 389 return LogError("expected identifier after for"); 395 return LogError("expected '=' after for"); 402 return LogError("expected ',' after for start value"); 419 return LogError("expected 'in' after for") [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 305 /// LogError* - These are little helper functions for error handling. 306 std::unique_ptr<ExprAST> LogError(const char *Str) { 312 LogError(Str); 333 return LogError("expected ')'"); 363 return LogError("Expected ')' or ',' in argument list"); 384 return LogError("expected then"); 392 return LogError("expected else"); 409 return LogError("expected identifier after for"); 415 return LogError("expected '=' after for"); 422 return LogError("expected ',' after for start value") [all...] |