/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 261 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse() 282 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry() 288 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry() 300 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry() 322 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor() 328 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor() 338 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor() 351 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor() 357 YS.printError(Descriptor, in parseRewriteFunctionDescriptor() 389 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 | 264 .printError("Unexpected value of boolean variable: " in examineGetValues() 266 logWriter.printError(""); in examineGetValues() 280 .printError("Unexpected value of int variable: " in examineGetValues() 282 logWriter.printError(""); in examineGetValues() 298 .printError("Unexpected value of string variable: " in examineGetValues() 302 logWriter.printError(""); in examineGetValues() 314 logWriter.printError("Unexpected tag of variable: " in examineGetValues() 316 logWriter.printError(""); in examineGetValues()
|
D | JDWPStackTraceBaseTest.java | 140 logWriter.printError("Unexpected number of variables: " in checkVarTable() 155 logWriter.printError("unknown variable: " + varInfos[i].getName()); in checkVarTable() 161 .printError("Unexpected signature of variable = " in checkVarTable() 171 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
|
D | StreamRedirector.java | 81 logWriter.printError(e); in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedExceptionEventsDebuggee.java | 75 logWriter.printError(e); in testCaughtException() 88 logWriter.printError("Unexpected exception", e); in testUncaughtException() 97 logWriter.printError(e); in testUncaughtException()
|
D | ExceptionUncaughtDebuggee.java | 60 logWriter.printError("Unexpected exception", e); in run() 69 logWriter.printError(e); in run()
|
D | BreakpointOnCatchDebuggee.java | 63 logWriter.printError("Caught the expected exception", e); in breakpointOnCatch()
|
D | SingleStepWithPendingExceptionDebuggee.java | 41 logWriter.printError("Exception has not been thrown"); in catchMethod()
|
/external/v8/test/simdjs/ |
D | harness-finish.js | 13 function printError (str) { function 22 notifyError: printError,
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/ |
D | JPDALogWriter.java | 110 public void printError(String message) { in printError() method in JPDALogWriter 125 public void printError(String message, Throwable throwable) { in printError() method in JPDALogWriter 138 public void printError(Throwable throwable) { in printError() method in JPDALogWriter
|
D | Debuggee.java | 86 debuggee.logWriter.printError(e); in runDebuggee()
|
/external/opencv3/modules/videoio/src/ |
D | cap_mjpeg_decoder.cpp | 367 void printError(MjpegInputStream& in_str, RiffList& list, uint32_t expected_fourcc); 368 void printError(MjpegInputStream& in_str, RiffChunk& chunk, uint32_t expected_fourcc); 409 void AviMjpegStream::printError(MjpegInputStream& in_str, RiffList& list, uint32_t expected_fourcc) in printError() function in cv::AviMjpegStream 425 void AviMjpegStream::printError(MjpegInputStream& in_str, RiffChunk& chunk, uint32_t expected_fourc… in printError() function in cv::AviMjpegStream 576 printError(in_str, strl_list, STRL_CC); in parseHdrlList() 583 printError(in_str, avih, AVIH_CC); in parseHdrlList() 649 printError(in_str, index_chunk, IDX1_CC); in parseAviWithFrameList() 665 printError(in_str, some_list, MOVI_CC); in parseAviWithFrameList() 671 printError(in_str, hdrl_list, HDRL_CC); in parseAviWithFrameList()
|
/external/opencv3/samples/gpu/performance/ |
D | performance.cpp | 49 printError(e.what()); in run() 128 void TestSystem::printError(const std::string& msg) in printError() function in TestSystem 152 TestSystem::instance().printError(err_msg); in cvErrorCallback()
|
/external/v8/tools/ |
D | logreader.js | 93 LogReader.prototype.printError = function(str) { method in LogReader 232 this.printError('line ' + (this.lineNum_ + 1) + ': ' + (e.message || e));
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | FramesTest.java | 295 logWriter.printError("unexpected method - " + methodName); in testFrames002() 301 … logWriter.printError(depthError = ("Number of " + FramesDebuggee.METHOD_NAME + " in frames " in testFrames002() 366 logWriter.printError("frameNumber is unexpectedly equal to " + frameNumber); in testFrames001() 391 logWriter.printError("unexpected method name of the first frame - " in testFrames001() 402 … logWriter.printError(depthError = ("Number of " + FramesDebuggee.METHOD_NAME + " in frames " in testFrames001()
|
D | CurrentContendedMonitorTest.java | 104 logWriter.printError("wrong owner: " + waiterID); in testCurrentContendedMonitor001() 123 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 | 96 logWriter.printError(errorMessage + "\n"); in testResume001() 160 logWriter.printError(errorMessage + "\n"); in testResume002() 216 logWriter.printError(errorMessage + "\n"); in testResume003()
|
D | DisposeTest.java | 62 logWriter.printError("Unexpected exception " + e); in testDispose001()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 49 printError(void *context, const char *fmt, va_list args) { in printError() function 98 ds->printError=printError; in setItem() 612 ds->printError=printError; in enumDependencies()
|
/external/icu/icu4c/source/common/ |
D | udataswp.h | 191 UDataPrintError *printError; member 346 UDataPrintError *printError, void *printErrorContext,
|
/external/llvm/unittests/Support/ |
D | YAMLParserTest.cpp | 244 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!"); in TEST() 259 Stream.printError(Stream.begin()->getRoot(), "Hello, World!"); in TEST()
|
/external/icu/icu4c/source/test/cintltst/ |
D | udatatst.c | 1395 printError(void *context, const char *fmt, va_list args) { in printError() function 1485 ds->printError=printError; in TestSwapCase() 1529 ds->printError=printError; in TestSwapCase() 1556 ds->printError=printError; in TestSwapCase() 1658 ds->printError=printErrorToString; in TestSwapData()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
D | InvokeMethodWithSuspensionDebuggee.java | 124 logWriter.printError("Failed to join tested thread", e); in run()
|