HomeSort by relevance Sort by last modified time
    Searched refs:errorName (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
errorcode.cpp 34 const char* ErrorCode::errorName() const {
  /external/icu4c/common/
errorcode.cpp 36 const char* ErrorCode::errorName() const {
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 118 const char* errorName() const;
  /external/icu4c/common/unicode/
errorcode.h 118 const char* errorName() const;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 146 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 152 errorName = 'setUpClass (%s)' % className
153 self._addClassOrModuleLevelException(result, e, errorName)
187 errorName = 'setUpModule (%s)' % currentModule
188 self._addClassOrModuleLevelException(result, e, errorName)
192 def _addClassOrModuleLevelException(self, result, exception, errorName):
193 error = _ErrorHolder(errorName)
220 errorName = 'tearDownModule (%s)' % previousModule
221 self._addClassOrModuleLevelException(result, e, errorName)
246 errorName = 'tearDownClass (%s)' % className
247 self._addClassOrModuleLevelException(result, e, errorName)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 152 errorName = 'setUpClass (%s)' % className
153 self._addClassOrModuleLevelException(result, e, errorName)
187 errorName = 'setUpModule (%s)' % currentModule
188 self._addClassOrModuleLevelException(result, e, errorName)
192 def _addClassOrModuleLevelException(self, result, exception, errorName):
193 error = _ErrorHolder(errorName)
220 errorName = 'tearDownModule (%s)' % previousModule
221 self._addClassOrModuleLevelException(result, e, errorName)
246 errorName = 'tearDownClass (%s)' % className
247 self._addClassOrModuleLevelException(result, e, errorName)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test2.c 25 static char *errorName(int rc){
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(rc), 0)
    [all...]
test3.c 25 static char *errorName(int rc){
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/icu4c/tools/gendict/
gendict.cpp 351 fprintf(stderr, "error opening input file: ICU Error \"%s\"\n", status.errorName());
357 fprintf(stderr, "new DataDict: ICU Error \"%s\"\n", status.errorName());
412 status.errorName(), lineCount);
438 fprintf(stderr, "gendict: got failure of type %s while serializing\n", status.errorName());
444 fprintf(stderr, "gendict: could not open output file \"%s\", \"%s\"\n", outFileName, status.errorName());
467 fprintf(stderr, "gendict: error \"%s\" writing the output file\n", status.errorName());
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
tstdtmod.cpp 30 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/icu4c/tools/ctestfw/
tstdtmod.cpp 30 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/
putiltst.c 442 const char* errorName ;
444 errorName = u_errorName((UErrorCode)code);
445 if(!errorName || errorName[0] == 0) {
451 errorName = u_errorName(errorCode[code]);
452 if(uprv_strcmp(str[code],errorName )!=0){
453 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName);
  /external/icu4c/test/cintltst/
putiltst.c 453 const char* errorName ;
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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.h 87 void didFireWebGLError(const String& errorName);
InspectorDOMDebuggerAgent.cpp 443 void InspectorDOMDebuggerAgent::didFireWebGLError(const String& errorName)
448 if (!errorName.isEmpty())
449 eventData->setString(webglErrorNameProperty, errorName);
  /external/doclava/src/com/google/doclava/
PackageInfo.java 268 public ClassInfo getError(String errorName) {
269 return mErrorsMap.get(errorName);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
BreakpointsSidebarPane.js 556 var errorName = auxData["webglErrorName"];
558 errorName = errorName.replace(/^.*(0x[0-9a-f]+).*$/i, "$1");
559 return WebInspector.UIString("WebGL Error Fired (%s)", errorName);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 61 fprintf(stderr, "error at %s: %s\n", location, errorName());
  /external/icu4c/tools/toolutil/
toolutil.cpp 65 fprintf(stderr, "error at %s: %s\n", location, errorName());
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 94 if(errorCode.errorName()!=u_errorName(U_ZERO_ERROR)) {
ucdtest.cpp 344 errorCode.errorName());
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]

Completed in 466 milliseconds

1 2