HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 276 - 300 of 825) sorted by null

<<11121314151617181920>>

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
PackageInstallerImpl.java 94 void installFailed(int errorCode, String errorDesc);
303 int errorCode = getPackageManagerErrorCode(status);
304 Log.e(TAG, "Error " + errorCode + " while installing " + packageName + ": "
306 callback.installFailed(errorCode, null);
316 int errorCode;
318 errorCode = InstallerConstants.ERROR_INSTALL_MALFORMED_BROADCAST;
320 errorCode = InstallerConstants.ERROR_PACKAGEINSTALLER_BASE - status;
322 return errorCode;
  /system/weaved/buffet/
binder_command_proxy.h 46 android::binder::Status abort(const android::String16& errorCode,
51 const android::String16& errorCode,
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 80 void createCompactBuilder(int32_t sizeGuess, UErrorCode &errorCode);
85 void build(UStringTrieBuildOption buildOption, int32_t elementsLength, UErrorCode &errorCode);
97 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
100 int32_t length, UErrorCode &errorCode);
147 * @param errorCode ICU in/out UErrorCode.
153 Node *registerNode(Node *newNode, UErrorCode &errorCode);
159 * @param errorCode ICU in/out UErrorCode.
164 Node *registerFinalValue(int32_t value, UErrorCode &errorCode);
  /external/icu/icu4c/source/common/
wintz.c 282 int errorCode;
315 errorCode = GetGeoInfoW(id,GEO_ISO2,ISOcodeW,3,0);
337 if (errorCode != 0) {
340 if (errorCode==0 || icuTZ==NULL) {
380 if (errorCode != 0) {
383 if (errorCode==0 || icuTZ==NULL) {
loclikely.cpp     [all...]
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/protocol/
Vvm3EventHandler.java 48 public @interface ErrorCode {
232 private static void postError(VoicemailStatus.Editor editor, @ErrorCode int errorCode) {
233 switch (errorCode) {
254 editor.setConfigurationState(errorCode);
262 editor.setDataChannelState(errorCode);
265 editor.setNotificationChannelState(errorCode);
268 Log.wtf(TAG, "unknown error code: " + errorCode);
  /cts/tests/tests/net/src/android/net/wifi/cts/
NsdManagerTest.java 56 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode) {
57 setEvent("onRegistrationFailed", errorCode);
61 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode) {
62 setEvent("onUnregistrationFailed", errorCode);
80 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
81 setEvent("onStartDiscoveryFailed", errorCode);
85 public void onStopDiscoveryFailed(String serviceType, int errorCode) {
86 setEvent("onStopDiscoveryFailed", errorCode);
118 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
119 setEvent("onResolveFailed", errorCode);
    [all...]
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 394 IcuTestErrorCode errorCode(*this, "TestCasingImpl");
395 LocalUCaseMapPointer csm(ucasemap_open(localeID, options, errorCode));
399 UBreakIterator *clone=ubrk_safeClone((UBreakIterator *)iter, NULL, NULL, errorCode);
400 ucasemap_setBreakIterator(csm.getAlias(), clone, errorCode);
404 u_strToUTF8(utf8In, (int32_t)sizeof(utf8In), &utf8InLength, input.getBuffer(), input.length(), errorCode);
410 utf8In, utf8InLength, errorCode);
416 utf8In, utf8InLength, errorCode);
423 utf8In, utf8InLength, errorCode);
430 utf8In, utf8InLength, errorCode);
438 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);
    [all...]
apicoll.cpp     [all...]
strtest.cpp 478 IcuTestErrorCode errorCode(*this, "TestCharString()");
482 CharString chStr(longStr, errorCode);
486 CharString test("Test", errorCode);
487 CharString copy(test,errorCode);
488 copy.copyFrom(chStr, errorCode);
494 chStr.append(sp, errorCode).append(chStr, errorCode);
502 chStr.clear().append("abc", errorCode).append("defghij", 3, errorCode);
508 errorCode);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utmstest.c 449 UErrorCode errorCode;
455 errorCode = U_ZERO_ERROR;
456 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
457 ucal_setGregorianChange(cal, -1000000 * (dayMillis * (UDate)1), &errorCode);
458 if(U_FAILURE(errorCode)) {
459 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
466 millis = utmscale_toInt64(dt->ticks, UDTS_ICU4C_TIME, &errorCode);
468 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
469 icuDate = ucal_getMillis(cal, &errorCode);
477 ticks = utmscale_fromInt64((int64_t)icuDate, UDTS_ICU4C_TIME, &errorCode);
    [all...]
trietest.c 32 #define u_errorName(errorCode) "some error code"
267 UErrorCode errorCode;
317 errorCode=U_ZERO_ERROR;
321 &errorCode);
322 if(U_FAILURE(errorCode)) {
323 log_err("error: utrie_serialize(%s) failed: %s\n", testName, u_errorName(errorCode));
351 errorCode=U_ZERO_ERROR;
352 if(!utrie_unserialize(&trie, storage, length, &errorCode)) {
353 log_err("error: utrie_unserialize() failed, %s\n", u_errorName(errorCode));
461 UErrorCode errorCode;
    [all...]
ncnvtst.c     [all...]
bocu1tst.c 883 UErrorCode errorCode;
893 errorCode=U_ZERO_ERROR;
894 bocu1ICULength=ucnv_fromUChars(bocu1, bocu1ICU, DEFAULT_BUFFER_SIZE, text, length, &errorCode);
895 if(U_FAILURE(errorCode)) {
896 log_err("ucnv_fromUChars(BOCU-1, text(%d)[%d]) failed: %s\n", number, length, u_errorName(errorCode));
911 roundtripICULength=ucnv_toUChars(bocu1, roundtripICU, DEFAULT_BUFFER_SIZE, bocu1ICU, bocu1ICULength, &errorCode);
912 if(U_FAILURE(errorCode)) {
913 log_err("ucnv_toUChars(BOCU-1, text(%d)[%d]) failed: %s\n", number, length, u_errorName(errorCode));
981 UErrorCode errorCode;
983 errorCode=U_ZERO_ERROR
    [all...]
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 63 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode);
86 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode)
88 if (U_FAILURE(errorCode)) {
94 errorCode = U_MEMORY_ALLOCATION_ERROR;
148 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode)
150 if (U_FAILURE(errorCode)) {
156 errorCode = U_MEMORY_ALLOCATION_ERROR;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 224 public ErrorCode errorCode;
273 @Override public void rstStream(int streamId, ErrorCode errorCode) {
277 this.errorCode = errorCode;
288 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) {
292 this.errorCode = errorCode;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsSender.java 141 final int errorCode, final int partId, int subId) {
145 + " resultCode=" + resultCode + " errorCode=" + errorCode);
146 if (errorCode != SendStatusReceiver.NO_ERROR_CODE) {
148 UiUtils.showToastAtBottom(getSendErrorToastMessage(context, subId, errorCode));
173 final int errorCode) {
176 return context.getString(R.string.carrier_send_error_unknown_carrier, errorCode);
178 return context.getString(R.string.carrier_send_error, carrierName, errorCode);
  /external/lz4/programs/
frametest.c 234 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION);
235 if (LZ4F_isError(errorCode)) goto _output_error;
238 errorCode = LZ4F_decompress(dCtx, decodedBuffer, &decodedBufferSize, compressedBuffer, &compressedBufferSize, NULL);
249 errorCode = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL);
250 if (LZ4F_isError(errorCode)) goto _output_error;
258 errorCode = LZ4F_freeDecompressionContext(dCtx);
259 if (LZ4F_isError(errorCode)) goto _output_error;
292 LZ4F_errorCode_t errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION);
293 if (LZ4F_isError(errorCode)) goto _output_error;
303 errorCode = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, NULL)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 331 if (e.errorCode == ICameraService.ERROR_DEPRECATED_HAL) {
333 } else if (e.errorCode == ICameraService.ERROR_CAMERA_IN_USE ||
334 e.errorCode == ICameraService.ERROR_MAX_CAMERAS_IN_USE ||
335 e.errorCode == ICameraService.ERROR_DISABLED ||
336 e.errorCode == ICameraService.ERROR_DISCONNECTED ||
337 e.errorCode == ICameraService.ERROR_INVALID_OPERATION) {
343 if (e.errorCode == ICameraService.ERROR_DISABLED ||
344 e.errorCode == ICameraService.ERROR_DISCONNECTED ||
345 e.errorCode == ICameraService.ERROR_CAMERA_IN_USE) {
634 switch(e.errorCode) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jar 
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 337 int errorCode = 0;
338 errorCode = umfpack_symbolic(m_copyMatrix.rows(), m_copyMatrix.cols(), m_outerIndexPtr, m_innerIndexPtr, m_valuePtr,
342 m_info = errorCode ? InvalidInput : Success;
350 int errorCode;
351 errorCode = umfpack_numeric(m_outerIndexPtr, m_innerIndexPtr, m_valuePtr,
354 m_info = errorCode ? NumericalIssue : Success;
428 int errorCode;
431 errorCode = umfpack_solve(UMFPACK_A,
434 if (errorCode!=0)
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 122 UErrorCode errorCode=U_ZERO_ERROR;
237 &errorCode);
238 if(U_FAILURE(errorCode)) {
241 u_errorName(errorCode));
242 exit(errorCode);
300 udata_finish(out, &errorCode);
301 if(U_FAILURE(errorCode)) {
302 fprintf(stderr, "gencmn: udata_finish() failed - %s\n", u_errorName(errorCode));
303 exit(errorCode);
  /external/mdnsresponder/mDNSShared/
dns_sd.h     [all...]
  /external/mesa3d/src/mesa/main/
es_generator.py 456 (paramValue, dependentVecSize, dependentParamName, dependentValidValues, errorCode, valueConvert) = paramValidValues[valueIndex]
509 if valueIndex + 1 < len(paramValidValues) and usedDependentVecSize == usedNextDependentVecSize and dependentParamName == nextDependentParamName and dependentValidValues == nextDependentValidValues and errorCode == nextErrorCode and valueConvert == nextValueConvert:
530 if errorCode == None:
531 errorCode = "GL_INVALID_ENUM"
532 switchCode.append(' _mesa_error(_mesa_get_current_context(), %s, "gl%s(%s=0x%s)", %s);' % (errorCode, funcName, paramName, "%x", paramName))
557 if errorCode == None:
558 errorCode = "GL_INVALID_ENUM"
561 switchCode.append(' _mesa_error(_mesa_get_current_context(), %s, "gl%s(%s)");' % (errorCode, funcName, paramName))
563 switchCode.append(' _mesa_error(_mesa_get_current_context(), %s, "gl%s(%s=%s)", %s);' % (errorCode, funcName, paramName, formatString, paramName))
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java 99 public void onDeviceError(int errorCode, CaptureResultExtras resultExtras)
268 e.errorCode, ICameraService.ERROR_ALREADY_EXISTS);
282 assertEquals(e.errorCode, ICameraService.ERROR_ILLEGAL_ARGUMENT);
299 ICameraService.ERROR_ALREADY_EXISTS, e.errorCode);
327 e.errorCode);
338 ICameraService.ERROR_ILLEGAL_ARGUMENT, e.errorCode);
377 ICameraService.ERROR_ILLEGAL_ARGUMENT, e.errorCode);
385 ICameraService.ERROR_ILLEGAL_ARGUMENT, e.errorCode);
417 ICameraService.ERROR_INVALID_OPERATION, e.errorCode);

Completed in 406 milliseconds

<<11121314151617181920>>