HomeSort by relevance Sort by last modified time
    Searched refs:mErrorCode (Results 1 - 11 of 11) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/
Sl4aException.java 27 private int mErrorCode;
31 mErrorCode = errorCode;
39 return mErrorCode;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/nsd/
NsdManagerFacade.java 275 private final Integer mErrorCode;
281 mErrorCode = errorCode;
291 if (mErrorCode != null) {
292 j.put(REG_LISTENER_ERROR_CODE, mErrorCode.intValue());
354 private final Integer mErrorCode;
361 mErrorCode = errorCode;
376 if (mErrorCode != null) {
377 j.put(DISCOVERY_LISTENER_DATA_ERROR_CODE, mErrorCode.intValue());
410 private final Integer mErrorCode;
416 mErrorCode = errorCode
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrError.h 54 EFI_VFR_RETURN_CODE mErrorCode;
VfrError.cpp 228 for (Index = 0; mVfrErrorHandleTable[Index].mErrorCode != VFR_RETURN_CODEUNDEFINED; Index++) {
229 if (ErrorCode == mVfrErrorHandleTable[Index].mErrorCode) {
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 89 private int mErrorCode;
220 mErrorCode = error;
304 + mErrorCode + ", not ScanCompleted"
353 + mErrorCode + ", not ScanCompleted"
480 && ((mErrorCode == NetworkScan.ERROR_MODEM_UNAVAILABLE)
481 || (mErrorCode == NetworkScan.ERROR_UNSUPPORTED))) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrError.h 59 EFI_VFR_RETURN_CODE mErrorCode;
VfrError.cpp 248 for (Index = 0; mVfrErrorHandleTable[Index].mErrorCode != VFR_RETURN_CODEUNDEFINED; Index++) {
249 if (ErrorCode == mVfrErrorHandleTable[Index].mErrorCode) {
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 154 status_t mErrorCode;
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 138 mErrorCode = 0;
144 mErrorCode = errorCode;
149 private final int mErrorCode;
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 345 mErrorCode(OK) {
429 return output->mErrorCode;
601 output->mErrorCode = OK;
646 output->mErrorCode = err;
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java     [all...]

Completed in 687 milliseconds