/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 260 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/ |
D | SymbolRewriter.cpp | 280 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/ |
D | SymbolRewriter.cpp | 282 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/ |
D | GetValuesTest.java | 240 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()
|
D | SetValuesTest.java | 265 .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()
|
D | JDWPStackTraceBaseTest.java | 141 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/ |
D | LogWriter.java | 68 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/ |
D | CombinedExceptionEventsDebuggee.java | 78 logWriter.printError(e); in testCaughtException() 92 logWriter.printError("Unexpected exception", e); in testUncaughtException() 101 logWriter.printError(e); in testUncaughtException()
|
D | ExceptionUncaughtDebuggee.java | 63 logWriter.printError("Unexpected exception", e); in run() 72 logWriter.printError(e); in run()
|
D | BreakpointOnCatchDebuggee.java | 64 logWriter.printError("Caught the expected exception", e); in breakpointOnCatch()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/ |
D | TestBase.kt | 26 private fun printError(message: String, cause: Throwable) { in <lambda>() method 82 … printError("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/ |
D | tools.cpp | 202 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/ |
D | JPDALogWriter.java | 112 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
|
D | Debuggee.java | 86 debuggee.logWriter.printError(e); in runDebuggee()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/ |
D | TestBase.kt | 30 private fun printError(message: String, cause: Throwable) { in <lambda>() method in kotlinx.coroutines.TestBase 87 … printError("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/ |
D | reporter.kt | 16 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/ |
D | TestBase.kt | 83 private fun printError(message: String, cause: Throwable) { in <lambda>() method 199 … printError("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/ |
D | LDML2ICUBinaryWriter.java | 197 printError(outFile + " is not a valid file name."); in writeBinaryFile() 270 …printError(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/ |
D | JDWPUnitDebuggeeProcessWrapper.java | 337 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/ |
D | FramesTest.java | 296 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()
|
D | CurrentContendedMonitorTest.java | 105 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/ |
D | ResumeTest.java | 94 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/ |
D | pkgitems.cpp | 51 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/ |
D | udataswp.h | 193 UDataPrintError *printError; member 399 UDataPrintError *printError, void *printErrorContext,
|
/external/icu/libicu/cts_headers/ |
D | udataswp.h | 193 UDataPrintError *printError; member 399 UDataPrintError *printError, void *printErrorContext,
|