| /external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
| JavaSourceWriter.java | 182 for (Class exception : method.getExceptionTypes()) { 191 writeJavaSymbol(out, exception.getSimpleName());
|
| /external/kernel-headers/original/uapi/asm-x86/asm/ |
| kvm.h | 243 __u32 exception; member in struct:kvm_debug_exit_arch 294 } exception; member in struct:kvm_vcpu_events
|
| /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/ |
| kvm.h | 243 __u32 exception; member in struct:kvm_debug_exit_arch 294 } exception; member in struct:kvm_vcpu_events
|
| /external/llvm/ |
| llvm-device-build.mk | 41 # No action. The device target should not have exception enabled since bionic
|
| /external/llvm/test/MC/ARM/ |
| eh-directive-section.s | 6 @ For the functions in .text section, the exception handling index (EXIDX) 7 @ should be generated in .ARM.exidx, and the exception handling table (EXTAB)
|
| /external/skia/experimental/SkV8Example/ |
| Global.cpp | 35 String::Utf8Value exception(tryCatch->Exception()); 36 const char* exceptionString = to_cstring(exception); 40 // print the exception. 144 // Set up an exception handler before calling the Process function.
|
| /frameworks/base/core/jni/ |
| BindTest.cpp | 70 goto exception; 74 exception:
|
| /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/ |
| VariableSpeed.java | 278 private void reportException(Exception e) { 392 private void check(boolean condition, String exception) { 394 throw new IllegalStateException(exception);
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| TelephonyDevController.java | 116 if (ar.exception == null) { 168 if ((ar.exception == null) && (ar.result != null)) {
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| UiccController.java | 43 * and throws an exception if called multiple times. 323 if (ar.exception != null) { 326 + "never return an error", ar.exception);
|
| /frameworks/volley/src/com/android/volley/toolbox/ |
| BasicNetwork.java | 170 * request's retry policy, a timeout exception is thrown. 174 VolleyError exception) throws VolleyError { 179 retryPolicy.retry(exception); 230 // This can happen if there was an exception above that left the entity in
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| ConcurrentCloseTest.java | 40 public void test_accept() throws Exception { 52 public void test_connect() throws Exception { 67 public void test_connect_timeout() throws Exception { 82 public void test_connect_nonBlocking() throws Exception { 99 // For now, I'm assuming that we're happy as long as we get any reasonable exception. 106 public void test_read() throws Exception { 157 for (Throwable exception : thrownExceptions) { 158 throw exception; 164 public void test_recv() throws Exception { 178 public void test_write() throws Exception { [all...] |
| /packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
| Recorder.java | 171 } catch(IOException exception) { 181 } catch (RuntimeException exception) {
|
| /packages/apps/Tag/src/com/android/apps/tag/record/ |
| VCardRecord.java | 27 import com.android.vcard.exception.VCardException; 28 import com.android.vcard.exception.VCardVersionException; 111 } catch (Exception e) {
|
| /packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
| FileUtils.java | 118 * or an exception will have been thrown. 120 * An exception is thrown if the file does not exist. 121 * An exception is thrown if the file object exists but is a directory. 122 * An exception is thrown if the file exists but cannot be read. 151 * or an exception will have been thrown. 155 * An exception is thrown if the file object exists but is a directory. 156 * An exception is thrown if the file exists but cannot be written to. 157 * An exception is thrown if the parent directory cannot be created. 1044 IOException exception = null; local 1454 IOException exception = null; local [all...] |
| /prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
| std_string.i | 19 %include <exception.i>
|
| /prebuilts/misc/common/swig/include/2.0.11/std/ |
| std_container.i | 2 %include <exception.i>
|
| /prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
| swigtypemaps.swg | 113 /*==== raise an exception ====*/ 124 /*==== director output exception ====*/ 155 %include <typemaps/exception.swg>
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/ |
| kvm.h | 264 __u32 exception; member in struct:kvm_debug_exit_arch 311 } exception; member in struct:kvm_vcpu_events
|
| /frameworks/opt/net/voip/src/java/com/android/server/sip/ |
| SipSessionGroup.java | 176 } catch (Exception e) { 198 } catch (Exception e) { 413 private Throwable getRootCause(Throwable exception) { 414 Throwable cause = exception.getCause(); 416 exception = cause; 417 cause = exception.getCause(); 419 return exception; [all...] |
| /external/chromium_org/tools/grit/grit/node/ |
| misc.py | 14 from grit import exception namespace 104 raise exception.UnexpectedChild( 211 raise exception.Parsing('latest_public_release cannot have a greater ' 247 raise exception.DuplicateKey(', '.join(duplicate_names)) 359 raise exception.MissingElement() 446 raise Exception( 465 raise Exception('Please update %s and add a first id for %s (%s).'
|
| /external/deqp/execserver/ |
| xsWin32TestProcess.cpp | 178 catch (const std::exception& e) 321 catch (const std::exception& e) 687 catch (const std::exception& e) 713 catch (const std::exception& e) 744 catch (const std::exception& e) 762 return 0; // \todo [2013-08-13 pyry] Throw exception?
|
| /frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
| CameraWidgetFrame.java | 190 Exception exception = null; local 199 exception = e; 201 exception = e; 203 if (exception != null) { 204 Log.w(TAG, "Error creating camera widget view", exception);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| ImageWallpaper.java | 448 Throwable exception = null; local 457 exception = e; 459 exception = e; 462 if (exception != null) { 469 Log.w(TAG, "Unable to load wallpaper!", exception);
|
| /external/llvm/test/Object/ |
| coff-archive.test | 23 CHECKIDX: ??_R1A@?0A@EA@exception@std@@8 in Debug\mymath.obj 158 CHECKIDX: 00000000 R ??_R1A@?0A@EA@exception@std@@8 215 CHECKIDX: U ?what@exception@std@@UBEPBDXZ 224 CHECKIDX: U __imp_??0exception@std@@QAE@ABQBD@Z 225 CHECKIDX: U __imp_??1exception@std@@UAE@XZ
|