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

<<21222324252627282930>>

  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 488 UBool /*noFallback*/, UErrorCode &errorCode) {
489 ResourceTable relDayTable = value.getTable(errorCode);
501 fDatesPtr[n].string = value.getString(len, errorCode);
tznames_impl.h 221 void addAllNamesIntoTrie(UErrorCode& errorCode);
  /external/libcups/cups/
dest.c 146 DNSServiceErrorType errorCode,
178 DNSServiceErrorType errorCode,
186 DNSServiceErrorType errorCode,
    [all...]
  /external/libpcap/msdos/
ndis2.c 538 static char *Ndis_strerror (WORD errorCode)
544 if (errorCode == ndis_errlist[i].err_num)
547 sprintf (buf,"unknown error %d",errorCode);
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 574 int errorCode = in ? 0 : 1;
576 int errorCode = fopen_s(&in, fileName, "r");
584 if (errorCode) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 222 virtual void notifyError(int32_t errorCode,
341 virtual void notifyError(int32_t errorCode,
659 * The errorCode should be one of the Android Errors
661 void logServiceError(const char* msg, int errorCode);
  /external/icu/icu4c/source/common/
ustrcase.cpp     [all...]
uprops.h 456 uniset_getUnicode32Instance(UErrorCode &errorCode);
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 427 private void logEvent(int probeType, int errorCode) {
428 int eventType = probeType | (errorCode & 0xff);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CameraComposerFragment.java 142 public void onCameraError(int errorCode, Exception exception) {
143 LogUtil.e("CameraComposerFragment.onCameraError", "errorCode: ", errorCode, exception);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 372 public void onRegistrationFailed(String profileUri, int errorCode,
374 switch (errorCode) {
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/
aws-java-sdk-events-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 664 UErrorCode errorCode=U_ZERO_ERROR;
678 errorCode=U_ZERO_ERROR;
679 length=uloc_getDisplayLanguage(NULL, NULL, buffer, UPRV_LENGTHOF(buffer), &errorCode);
680 if(U_FAILURE(errorCode) || (length<=3 && buffer[0]<=0x7f)) {
682 log_data_err("unable to get a display string for the language of the default locale - %s (Are you missing data?)\n", u_errorName(errorCode));
686 errorCode=U_ZERO_ERROR;
687 length=uloc_getDisplayLanguage("qq", "rr", buffer, UPRV_LENGTHOF(buffer), &errorCode);
688 if(errorCode!=U_USING_DEFAULT_WARNING || length!=2 || buffer[0]!=0x71 || buffer[1]!=0x71) {
689 log_err("error getting the display string for an unknown language - %s\n", u_errorName(errorCode));
693 errorCode=U_ZERO_ERROR
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /external/expat/lib/
xmlparse.c 620 #define errorCode (parser->m_errorCode)
924 errorCode = XML_ERROR_NONE;
    [all...]
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 156 public void onRegistrationFailed(String localProfileUri, int errorCode,
  /external/expat/tests/
runtests.c 98 _expect_failure(const char *text, enum XML_Error errorCode, const char *errorMessage,
105 if (XML_GetErrorCode(parser) != errorCode)
109 #define expect_failure(text, errorCode, errorMessage) \
110 _expect_failure((text), (errorCode), (errorMessage), \
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 998 UErrorCode errorCode = U_ZERO_ERROR;
1020 u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode);
1021 if (U_FAILURE(errorCode)) {
1022 printf("u_setMemoryFunctions returned %s\n", u_errorName(errorCode));
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 63 #include "unicode/errorcode.h"
79 exit(errorCode);
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 312 UString HResultToMessage(HRESULT errorCode);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
structs.h 469 int16_t errorCode;

Completed in 1332 milliseconds

<<21222324252627282930>>