HomeSort by relevance Sort by last modified time
    Searched defs:LogError (Results 1 - 20 of 20) sorted by null

  /external/libbrillo/brillo/errors/
error.cc 14 inline void LogError(const tracked_objects::Location& location,
41 LogError(location, domain, code, message);
56 LogError(location, domain, code, message);
  /external/toolchain-utils/crosperf/
experiment_runner_unittest.py 72 def LogError(self, msg):
  /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/toolchain-utils/automation/common/
command_executer_test.py 42 def LogError(self, msg):
  /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/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...]
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 73 static void LogError(png_structp png_ptr, png_const_charp error_msg) {
195 png_set_error_fn(read_ptr, (png_voidp)&source_diag, LogError, LogWarning);
509 png_set_error_fn(write_ptr, (png_voidp)context->GetDiagnostics(), LogError, LogWarning);
  /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...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 302 /// LogError* - These are little helper functions for error handling.
303 std::unique_ptr<ExprAST> LogError(const char *Str) {
309 LogError(Str);
330 return LogError("expected ')'");
360 return LogError("Expected ')' or ',' in argument list");
381 return LogError("expected then");
389 return LogError("expected else");
406 return LogError("expected identifier after for");
412 return LogError("expected '=' after for");
419 return LogError("expected ',' after for start value")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtutils.h 75 #define LogError __MINGW_NAME_AW(LogError)
mobsync.h 254 virtual HRESULT WINAPI LogError(DWORD dwErrorLevel,LPCWSTR lpcErrorText,LPSYNCMGRLOGERRORINFO lpSyncLogError) = 0;
270 HRESULT (WINAPI *LogError)(ISyncMgrSynchronizeCallback *This,DWORD dwErrorLevel,LPCWSTR lpcErrorText,LPSYNCMGRLOGERRORINFO lpSyncLogError);
288 #define ISyncMgrSynchronizeCallback_LogError(This,dwErrorLevel,lpcErrorText,lpSyncLogError) (This)->lpVtbl->LogError(This,dwErrorLevel,lpcErrorText,lpSyncLogError)
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 430 /// LogError* - These are little helper functions for error handling.
431 std::unique_ptr<ExprAST> LogError(const char *Str) {
437 LogError(Str);
458 return LogError("expected ')'");
490 return LogError("Expected ')' or ',' in argument list");
513 return LogError("expected then");
521 return LogError("expected else");
538 return LogError("expected identifier after for");
544 return LogError("expected '=' after for");
551 return LogError("expected ',' after for start value")
    [all...]

Completed in 380 milliseconds