/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;
|
CameraAgent.java | 17 package com.android.ex.camera2.portability; 29 import com.android.ex.camera2.portability.debug.Log; 296 } catch (final RuntimeException ex) { 297 getCameraExceptionHandler().onDispatchThreadException(ex); 330 } catch (final RuntimeException ex) { 331 getCameraExceptionHandler().onDispatchThreadException(ex); 428 } catch (final RuntimeException ex) { 429 getAgent().getCameraExceptionHandler().onDispatchThreadException(ex); 452 } catch (final RuntimeException ex) { 453 getAgent().getCameraExceptionHandler().onDispatchThreadException(ex); [all...] |
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
VariableSpeed.java | 17 package com.android.ex.variablespeed;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccProvider.java | 401 } catch (RemoteException ex) { 403 } catch (SecurityException ex) { 404 if (DBG) log(ex.toString()); 443 } catch (RemoteException ex) { 445 } catch (SecurityException ex) { 446 if (DBG) log(ex.toString()); 469 } catch (RemoteException ex) { 471 } catch (SecurityException ex) { 472 if (DBG) log(ex.toString()); 494 } catch (RemoteException ex) { [all...] |
/libcore/dom/src/test/java/org/w3c/domts/ |
XercesHTML2DocumentBuilderFactory.java | 77 catch (InvocationTargetException ex) { 79 ex.getTargetException(), 82 catch (Exception ex) { 83 throw new DOMTestIncompatibleException(ex, null); 97 catch (ParserConfigurationException ex) { 98 throw new DOMTestIncompatibleException(ex, null); 100 catch (SAXException ex) { 101 throw new DOMTestIncompatibleException(ex, null); 208 catch (Exception ex) { 209 throw new DOMTestLoadException(ex); [all...] |
XercesHTMLDocumentBuilderFactory.java | 77 catch (InvocationTargetException ex) { 79 ex.getTargetException(), 82 catch (Exception ex) { 83 throw new DOMTestIncompatibleException(ex, null); 97 catch (ParserConfigurationException ex) { 98 throw new DOMTestIncompatibleException(ex, null); 100 catch (SAXException ex) { 101 throw new DOMTestIncompatibleException(ex, null); 208 catch (Exception ex) { 209 throw new DOMTestLoadException(ex); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ConstructorTest.java | 205 Class<? extends IndexOutOfBoundsException> ex = null; local 210 ex = new IndexOutOfBoundsException().getClass(); 216 assertTrue("Returned incorrect exception", exceptions[0].equals(ex)); 424 } catch (NoSuchMethodException ex) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CoderResultTest.java | 62 } catch (BufferOverflowException ex) { 68 } catch (UnsupportedOperationException ex) { 82 } catch (BufferUnderflowException ex) { 88 } catch (UnsupportedOperationException ex) { 156 } catch (UnsupportedOperationException ex) { 162 } catch (UnsupportedOperationException ex) { 186 } catch (IllegalArgumentException ex) { 192 } catch (IllegalArgumentException ex) { 211 } catch (IllegalArgumentException ex) { 217 } catch (IllegalArgumentException ex) { [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/ |
commons-logging-1.1.1.jar | |
/external/robolectric/lib/main/ |
commons-logging-1.1.1.jar | |
/prebuilts/devtools/tools/lib/ |
commons-logging-1.1.1.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.apache.commons.logging_1.1.1.v201101211721.jar | |
/prebuilts/tools/common/http-client/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.apache.commons.logging_1.1.1.v201101211721.jar | |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/cts/tools/dasm/src/java_cup/ |
Main.java | 373 } catch (Exception ex) { 374 ex.printStackTrace();
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 154 const float ex = v0[0][0] - v2[0][0]; local 160 const float det = ex * fy - ey * fx;
|
/external/guava/guava-tests/test/com/google/common/base/ |
ThrowablesTest.java | 509 IllegalStateException ex = new IllegalStateException(re); local 511 assertEquals(asList(ex, re, iae, fnfe), Throwables.getCausalChain(ex)); 519 List<Throwable> causes = Throwables.getCausalChain(ex);
|
/external/libpcap/Win32/Src/ |
getaddrinfo.c | 157 #define WILD_AF(ex) ((ex)->e_wild & 0x01) 158 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02) 159 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04) 313 const struct explore *ex; local 365 for (ex = explore; ex->e_af >= 0; ex++) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 154 const float ex = v0[0][0] - v2[0][0]; local 160 const float det = ex * fy - ey * fx;
|
/external/opencv/cvaux/src/ |
cvlevmarprojbandle.cpp | 1326 double ex,ey; local [all...] |
/external/openssl/crypto/des/ |
des.c | 370 int num=0,j,k,l,rem,ll,len,last,ex=0; local 490 ex=1; 567 ex=1; 570 if (ex) { 575 ex=0;
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 185 jthrowable ex = env->ExceptionOccurred(); local 186 if (ex == NULL) { 190 LOGE_EX(env, ex); 191 env->DeleteLocalRef(ex);
|
/frameworks/base/core/java/android/view/ |
MenuInflater.java | 241 InflateException ex = new InflateException( local 244 ex.initCause(e); 245 throw ex;
|