/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
ResumeTest.java | 173 int errorCode = reply.getErrorCode(); 174 if ( errorCode != JDWPConstants.Error.NONE ) { 176 logWriter.println("## FAILURE: VirtualMachine.Suspend command returns error = " + errorCode 177 + "(" + JDWPConstants.Error.getName(errorCode) + ")"); 258 errorCode = reply.getErrorCode(); 259 if ( errorCode != JDWPConstants.Error.NONE ) { 261 logWriter.println("## FAILURE: VirtualMachine.Resume command returns error = " + errorCode 262 + "(" + JDWPConstants.Error.getName(errorCode) + ")");
|
/external/deqp/modules/glshared/ |
glsFboUtil.cpp | 73 static bool isErrorCode (glw::GLenum errorCode) 75 return glu::getErrorName(errorCode) != DE_NULL; 784 if (m_errorStatuses[ndx].errorCode == fboStatus) 797 return !m_allowComplete && m_errorStatuses.size() == 1 && m_errorStatuses.front().errorCode == fboStatus; 800 bool ValidStatusCodes::isErrorCodeValid (glw::GLenum errorCode) const 802 if (errorCode == GL_NO_ERROR) 809 if (m_errorCodes[ndx].errorCode == errorCode) 816 bool ValidStatusCodes::isErrorCodeRequired (glw::GLenum errorCode) const 818 if (m_errorCodes.empty() && errorCode == GL_NO_ERROR [all...] |
/external/icu/icu4c/source/i18n/ |
choicfmt.cpp | 259 UErrorCode errorCode = U_ZERO_ERROR; 260 setChoices(limits, NULL, formats, cnt, errorCode); 271 UErrorCode errorCode = U_ZERO_ERROR; 272 setChoices(limits, closures, formats, cnt, errorCode); 280 UErrorCode &errorCode) { 281 if (U_FAILURE(errorCode)) { 285 errorCode = U_ILLEGAL_ARGUMENT_ERROR; 340 applyPattern(result, errorCode);
|
tmutfmt.cpp | 365 virtual void put(const char *key, ResourceValue &value, UBool, UErrorCode &errorCode) { 373 ResourceTable units = value.getTable(errorCode); 374 if (U_FAILURE(errorCode)) { return; } 405 timeUnitFormatObj->initHash(errorCode), errorCode); 407 if (U_FAILURE(errorCode)) { 412 ResourceTable countsToPatternTable = value.getTable(errorCode); 413 if (U_FAILURE(errorCode)) { 417 errorCode = U_ZERO_ERROR; 418 UnicodeString pattern = value.getUnicodeString(errorCode); [all...] |
collationtailoring.h | 57 UBool ensureOwnedData(UErrorCode &errorCode);
|
/external/icu/icu4c/source/test/cintltst/ |
ucnvseltst.c | 509 UErrorCode errorCode = U_ILLEGAL_ARGUMENT_ERROR; 510 UPropsVectors *pv = upvec_open(100, &errorCode); 515 errorCode = U_ZERO_ERROR; 516 pv = upvec_open(-1, &errorCode); 517 if (pv != NULL || U_SUCCESS(errorCode)) { 521 errorCode = U_ZERO_ERROR; 522 pv = upvec_open(100, &errorCode); 523 if (pv == NULL || U_FAILURE(errorCode)) {
|
/frameworks/base/core/java/android/bluetooth/le/ |
BluetoothLeScanner.java | 508 public void onScanManagerErrorCallback(final int errorCode) { 510 Log.d(TAG, "onScanManagerErrorCallback() - errorCode = " + errorCode); 516 postCallbackError(mScanCallback, errorCode); 520 private int postCallbackErrorOrReturn(final ScanCallback callback, final int errorCode) { 522 return errorCode; 524 postCallbackError(callback, errorCode); 529 private void postCallbackError(final ScanCallback callback, final int errorCode) { 533 callback.onScanFailed(errorCode);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
PlaybackFragmentGlueHost.java | 123 public void onError(int errorCode, CharSequence errorMessage) { 124 mFragment.onError(errorCode, errorMessage);
|
PlaybackSupportFragmentGlueHost.java | 126 public void onError(int errorCode, CharSequence errorMessage) { 127 mFragment.onError(errorCode, errorMessage);
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/ |
AnalyticsUtils.java | 93 * @param errorCode Unique code from class indicating the error 96 public static String getErrorString(AbstractProvisioningTask task, int errorCode) { 102 return task.getClass().getSimpleName() + ":" + errorCode;
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/ |
ProfileOwnerProvisioningController.java | 117 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { 122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) {
|
/system/chre/apps/wifi_world/ |
wifi_world.cc | 96 result->errorCode); 107 result->errorCode);
|
/external/icu/icu4c/source/tools/icuswap/ |
icuswap.cpp | 115 UErrorCode errorCode; 207 errorCode=U_ZERO_ERROR; 208 ds=udata_openSwapperForInputData(data, length, outIsBigEndian, outCharset, &errorCode); 209 if(U_FAILURE(errorCode)) { 211 pname, argv[1], u_errorName(errorCode)); 235 length=udata_swapPackage(argv[1], argv[2], ds, data, length, data, &errorCode); 237 if(U_FAILURE(errorCode)) { 239 pname, argv[1], u_errorName(errorCode)); 245 length=udata_swap(ds, data, length, data, &errorCode); 247 if(U_FAILURE(errorCode)) { [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraManager.java | 320 if (e.errorCode == ICameraService.ERROR_DEPRECATED_HAL) { 322 } else if (e.errorCode == ICameraService.ERROR_CAMERA_IN_USE || 323 e.errorCode == ICameraService.ERROR_MAX_CAMERAS_IN_USE || 324 e.errorCode == ICameraService.ERROR_DISABLED || 325 e.errorCode == ICameraService.ERROR_DISCONNECTED || 326 e.errorCode == ICameraService.ERROR_INVALID_OPERATION) { 332 if (e.errorCode == ICameraService.ERROR_DISABLED || 333 e.errorCode == ICameraService.ERROR_DISCONNECTED || 334 e.errorCode == ICameraService.ERROR_CAMERA_IN_USE) { 623 switch(e.errorCode) { [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipAudioCall.java | 154 * @param errorCode error code of this error 158 public void onError(SipAudioCall call, int errorCode, 493 public void onCallChangeFailed(SipSession session, int errorCode, 496 mErrorCode = errorCode; 510 public void onError(SipSession session, int errorCode, 512 SipAudioCall.this.onError(errorCode, message); 526 public void onRegistrationFailed(SipSession session, int errorCode, 558 private void onError(int errorCode, String message) { 560 + SipErrorCode.toString(errorCode) + ": " + message); 561 mErrorCode = errorCode; [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
MonitorInfoTest.java | 127 short errorCode = checkedReply.getErrorCode(); 128 if ( errorCode == JDWPConstants.Error.NOT_IMPLEMENTED ) { 130 logWriter.println("=> " + thisCommandName + " returns ERROR = " + errorCode 131 + "(" + JDWPConstants.Error.getName(errorCode) + ")");
|
ReferringObjectsTest.java | 222 short errorCode = checkedReply.getErrorCode(); 223 if (errorCode != JDWPConstants.Error.NONE) { 224 if (errorCode == JDWPConstants.Error.NOT_IMPLEMENTED) { 228 else if(errorCode == JDWPConstants.Error.ILLEGAL_ARGUMENT) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
InstancesTest.java | 99 short errorCode = checkedReply.getErrorCode(); 100 if (errorCode != JDWPConstants.Error.NONE) { 101 if (errorCode == JDWPConstants.Error.NOT_IMPLEMENTED) { 106 else if(errorCode == JDWPConstants.Error.ILLEGAL_ARGUMENT) {
|
/external/icu/icu4c/source/common/unicode/ |
bytestrie.h | 251 * @param errorCode Standard ICU error code. Its input value must 257 Iterator(const void *trieBytes, int32_t maxStringLength, UErrorCode &errorCode); 264 * @param errorCode Standard ICU error code. Its input value must 270 Iterator(const BytesTrie &trie, int32_t maxStringLength, UErrorCode &errorCode); 298 * @param errorCode Standard ICU error code. Its input value must 305 UBool next(UErrorCode &errorCode); 321 const uint8_t *branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode);
|
ucharstrie.h | 265 * @param errorCode Standard ICU error code. Its input value must 271 Iterator(const UChar *trieUChars, int32_t maxStringLength, UErrorCode &errorCode); 278 * @param errorCode Standard ICU error code. Its input value must 284 Iterator(const UCharsTrie &trie, int32_t maxStringLength, UErrorCode &errorCode); 312 * @param errorCode Standard ICU error code. Its input value must 319 UBool next(UErrorCode &errorCode); 339 const UChar *branchNext(const UChar *pos, int32_t length, UErrorCode &errorCode);
|
/external/icu/icu4c/source/i18n/unicode/ |
numfmt.h | 122 * \c createInstance(locale, UNUM_DECIMAL, errorCode) to get the normal number format,\n 123 * \c createInstance(locale, UNUM_PERCENT, errorCode) to get a format for displaying percentage,\n 124 * \c createInstance(locale, UNUM_SCIENTIFIC, errorCode) to get a format for displaying scientific number,\n 125 * \c createInstance(locale, UNUM_CURRENCY, errorCode) to get the currency number format, 127 * \c createInstance(locale, UNUM_CURRENCY_ISO, errorCode) to get the currency number format, 129 * \c createInstance(locale, UNUM_CURRENCY_PLURAL, errorCode) to get the currency number format, 696 * @param errorCode Output param filled with success/failure status. 702 UErrorCode& errorCode); 714 UErrorCode& errorCode); [all...] |
/external/icu/icu4c/source/test/intltest/ |
convtest.h | 100 cnv_open(const char *name, UErrorCode &errorCode);
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
ConfigPropertySheet.h | 84 DNSServiceErrorType errorCode,
|
/external/pdfium/xfa/fwl/ |
cfwl_barcode.cpp | 55 int32_t errorCode = 0; 57 errorCode); 211 int32_t errorCode = 0; 212 m_dwStatus = m_pBarcodeEngine->Encode(GetText().AsStringC(), true, errorCode)
|
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlparser.h | 51 XML_Error errorCode) = 0;
|