/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
lock_dlm_plock.h | 27 __u8 ex; member in struct:gdlm_plock_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
lock_dlm_plock.h | 27 __u8 ex; member in struct:gdlm_plock_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
lock_dlm_plock.h | 27 __u8 ex; member in struct:gdlm_plock_info
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ProfilesLoader.java | 75 } catch (IOException ex) { 76 ex.printStackTrace();
|
VersionLoader.java | 71 } catch (IOException ex) { 72 ex.printStackTrace();
|
ViewManager.java | 66 } catch (IOException ex) { 67 ex.printStackTrace();
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Pipeline.java | 73 } catch (IOException ex) { 74 InternalErrorHandler.handleException(ex); 187 } catch (InterruptedException ex) { 188 throw new IOException(ex.getMessage()); 189 } catch (NoSuchElementException ex) { 190 ex.printStackTrace(); 191 throw new IOException(ex.getMessage());
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageProcessor.java | 129 } catch (SocketException ex) { 130 throw new IOException(ex.getMessage()); 246 } catch (SocketTimeoutException ex) { 248 } catch (SocketException ex) { 258 } catch (IOException ex) { 260 ex.printStackTrace(); 264 } catch (Exception ex) { 268 InternalErrorHandler.handleException(ex);
|
/libcore/luni/src/main/java/java/nio/charset/ |
Charset.java | 316 UnsupportedEncodingException ex = new UnsupportedEncodingException(charsetName); local 317 ex.initCause(cause); 318 throw ex; 335 } catch (UnsupportedCharsetException ex) { 455 } catch (CharacterCodingException ex) { 456 throw new Error(ex.getMessage(), ex); local 490 } catch (CharacterCodingException ex) { 491 throw new Error(ex.getMessage(), ex); local [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
X509KeyManagerTest.java | [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 131 } catch (XmlPullParserException ex) { 132 if (ex.getDetail() instanceof IOException) { 133 throw (IOException) ex.getDetail(); 135 if (ex.getDetail() instanceof RuntimeException) { 136 throw (RuntimeException) ex.getDetail(); 143 locator.setLineNumber(ex.getLineNumber()); 144 locator.setColumnNumber(ex.getColumnNumber()); 146 SAXParseException newEx = new SAXParseException(ex.getMessage(), locator); 424 } catch (NumberFormatException ex) {
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fma.c | 183 int ex, ey, ez; local 200 xs = frexp(x, &ex); 204 spread = ex + ey - ez; 253 spread = ex + ey;
|
s_fmal.c | 171 int ex, ey, ez; local 188 xs = frexpl(x, &ex); 192 spread = ex + ey - ez; 241 spread = ex + ey;
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
Main.java | 93 } catch (IllegalArgumentException ex) { 104 } catch (IllegalArgumentException ex) { 152 } catch (InvalidArgumentException ex) { 153 System.err.println(ex.getMessage());
|
/dalvik/tests/050-sync-test/src/ |
Main.java | 151 } catch (Exception ex) { 152 ex.printStackTrace();
|
/dalvik/tests/064-field-access/src/ |
Main.java | 95 } catch (Exception ex) { 98 + ex.getClass()); 99 ex.printStackTrace(); 101 if (!expectedException.equals(ex.getClass())) { 104 + ex.getClass()); 105 ex.printStackTrace(); 327 } catch (Exception ex) { 330 + ex.getClass()); 331 ex.printStackTrace(); 333 if (!expectedException.equals(ex.getClass())) [all...] |
/dalvik/tests/092-locale/src/ |
Main.java | 36 } catch (Exception ex) { 37 ex.printStackTrace(); 42 } catch (Exception ex) { 43 ex.printStackTrace(); 48 } catch (Exception ex) { 49 ex.printStackTrace(); 54 } catch (Exception ex) { 55 ex.printStackTrace(); 60 } catch (Exception ex) { 61 ex.printStackTrace() [all...] |
/external/aac/libAACenc/src/ |
quantize.cpp | 178 INT ex,specExp,tabIndex; local 183 ex = CountLeadingBits(accu); 184 accu <<= ex; local 185 specExp = (DFRACT_BITS-1) - ex; 212 INT ex,specExp,tabIndex; local 217 ex = CountLeadingBits(accu); 218 accu <<= ex; local 219 specExp = (DFRACT_BITS-1) - ex;
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3lexer.c | 430 pANTLR3_EXCEPTION ex; local 434 ex = lexer->rec->state->exception; 438 if (ex->name == NULL) 444 ftext = ex->streamName->to8(ex->streamName); 450 ex->type, 451 (pANTLR3_UINT8) (ex->message), 452 ex->charPositionInLine+1 457 width = ANTLR3_UINT32_CAST(( (pANTLR3_UINT8)(lexer->input->data) + (lexer->input->size(lexer->input) )) - (pANTLR3_UINT8)(ex->index)); 461 if (isprint(ex->c) [all...] |
/external/apache-http/src/org/apache/http/impl/io/ |
AbstractMessageParser.java | 161 } catch (ParseException ex) { 162 throw new ProtocolException(ex.getMessage());
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
AppHarness.java | 70 } catch (IOException ex){ 71 ex.printStackTrace(); 84 }catch (ClassNotFoundException ex){ 85 ex.printStackTrace(); 86 }catch (InstantiationException ex){ 87 ex.printStackTrace(); 88 }catch (IllegalAccessException ex){ 89 ex.printStackTrace(); 116 } catch (MalformedURLException ex) { 117 ex.printStackTrace() [all...] |
TestApplet.java | 67 }catch (ClassNotFoundException ex){ 68 ex.printStackTrace(); 69 }catch (InstantiationException ex){ 70 ex.printStackTrace(); 71 }catch (IllegalAccessException ex){ 72 ex.printStackTrace();
|
/external/kernel-headers/original/linux/ |
poll.h | 70 unsigned long *in, *out, *ex; member in struct:__anon9905
|
/external/oauth/core/src/main/java/net/oauth/client/ |
URLConnectionClient.java | 95 final ExcerptInputStream ex = new ExcerptInputStream(body); local 97 for (int n; 0 < (n = ex.read(b));) { 100 excerpt = ex.getExcerpt();
|
/external/proguard/src/proguard/io/ |
DataEntryCopier.java | 75 catch (IOException ex) 77 System.err.println("Warning: can't write resource [" + dataEntry.getName() + "] (" + ex.getMessage() + ")"); 242 catch (Exception ex) 244 ex.printStackTrace();
|