/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 480 UErrorCode errorCode; 488 errorCode=U_ZERO_ERROR; 489 set=uset_openPattern(pattern, -1, &errorCode); 490 if(U_FAILURE(errorCode)) { 491 log_data_err("uset_openPattern([:Cf:]) failed - %s (Are you missing data?)\n", u_errorName(errorCode)); 495 length=uset_serialize(set, buffer, LENGTHOF(buffer), &errorCode); 496 if(U_FAILURE(errorCode)) { 497 log_err("unable to uset_serialize([:Cf:]) - %s\n", u_errorName(errorCode)); 545 UErrorCode errorCode = U_ZERO_ERROR; 548 return uset_openPattern(pattern, 15, &errorCode); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
normconf.cpp | 73 UErrorCode errorCode; 88 errorCode=U_ZERO_ERROR; 89 folder=loadTestData(errorCode); 90 if(U_SUCCESS(errorCode)) { 103 errorCode=U_ZERO_ERROR; 104 folder=loadTestData(errorCode); 105 if(U_SUCCESS(errorCode)) { 116 errorCode=U_ZERO_ERROR; 117 folder=loadTestData(errorCode); 118 if(U_SUCCESS(errorCode)) { [all...] |
/external/icu/icu4c/source/test/cintltst/ |
usettest.c | 480 UErrorCode errorCode; 488 errorCode=U_ZERO_ERROR; 489 set=uset_openPattern(pattern, -1, &errorCode); 490 if(U_FAILURE(errorCode)) { 491 log_data_err("uset_openPattern([:Cf:]) failed - %s (Are you missing data?)\n", u_errorName(errorCode)); 495 length=uset_serialize(set, buffer, LENGTHOF(buffer), &errorCode); 496 if(U_FAILURE(errorCode)) { 497 log_err("unable to uset_serialize([:Cf:]) - %s\n", u_errorName(errorCode)); 545 UErrorCode errorCode = U_ZERO_ERROR; 548 return uset_openPattern(pattern, 15, &errorCode); [all...] |
/external/icu/icu4c/source/test/intltest/ |
normconf.cpp | 73 UErrorCode errorCode; 88 errorCode=U_ZERO_ERROR; 89 folder=loadTestData(errorCode); 90 if(U_SUCCESS(errorCode)) { 103 errorCode=U_ZERO_ERROR; 104 folder=loadTestData(errorCode); 105 if(U_SUCCESS(errorCode)) { 116 errorCode=U_ZERO_ERROR; 117 folder=loadTestData(errorCode); 118 if(U_SUCCESS(errorCode)) { [all...] |
tsdcfmsy.cpp | 213 IcuTestErrorCode errorCode(*this, "testLastResortData"); 215 DecimalFormatSymbols::createWithLastResortData(errorCode)); 216 if(errorCode.logIfFailureAndReset("DecimalFormatSymbols::createWithLastResortData() failed")) { 219 DecimalFormatSymbols root(Locale::getRoot(), errorCode); 220 if(errorCode.logDataIfFailureAndReset("DecimalFormatSymbols(root) failed")) {
|
/external/icu/icu4c/source/samples/uciter8/ |
uciter8.c | 219 UErrorCode errorCode; 241 errorCode=U_ZERO_ERROR; 242 uiter_setState(iter2, state, &errorCode); 243 if(U_FAILURE(errorCode)) { 244 log_err("%s->setState(0x%x) failed: %s\n", n, state, u_errorName(errorCode));
|
/frameworks/base/core/java/android/net/nsd/ |
NsdManager.java | 262 public void onStartDiscoveryFailed(String serviceType, int errorCode); 264 public void onStopDiscoveryFailed(String serviceType, int errorCode); 279 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode); 281 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode); 291 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
TosWebViewFragment.java | 171 public void onReceivedError(WebView view, int errorCode, String description, 174 "onReceivedError: errorCode %d, description: %s, url: %s", errorCode, 181 onWebLoginError(errorCode, description); 182 super.onReceivedError(view, errorCode, description, failingUrl); 201 private void onWebLoginError(int errorCode, String description) {
|
/external/chromium_org/third_party/icu/source/common/ |
uresdata.c | 153 UErrorCode *errorCode) { 163 *errorCode=U_INVALID_FORMAT_ERROR; 171 *errorCode=U_INVALID_FORMAT_ERROR; 183 *errorCode=U_INVALID_FORMAT_ERROR; 191 *errorCode=U_INVALID_FORMAT_ERROR; 205 *errorCode=U_INVALID_FORMAT_ERROR; 228 UErrorCode *errorCode) { 232 if(U_FAILURE(*errorCode)) { 236 *errorCode=U_INVALID_FORMAT_ERROR; 239 res_init(pResData, formatVersion, inBytes, length, errorCode); [all...] |
uresdata.h | 326 UErrorCode *errorCode); 334 const char *path, const char *name, UErrorCode *errorCode);
|
/external/icu/icu4c/source/common/ |
uresdata.c | 158 UErrorCode *errorCode) { 168 *errorCode=U_INVALID_FORMAT_ERROR; 176 *errorCode=U_INVALID_FORMAT_ERROR; 188 *errorCode=U_INVALID_FORMAT_ERROR; 196 *errorCode=U_INVALID_FORMAT_ERROR; 210 *errorCode=U_INVALID_FORMAT_ERROR; 233 UErrorCode *errorCode) { 237 if(U_FAILURE(*errorCode)) { 241 *errorCode=U_INVALID_FORMAT_ERROR; 244 res_init(pResData, formatVersion, inBytes, length, errorCode); [all...] |
uresdata.h | 332 UErrorCode *errorCode); 340 const char *path, const char *name, UErrorCode *errorCode);
|
/external/deqp/modules/gles3/stress/ |
es3sLongShaderTests.cpp | 411 const glw::GLenum errorCode = gl.getError(); 419 if (program.isOk() && (errorCode != GL_NO_ERROR)) 421 log << TestLog::Message << "Fail, program status OK but a GL error was received (" << errorCode << ")." << TestLog::EndMessage; 424 else if ((errorCode != GL_NO_ERROR) && (errorCode != GL_OUT_OF_MEMORY)) 426 log << TestLog::Message << "Fail, expected GL_NO_ERROR or GL_OUT_OF_MEMORY, received " << errorCode << "." << TestLog::EndMessage;
|
/external/icu/icu4c/source/tools/gendict/ |
gendict.cpp | 192 void transform(const UnicodeString &word, CharString &buf, UErrorCode &errorCode) { 197 buf.append(transform(c, errorCode), errorCode); 253 static UBool readLine(UCHARBUF *f, UnicodeString &fileLine, IcuToolErrorCode &errorCode) { 255 const UChar *line = ucbuf_readline(f, &lineLength, errorCode); 256 if(line == NULL || errorCode.isFailure()) { return FALSE; }
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
GetValues004Test.java | 121 short errorCode = getValuesReply.getErrorCode(); 122 if ( errorCode != JDWPConstants.Error.NONE ) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 630 int errorCode = reply.getErrorCode(); 647 message = message + "Error Code:<" + errorCode + "(" 648 + JDWPConstants.Error.getName(errorCode) + ")>"; 650 message = message + "Unexpected error code:<" + errorCode + "(" 651 + JDWPConstants.Error.getName(errorCode) + ")>" 794 int errorCode = reply.getErrorCode(); 795 if (errorCode != JDWPConstants.Error.NONE) { 802 + errorCode);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
renderer11_utils.h | 100 inline bool isDeviceLostError(HRESULT errorCode) 102 switch (errorCode)
|
/external/icu/icu4c/source/i18n/ |
collationkeys.cpp | 229 UBool preflight, UErrorCode &errorCode) { 230 if(U_FAILURE(errorCode)) { return; } 270 int64_t ce = iter.nextCE(errorCode); 297 ce = iter.nextCE(errorCode); 339 if(U_SUCCESS(errorCode) && !sink.IsOk()) { 340 errorCode = U_MEMORY_ALLOCATION_ERROR; 597 if(U_FAILURE(errorCode)) { return; } 689 errorCode = U_MEMORY_ALLOCATION_ERROR;
|
sortkey.cpp | 174 UErrorCode errorCode = U_ZERO_ERROR; 175 return static_cast<Collator::EComparisonResult>(compareTo(target, errorCode));
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 326 void writeSynResetLater(final int streamId, final ErrorCode errorCode) { 330 writeSynReset(streamId, errorCode); 337 void writeSynReset(int streamId, ErrorCode statusCode) throws IOException { 407 public void shutdown(ErrorCode statusCode) throws IOException { 428 close(ErrorCode.NO_ERROR, ErrorCode.CANCEL); 431 private void close(ErrorCode connectionCode, ErrorCode streamCode) throws IOException { 547 ErrorCode connectionErrorCode = ErrorCode.INTERNAL_ERROR [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
Http20Draft09Test.java | 252 frame.writeInt(ErrorCode.COMPRESSION_ERROR.httpCode); 258 @Override public void rstStream(int streamId, ErrorCode errorCode) { 260 assertEquals(ErrorCode.COMPRESSION_ERROR, errorCode); 405 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; 422 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { 424 assertEquals(expectedError, errorCode); [all...] |
/frameworks/base/core/java/android/speech/tts/ |
PlaybackSynthesisCallback.java | 253 public void error(int errorCode) { 259 mStatusCode = errorCode;
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
BlockingCameraManager.java | 81 * @param errorCode 86 public BlockingOpenException(int errorCode, String message) { 88 mError = errorCode;
|
/libcore/luni/src/main/native/ |
java_util_jar_StrictJarFile.cpp | 31 static void throwIoException(JNIEnv* env, const int32_t errorCode) { 32 jniThrowException(env, "java/io/IOException", ErrorCodeString(errorCode));
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallReceiver.java | 140 Context context, Call call, int errorCode) { 144 switch (errorCode) {
|