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

1 2

  /external/emma/core/java12/com/vladium/util/exception/
ICodedException.java 39 String getErrorCode ();
AbstractException.java 264 public final String getErrorCode ()
AbstractRuntimeException.java 264 public final String getErrorCode ()
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnConnectingError.java 32 int getErrorCode() {
VpnService.java 313 ((VpnConnectingError) err).getErrorCode());
  /external/skia/src/animator/
SkDisplayInclude.cpp 58 if (maker.getErrorCode() != SkXMLParserError::kNoError || maker.getNativeCode() != -1) {
SkAnimateMaker.h 85 SkXMLParserError::ErrorCode getErrorCode() const { return fError.getErrorCode(); }
SkDisplayMovie.cpp 51 if (movieMaker->getErrorCode() != SkXMLParserError::kNoError || movieMaker->getNativeCode() != -1) {
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 105 .getErrorCode(), theFinalStates3[i]);
161 .getErrorCode(), theFinalStates3[i]);
216 .getErrorCode(), theFinalStates3[i]);
264 .getErrorCode(), theFinalStates3[i]);
282 * Method test for getErrorCode
287 method = "getErrorCode",
312 theReturn = aSQLException.getErrorCode();
323 .getErrorCode(), theFinalStates3[i]);
385 .getErrorCode(), theFinalStates3[i]);
444 .getErrorCode(), theFinalStates3[i])
    [all...]
BatchUpdateExceptionTest.java 64 aBatchUpdateException.getErrorCode(),
116 aBatchUpdateException.getErrorCode(),
177 aBatchUpdateException.getErrorCode(),
240 aBatchUpdateException.getErrorCode(),
304 aBatchUpdateException.getErrorCode(),
363 aBatchUpdateException.getErrorCode(),
SQLWarningTest.java 68 .getErrorCode(), theFinalStates3[i]);
122 .getErrorCode(), theFinalStates3[i]);
177 .getErrorCode(), theFinalStates3[i]);
235 .getErrorCode(), theFinalStates3[i]);
290 .getErrorCode(), theFinalStates3[i]);
351 .getErrorCode(), theFinalStates3[i]);
DataTruncationTest.java 83 .getErrorCode(), theFinalStates3[i]);
161 .getErrorCode(), theFinalStates3[i]);
239 .getErrorCode(), theFinalStates3[i]);
317 .getErrorCode(), theFinalStates3[i]);
395 .getErrorCode(), theFinalStates3[i]);
473 .getErrorCode(), theFinalStates3[i]);
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 169 assertEquals(initThr.getErrorCode(), dserThr.getErrorCode());
  /libcore/luni/src/main/java/java/sql/
SQLException.java 184 public int getErrorCode() {
  /external/skia/include/xml/
SkXMLParser.h 42 ErrorCode getErrorCode() const { return fCode; }
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java     [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /libcore/luni/src/test/java/tests/sql/
ConnectionTest.java 449 errorCode1 = e.getErrorCode();
471 errorCode1 = e.getErrorCode();
477 assertEquals(errorCode1, wrs.getErrorCode());
486 errorCode2 = e.getErrorCode();
491 assertEquals(errorCode1, wrs.getErrorCode());
493 assertEquals(errorCode2, wrs.getErrorCode());
    [all...]
StatementTest.java 159 errorCode1 = e.getErrorCode();
178 errorCode1 = e.getErrorCode();
190 errorCode2 = e.getErrorCode();
195 assertEquals(errorCode1, wrs.getErrorCode());
197 assertEquals(errorCode2, wrs.getErrorCode());
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 475 milliseconds

1 2