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

1 2 3 4 5 6 78 91011>>

  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 86 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
87 Log.e(TAG, "Discovery failed: Error code:" + errorCode);
91 public void onStopDiscoveryFailed(String serviceType, int errorCode) {
92 Log.e(TAG, "Discovery failed: Error code:" + errorCode);
101 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
102 Log.e(TAG, "Resolve failed" + errorCode);
138 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode) {
139 Log.d(TAG, "Service unregistration failed: " + errorCode);
  /external/icu/icu4c/source/i18n/
collationsets.cpp 48 errorCode = ec; // Preserve info & warning codes.
53 ec = errorCode;
62 return U_SUCCESS(errorCode);
79 return U_SUCCESS(errorCode);
219 UCharsTrie::Iterator prefixes(p, 0, errorCode);
220 UCharsTrie::Iterator basePrefixes(q, 0, errorCode);
228 if(prefixes.next(errorCode)) {
235 if(basePrefixes.next(errorCode)) {
264 UCharsTrie::Iterator suffixes(p, 0, errorCode);
265 UCharsTrie::Iterator baseSuffixes(q, 0, errorCode);
    [all...]
coll.cpp 318 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) {
319 if (U_FAILURE(errorCode)) {
329 int32_t length = loc.getKeywordValue("colHiraganaQuaternary", value, UPRV_LENGTHOF(value), errorCode);
330 if (U_FAILURE(errorCode)) {
331 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
335 errorCode = U_UNSUPPORTED_ERROR;
338 length = loc.getKeywordValue("variableTop", value, UPRV_LENGTHOF(value), errorCode);
339 if (U_FAILURE(errorCode)) {
340 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
344 errorCode = U_UNSUPPORTED_ERROR
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.h 93 * converts the errorcode to an error descriptive string(const char*)
96 #define myErrorName(errorCode) u_errorName(errorCode)
udatatst.c 151 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
178 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status));
218 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status));
268 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", icuDataFilePath, memMap[i][0], memMap[i][1], myErrorName(status));
366 log_data_err("FAIL: udata_open() failed for path = %s\n name=%s, type=%s, \n errorcode=%s\n",
385 log_data_err("FAIL: udata_open() failed for path = %s\n name=%s, type=%s, \n errorcode=%s\n",
663 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status));
675 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
679 log_err("FAIL: udata_openChoice() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
692 log_data_err("FAIL: udata_openChoice() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status))
    [all...]
  /external/icu/icu4c/source/tools/icuinfo/
icuinfo.cpp 67 void cmd_version(UBool /* noLoad */, UErrorCode &errorCode)
84 errorCode=U_INTERNAL_PROGRAM_ERROR;
92 errorCode=U_INTERNAL_PROGRAM_ERROR;
108 errorCode=U_INTERNAL_PROGRAM_ERROR;
218 UErrorCode errorCode = U_ZERO_ERROR;
262 cmd_version(FALSE, errorCode);
285 cmd_version(FALSE, errorCode); /* at least print the version # */
288 return U_FAILURE(errorCode);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
PushObserver.java 74 void onReset(int streamId, ErrorCode errorCode);
92 @Override public void onReset(int streamId, ErrorCode errorCode) {
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 48 LVPSA_RETURN errorCode = LVPSA_OK;
173 errorCode = LVPSA_Control (*phInstance, pControlParams);
175 if(errorCode!=0)
177 return errorCode;
180 errorCode = LVPSA_ApplyNewSettings (pLVPSA_Inst);
182 if(errorCode!=0)
184 return errorCode;
187 return(errorCode);
  /frameworks/base/core/java/android/accounts/
AccountManagerResponse.java 50 public void onError(int errorCode, String errorMessage) {
52 mResponse.onError(errorCode, errorMessage);
AccountAuthenticatorResponse.java 69 public void onError(int errorCode, String errorMessage) {
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
  /frameworks/base/core/java/android/bluetooth/le/
IScannerCallback.aidl 30 void onScanManagerErrorCallback(in int errorCode);
  /frameworks/base/core/java/android/speech/tts/
ITextToSpeechCallback.aidl 49 * @param errorCode One of the values from
52 void onError(String utteranceId, int errorCode);
PlaybackQueueItem.java 31 * @param errorCode Cause of the stop. Can be either one of the error codes from
36 abstract void stop(int errorCode);
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
MDNSFilteredDiscovery.java 136 public void onStartDiscoveryFailed(String serviceType, int errorCode) {
138 + errorCode);
142 public void onStopDiscoveryFailed(String serviceType, int errorCode) {
144 + errorCode);
162 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
164 errorCode);
186 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
188 + errorCode);
  /hardware/interfaces/wifi/1.0/
IWifiChipEventCallback.hal 85 * Client must not attempt to parse either the errorCode or debugData.
88 * @param errorCode Vendor defined error code.
91 oneway onDebugErrorAlert(int32_t errorCode, vec<uint8_t> debugData);
  /system/chre/pal/include/chre/pal/
gnss.h 77 * @param errorCode An error code from enum chreError
82 void (*locationStatusChangeCallback)(bool enabled, uint8_t errorCode);
110 * @param errorCode An error code from enum chreError
112 void (*measurementStatusChangeCallback)(bool enabled, uint8_t errorCode);
  /system/chre/platform/shared/
platform_gnss.cc 69 uint8_t errorCode) {
79 uint8_t errorCode) {
  /external/icu/icu4c/source/common/
normlzr.cpp 72 UErrorCode errorCode=U_ZERO_ERROR;
73 fNorm2=Normalizer2Factory::getInstance(fUMode, errorCode);
77 new FilteredNormalizer2(*fNorm2, *uniset_getUnicode32Instance(errorCode));
79 if(U_FAILURE(errorCode)) {
80 errorCode=U_ZERO_ERROR;
81 fNorm2=Normalizer2Factory::getNoopInstance(errorCode);
210 UErrorCode &errorCode) {
211 if(left.isBogus() || right.isBogus() || U_FAILURE(errorCode)) {
213 if(U_SUCCESS(errorCode)) {
214 errorCode=U_ILLEGAL_ARGUMENT_ERROR
    [all...]
unistr_titlecase_brkiter.cpp 75 UErrorCode errorCode=U_ZERO_ERROR;
76 bi=BreakIterator::createWordInstance(locale, errorCode);
77 if(U_FAILURE(errorCode)) {
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 151 UErrorCode &errorCode)
153 fKey(bundle != NULL ? bundle->addTag(tag, errorCode) : -1), fKey16(-1),
157 ustr_cpy(&fComment, comment, &errorCode);
177 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) {
178 if (U_FAILURE(errorCode) || res == NULL || res == &kNoResource) {
230 errorCode = U_UNSUPPORTED_ERROR;
266 const UString* comment, UErrorCode &errorCode)
267 : SResource(bundle, tag, type, comment, errorCode) {
276 if (U_SUCCESS(errorCode) && fString.isBogus()) {
277 errorCode = U_MEMORY_ALLOCATION_ERROR
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 86 IcuTestErrorCode errorCode(*this, "UCharsTrieTest()");
87 builder_=new UCharsTrieBuilder(errorCode);
124 IcuTestErrorCode errorCode(*this, "TestBuilder()");
125 delete builder_->build(USTRINGTRIE_BUILD_FAST, errorCode);
126 if(errorCode.reset()!=U_INDEX_OUTOFBOUNDS_ERROR) {
131 builder_->add("=", 0, errorCode).add("=", 1, errorCode).build(USTRINGTRIE_BUILD_FAST, errorCode);
132 if(errorCode.reset()!=U_ILLEGAL_ARGUMENT_ERROR) {
370 IcuTestErrorCode errorCode(*this, "buildLargeTrie()")
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
main.h 60 void error(EGLint errorCode);
63 const T &error(EGLint errorCode, const T &returnValue)
65 egl::error(errorCode);
  /frameworks/base/media/java/android/media/
MediaCasException.java 65 if (e.errorCode == ERROR_DRM_NOT_PROVISIONED) {
67 } else if (e.errorCode == ERROR_DRM_RESOURCE_BUSY) {
69 } else if (e.errorCode == ERROR_DRM_DEVICE_REVOKED) {
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehicleHal.h 39 StatusCode errorCode, int32_t property, int32_t areaId)>;
97 void doHalPropertySetError(StatusCode errorCode,
100 mOnHalPropertySetError(errorCode, propId, areaId);
  /system/core/adb/daemon/
mdns.cpp 50 DNSServiceErrorType errorCode,
55 if (errorCode != kDNSServiceErr_NoError) {
57 << errorCode << ").";

Completed in 1270 milliseconds

1 2 3 4 5 6 78 91011>>