HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 1551 - 1575 of 2577) sorted by null

<<61626364656667686970>>

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java 23 import com.android.vcard.exception.VCardException;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/propagation/
current_exception.pass.cpp 10 // <exception>
14 #include <exception>
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp 16 #include <exception> // for std::terminate
32 // A pair of classes to simplify exception handling and control flow.
37 // call 'release'. If any of the setup operations fail, or an exception is
129 // If alloc throws an exception, rethrow the exception. If alloc returns
130 // NULL, return NULL. If the constructor throws an exception, call
132 // exception. If the destructor throws an exception, call std::terminate.
199 // address, respectively. If an exception occurs, call the given destructor
201 // throws an exception, call terminate(). The constructor and or destructo
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
unwind_06.cpp 10 #include <exception>
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 47 //throw (std::exception("Size of data is not w*h."));
48 throw (std::exception());
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 197 } catch (Exception ex) {
286 } catch (Exception ex) {
477 public void onEffectsError(Exception exception, String filePath);
762 Exception e = null;
764 e = (Exception) invoke(mRunner, sGraphRunnerGetError);
766 e = (Exception) invoke(mOldRunner, sGraphRunnerGetError);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 47 //throw (std::exception("Size of data is not w*h."));
48 throw (std::exception());
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 210 displayBandSelectionResult(ar.exception);
  /packages/services/Mms/src/com/android/mms/service/
DownloadRequest.java 27 import com.android.mms.service.exception.MmsHttpException;
  /packages/services/Telephony/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 87 if (res.exception != null) {
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
kvm.h 220 __u32 exception; member in struct:kvm_debug_exit_arch
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm.h 220 __u32 exception; member in struct:kvm_debug_exit_arch
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 79 /* the %exception directive */
81 #define %exception %feature("except", canthrow=1)
83 #define %exception %feature("except")
88 /* the %allowexception directive allows the %exception feature to
94 /* the %exceptionvar directive, as %exception but it is only applied
640 * The class offers a strong guarantee of exception safety.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
47 #include <ext/pb_ds/exception.hpp>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
47 #include <ext/pb_ds/exception.hpp>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
47 #include <ext/pb_ds/exception.hpp>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
hash_policy.hpp 17 // permissions described in the GCC Runtime Library Exception, version
21 // a copy of the GCC Runtime Library Exception along with this program;
47 #include <ext/pb_ds/exception.hpp>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dict.py 109 class Exc(Exception): pass
154 class Exc(Exception): pass
231 class Exc(Exception): pass
295 class Exc(Exception): pass
382 class Exc(Exception): pass
414 class Exc(Exception): pass
427 class Exc(Exception): pass
466 self.assertEqual(c.exception.args, (42,))
475 self.assertEqual(c.exception.args, (42,))
482 self.assertEqual(c.exception.args, (42,)
    [all...]
test_pep277.py 97 exc_filename = c.exception.filename
98 # the "filename" exception attribute may be encoded
103 "with bad filename in the exception: %r" %
128 # open(), os.stat(), etc. don't raise any exception.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dict.py 109 class Exc(Exception): pass
154 class Exc(Exception): pass
231 class Exc(Exception): pass
295 class Exc(Exception): pass
382 class Exc(Exception): pass
414 class Exc(Exception): pass
427 class Exc(Exception): pass
466 self.assertEqual(c.exception.args, (42,))
475 self.assertEqual(c.exception.args, (42,))
482 self.assertEqual(c.exception.args, (42,)
    [all...]
test_pep277.py 97 exc_filename = c.exception.filename
98 # the "filename" exception attribute may be encoded
103 "with bad filename in the exception: %r" %
128 # open(), os.stat(), etc. don't raise any exception.
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 1761 milliseconds

<<61626364656667686970>>