Home
last modified time | relevance | path

Searched refs:printError (Results 1 – 25 of 92) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp280 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
301 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
307 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
319 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
341 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
347 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
357 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
370 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
376 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
410 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp260 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
281 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
287 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
299 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
321 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
327 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
337 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
350 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
356 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
388 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp281 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
302 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
308 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
320 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
342 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
348 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
358 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
371 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
377 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
411 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValuesTest.java240 logWriter.printError("Unexpected value of boolean variable: " in examineGetValues()
242 logWriter.printError(""); in examineGetValues()
256 .printError("unexpected value of int variable: " in examineGetValues()
258 logWriter.printError(""); in examineGetValues()
274 .printError("Unexpected value of string variable: " in examineGetValues()
278 logWriter.printError(""); in examineGetValues()
290 logWriter.printError("Unexpected tag of variable: " in examineGetValues()
292 logWriter.printError(""); in examineGetValues()
DSetValuesTest.java265 .printError("Unexpected value of boolean variable: " in examineGetValues()
267 logWriter.printError(""); in examineGetValues()
281 .printError("Unexpected value of int variable: " in examineGetValues()
283 logWriter.printError(""); in examineGetValues()
299 .printError("Unexpected value of string variable: " in examineGetValues()
303 logWriter.printError(""); in examineGetValues()
315 logWriter.printError("Unexpected tag of variable: " in examineGetValues()
317 logWriter.printError(""); in examineGetValues()
DJDWPStackTraceBaseTest.java141 logWriter.printError("Unexpected number of variables: " in checkVarTable()
156 logWriter.printError("unknown variable: " + varInfos[i].getName()); in checkVarTable()
162 .printError("Unexpected signature of variable = " in checkVarTable()
172 logWriter.printError("Unexpected name of variable " in checkVarTable()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DLogWriter.java68 public abstract void printError(String message); in printError() method in LogWriter
76 public abstract void printError(String message, Throwable throwable); in printError() method in LogWriter
83 public abstract void printError(Throwable throwable); in printError() method in LogWriter
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedExceptionEventsDebuggee.java78 logWriter.printError(e); in testCaughtException()
92 logWriter.printError("Unexpected exception", e); in testUncaughtException()
101 logWriter.printError(e); in testUncaughtException()
DExceptionUncaughtDebuggee.java63 logWriter.printError("Unexpected exception", e); in run()
72 logWriter.printError(e); in run()
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
Dtools.cpp202 printError("\t. . . Too many errors. Application will skip printing them."); in show()
220 printError(errString); in show()
234 printError(description); in show()
237 printError("\t. . . Too many errors. Application will skip printing them."); in show()
240 void ErrorClass::printError(std::string errString) { in printError() function in Error::ErrorClass
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DJPDALogWriter.java112 public void printError(String message) { in printError() method in JPDALogWriter
128 public void printError(String message, Throwable throwable) { in printError() method in JPDALogWriter
142 public void printError(Throwable throwable) { in printError() method in JPDALogWriter
/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/
DDocErrorReporter.java44 void printError(String msg); in printError() method
54 void printError(SourcePosition pos, String msg); in printError() method
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DDocErrorReporterImpl.java41 public void printError(String msg) { in printError() method in DocErrorReporterImpl
55 public void printError(SourcePosition pos, String msg) { in printError() method in DocErrorReporterImpl
DRootDocImpl.java157 public void printError(String msg) { in printError() method in RootDocImpl
163 public void printError(SourcePosition pos, String msg) { in printError() method in RootDocImpl
/external/dokka/core/src/main/kotlin/javadoc/
Dreporter.kt16 override fun printError(msg: String?) { in printError() method in org.jetbrains.dokka.javadoc.StandardReporter
20 override fun printError(pos: SourcePosition?, msg: String?) { in printError() method in org.jetbrains.dokka.javadoc.StandardReporter
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
DDIPrinter.h53 virtual bool printError(const Request &Request,
99 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
150 bool printError(const Request &Request, const ErrorInfoBase &ErrorInfo,
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java182 printError(outFile + " is not a valid file name."); in writeBinaryFile()
265 printError( in writeBinaryFile()
272 printError("access denied: " + directoryPath + fileName); in writeBinaryFile()
276 printError(e.getMessage()); in writeBinaryFile()
731 printError(e.getMessage()); in writeBinaryHeader()
839 printError("Could not write key string to file. " + e.getMessage()); in writeKeyString()
958 private static void printError(String message) { in printError() method
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPUnitDebuggeeProcessWrapper.java337 logWriter.printError("Failed to find real pid of process:", e); in getPid()
360 logWriter.printError("Failed to find children file"); in FindPidFor()
374 logWriter.printError("Failed to find real pid of process:", e); in FindPidFor()
404 logWriter.printError("Could not determine subprocess pid. Cannot dump process"); in GetRemoteStackTrace()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java296 logWriter.printError("unexpected method - " + methodName); in testFrames002()
302 … logWriter.printError(depthError = ("Number of " + FramesDebuggee.METHOD_NAME + " in frames " in testFrames002()
367 logWriter.printError("frameNumber is unexpectedly equal to " + frameNumber); in testFrames001()
392 logWriter.printError("unexpected method name of the first frame - " in testFrames001()
403 … logWriter.printError(depthError = ("Number of " + FramesDebuggee.METHOD_NAME + " in frames " in testFrames001()
DCurrentContendedMonitorTest.java105 logWriter.printError("wrong owner: " + waiterID); in testCurrentContendedMonitor001()
124 logWriter.printError("Unexpected " + JDWPConstants.Error.getName(err)); in testCurrentContendedMonitor001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java94 logWriter.printError(errorMessage + "\n"); in testResume001()
158 logWriter.printError(errorMessage + "\n"); in testResume002()
214 logWriter.printError(errorMessage + "\n"); in testResume003()
/external/cronet/tot/third_party/icu/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
624 ds->printError=printError; in enumDependencies()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
624 ds->printError=printError; in enumDependencies()
/external/cronet/stable/third_party/icu/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
624 ds->printError=printError; in enumDependencies()
/external/liburing/examples/
Dnapi-busy-poll-server.c126 static void printError(const char *msg, int opt) in printError() function
303 printError("Missing argument", optopt); in main()
308 printError("Unrecognized option", optopt); in main()

1234