HomeSort by relevance Sort by last modified time
    Searched defs:ex (Results 201 - 225 of 389) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 75 } catch (IOException ex) {
96 } catch (ParseException ex) {
237 } catch (RuntimeException ex) {
239 ex.printStackTrace();
241 } catch (Throwable ex) {
243 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/telephony/java/com/android/internal/telephony/
IccProvider.java 298 } catch (RemoteException ex) {
300 } catch (SecurityException ex) {
301 if (DBG) log(ex.toString());
339 } catch (RemoteException ex) {
341 } catch (SecurityException ex) {
342 if (DBG) log(ex.toString());
363 } catch (RemoteException ex) {
365 } catch (SecurityException ex) {
366 if (DBG) log(ex.toString());
387 } catch (RemoteException ex) {
    [all...]
  /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/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 17 package com.android.ex.variablespeed;
  /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/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) {
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /cts/tools/dasm/src/java_cup/
Main.java 373 } catch (Exception ex) {
374 ex.printStackTrace();
  /dalvik/tests/046-reflect/src/
Main.java 101 } catch (Exception ex) {
103 ex.printStackTrace();
157 catch (Exception ex) {
159 ex.printStackTrace();
347 } catch (Exception ex) {
349 ex.printStackTrace();
  /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/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 410 float ex = sx+width; local
416 fb.put(ex).put(ey).put(0f);
417 fb.put(ex).put(sy).put(0f);
  /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/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 71 } catch (IOException ex) {
91 } catch (ParseException ex) {
292 }catch (IOException ex) {
294 ex.printStackTrace();
297 } catch (RuntimeException ex) {
299 ex.printStackTrace();
301 } catch (Throwable ex) {
303 ex.printStackTrace();
  /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);
  /external/tcpdump/missing/
getaddrinfo.c 147 #define WILD_AF(ex) ((ex)->e_wild & 0x01)
148 #define WILD_SOCKTYPE(ex) ((ex)->e_wild & 0x02)
149 #define WILD_PROTOCOL(ex) ((ex)->e_wild & 0x04)
301 const struct explore *ex; local
353 for (ex = explore; ex->e_af >= 0; ex++)
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 508 InflateException ex = new InflateException(e.getMessage()); local
509 ex.initCause(e);
510 throw ex;
512 InflateException ex = new InflateException( local
515 ex.initCause(e);
516 throw ex;
    [all...]
MenuInflater.java 217 InflateException ex = new InflateException( local
220 ex.initCause(e);
221 throw ex;
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 106 } catch (IOException ex) {
108 } catch (IndexOutOfBoundsException ex) {
114 } catch (UnsupportedEncodingException ex) {
206 } catch (java.io.IOException ex) {
208 "IOException on socket.accept(); stopping", ex);
215 } catch (java.io.IOException ex) {
217 "IOException on accepted socket(); re-listening", ex);
244 } catch (InterruptedException ex) {
254 } catch (InterpreterEx ex) {
255 println(ex.result)
    [all...]
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfileActivity.java 191 } catch (IOException ex) {
192 ex.printStackTrace();
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 1 package com.android.ex.carousel;
15 import com.android.ex.carousel.CarouselRS.CarouselCallback;

Completed in 1270 milliseconds

1 2 3 4 5 6 7 891011>>