HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 426 - 450 of 973) sorted by null

<<11121314151617181920>>

  /external/lz4/programs/
lz4io.c 411 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&(ress.ctx), LZ4F_VERSION);
412 if (LZ4F_isError(errorCode)) EXM_THROW(30, "Allocation error : can't create LZ4F context : %s", LZ4F_getErrorName(errorCode));
428 { LZ4F_errorCode_t const errorCode = LZ4F_freeCompressionContext(ress.ctx);
429 if (LZ4F_isError(errorCode)) EXM_THROW(38, "Error : can't free LZ4F context resource : %s", LZ4F_getErrorName(errorCode)); }
765 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&ress.dCtx, LZ4F_VERSION);
766 if (LZ4F_isError(errorCode)) EXM_THROW(60, "Can't create LZ4F context : %s", LZ4F_getErrorName(errorCode));
781 LZ4F_errorCode_t errorCode = LZ4F_freeDecompressionContext(ress.dCtx)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Http2.java 252 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt);
253 if (errorCode == null) {
256 handler.rstStream(streamId, errorCode);
339 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt);
340 if (errorCode == null) {
347 handler.goAway(lastStreamId, errorCode, debugData)
    [all...]
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 268 public static String getErrorMessage(int errorCode) {
269 String result = sErrorCodeToString.get(errorCode);
273 return String.valueOf(errorCode);
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyGeneratorSpi.java 313 int errorCode = mKeyStore.generateKey(
320 if (errorCode != KeyStore.NO_ERROR) {
322 "Keystore operation failed", KeyStore.getKeyStoreException(errorCode));
AndroidKeyStoreSecretKeyFactorySpi.java 79 int errorCode = keyStore.getKeyCharacteristics(
81 if (errorCode != KeyStore.NO_ERROR) {
83 + " Keystore error: " + errorCode);
AndroidKeyStoreSpi.java 528 int errorCode = mKeyStore.importKey(
536 if (errorCode != KeyStore.NO_ERROR) {
538 KeyStore.getKeyStoreException(errorCode));
547 int errorCode = mKeyStore.insert(Credentials.USER_CERTIFICATE + alias, userCertBytes,
549 if (errorCode != KeyStore.NO_ERROR) {
551 KeyStore.getKeyStoreException(errorCode));
555 errorCode = mKeyStore.insert(Credentials.CA_CERTIFICATE + alias, chainBytes,
557 if (errorCode != KeyStore.NO_ERROR) {
559 KeyStore.getKeyStoreException(errorCode));
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 601 public void onError(ISipSession session, int errorCode,
603 if (SSGE_DBG) log("onError: errorCode=" + errorCode + " desc="
604 + SipErrorCode.toString(errorCode) + ": " + message);
766 public void onError(int errorCode, String description) {
767 if (SKAI_DBG) loge("onError: errorCode=" + errorCode + " desc=" + description);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windows.foundation.h 117 HRESULT *errorCode) = 0;
170 HRESULT *errorCode);
197 #define IAsyncInfo_get_ErrorCode(This,errorCode) (This)->lpVtbl->get_ErrorCode(This,errorCode)
228 static FORCEINLINE HRESULT IAsyncInfo_get_ErrorCode(IAsyncInfo* This,HRESULT *errorCode) {
229 return This->lpVtbl->get_ErrorCode(This,errorCode);
260 HRESULT *errorCode);
583 HRESULT *errorCode);
622 #define IAsyncOperation_get_ErrorCode(This,errorCode) (This)->lpVtbl->get_ErrorCode(This,errorCode)
    [all...]
  /external/icu/icu4c/source/common/
ucnvhz.c 72 _HZOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode){
75 ucnv_canCreateConverter("GBK", errorCode); /* errorCode carries result */
78 gbConverter = ucnv_open("GBK", errorCode);
79 if(U_FAILURE(*errorCode)) {
92 *errorCode = U_MEMORY_ALLOCATION_ERROR;
ubidiln.c 307 UErrorCode errorCode;
311 errorCode=U_ZERO_ERROR;
312 RETURN_VOID_IF_BAD_RANGE(logicalPosition, 0, pBiDi->length, errorCode);
314 runCount=ubidi_countRuns((UBiDi *)pBiDi, &errorCode);
315 if(U_FAILURE(errorCode)) {
367 UErrorCode errorCode = U_ZERO_ERROR;
368 RETURN_IF_NOT_VALID_PARA_OR_LINE(pBiDi, errorCode, UBIDI_LTR);
369 ubidi_getRuns(pBiDi, &errorCode);
370 if(U_FAILURE(errorCode)) {
373 RETURN_IF_BAD_RANGE(runIndex, 0, pBiDi->runCount, errorCode, UBIDI_LTR)
    [all...]
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 294 public void onStartDiscoveryFailed(String serviceType, int errorCode);
296 public void onStopDiscoveryFailed(String serviceType, int errorCode);
311 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode);
313 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode);
323 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode);
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 283 UErrorCode errorCode = U_ZERO_ERROR;
284 const UNormalizer2* normalizer = unorm2_getNFDInstance(&errorCode);
285 if (U_SUCCESS(errorCode)) {
287 int len = unorm2_getRawDecomposition(normalizer, ch, decomposed, 4, &errorCode);
288 if (U_SUCCESS(errorCode) && len > 0) {
  /external/icu/icu4c/source/test/intltest/
caltest.cpp     [all...]
usettest.cpp 57 UErrorCode errorCode=U_ZERO_ERROR;
58 utf8Cnv=ucnv_open("UTF-8", &errorCode);
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 333 UErrorCode errorCode;
344 errorCode=U_ZERO_ERROR;
345 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode);
346 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) {
347 exit(errorCode);
357 errorCode=U_ZERO_ERROR;
358 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode);
359 if(U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 223 UErrorCode errorCode;
230 errorCode=U_ZERO_ERROR;
235 FALSE, &errorCode);
258 FALSE, &errorCode);
260 if(U_FAILURE(errorCode)) {
262 u_errorName(errorCode));
263 exit(errorCode);
831 UErrorCode errorCode=U_ZERO_ERROR;
832 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);
833 if( (U_FAILURE(errorCode) && errorCode!=U_BUFFER_OVERFLOW_ERROR) |
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 94 private static int translateErrorsFromCamera1(int errorCode) {
95 if (errorCode == -EACCES) {
99 return errorCode;
228 public void onDeviceError(final int errorCode, final CaptureResultExtras resultExtras) {
230 /*arg1*/ errorCode, /*arg2*/ 0,
304 int errorCode = msg.arg1;
306 mCallbacks.onDeviceError(errorCode, resultExtras);
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/icu/icu4c/source/i18n/
measunit.cpp 1144 UErrorCode &errorCode) {
1145 if (U_FAILURE(errorCode)) {
1149 errorCode = U_BUFFER_OVERFLOW_ERROR;
1168 UErrorCode &errorCode) {
1169 if (U_FAILURE(errorCode)) {
1178 errorCode = U_BUFFER_OVERFLOW_ERROR;
1187 StringEnumeration* MeasureUnit::getAvailableTypes(UErrorCode &errorCode) {
1189 gTypes, UPRV_LENGTHOF(gTypes), &errorCode);
1190 if (U_FAILURE(errorCode)) {
1196 errorCode = U_MEMORY_ALLOCATION_ERROR
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 125 DWORD errorCode = 0;
133 errorCode = ERROR_INVALID_FUNCTION;
137 errorCode = GetLastError();
138 if (errorCode == ERROR_INSUFFICIENT_BUFFER)
141 errorCode = ERROR_INVALID_FUNCTION;
149 errorCode = ERROR_INVALID_FUNCTION;;
152 errorCode = GetLastError();
161 if (errorCode == 0)
162 errorCode = ERROR_INVALID_FUNCTION;
163 AddError(path, errorCode);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-importexport/1.11.18/
aws-java-sdk-importexport-1.11.18.jar 
  /frameworks/av/camera/ndk/impl/
ACameraDevice.cpp 36 const char* CameraDevice::kErrorCodeKey = "ErrorCode";
685 int32_t errorCode,
709 if (errorCode == hardware::camera2::ICameraDeviceCallbacks::ERROR_CAMERA_BUFFER) {
740 failure->wasImageCaptured = (errorCode ==
818 int errorCode;
819 found = msg->findInt32(kErrorCodeKey, &errorCode);
827 (*onError)(context, dev, errorCode);
    [all...]
  /external/lz4/tests/
fullbench.c 323 { size_t const errorCode = LZ4F_createDecompressionContext(&g_dCtx, LZ4F_VERSION);
324 if (LZ4F_isError(errorCode)) { DISPLAY("dctx allocation issue \n"); return 10; } }
340 size_t errorCode;
529 errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL);
530 if (LZ4F_isError(errorCode)) {
538 chunkP[0].compressedSize = (int)errorCode;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerService.java 383 public void onStartFailure(int errorCode) {
384 super.onStartFailure(errorCode);
385 if (errorCode == ADVERTISE_FAILED_FEATURE_UNSUPPORTED) {
  /external/deqp/modules/glshared/
glsFboUtil.hpp 366 bool isErrorCodeValid (glw::GLenum errorCode) const;
367 bool isErrorCodeRequired (glw::GLenum errorCode) const;
379 glw::GLenum errorCode;

Completed in 1589 milliseconds

<<11121314151617181920>>