/cts/tests/tests/transition/src/android/transition/cts/ |
ArcMotionTest.java | 88 float eX, float eY) { 89 float c1x = (eX + startX)/2; 91 float c2x = (eX + endX)/2; 105 float ex = 50 + (50 * ratio); local 106 float ey = ex; 108 Path expected = arcWithPoint(0, 100, 100, 0, ex, ey); 119 float ex = 50; local 120 Path expected = arcWithPoint(0, 0, 100, 0, ex, ey); 125 expected = arcWithPoint(0, 0, 100.001f, 0, ex, ey); 135 float ex = (float)(Math.tan(Math.PI/8) * 50) local [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
Main.java | 92 } catch (UnsupportedEncodingException ex) { 93 throw new RuntimeException("shouldn't happen", ex); 98 } catch (ParseException ex) { 101 ex.printStackTrace(); 103 ex.printContext(System.err);
|
/development/ndk/platforms/android-21/include/linux/ |
dlm_plock.h | 39 __u8 ex; member in struct:dlm_plock_info
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
PrivilegedActionExceptionTest.java | 38 Exception ex = new Exception(); local 39 PrivilegedActionException ex1 = new PrivilegedActionException(ex); 42 new PrivilegedActionException(ex),
|
/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/jetty/src/java/org/eclipse/jetty/server/handler/ |
DebugHandler.java | 69 String ex=null; local 85 ex=ioe.toString(); 90 ex=se.toString()+":"+se.getCause(); 95 ex=rte.toString(); 100 ex=e.toString(); 116 (ex==null?"":("/"+ex))+
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
Loader.java | 95 ClassNotFoundException ex=null; local 101 catch (ClassNotFoundException e) {if(ex==null)ex=e;} 109 catch (ClassNotFoundException e) {if(ex==null)ex=e;} 116 catch (ClassNotFoundException e) {if(ex==null)ex=e;} 121 throw ex; 130 MissingResourceException ex=null; local 136 catch (MissingResourceException e) {if(ex==null)ex=e; [all...] |
/external/kernel-headers/original/uapi/linux/ |
dlm_plock.h | 31 __u8 ex; member in struct:dlm_plock_info
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglFrame.java | 124 protected void exception (Throwable ex) {
125 ex.printStackTrace();
|
/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...] |
/external/proguard/src/proguard/classfile/util/ |
DescriptorClassEnumeration.java | 246 catch (Exception ex) 248 ex.printStackTrace();
|
InternalTypeEnumeration.java | 208 catch (Exception ex) 210 ex.printStackTrace();
|