Searched refs:errorName (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Derrorcode.cpp36 const char* ErrorCode::errorName() const { function in class:ErrorCode
/external/icu/icu4c/source/common/
H A Derrorcode.cpp36 const char* ErrorCode::errorName() const { function in class:ErrorCode
/external/lldb/test/unittest2/
H A Dsuite.py146 errorName = 'setUpClass (%s)' % className
147 self._addClassOrModuleLevelException(result, e, errorName)
179 errorName = 'setUpModule (%s)' % currentModule
180 self._addClassOrModuleLevelException(result, e, errorName)
182 def _addClassOrModuleLevelException(self, result, exception, errorName):
183 error = _ErrorHolder(errorName)
209 errorName = 'tearDownModule (%s)' % previousModule
210 self._addClassOrModuleLevelException(result, e, errorName)
232 errorName = 'tearDownClass (%s)' % className
233 self._addClassOrModuleLevelException(result, e, errorName)
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Derrorcode.h118 const char* errorName() const;
/external/icu/icu4c/source/common/unicode/
H A Derrorcode.h120 const char* errorName() const;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest2.c25 static char *errorName(int rc){ function
90 Tcl_AppendResult(interp, errorName(rc), 0);
122 Tcl_AppendResult(interp, errorName(rc), 0);
149 Tcl_AppendResult(interp, errorName(rc), 0);
176 Tcl_AppendResult(interp, errorName(rc), 0);
181 Tcl_AppendResult(interp, errorName(rc), 0);
208 Tcl_AppendResult(interp, errorName(rc), 0);
236 Tcl_AppendResult(interp, errorName(rc), 0);
263 Tcl_AppendResult(interp, errorName(rc), 0);
356 Tcl_AppendResult(interp, errorName(r
[all...]
H A Dtest3.c25 static char *errorName(int rc){ function
84 Tcl_AppendResult(interp, errorName(rc), 0);
114 Tcl_AppendResult(interp, errorName(rc), 0);
151 Tcl_AppendResult(interp, errorName(rc), 0);
245 Tcl_AppendResult(interp, errorName(rc), 0);
280 Tcl_AppendResult(interp, errorName(rc), 0);
314 Tcl_AppendResult(interp, errorName(rc), 0);
349 Tcl_AppendResult(interp, errorName(rc), 0);
/external/chromium_org/third_party/icu/source/tools/gendict/
H A Dgendict.cpp350 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName());
356 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName());
420 status.errorName(), lineCount);
447 fprintf(stderr, "gendict: got failure of type %s while serializing, if U_ILLEGAL_ARGUMENT_ERROR possibly due to duplicate dictionary entries\n", status.errorName());
453 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
476 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName());
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp350 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName());
356 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName());
420 status.errorName(), lineCount);
447 fprintf(stderr, "gendict: got failure of type %s while serializing, if U_ILLEGAL_ARGUMENT_ERROR possibly due to duplicate dictionary entries\n", status.errorName());
453 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
476 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName());
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp30 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
49 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
61 // testClass.errln("%s failure - %s", testName, errorName());
63 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
/external/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp30 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
49 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
61 // testClass.errln("%s failure - %s", testName, errorName());
63 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dputiltst.c453 const char* errorName ; local
455 errorName = u_errorName((UErrorCode)code);
456 if(!errorName || errorName[0] == 0) {
462 errorName = u_errorName(errorCode[code]);
463 if(uprv_strcmp(str[code],errorName )!=0){
464 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName);
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c453 const char* errorName ; local
455 errorName = u_errorName((UErrorCode)code);
456 if(!errorName || errorName[0] == 0) {
462 errorName = u_errorName(errorCode[code]);
463 if(uprv_strcmp(str[code],errorName )!=0){
464 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName);
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1119 (int)fileLineNumber, errorCode.errorName());
1158 (int)fileLineNumber, errorCode.errorName());
1185 errln("setReorderCodes() failed on line %d: %s", (int)fileLineNumber, errorCode.errorName());
1212 errln("RuleBasedCollator(rules) failed - %s", errorCode.errorName());
1313 norm, errorCode.errorName());
1431 norm, (int)partSize, errorCode.errorName());
1496 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName());
1507 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName());
1521 (int)fileLineNumber, norm, order, expectedOrder, errorCode.errorName());
1532 (int)fileLineNumber, norm, order, -expectedOrder, errorCode.errorName());
[all...]
H A Ducdtest.cpp350 errorCode.errorName());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMDebuggerAgent.h96 void didFireWebGLError(const String& errorName);
H A DInspectorDOMDebuggerAgent.cpp544 void InspectorDOMDebuggerAgent::didFireWebGLError(const String& errorName) argument
549 if (!errorName.isEmpty())
550 eventData->setString(webglErrorNameProperty, errorName);
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java381 public ClassInfo getError(String errorName) { argument
382 return mErrorsMap.get(errorName);
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp425 const char* errorName = getErrorName(status); local
426 if (status != GL_NO_ERROR && errorName != DE_NULL)
427 return string(errorName) + " (during FBO initialization)";
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DBreakpointsSidebarPane.js597 var errorName = auxData["webglErrorName"];
599 errorName = errorName.replace(/^.*(0x[0-9a-f]+).*$/i, "$1");
600 return WebInspector.UIString("WebGL Error Fired (%s)", errorName);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp75 fprintf(stderr, "error at %s: %s\n", location, errorName());
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp76 fprintf(stderr, "error at %s: %s\n", location, errorName());
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp1158 errorCode.errorName());
1202 filename, errorCode.errorName());
1211 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName());
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp1158 errorCode.errorName());
1202 filename, errorCode.errorName());
1211 fprintf(stderr, "gennorm2: error %s writing the output file\n", errorCode.errorName());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducdtest.cpp350 errorCode.errorName());

Completed in 530 milliseconds

12