Searched refs:showErrors (Results 1 – 5 of 5) sorted by relevance
34 private boolean showErrors; field in PrettyPath63 …if (showErrors) System.out.println("Warning:\tIncomplete translit:\t" + prettyString + "\t " + pat… in getPrettyPath()66 if (showErrors) System.out.println("Warning:\tpath length != 3: " + prettyString); in getPrettyPath()86 if (showErrors) System.out.println("Warning:\tFailed bijection, " + prettyString); in addBackmap()87 if (showErrors) System.out.println("Warning:\tPath1: " + path); in addBackmap()88 if (showErrors) System.out.println("Warning:\tPath2: " + old); in addBackmap()121 return showErrors; in isShowErrors()124 public PrettyPath setShowErrors(boolean showErrors) { in setShowErrors() argument125 this.showErrors = showErrors; in setShowErrors()
249 showErrors(errors, out); in showNumbers()250 showErrors(debugCreationErrors, out); in showNumbers()315 private static void showErrors(Set<String> errors, Appendable out) throws IOException { in showErrors() method in VerifyCompactNumbers
54 unsigned showErrors(llvm::ArrayRef<Diag> Diags) { in showErrors() function140 ErrCount += showErrors(InvocationDiags); in buildInvocation()171 ErrCount += showErrors(Preamble->Diags); in buildAST()180 ErrCount += showErrors(llvm::makeArrayRef(AST->getDiagnostics()) in buildAST()
595 public int showErrors() { in showErrors() method in CheckHtmlFiles.HeadingInfoList891 int fatalCount = headingInfoList.showErrors(); in parseFile()
275 showErrors(errors); in showHtml()340 private static void showErrors(Set<Exception> errors) { in showErrors() method in ShowKeyboards