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

1 2

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 23 CRecordVector<DWORD> &errorCodes);
EnumDirItems.cpp 83 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
92 errorCodes.Add(::GetLastError());
103 EnumerateDirectory(parent, parent, phyPrefix + name2, errorPaths, errorCodes);
109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
121 errorCodes.Add(::GetLastError());
138 EnumerateDirectory(parent, parent, phyPrefix + phyPrefixCur + name2, errorPaths, errorCodes);
151 CRecordVector<DWORD> &errorCodes);
161 CRecordVector<DWORD> &errorCodes)
168 addArchivePrefix, dirItems, enterToSubFolders, callback, errorPaths, errorCodes);
182 CRecordVector<DWORD> &errorCodes)
    [all...]
DirItem.h 43 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
49 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
Update.h 144 // CRecordVector<DWORD> ErrorCodes;
Update.cpp 742 CRecordVector<DWORD> errorCodes;
743 HRESULT res = EnumerateItems(censor, dirItems, &enumCallback, errorPaths, errorCodes);
746 RINOK(callback->CanNotFindError(errorPaths[i], errorCodes[i]));
ArchiveCommandLine.cpp 778 CRecordVector<DWORD> errorCodes;
779 HRESULT res = EnumerateItems(wildcardCensor, dirItems, NULL, errorPaths, errorCodes);
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 19 import android.nfc.ErrorCodes;
128 case ErrorCodes.SUCCESS:
130 case ErrorCodes.ERROR_IO:
132 case ErrorCodes.ERROR_INVALID_PARAM:
147 case ErrorCodes.SUCCESS:
149 case ErrorCodes.ERROR_IO:
151 case ErrorCodes.ERROR_INVALID_PARAM:
163 case ErrorCodes.SUCCESS:
165 case ErrorCodes.ERROR_IO:
167 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;
317 case ErrorCodes.SUCCESS:
319 case ErrorCodes.ERROR_IO:
321 case ErrorCodes.ERROR_INVALID_PARAM:
385 case ErrorCodes.SUCCESS:
387 case ErrorCodes.ERROR_IO:
389 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/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 20 import android.nfc.ErrorCodes;
130 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
133 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
134 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
137 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
154 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
157 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
158 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
161 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
178 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error))
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 26 import android.nfc.ErrorCodes;
188 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
191 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
192 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
195 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
212 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error));
215 case ErrorCodes.ERROR_BUFFER_TO_SMALL:
216 case ErrorCodes.ERROR_INSUFFICIENT_RESOURCES:
219 throw new LlcpException(ErrorCodes.ERROR_SOCKET_CREATION);
236 Log.d(TAG, "failed to create llcp socket: " + ErrorCodes.asString(error))
    [all...]
  /external/icu/icu4c/source/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 39 import android.nfc.ErrorCodes;
    [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).
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2-sources.jar 

Completed in 313 milliseconds

1 2