/external/clang/test/Parser/ |
cxx-throw.cpp | 6 (throw,throw); 7 (1 ? throw 1 : throw 2); 8 throw int(1); 9 throw; 10 throw 1; 11 throw; 12 1 ? throw : (void)42; 13 __extension__ throw 1; // expected-error {{expected expression} [all...] |
/art/test/421-exceptions/ |
info.txt | 1 Simple test for try/catch/throw.
|
/external/nanohttpd/nanolets/src/test/resources/ |
exception.html | 1 this will throw an io exceptio
|
/art/runtime/interpreter/mterp/arm/ |
unused.S | 2 * Bail to reference interpreter to throw.
|
/art/runtime/interpreter/mterp/arm64/ |
unused.S | 2 * Bail to reference interpreter to throw.
|
/art/runtime/interpreter/mterp/mips/ |
unused.S | 2 * Bail to reference interpreter to throw.
|
/art/runtime/interpreter/mterp/mips64/ |
unused.S | 2 * Bail to reference interpreter to throw.
|
/art/runtime/interpreter/mterp/x86/ |
unused.S | 2 * Bail to reference interpreter to throw.
|
/art/runtime/interpreter/mterp/x86_64/ |
unused.S | 2 * Bail to reference interpreter to throw.
|
/external/autotest/client/bin/self-test/tests/ |
085-test-exception | 1 job.run_test('selftest', 'throw', tag='test1')
|
/external/clang/test/Modules/Inputs/update-exception-spec/ |
a.h | 1 struct A { ~A() throw(int); };
|
/external/clang/test/PCH/ |
cxx-functions.h | 1 void foo() throw( int, short, char, float, double );
|
/external/clang/test/SemaCXX/Inputs/ |
malloc.h | 2 extern void *malloc (__SIZE_TYPE__ __size) throw () __attribute__ ((__malloc__)) ;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
dl3.cc | 6 throw (A (42));
|
/external/lzma/CPP/Common/ |
IntToString.h | 8 void ConvertUInt32ToString(UInt32 value, char *s) throw();
9 void ConvertUInt64ToString(UInt64 value, char *s) throw();
11 void ConvertUInt32ToString(UInt32 value, wchar_t *s) throw();
12 void ConvertUInt64ToString(UInt64 value, wchar_t *s) throw();
14 void ConvertUInt64ToOct(UInt64 value, char *s) throw();
16 void ConvertUInt32ToHex(UInt32 value, char *s) throw();
17 void ConvertUInt64ToHex(UInt64 value, char *s) throw();
18 void ConvertUInt32ToHex8Digits(UInt32 value, char *s) throw();
19 // void ConvertUInt32ToHex8Digits(UInt32 value, wchar_t *s) throw();
21 void ConvertInt64ToString(Int64 value, char *s) throw();
[all...] |
StringToInt.h | 8 UInt32 ConvertStringToUInt32(const char *s, const char **end) throw();
9 UInt64 ConvertStringToUInt64(const char *s, const char **end) throw();
10 UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw();
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw();
13 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw();
15 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw();
16 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) throw();
18 UInt32 ConvertHexStringToUInt32(const char *s, const char **end) throw();
19 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) throw();
|
/dalvik/dx/tests/115-merge/testdata/ |
TryCatchFinally.java | 9 throw new NullPointerException(); 11 throw new AssertionError(); 13 throw new AssertionError(); 17 throw new AssertionError(); 23 throw new AssertionError();
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
spec7_1.cpp | 2 // Test that we allow simple throw specs on pointers. 4 void f() throw () { } 5 void (*pf)() throw () = f; 9 void g() throw () { } 10 static void (A::*pmf)() throw ();
|
has_nothrow_copy-5.cpp | 6 S (const S&) throw (); 7 S (int) throw (int);
|
has_nothrow_copy-6.cpp | 5 S (S&) throw (); 6 S (const S&, int) throw (int);
|
spec9.cpp | 7 void test_array() throw (IntArray) 9 throw i;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
spec7_1.cpp | 2 // Test that we allow simple throw specs on pointers. 4 void f() throw () { } 5 void (*pf)() throw () = f; 9 void g() throw () { } 10 static void (A::*pmf)() throw ();
|
/prebuilts/go/darwin-x86/src/runtime/ |
race0.go | 19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 21 func raceinit() uintptr { throw("race"); return 0 } 22 func racefini() { throw("race") } 23 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") } 24 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 25 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 26 func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") } 27 func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") } 28 func raceacquire(addr unsafe.Pointer) { throw("race") [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
race0.go | 19 func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 20 func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 21 func raceinit() uintptr { throw("race"); return 0 } 22 func racefini() { throw("race") } 23 func racemapshadow(addr unsafe.Pointer, size uintptr) { throw("race") } 24 func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 25 func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") } 26 func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") } 27 func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr) { throw("race") } 28 func raceacquire(addr unsafe.Pointer) { throw("race") [all...] |
/external/lzma/CPP/Windows/ |
TimeUtils.h | 11 bool DosTimeToFileTime(UInt32 dosTime, FILETIME &fileTime) throw();
12 bool FileTimeToDosTime(const FILETIME &fileTime, UInt32 &dosTime) throw();
13 void UnixTimeToFileTime(UInt32 unixTime, FILETIME &fileTime) throw();
14 bool UnixTime64ToFileTime(Int64 unixTime, FILETIME &fileTime) throw();
15 bool FileTimeToUnixTime(const FILETIME &fileTime, UInt32 &unixTime) throw();
16 Int64 FileTimeToUnixTime64(const FILETIME &ft) throw();
18 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds) throw();
19 void GetCurUtcFileTime(FILETIME &ft) throw();
|