HomeSort by relevance Sort by last modified time
    Searched refs:errorCode (Results 351 - 375 of 716) sorted by null

<<11121314151617181920>>

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
OwnedMonitorsStackDepthInfoTest.java 188 short errorCode = checkedReply.getErrorCode();
189 if (errorCode != JDWPConstants.Error.NONE) {
190 if (errorCode == JDWPConstants.Error.THREAD_NOT_SUSPENDED) {
ResumeTest.java 172 int errorCode = reply.getErrorCode();
173 if ( errorCode != JDWPConstants.Error.NONE ) {
175 logWriter.println("## FAILURE: VirtualMachine.Suspend command returns error = " + errorCode
176 + "(" + JDWPConstants.Error.getName(errorCode) + ")");
257 errorCode = reply.getErrorCode();
258 if ( errorCode != JDWPConstants.Error.NONE ) {
260 logWriter.println("## FAILURE: VirtualMachine.Resume command returns error = " + errorCode
261 + "(" + JDWPConstants.Error.getName(errorCode) + ")");
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcurrent.c 191 BYTE errorCode, CARD16 minorCode)
195 error.errorCode = errorCode;
  /external/icu/icu4c/source/i18n/unicode/
measunit.h 108 * @param errorCode ICU error code.
115 UErrorCode &errorCode);
125 * @param errorCode ICU error code.
133 UErrorCode &errorCode);
139 * @param errorCode ICU error code.
143 static StringEnumeration* getAvailableTypes(UErrorCode &errorCode);
  /external/mesa3d/src/glx/
glxcurrent.c 191 BYTE errorCode, CARD16 minorCode)
195 error.errorCode = errorCode;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 208 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt);
209 if (errorCode == null) {
212 handler.rstStream(streamId, errorCode);
267 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt);
268 if (errorCode == null) {
275 handler.goAway(lastStreamId, errorCode, debugData)
    [all...]
Spdy3.java 224 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt);
225 if (errorCode == null) {
228 handler.rstStream(streamId, errorCode);
259 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt);
260 if (errorCode == null) {
263 handler.goAway(lastGoodStreamId, errorCode, ByteString.EMPTY)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 161 ERROR_CODE errorCode = NO_DECODING_ERROR;
180 errorCode = pvmp3_decode_header(&pVars->inputStream,
184 if (errorCode != NO_DECODING_ERROR)
187 return errorCode;
242 errorCode = pvmp3_get_side_info(&pVars->inputStream,
247 if (errorCode != NO_DECODING_ERROR)
250 return errorCode;
324 errorCode = NO_ENOUGH_MAIN_DATA_ERROR;
360 if (errorCode != NO_ENOUGH_MAIN_DATA_ERROR)
439 } /* if ( errorCode != NO_ENOUGH_MAIN_DATA_ERROR) *
    [all...]
  /packages/services/Telephony/src/com/android/phone/
HfaLogic.java 174 onHfaError(intent.getStringExtra("errorCode"));
192 private void sendFinalResponse(int responseCode, String errorCode) {
197 if (responseCode == OTASP_FAILURE && errorCode != null) {
198 extraStuff.putExtra(OtaUtils.EXTRA_OTASP_ERROR_CODE, errorCode);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeviceOwnerProvisioningService.java 234 public void onError(int errorCode) {
235 switch(errorCode) {
259 public void onError(int errorCode) {
260 switch(errorCode) {
284 public void onError(int errorCode) {
285 switch(errorCode) {
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/geofencing/
GeofenceTransitionsIntentService.java 70 int errorCode = LocationClient.getErrorCode(intent);
71 Log.e(TAG, "Location Services error: " + errorCode);
  /development/samples/wearable/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 70 int errorCode = LocationClient.getErrorCode(intent);
71 Log.e(TAG, "Location Services error: " + errorCode);
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestCallbackHelperContainer.java 78 public void notifyCalled(int errorCode, String description, String failingUrl) {
79 mErrorCode = errorCode;
  /external/chromium_org/third_party/WebKit/Source/web/
SpeechRecognitionClientProxy.cpp 124 void SpeechRecognitionClientProxy::didReceiveError(const WebSpeechRecognitionHandle& handle, const WebString& message, WebSpeechRecognizerClient::ErrorCode code)
127 SpeechRecognitionError::ErrorCode errorCode = static_cast<SpeechRecognitionError::ErrorCode>(code);
128 recognition->didReceiveError(SpeechRecognitionError::create(errorCode, message));
  /external/chromium_org/third_party/angle/src/libEGL/
main.cpp 186 void error(EGLint errorCode)
188 egl::setCurrentError(errorCode);
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c     [all...]
ucnvseltst.c 510 UErrorCode errorCode = U_ILLEGAL_ARGUMENT_ERROR;
511 UPropsVectors *pv = upvec_open(100, &errorCode);
516 errorCode = U_ZERO_ERROR;
517 pv = upvec_open(-1, &errorCode);
518 if (pv != NULL || U_SUCCESS(errorCode)) {
522 errorCode = U_ZERO_ERROR;
523 pv = upvec_open(100, &errorCode);
524 if (pv == NULL || U_FAILURE(errorCode)) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java 80 WebView view, int errorCode, String description,
82 Log.e(TAG, "JS error: " + errorCode + " in " + failingUrl +
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 257 UErrorCode errorCode = U_ZERO_ERROR;
258 setChoices(limits, NULL, formats, cnt, errorCode);
269 UErrorCode errorCode = U_ZERO_ERROR;
270 setChoices(limits, closures, formats, cnt, errorCode);
278 UErrorCode &errorCode) {
279 if (U_FAILURE(errorCode)) {
283 errorCode = U_ILLEGAL_ARGUMENT_ERROR;
338 applyPattern(result, errorCode);
collationdata.h 131 int32_t dest[], int32_t capacity, UErrorCode &errorCode) const;
140 uint8_t table[256], UErrorCode &errorCode) const;
  /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)) {
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 77 public void onReceivedError(WebView view, int errorCode,
79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 429 UErrorCode errorCode = U_ZERO_ERROR;
434 &errorCode);
436 if(errorCode == U_BUFFER_OVERFLOW_ERROR) {
439 } else if(U_FAILURE(errorCode)) {
744 UErrorCode &errorCode) const {
746 if(U_SUCCESS(errorCode)) {
748 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
754 return u_terminateUChars(dest, destCapacity, len, &errorCode);
799 UErrorCode errorCode = U_ZERO_ERROR;
804 &errorCode);
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 427 UErrorCode errorCode = U_ZERO_ERROR;
432 &errorCode);
434 if(errorCode == U_BUFFER_OVERFLOW_ERROR) {
437 } else if(U_FAILURE(errorCode)) {
786 UErrorCode &errorCode) const {
788 if(U_SUCCESS(errorCode)) {
790 errorCode=U_ILLEGAL_ARGUMENT_ERROR;
796 return u_terminateUChars(dest, destCapacity, len, &errorCode);
841 UErrorCode errorCode = U_ZERO_ERROR;
846 &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp     [all...]

Completed in 1913 milliseconds

<<11121314151617181920>>