Searched refs:ex (Results 276 - 300 of 813) sorted by relevance

<<11121314151617181920>>

/external/skia/experimental/Intersection/
H A DEdgeWalkerQuadratic4x4_Test.cpp29 int ex = e & 0x03; local
46 path.moveTo(ex, ey);
56 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp28 int ex = e & 0x03; local
46 path.moveTo(SkIntToScalar(ex), SkIntToScalar(ey));
58 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp28 int ex = e & 0x03; local
46 path.moveTo(SkIntToScalar(ex), SkIntToScalar(ey));
59 str += sprintf(str, " path.moveTo(%d, %d);\n", ex, ey);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DDumpFields.java65 } catch (ParseException ex) {
127 } catch (IOException ex) {
128 System.out.println("IOException thrown when trying to open a dex file or write out vtables: " + ex);
H A DDumpVtables.java63 } catch (ParseException ex) {
131 } catch (IOException ex) {
132 System.out.println("IOException thrown when trying to open a dex file or write out vtables: " + ex);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLSocketFactoriesTest.java355 } catch (IOException ex) {
361 } catch (IOException ex) {
367 } catch (IOException ex) {
427 } catch (IOException ex) {
433 } catch (IOException ex) {
439 } catch (IOException ex) {
H A DSSLSocketFunctionalTest.java246 } catch (IOException ex) {
252 } catch (IOException ex) {
258 } catch (IOException ex) {
321 } catch (IOException ex) {
327 } catch (IOException ex) {
333 } catch (IOException ex) {
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java90 } catch (URISyntaxException ex) {
92 + requestLine.getUri(), ex);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRouteSpecificPool.java171 } catch (IOException ex) {
172 log.debug("I/O error closing connection", ex);
/external/bison/doc/
H A Drefcard.tex79 \vskip .15ex plus .25 fill
104 \vskip .15ex plus .25 fill
243 % \parskip 1ex plus .5ex minus .5ex
244 \parskip 0.5ex plus .25ex minus .25ex
248 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java64 catch (NumberFormatException ex)
162 catch (NumberFormatException ex)
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dfixjsstyle_test.py51 except IOError, ex:
53 (current_filename, ex))
/external/chromium_org/sdch/open-vcdiff/
H A Dautogen.sh25 set -ex
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c65 const float ex = v0[0] - v2[0]; local
71 header->det = ex * fy - ey * fx;
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java173 } catch (RuntimeException ex) {
174 throw ExceptionWithContext.withContext(ex,
H A DUniformListItem.java78 } catch (IndexOutOfBoundsException ex) {
81 } catch (NullPointerException ex) {
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlock.java67 } catch (NullPointerException ex) {
95 } catch (NullPointerException ex) {
H A DLocalVariableInfo.java88 } catch (ArrayIndexOutOfBoundsException ex) {
249 } catch (ArrayIndexOutOfBoundsException ex) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DLocalVariableInfo.java89 } catch (ArrayIndexOutOfBoundsException ex) {
246 } catch (ArrayIndexOutOfBoundsException ex) {
/external/e2fsprogs/debugfs/
H A Dro_debug_cmds.ct43 dump_extents, extents, ex;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bsf.jar ... java.lang.String getManagerName () public boolean supportsLanguage () Throwable ex java.util.Hashtable table String engineClassName public void ...
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c65 const float ex = v0[0] - v2[0]; local
71 header->det = ex * fy - ey * fx;
/external/nist-sip/java/gov/nist/core/
H A DHost.java177 } catch (UnknownHostException ex) {
178 dbgPrint("Could not resolve hostname " + ex);
/external/nist-sip/java/gov/nist/javax/sip/
H A DUtils.java69 } catch (Exception ex) {
70 throw new RuntimeException("Could not intialize Digester ", ex);
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
H A DAuthenticationHelperImpl.java202 } catch (InvalidArgumentException ex) {
271 } catch (SipException ex) {
272 throw ex;
273 } catch (Exception ex) {
274 sipStack.getStackLogger().logError("Unexpected exception ", ex);
275 throw new SipException("Unexpected exception ", ex);
343 } catch (ParseException ex) {
409 } catch (ParseException ex) {

Completed in 4482 milliseconds

<<11121314151617181920>>