/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
MethodTest.java | 180 Class[] ex = mth.getExceptionTypes(); local 182 1, ex.length); 183 assertTrue("Returned incorrect exception type", ex[0] 186 ex = mth.getExceptionTypes(); 188 0, ex.length);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateList.java | 396 Expression ex = matchPat.getStepPattern(); local 398 if (ex instanceof NodeTest) 400 return ((NodeTest) ex).getDefaultScore();
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 350 } catch( Exception ex ) { 351 ex.printStackTrace();
|
/external/chromium_org/chrome/browser/extensions/ |
installed_loader.cc | 279 ExtensionSet::const_iterator ex; local 280 for (ex = extensions->begin(); ex != extensions->end(); ++ex) { 281 Manifest::Location location = (*ex)->location(); 282 Manifest::Type type = (*ex)->GetType(); 283 if ((*ex)->is_app()) { 290 if (!ManifestURL::UpdatesFromGallery(*ex)) { 296 if (ManifestURL::UpdatesFromGallery(*ex)) { 306 if ((*ex)->from_webstore()) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
uts46test.cpp | 190 static const char eX[]={ 0x65, 0x58, 0x61, 0x6d, 0x70, 0x4c, 0x65, 0x2e, 0x63, 0x4f, 0x6d, 0 }; 192 static const char ex[]={ 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d }; local 193 trans->nameToUnicodeUTF8(eX, sink, info, errorCode); 195 0!=memcmp(ex, buffer, 11) || !sink.calledFlush [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 60 GLfloat ex = v1->attrib[FRAG_ATTRIB_WPOS][0] - v0->attrib[FRAG_ATTRIB_WPOS][0]; local 64 GLfloat c = ex*fy-ey*fx; [all...] |
/external/icu4c/test/intltest/ |
uts46test.cpp | 191 static const char eX[]={ 0x65, 0x58, 0x61, 0x6d, 0x70, 0x4c, 0x65, 0x2e, 0x63, 0x4f, 0x6d, 0 }; 193 static const char ex[]={ 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d }; local 194 trans->nameToUnicodeUTF8(eX, sink, info, errorCode); 196 0!=memcmp(ex, buffer, 11) || !sink.calledFlush [all...] |
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/ |
AwtPanel.java | 153 } catch (AWTException ex) { 154 ex.printStackTrace();
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/ |
ObjectStore.java | 238 } catch (InterruptedException ex){ 239 ex.printStackTrace(); 285 } catch (IllegalAccessException ex){ 286 logger.log(Level.WARNING, "RMI: Error accessing method", ex); 287 } catch (IllegalArgumentException ex){ 288 logger.log(Level.WARNING, "RMI: Invalid arguments", ex); 289 } catch (InvocationTargetException ex){ 290 logger.log(Level.WARNING, "RMI: Invocation exception", ex);
|
/external/jmonkeyengine/engine/src/test/jme3test/audio/ |
TestMusicPlayer.java | 191 }catch (FileNotFoundException ex){ 192 ex.printStackTrace(); 197 }catch (IOException ex){ 198 ex.printStackTrace();
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
TestCanvas.java | 207 }catch (ClassNotFoundException ex){
208 ex.printStackTrace();
209 }catch (InstantiationException ex){
210 ex.printStackTrace();
211 }catch (IllegalAccessException ex){
212 ex.printStackTrace();
252 } catch (InterruptedException ex) {
|
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 60 GLfloat ex = v1->attrib[FRAG_ATTRIB_WPOS][0] - v0->attrib[FRAG_ATTRIB_WPOS][0]; local 64 GLfloat c = ex*fy-ey*fx; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
URLParser.java | 208 } catch (Exception ex) { 271 } catch (Exception ex) { 299 } catch (ParseException ex) { 359 } catch (ParseException ex) { 360 throw createParseException(ex.getMessage());
|
/external/proguard/src/proguard/ |
ConfigurationParser.java | [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
main.java | 72 } catch (IOException ex) { 96 } catch (ParseException ex) { 246 } catch (RuntimeException ex) { 248 ex.printStackTrace(); 250 } catch (Throwable ex) { 252 ex.printStackTrace();
|
/external/valgrind/main/exp-sgcheck/tests/ |
bad_percentify.c | 582 UInt ex; local 584 case 1: ex = 10; break; 585 case 2: ex = 100; break; 586 case 3: ex = 1000; break; 590 p2 = ((100*n*ex) / m) % ex;
|
/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 341 MethodCall* ex = new MethodCall(stubClass->transact_reply, local 343 c->statements->Add(ex); 352 MethodCall* ex = new MethodCall(stubClass->transact_reply, local 354 c->statements->Add(ex); 463 MethodCall* ex = new MethodCall(_reply, "readException", 0); local 464 tryStatement->statements->Add(ex);
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
DelegateClassAdapterTest.java | 455 RuntimeException ex = new RuntimeException(sb.toString(), t); local 456 return ex;
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientAlternatesAdapter.java | 17 package com.android.ex.chips; 37 import com.android.ex.chips.BaseRecipientAdapter.DirectoryListQuery; 38 import com.android.ex.chips.BaseRecipientAdapter.DirectorySearchParams; 39 import com.android.ex.chips.Queries.Query;
|
/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 | 293 } catch (RemoteException ex) { 295 } catch (SecurityException ex) { 296 if (DBG) log(ex.toString()); 334 } catch (RemoteException ex) { 336 } catch (SecurityException ex) { 337 if (DBG) log(ex.toString()); 358 } catch (RemoteException ex) { 360 } catch (SecurityException ex) { 361 if (DBG) log(ex.toString()); 382 } 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/tests/api/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...] |
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ConstructorTest.java | 206 Class<? extends IndexOutOfBoundsException> ex = null; local 211 ex = new IndexOutOfBoundsException().getClass(); 217 assertTrue("Returned incorrect exception", exceptions[0].equals(ex)); 425 } catch (NoSuchMethodException ex) {
|