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

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/net/voip/src/java/android/net/sip/
SipSessionAdapter.java 49 public void onCallChangeFailed(ISipSession session, int errorCode,
53 public void onError(ISipSession session, int errorCode, String message) {
62 public void onRegistrationFailed(ISipSession session, int errorCode,
ISipSessionListener.aidl 87 * @param errorCode error code defined in {@link SipErrorCode}
90 void onError(in ISipSession session, int errorCode, String errorMessage);
96 * @param errorCode error code defined in {@link SipErrorCode}
99 void onCallChangeFailed(in ISipSession session, int errorCode,
121 * @param errorCode error code defined in {@link SipErrorCode}
124 void onRegistrationFailed(in ISipSession session, int errorCode,
  /external/icu/icu4c/source/i18n/
standardplural.cpp 105 int32_t StandardPlural::indexFromString(const char *keyword, UErrorCode &errorCode) {
106 if (U_FAILURE(errorCode)) { return OTHER; }
111 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
116 int32_t StandardPlural::indexFromString(const UnicodeString &keyword, UErrorCode &errorCode) {
117 if (U_FAILURE(errorCode)) { return OTHER; }
122 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
collationdata.cpp 55 CollationData::getSingleCE(UChar32 c, UErrorCode &errorCode) const {
56 if(U_FAILURE(errorCode)) { return 0; }
74 errorCode = U_UNSUPPORTED_ERROR;
78 errorCode = U_INTERNAL_PROGRAM_ERROR;
89 errorCode = U_UNSUPPORTED_ERROR;
96 errorCode = U_UNSUPPORTED_ERROR;
176 UErrorCode &errorCode) const {
177 if(U_FAILURE(errorCode)) { return 0; }
185 errorCode = U_BUFFER_OVERFLOW_ERROR;
200 errorCode = U_BUFFER_OVERFLOW_ERROR
    [all...]
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 126 int errorCode = tagService.formatNdef(serviceHandle, MifareClassic.KEY_DEFAULT);
127 switch (errorCode) {
145 errorCode = tagService.ndefWrite(serviceHandle, firstMessage);
146 switch (errorCode) {
161 errorCode = tagService.ndefMakeReadOnly(serviceHandle);
162 switch (errorCode) {
  /external/icu/icu4c/source/common/
ucharstrieiterator.cpp 25 UErrorCode &errorCode)
31 if(U_FAILURE(errorCode)) {
40 stack_=new UVector32(errorCode);
42 errorCode=U_MEMORY_ALLOCATION_ERROR;
47 UErrorCode &errorCode)
53 if(U_FAILURE(errorCode)) {
56 stack_=new UVector32(errorCode);
57 if(U_FAILURE(errorCode)) {
61 errorCode=U_MEMORY_ALLOCATION_ERROR;
101 UCharsTrie::Iterator::next(UErrorCode &errorCode) {
    [all...]
simpleformatter.cpp 66 UErrorCode &errorCode) {
67 if (U_FAILURE(errorCode)) {
125 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
151 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
160 UnicodeString &appendTo, UErrorCode &errorCode) const {
162 return formatAndAppend(values, 1, appendTo, NULL, 0, errorCode);
168 UnicodeString &appendTo, UErrorCode &errorCode) const {
170 return formatAndAppend(values, 2, appendTo, NULL, 0, errorCode);
177 UnicodeString &appendTo, UErrorCode &errorCode) const {
179 return formatAndAppend(values, 3, appendTo, NULL, 0, errorCode);
    [all...]
bytestriebuilder.cpp 40 void setTo(StringPiece s, int32_t val, CharString &strings, UErrorCode &errorCode);
92 CharString &strings, UErrorCode &errorCode) {
93 if(U_FAILURE(errorCode)) {
99 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
105 strings.append((char)(length>>8), errorCode);
107 strings.append((char)length, errorCode);
110 strings.append(s, errorCode);
129 BytesTrieBuilder::BytesTrieBuilder(UErrorCode &errorCode)
132 if(U_FAILURE(errorCode)) {
137 errorCode=U_MEMORY_ALLOCATION_ERROR
    [all...]
ucharstriebuilder.cpp 40 void setTo(const UnicodeString &s, int32_t val, UnicodeString &strings, UErrorCode &errorCode);
67 UnicodeString &strings, UErrorCode &errorCode) {
68 if(U_FAILURE(errorCode)) {
74 errorCode=U_INDEX_OUTOFBOUNDS_ERROR;
88 UCharsTrieBuilder::UCharsTrieBuilder(UErrorCode & /*errorCode*/)
98 UCharsTrieBuilder::add(const UnicodeString &s, int32_t value, UErrorCode &errorCode) {
99 if(U_FAILURE(errorCode)) {
104 errorCode=U_NO_WRITE_PERMISSION;
116 errorCode=U_MEMORY_ALLOCATION_ERROR;
126 elements[elementsLength++].setTo(s, value, strings, errorCode);
    [all...]
unistr_case.cpp 67 UErrorCode errorCode=U_ZERO_ERROR;
69 options|U_COMPARE_IGNORE_CASE, &errorCode);
127 UErrorCode errorCode;
130 errorCode = U_ZERO_ERROR;
132 oldArray, oldLength, &errorCode);
134 } while(errorCode==U_BUFFER_OVERFLOW_ERROR && cloneArrayIfNeeded(newLength, newLength, FALSE));
139 if(U_FAILURE(errorCode)) {
  /external/lzma/CPP/7zip/UI/Explorer/
MyMessages.cpp 29 void ShowErrorMessageDWORD(HWND window, DWORD errorCode)
31 ShowErrorMessage(window, NError::MyFormatMessage(errorCode));
  /external/mesa3d/src/glx/
glx_error.h 34 void __glXSendError(Display * dpy, int_fast8_t errorCode,
  /hardware/interfaces/automotive/vehicle/2.0/
IVehicleCallback.hal 51 * @param errorCode - any value from StatusCode enum.
56 oneway onPropertySetError(StatusCode errorCode,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ExecResultException.java 29 protected ExecResultException(int errorCode, String[] output) {
30 mErrorCode = errorCode;
  /system/chre/pal/include/chre/pal/
wifi.h 64 * @param errorCode An error code from enum chreError
69 void (*scanMonitorStatusChangeCallback)(bool enabled, uint8_t errorCode);
85 * @param errorCode An error code from enum chreError
87 void (*scanResponseCallback)(bool pending, uint8_t errorCode);
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 58 IcuTestErrorCode errorCode(*this, "init/createUTS46Instance()");
62 trans=IDNA::createUTS46Instance(commonOptions, errorCode);
66 errorCode);
67 if(errorCode.logDataIfFailureAndReset("createUTS46Instance()")) {
112 UErrorCode errorCode=U_ZERO_ERROR;
117 trans->nameToASCII(input, result, info, errorCode);
118 if(U_FAILURE(errorCode) || info.hasErrors() || result!=expected) {
120 (long)info.getErrors(), result==expected, u_errorName(errorCode));
122 errorCode=U_USELESS_COLLATOR_ERROR;
123 trans->nameToUnicode(input, result, info, errorCode);
    [all...]
tstnorm.cpp 14 #include "unicode/errorcode.h"
804 UErrorCode errorCode;
823 errorCode=U_ZERO_ERROR;
825 r=Normalizer::concatenate(left, right, result, mode, 0, errorCode);
826 if(U_FAILURE(errorCode) || /*result!=r ||*/ result!=expect) {
828 UnicodeString(u_errorName(errorCode))+", result==expect: expected: "+
837 errorCode=U_UNEXPECTED_TOKEN;
838 r=Normalizer::concatenate(left, right, result, mode, 0, errorCode);
839 if(errorCode!=U_UNEXPECTED_TOKEN || result!=r || !result.isBogus()) {
844 errorCode=U_ZERO_ERROR
    [all...]
  /external/ImageMagick/PerlMagick/t/ps/
read.t 63 my $errorCode = $1;
64 if ( $errorCode > 0 ) {
  /external/ImageMagick/PerlMagick/t/x11/
read.t 39 my $errorCode = $1;
40 if ( $errorCode > 0 ) {
  /external/icu/icu4c/source/i18n/unicode/
tblcoll.h 173 UErrorCode &errorCode);
530 * @param errorCode Standard ICU error code. Its input value must
538 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
691 UErrorCode &errorCode) const;
727 uint8_t *dest, int32_t count, UErrorCode &errorCode) const;
743 const char *internalGetLocaleID(ULocDataLocaleType type, UErrorCode &errorCode) const;
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 28 #include "unicode/errorcode.h"
132 IcuToolErrorCode errorCode("gennorm2/main()");
140 udata_createDummy(NULL, NULL, options[OUTPUT_FILENAME].value, errorCode);
147 LocalPointer<Normalizer2DataBuilder> builder(new Normalizer2DataBuilder(errorCode), errorCode);
148 errorCode.assertSuccess();
159 CharString filename(options[SOURCEDIR].value, errorCode);
165 filename.append(U_FILE_SEP_CHAR, errorCode);
171 filename.append(argv[i], errorCode);
188 return errorCode.get()
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_intra.c 97 OMXResult errorCode;
129 errorCode = armVCM4P2_GetVLCBits (
149 armRetDataErrIf((errorCode != OMX_Sts_NoErr), errorCode);
  /frameworks/base/core/java/android/bluetooth/le/
ScanCallback.java 78 * @param errorCode Error code (one of SCAN_FAILED_*) for scan failure.
80 public void onScanFailed(int errorCode) {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraExceptionHandler.java 31 public void onCameraError(int errorCode) {
48 public void onCameraError(int errorCode);
79 * @param errorCode An integer to represent the error code.
82 public void onCameraError(final int errorCode) {
86 mCallback.onCameraError(errorCode);
  /system/chre/platform/shared/
platform_wifi.cc 83 uint8_t errorCode) {
85 .handleScanMonitorStateChange(enabled, errorCode);
88 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) {
90 .handleScanResponse(pending, errorCode);

Completed in 993 milliseconds

1 2 3 4 56 7 8 91011>>