Home
last modified time | relevance | path

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

1234

/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-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-project/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp282 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
303 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
309 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
321 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
343 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
349 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
359 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
372 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
378 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
412 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()
DBreakpointOnCatchDebuggee.java64 logWriter.printError("Caught the expected exception", e); in breakpointOnCatch()
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DTestBase.kt26 private fun printError(message: String, cause: Throwable) { in <lambda>() method
82printError("Too many unhandled exceptions $exCount, expected ${unhandled.size}, got: $e", e) in <lambda>()
84 printError("Unhandled exception was unexpected: $e", e) in <lambda>()
/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
DDebuggee.java86 debuggee.logWriter.printError(e); in runDebuggee()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DTestBase.kt30 private fun printError(message: String, cause: Throwable) { in <lambda>() method in kotlinx.coroutines.TestBase
87printError("Too many unhandled exceptions $exCount, expected ${unhandled.size}, got: $e", e) in <lambda>()
89 printError("Unhandled exception was unexpected: $e", e) in <lambda>()
/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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DTestBase.kt83 private fun printError(message: String, cause: Throwable) { in <lambda>() method
199printError("Too many unhandled exceptions $exCount, expected ${unhandled.size}, got: $e", e) in <lambda>()
201 printError("Unhandled exception was unexpected: $e", e) in <lambda>()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java197 printError(outFile + " is not a valid file name."); in writeBinaryFile()
270printError(directoryPath + fileName + " could not be opened, please ensure the correct path is giv… in writeBinaryFile()
274 printError("access denied: " + directoryPath + fileName); in writeBinaryFile()
278 printError(e.getMessage()); in writeBinaryFile()
705 printError(e.getMessage()); in writeBinaryHeader()
823 printError("Could not write key string to file. " + e.getMessage()); in writeKeyString()
949 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/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()
616 ds->printError=printError; in enumDependencies()
/external/icu/icu4c/source/common/
Dudataswp.h193 UDataPrintError *printError; member
399 UDataPrintError *printError, void *printErrorContext,
/external/icu/libicu/cts_headers/
Dudataswp.h193 UDataPrintError *printError; member
399 UDataPrintError *printError, void *printErrorContext,

1234