Home
last modified time | relevance | path

Searched full:raiseexception (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dserialized_shape_function_registry.cpp33 ops.prim.RaiseException("AssertionError: ")
41 ops.prim.RaiseException("AssertionError: ")
48 ops.prim.RaiseException("AssertionError: ")
70 ops.prim.RaiseException("AssertionError: ")
82 ops.prim.RaiseException("AssertionError: ")
86 ops.prim.RaiseException("AssertionError: ")
101 ops.prim.RaiseException("AssertionError: ")
106 ops.prim.RaiseException("AssertionError: ")
111 ops.prim.RaiseException("AssertionError: ")
141 ops.prim.RaiseException("AssertionError: ")
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
73 RaiseException(GPBCodedInputStreamErrorRecursionDepthExceeded, nil);
80 RaiseException(GPBCodedInputStreamErrorInvalidSize, nil);
85 RaiseException(GPBCodedInputStreamErrorSubsectionLimitReached, nil);
127 RaiseException(GPBCodedInputStreamErrorInvalidVarInt, @"Invalid VarInt64");
218 RaiseException(GPBCodedInputStreamErrorInvalidTag,
223 RaiseException(GPBCodedInputStreamErrorInvalidTag,
247 RaiseException(GPBCodedInputStreamErrorInvalidUTF8, nil);
282 RaiseException(GPBCodedInputStreamErrorInvalidSubsectionLimit, nil);
305 RaiseException(GPBCodedInputStreamErrorInvalidTag, @"Unexpected tag read");
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBCodedInputStream.m55 static void RaiseException(NSInteger code, NSString *reason) { function
73 RaiseException(GPBCodedInputStreamErrorRecursionDepthExceeded, nil);
80 RaiseException(GPBCodedInputStreamErrorInvalidSize, nil);
85 RaiseException(GPBCodedInputStreamErrorSubsectionLimitReached, nil);
127 RaiseException(GPBCodedInputStreamErrorInvalidVarInt, @"Invalid VarInt64");
218 RaiseException(GPBCodedInputStreamErrorInvalidTag,
223 RaiseException(GPBCodedInputStreamErrorInvalidTag,
247 RaiseException(GPBCodedInputStreamErrorInvalidUTF8, nil);
282 RaiseException(GPBCodedInputStreamErrorInvalidSubsectionLimit, nil);
305 RaiseException(GPBCodedInputStreamErrorInvalidTag, @"Unexpected tag read");
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
96 TEST(SehExceptionTest, ThrowsSehException) { RaiseException(42, 0, 0, NULL); } in TEST()
H A Dgoogletest-death-test_ex_test.cc39 #include <windows.h> // For RaiseException().
79 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
97 RaiseException(42, 0, 0, NULL); in TEST()
Dgoogletest-death-test_ex_test.cc39 # include <windows.h> // For RaiseException().
80 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
97 RaiseException(42, 0, 0, NULL); in TEST()
Dgoogletest-death-test_ex_test.cc39 # include <windows.h> // For RaiseException().
80 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
96 TEST(SehExceptionTest, ThrowsSehException) { RaiseException(42, 0, 0, NULL); } in TEST()
H A Dgoogletest-death-test_ex_test.cc39 #include <windows.h> // For RaiseException().
79 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc55 SehExceptionInConstructorTest() { RaiseException(42, 0, 0, NULL); } in SehExceptionInConstructorTest()
62 ~SehExceptionInDestructorTest() { RaiseException(42, 0, 0, NULL); } in ~SehExceptionInDestructorTest()
69 static void SetUpTestSuite() { RaiseException(42, 0, 0, NULL); } in SetUpTestSuite()
76 static void TearDownTestSuite() { RaiseException(42, 0, 0, NULL); } in TearDownTestSuite()
84 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp()
91 virtual void TearDown() { RaiseException(42, 0, 0, NULL); } in TearDown()
96 TEST(SehExceptionTest, ThrowsSehException) { RaiseException(42, 0, 0, NULL); } in TEST()
H A Dgoogletest-death-test_ex_test.cc39 #include <windows.h> // For RaiseException().
79 EXPECT_DEATH(RaiseException(42, 0x0, 0, NULL), "") in TEST()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprog/
Dsyscall_windows.go16 register("RaiseException", RaiseException)
21 func RaiseException() { func
24 proc := mod.MustFindProc("RaiseException")
26 println("RaiseException should not return")
/aosp_15_r20/external/angle/build/android/pylib/utils/
H A Ddecorators_test.py19 def raiseException(): function
23 raiseException()
31 def raiseException(): function
38 self.assertEqual(raiseException(), 111)
/aosp_15_r20/external/cronet/build/android/pylib/utils/
H A Ddecorators_test.py19 def raiseException(): function
23 raiseException()
31 def raiseException(): function
38 self.assertEqual(raiseException(), 111)
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DUtils.java41 import org.jruby.exceptions.RaiseException;
328 public static RaiseException createTypeError(ThreadContext context, String message) { in createTypeError()
332 return RaiseException.from(context.runtime, cTypeError, message); in createTypeError()
335 public static RaiseException createExpectedTypeError( in createExpectedTypeError()
343 public static RaiseException createInvalidTypeError( in createInvalidTypeError()
/aosp_15_r20/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DUtils.java41 import org.jruby.exceptions.RaiseException;
328 public static RaiseException createTypeError(ThreadContext context, String message) { in createTypeError()
332 return RaiseException.from(context.runtime, cTypeError, message); in createTypeError()
335 public static RaiseException createExpectedTypeError( in createExpectedTypeError()
343 public static RaiseException createInvalidTypeError( in createInvalidTypeError()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_os_MessageQueue.cpp46 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);
86 raiseException(env, msg, exceptionObj); in raiseAndClearException()
105 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { in raiseException() function in android::NativeMessageQueue
117 LOG_ALWAYS_FATAL("raiseException() was called when not in a callback, exiting."); in raiseException()
H A Dandroid_os_MessageQueue.h35 * and calls raiseException() to ensure the exception will be raised when
55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dpromoted_prim_ops.cpp19 void raiseException(Stack& stack) { in raiseException() function
20 // this kernel supports RaiseException with only one argument: the error in raiseException()
27 // this kernel supports RaiseException with only two arguments: the error and in raiseExceptionWithMessage()
242 "prim::RaiseException",
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_win.cc68 INTERCEPTOR_WINAPI(void, RaiseException, void *a, void *b, void *c, void *d) { in INTERCEPTOR_WINAPI() argument
69 CHECK(REAL(RaiseException)); in INTERCEPTOR_WINAPI()
71 REAL(RaiseException)(a, b, c, d); in INTERCEPTOR_WINAPI() local
155 ASAN_INTERCEPT_FUNC(RaiseException); in InitializePlatformInterceptors()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
Dinternal.h21 …inline void DECLSPEC_NORETURN RaiseException(HRESULT hr, DWORD flags = EXCEPTION_NONCONTINUABLE) t… in throw()
22 ::RaiseException(static_cast<DWORD>(hr), flags, 0, NULL); in throw()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_exceptions.h7 // Considering prim::RaiseException nodes unreachable, simplify prim::If nodes
8 // when one of the branches contains prim::RaiseException.
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
Dcorewrappers.h30 ::Microsoft::WRL::Details::RaiseException(hres); in Init()
56 ::Microsoft::WRL::Details::RaiseException(INTSAFE_E_ARITHMETIC_OVERFLOW); in HStringReference()

1234