HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 126 - 150 of 2603) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/
FatalErrorHandlerImpl.java 37 Exception ex = new Exception(); local
39 Log.e(TAG, "Handling Media Storage Failure:", ex);
47 finishActivity, ex);
52 Exception ex = new Exception(); local
54 Log.e(TAG, "Handling Camera Open Failure:", ex);
63 finishActivity, ex);
68 Exception ex = new Exception(); local
70 Log.e(TAG, "Handling Camera Reconnect Failure:", ex);
79 finishActivity, ex);
84 Exception ex = new Exception() local
100 Exception ex = new Exception(); local
117 Exception ex = new Exception(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.19.0/
google-http-client-jackson2-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/
google-http-client-jackson2-1.22.0.jar 
  /cts/tests/tests/media/src/android/media/cts/
NativeDecoderTest.java 128 MediaExtractor ex = new MediaExtractor(); local
129 ex.setDataSource(path);
130 return getSampleSizes(ex);
135 MediaExtractor ex = new MediaExtractor(); local
136 ex.setDataSource(fd, offset, size);
137 return getSampleSizes(ex);
140 private static int[] getSampleSizes(MediaExtractor ex) {
143 int numtracks = ex.getTrackCount();
147 MediaFormat format = ex.getTrackFormat(i);
162 ex.selectTrack(i)
228 MediaExtractor ex = new MediaExtractor(); local
598 MediaExtractor ex = new MediaExtractor(); local
    [all...]
  /art/test/042-new-instance/src/
Main.java 39 } catch (Exception ex) {
41 ex.printStackTrace();
51 } catch (Exception ex) {
53 ex.printStackTrace();
63 } catch (Exception ex) {
79 } catch (Exception ex) {
81 ex.printStackTrace();
90 } catch (Exception ex) {
92 ex.printStackTrace();
101 } catch (Exception ex) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
dlm_plock.h 39 __u8 ex; member in struct:dlm_plock_info
  /cts/tests/tests/transition/src/android/transition/cts/
ArcMotionTest.java 95 float eX, float eY) {
96 float c1x = (eX + startX) / 2;
98 float c2x = (eX + endX) / 2;
113 float ex = 50 + (50 * ratio); local
114 float ey = ex;
116 Path expected = arcWithPoint(0, 100, 100, 0, ex, ey);
127 float ex = 37.5f; local
129 Path expected = arcWithPoint(0, 0, 100, 50, ex, ey);
134 expected = arcWithPoint(0, 0, 100.001f, 50, ex, ey);
139 expected = arcWithPoint(100, 50, 0, 0, ex, ey)
167 float ex = 0; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 97 } catch (UnsupportedEncodingException ex) {
98 throw new RuntimeException("shouldn't happen", ex);
103 } catch (ParseException ex) {
106 ex.printStackTrace();
108 ex.printContext(System.err);
  /development/ndk/platforms/android-21/include/linux/
dlm_plock.h 39 __u8 ex; member in struct:dlm_plock_info
  /external/boringssl/src/crypto/x509/
t_req.c 210 X509_EXTENSION *ex = sk_X509_EXTENSION_value(exts, i); local
214 ASN1_OBJECT *obj = X509_EXTENSION_get_object(ex);
216 const int is_critical = X509_EXTENSION_get_critical(ex);
220 if (!X509V3_EXT_print(bio, ex, cflag, 16)) {
222 ASN1_STRING_print(bio, X509_EXTENSION_get_data(ex));
x509_att.c 85 X509_ATTRIBUTE *ex; local
94 ex = sk_X509_ATTRIBUTE_value(sk, lastpos);
95 if (OBJ_cmp(ex->object, obj) == 0)
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTestCase.java 156 } catch (InvocationTargetException ex) {
158 throw ex.getCause();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Stubs.java 103 public static void ex() throws StubException { method in class:Stubs
Target03.java 14 import static org.jacoco.core.test.validation.targets.Stubs.ex;
51 ex(); // $line-implicitException.exception$ method
73 ex(); // $line-implicitExceptionTryCatch.exception$ method
85 ex(); // $line-implicitExceptionTryCatchAfterCondition.exception$ method
114 ex(); // $line-implicitExceptionFinally.exception$ method
  /external/kernel-headers/original/uapi/linux/
dlm_plock.h 31 __u8 ex; member in struct:dlm_plock_info
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 65 const float ex = v0[0] - v2[0]; local
71 header->det = ex * fy - ey * fx;
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 100 } catch (ParseException ex) {
101 // throw new java.net.URISyntaxException(uri, ex.getMessage());
102 throw new ParseException(ex.getMessage(), 0);
135 } catch (ParseException ex) {
136 throw new ParseException(ex.getMessage(), 0);
156 } catch (ParseException ex) {
157 throw new ParseException(ex.getMessage(), 0);
222 } catch (ParseException ex) {
223 throw new ParseException(ex.getMessage(), 0);
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 178 } catch (InstantiationException ex) {
179 ex.printStackTrace();
180 } catch (IllegalAccessException ex) {
181 ex.printStackTrace();
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RetryAfterParser.java 81 } catch (NumberFormatException ex) {
82 throw createParseException(ex.getMessage());
83 } catch (InvalidArgumentException ex) {
84 throw createParseException(ex.getMessage());
107 } catch (NumberFormatException ex) {
108 throw createParseException(ex.getMessage());
109 } catch (InvalidArgumentException ex) {
110 throw createParseException(ex.getMessage());
SubscriptionStateParser.java 103 } catch (NumberFormatException ex) {
104 throw createParseException(ex.getMessage());
105 } catch (InvalidArgumentException ex) {
106 throw createParseException(ex.getMessage());
117 } catch (NumberFormatException ex) {
118 throw createParseException(ex.getMessage());
119 } catch (InvalidArgumentException ex) {
120 throw createParseException(ex.getMessage());
WarningParser.java 92 } catch (NumberFormatException ex) {
93 throw createParseException(ex.getMessage());
94 } catch (InvalidArgumentException ex) {
95 throw createParseException(ex.getMessage());
134 } catch (NumberFormatException ex) {
135 throw createParseException(ex.getMessage());
136 } catch (InvalidArgumentException ex) {
137 throw createParseException(ex.getMessage());
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java 51 } catch (NumberFormatException ex) {
53 } catch (InvalidArgumentException ex) {
54 throw createParseException(ex.getMessage());
SessionExpiresParser.java 48 } catch (NumberFormatException ex) {
50 } catch (InvalidArgumentException ex) {
51 throw createParseException(ex.getMessage());
  /external/proguard/src/proguard/classfile/io/
RuntimeDataInput.java 50 catch (IOException ex)
52 throw new RuntimeException(ex.getMessage());
62 catch (IOException ex)
64 throw new RuntimeException(ex.getMessage());
74 catch (IOException ex)
76 throw new RuntimeException(ex.getMessage());
86 catch (IOException ex)
88 throw new RuntimeException(ex.getMessage());
98 catch (IOException ex)
100 throw new RuntimeException(ex.getMessage())
    [all...]
RuntimeDataOutput.java 50 catch (IOException ex)
52 throw new RuntimeException(ex.getMessage());
63 catch (IOException ex)
65 throw new RuntimeException(ex.getMessage());
76 catch (IOException ex)
78 throw new RuntimeException(ex.getMessage());
89 catch (IOException ex)
91 throw new RuntimeException(ex.getMessage());
102 catch (IOException ex)
104 throw new RuntimeException(ex.getMessage())
    [all...]

Completed in 631 milliseconds

1 2 3 4 56 7 8 91011>>