HomeSort by relevance Sort by last modified time
    Searched full:errorcodes (Results 1 - 21 of 21) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPException.java 9 import ch.ethz.ssh2.sftp.ErrorCodes;
28 String[] detail = ErrorCodes.getDescription(errorCode);
71 String[] detail = ErrorCodes.getDescription(sftpErrorCode);
86 String[] detail = ErrorCodes.getDescription(sftpErrorCode);
SFTPv3Client.java 23 import ch.ethz.ssh2.sftp.ErrorCodes;
561 if (errorCode == ErrorCodes.SSH_FX_OK)
757 if (errorCode == ErrorCodes.SSH_FX_EOF)
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 19 import android.nfc.ErrorCodes;
129 case ErrorCodes.SUCCESS:
131 case ErrorCodes.ERROR_IO:
133 case ErrorCodes.ERROR_INVALID_PARAM:
148 case ErrorCodes.SUCCESS:
150 case ErrorCodes.ERROR_IO:
152 case ErrorCodes.ERROR_INVALID_PARAM:
164 case ErrorCodes.SUCCESS:
166 case ErrorCodes.ERROR_IO:
168 case ErrorCodes.ERROR_INVALID_PARAM
    [all...]
BasicTagTechnology.java 19 import android.nfc.ErrorCodes;
76 if (errorCode == ErrorCodes.SUCCESS) {
80 } else if (errorCode == ErrorCodes.ERROR_NOT_SUPPORTED) {
103 if (errorCode != ErrorCodes.SUCCESS) {
Ndef.java 19 import android.nfc.ErrorCodes;
316 case ErrorCodes.SUCCESS:
318 case ErrorCodes.ERROR_IO:
320 case ErrorCodes.ERROR_INVALID_PARAM:
384 case ErrorCodes.SUCCESS:
386 case ErrorCodes.ERROR_IO:
388 case ErrorCodes.ERROR_INVALID_PARAM:
NfcA.java 19 import android.nfc.ErrorCodes;
148 if (err != ErrorCodes.SUCCESS) {
NfcF.java 19 import android.nfc.ErrorCodes;
147 if (err != ErrorCodes.SUCCESS) {
IsoDep.java 19 import android.nfc.ErrorCodes;
95 if (err != ErrorCodes.SUCCESS) {
MifareUltralight.java 19 import android.nfc.ErrorCodes;
244 if (err != ErrorCodes.SUCCESS) {
MifareClassic.java 19 import android.nfc.ErrorCodes;
604 if (err != ErrorCodes.SUCCESS) {
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcManager.java 26 import android.nfc.ErrorCodes;
175 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
178 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
179 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
182 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
199 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
202 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
203 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
206 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
223 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error))
    [all...]
  /external/icu4c/samples/uresb/
root.txt 4 errorcodes {
sr.txt 6 errorcodes {
en.txt 5 errorcodes {
uresb.c 367 UResourceBundle *errorcodes = ures_getByKey(error, "errorcodes", NULL, &status); local
369 const UChar *result = ures_getStringByIndex(errorcodes, errorNumber, &len, &status);
371 ures_close(errorcodes);
  /packages/apps/Nfc/src/com/android/nfc/
LlcpException.java 19 import android.nfc.ErrorCodes;
37 super(ErrorCodes.asString(error));
NfcService.java 43 import android.nfc.ErrorCodes;
837 return ErrorCodes.ERROR_NOT_INITIALIZED;
846 return ErrorCodes.SUCCESS;
850 return ErrorCodes.ERROR_DISCONNECT;
860 return ErrorCodes.ERROR_NOT_INITIALIZED;
866 return ErrorCodes.ERROR_DISCONNECT;
870 return ErrorCodes.ERROR_DISCONNECT;
874 return ErrorCodes.ERROR_NOT_SUPPORTED;
881 return ErrorCodes.SUCCESS;
883 return ErrorCodes.ERROR_DISCONNECT
    [all...]
  /frameworks/base/core/java/android/nfc/
ErrorCodes.java 26 public class ErrorCodes {
  /external/aac/libFDK/include/
FDK_core.h 101 * @return Return 0 on success and a negative errorcode on failure (see errorcodes.h).
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
ErrorCodes.java 15 public class ErrorCodes
  /libcore/luni/src/test/java/libcore/java/sql/
OldConnectionTest.java 324 // tests implementation: but errorcodes need to change too -> change impl.
    [all...]

Completed in 626 milliseconds