HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 1076 - 1100 of 2748) sorted by null

<<41424344454647484950>>

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2Settings.java 17 package com.android.ex.camera2.portability;
30 import com.android.ex.camera2.portability.CameraCapabilities.FlashMode;
31 import com.android.ex.camera2.portability.CameraCapabilities.FocusMode;
32 import com.android.ex.camera2.portability.CameraCapabilities.SceneMode;
33 import com.android.ex.camera2.portability.CameraCapabilities.WhiteBalance;
34 import com.android.ex.camera2.portability.debug.Log;
35 import com.android.ex.camera2.utils.Camera2RequestSettingsSet;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 541 } catch (BitwiseOutputStream.AccessException ex) {
542 throw new CodingException("7bit ASCII encode failed: " + ex);
551 } catch (java.io.UnsupportedEncodingException ex) {
552 throw new CodingException("UTF-16 encode failed: " + ex);
587 } catch (com.android.internal.telephony.EncodeException ex) {
588 throw new CodingException("7bit GSM encode failed: " + ex);
638 } catch (CodingException ex) {
647 } catch (java.io.UnsupportedEncodingException ex) {
648 throw new CodingException("Shift-JIS encode failed: " + ex);
701 } catch (CodingException ex) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 681 } catch (SQLException ex) {
683 Log.e(TAG, ex.getMessage(), ex);
712 } catch (SQLException ex) {
714 Log.e(TAG, ex.getMessage(), ex);
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-settings-3.2.1.jar 
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 128 } catch (Exception ex) {
129 InternalErrorHandler.handleException(ex);
186 } catch (SecurityException ex) {
187 } catch (IllegalArgumentException ex) {
188 InternalErrorHandler.handleException(ex);
189 } catch (IllegalAccessException ex) {
190 } catch (InvocationTargetException ex) {
191 } catch (NoSuchMethodException ex) {
681 } catch (Exception ex) {
682 InternalErrorHandler.handleException(ex);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 351 } catch (InterruptedException ex) {
361 } catch (Exception ex) {
362 sipStack.getStackLogger().logError("Error sending re-INVITE", ex);
432 } catch (IOException ex) {
530 } catch (Exception ex) {
    [all...]
MessageChannel.java 226 } catch (Exception ex) {
228 this.getSIPStack().getStackLogger().logError("Error self routing message cause by: ", ex);
263 } catch (Exception ex) {
264 InternalErrorHandler.handleException(ex);
317 } catch (ParseException ex) {
  /external/wpa_supplicant_8/hs20/client/
est.c 341 X509_EXTENSION *ex; local
424 ex = X509V3_EXT_conf_nid(NULL, NULL, NID_basic_constraints,
426 if (ex == NULL ||
427 !sk_X509_EXTENSION_push(exts, ex))
430 ex = X509V3_EXT_conf_nid(NULL, NULL, NID_key_usage,
432 if (ex == NULL ||
433 !sk_X509_EXTENSION_push(exts, ex))
436 ex = X509V3_EXT_conf_nid(NULL, NULL, NID_ext_key_usage,
438 if (ex == NULL ||
439 !sk_X509_EXTENSION_push(exts, ex))
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 307 } catch (IOException ex) {
308 Log.e(TAG, "Caught the error: " + ex.toString());
425 } catch (IOException ex) {
426 Log.e(TAG, "Close Server Socket error: " + ex);
454 } catch (InterruptedException ex) {
455 Log.w(TAG, "mAcceptThread close error" + ex);
619 } catch (IOException ex) {
621 + ex.toString());
657 } catch (IOException ex) {
664 if (VERBOSE) Log.v(TAG, "Accept exception: " + ex.toString())
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 177 } catch (IllegalArgumentException ex) {
187 } catch (IllegalArgumentException ex) {
277 } catch (IllegalArgumentException ex) {
286 } catch (IllegalArgumentException ex) {
295 } catch (IllegalArgumentException ex) {
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 200 } catch (ClassNotFoundException ex) {
202 } catch (IllegalAccessException ex) {
203 throw new IllegalAccessError(ex.getMessage());
204 } catch (InstantiationException ex) {
205 throw new InstantiationError(ex.getMessage());
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 321 } catch (URISyntaxException ex) {
323 } catch (NumberFormatException ex) {
325 } catch (IllegalArgumentException ex) {
460 } catch (JSONException ex) {
461 Log.w(TAG, "Error parsing JS JSON object", ex);
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 205 register int ex, spx = 0, ddx, ddx1; local
221 ex = -ddx1;
226 ex += ddx;
227 if (ex > 0) {
229 ex -= ddx1;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 336 } catch (RuntimeException ex) {
340 throw ex;
421 } catch (RuntimeException ex) {
422 listenerException = ex;
542 } catch (InterruptedException ex) {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 175 catch (IOException ex)
177 throw new AnnotatedException("Cannot set subject search criteria for trust anchor.", ex);
210 catch (IllegalArgumentException ex)
226 catch (Exception ex)
228 invalidKeyEx = ex;
402 catch (IOException ex)
404 throw new ExtCertPathValidatorException("Policy qualifier info cannot be decoded.", ex);
576 catch (Exception ex)
578 throw new AnnotatedException("Policy information cannot be decoded.", ex);
586 catch (CertPathValidatorException ex)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java 117 } catch (RuntimeException ex) {
118 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
266 } catch (RuntimeException ex) {
267 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
560 } catch (IOException ex) {
562 "createFromPdu: conversion from byte array to object failed: " + ex, ex);
563 } catch (Exception ex) {
564 Rlog.e(LOG_TAG, "createFromPdu: conversion from byte array to object failed: " + ex);
699 } catch (Exception ex) {
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 353 TPos x; /* same with gray_TWorker.ex */
363 TCoord ex, ey; member in struct:gray_TWorker_
501 TPos x = ras.ex;
555 gray_set_cell( RAS_ARG_ TCoord ex,
572 if ( ex > ras.max_ex )
573 ex = ras.max_ex;
575 ex -= ras.min_ex;
576 if ( ex < 0 )
577 ex = -1;
580 if ( ex != ras.ex || ey != ras.ey
785 TCoord ex = TRUNC( ras.x ); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 246 UTIL_SRCS = $(foreach ex,$(UTILS),$($(ex:.c=).SRCS))
247 ALL_SRCS = $(foreach ex,$(ALL_EXAMPLES),$($(notdir $(ex:.c=)).SRCS))
254 $(foreach ex,$(ALL_EXAMPLES),$(eval $(notdir $(ex:.c=)).SRCS += $(ex) examples.mk))
352 @$(foreach ex,$(sort $(notdir $(EXAMPLES:.c=))),\
353 echo " - \subpage example_$(ex) $($(ex).DESCRIPTION)" >> $@;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 390 TPos x; /* same with gray_TWorker.ex */
408 TCoord ex, ey; member in struct:gray_TWorker_
550 TPos x = ras.ex;
604 gray_set_cell( RAS_ARG_ TCoord ex,
621 if ( ex > ras.max_ex )
622 ex = ras.max_ex;
624 ex -= ras.min_ex;
625 if ( ex < 0 )
626 ex = -1;
629 if ( ex != ras.ex || ey != ras.ey
819 TCoord ex = TRUNC( ras.x ); local
    [all...]
  /external/libvpx/libvpx/
examples.mk 212 UTIL_SRCS = $(foreach ex,$(UTILS),$($(ex:.c=).SRCS))
213 ALL_SRCS = $(foreach ex,$(ALL_EXAMPLES),$($(notdir $(ex:.c=)).SRCS))
220 $(foreach ex,$(ALL_EXAMPLES),$(eval $(notdir $(ex:.c=)).SRCS += $(ex) examples.mk))
317 @$(foreach ex,$(sort $(notdir $(EXAMPLES:.c=))),\
318 echo " - \subpage example_$(ex) $($(ex).DESCRIPTION)" >> $@;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 353 TPos x; /* same with gray_TWorker.ex */
371 TCoord ex, ey; member in struct:gray_TWorker_
513 TPos x = ras.ex;
567 gray_set_cell( RAS_ARG_ TCoord ex,
584 if ( ex > ras.max_ex )
585 ex = ras.max_ex;
587 ex -= ras.min_ex;
588 if ( ex < 0 )
589 ex = -1;
592 if ( ex != ras.ex || ey != ras.ey
797 TCoord ex = TRUNC( ras.x ); local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 137 } catch (UnresolvedClassException ex) {
153 } catch (UnresolvedClassException ex) {
177 } catch (UnresolvedClassException ex) {
252 } catch (UnresolvedClassException ex) {
262 } catch (UnresolvedClassException ex) {
271 throw ex;
302 } catch (UnresolvedClassException ex) {
310 } catch (UnresolvedClassException ex) {
577 } catch (UnresolvedClassException ex) {

Completed in 2800 milliseconds

<<41424344454647484950>>