Home
last modified time | relevance | path

Searched refs:Abort (Results 1 – 25 of 266) sorted by relevance

1234567891011

/external/rust/crates/grpcio/src/task/
Dmod.rs15 use self::callback::{Abort, Request as RequestCallback, UnaryRequest as UnaryRequestCallback};
115 Abort(Abort), enumerator
144 CallTag::Abort(Abort::new(call)) in abort()
158 CallTag::Abort(ref cb) => Some(cb.batch_ctx()), in batch_ctx()
178 CallTag::Abort(_) => {} in resolve()
191 CallTag::Abort(_) => write!(f, "CallTag::Abort(..)"), in fmt()
Dcallback.rs68 pub struct Abort { struct
73 impl Abort { argument
74 pub fn new(call: Call) -> Abort { in new() argument
75 Abort { in new()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp372 CheckAddressSized<ErrorAction::Abort, AccessType::Load>(p, sz); in __hwasan_loadN()
375 CheckAddress<ErrorAction::Abort, AccessType::Load, 0>(p); in __hwasan_load1()
378 CheckAddress<ErrorAction::Abort, AccessType::Load, 1>(p); in __hwasan_load2()
381 CheckAddress<ErrorAction::Abort, AccessType::Load, 2>(p); in __hwasan_load4()
384 CheckAddress<ErrorAction::Abort, AccessType::Load, 3>(p); in __hwasan_load8()
387 CheckAddress<ErrorAction::Abort, AccessType::Load, 4>(p); in __hwasan_load16()
410 CheckAddressSized<ErrorAction::Abort, AccessType::Store>(p, sz); in __hwasan_storeN()
413 CheckAddress<ErrorAction::Abort, AccessType::Store, 0>(p); in __hwasan_store1()
416 CheckAddress<ErrorAction::Abort, AccessType::Store, 1>(p); in __hwasan_store2()
419 CheckAddress<ErrorAction::Abort, AccessType::Store, 2>(p); in __hwasan_store4()
[all …]
Dhwasan_checks.h79 enum class ErrorAction { Abort, Recover }; enumerator
89 if (EA == ErrorAction::Abort) in CheckAddress()
107 if (EA == ErrorAction::Abort) in CheckAddressSized()
117 if (EA == ErrorAction::Abort) in CheckAddressSized()
/external/rust/crates/bytes/src/
Dlib.rs108 struct Abort; in abort() struct
109 impl Drop for Abort { in abort() implementation
114 let _a = Abort; in abort()
/external/libpcap/msdos/
Dbin2c.c6 static void Abort (const char *fmt,...) in Abort() function
23 Abort ("Usage: %s bin-file [> result]", argv[0]); in main()
26 Abort ("Cannot open %s\n", argv[1]); in main()
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_plugin.cc112 Abort(std::string() + "Unknown plugin option '" + name + "'."); in SetOption()
122 void Abort(const std::string& reason) { in Abort() function in protozero::__anoncadeb8b40111::GeneratorJob
155 Abort("Empty field name in camel case notation."); in GetFieldNumberConstant()
190 Abort("Groups not supported."); in FieldTypeToProtozeroWireType()
192 Abort("Unrecognized FieldDescriptor::Type."); in FieldTypeToProtozeroWireType()
226 Abort("Unexpected FieldDescritor::Type."); in FieldTypeToPackedBufferType()
228 Abort("Unrecognized FieldDescriptor::Type."); in FieldTypeToPackedBufferType()
270 Abort("Groups not supported."); in FieldToProtoSchemaType()
273 Abort("Unrecognized FieldDescriptor::Type."); in FieldToProtoSchemaType()
313 Abort("Groups not supported."); in FieldToCppTypeName()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-death-test-internal.h90 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
126 virtual void Abort(AbortReason reason) = 0;
176 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
178 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
211 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
124 virtual void Abort(AbortReason reason) = 0;
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
207 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
124 virtual void Abort(AbortReason reason) = 0;
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
207 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-death-test-internal.h93 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
130 virtual void Abort(AbortReason reason) = 0;
203 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
205 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
238 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h92 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
128 virtual void Abort(AbortReason reason) = 0;
201 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
203 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
236 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/googletest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h92 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
128 virtual void Abort(AbortReason reason) = 0;
201 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
203 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
236 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-death-test-internal.h92 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
128 virtual void Abort(AbortReason reason) = 0;
201 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
203 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
236 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/external/angle/src/tests/egl_tests/
DEGLContextASANTest.cpp69 Abort, in TEST_P() enumerator
80 if (currentStep == Step::Abort) in TEST_P()
113 *mCurrentStep = Step::Abort; in TEST_P()
191 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
DEGLMultiThreadSteps.h46 *mCurrentStep = E::Abort; in ~ThreadSynchronization()
60 if (*mCurrentStep == E::Abort) in waitForStep()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_repeat_test.cc63 ::testing::internal::posix::Abort();\
107 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
110 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
/external/googletest/googletest/test/
Dgtest_repeat_test.cc63 ::testing::internal::posix::Abort();\
107 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
110 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
/external/libbrillo/brillo/dbus/
Ddbus_method_response.cc20 Abort(); in ~DBusMethodResponseBase()
40 void DBusMethodResponseBase::Abort() { in Abort() function in brillo::dbus_utils::DBusMethodResponseBase
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.c525 cb_data->ReaderData->Abort = 1; in get_readers_read_callback()
540 cb_data->ReaderData->Abort = 1; in get_readers_read_callback()
551 cb_data->ReaderData->Abort = 1; in get_readers_read_callback()
577 if (d->ReaderData->ExitOnAbort && d->ReaderData->Abort) in get_readers_pair_read_callback()
605 if (d->ReaderData->ExitOnAbort && d->ReaderData->Abort) in get_readers_normal_read_callback()
630 d->ReaderData->Abort = 1; in get_readers_write_callback()
644 d->ReaderData->Abort = 1; in push_branch_mask()
736 d->ReaderData->Abort = 1; in get_readers_for_single_write()
792 if (d->ReaderData->ExitOnAbort && d->ReaderData->Abort) in get_readers_for_single_write()
808 reader_data->Abort = 0; in init_get_readers_callback_data()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc84 static Event Abort() { in Abort() function
194 out_trace->push_back(Event::Abort()); in GetTrace()
360 ret.push_back(Event::Abort()); in TestFunctionPRNGModel()
386 ret.push_back(Event::Abort()); in TestFunctionPRNGModel()
393 ret.push_back(Event::Abort()); in TestFunctionPRNGModel()
/external/boringssl/src/crypto/fipsmodule/rand/
Durandom_test.cc84 static Event Abort() { in Abort() function
194 out_trace->push_back(Event::Abort()); in GetTrace()
360 ret.push_back(Event::Abort()); in TestFunctionPRNGModel()
386 ret.push_back(Event::Abort()); in TestFunctionPRNGModel()
393 ret.push_back(Event::Abort()); in TestFunctionPRNGModel()
/external/swiftshader/tests/regres/testlist/
Dtestlist.go194 Abort = Status("ABORT") const
215 Abort,
225 case Fail, Timeout, Crash, Unimplemented, Unreachable, Assert, Abort, InternalError:
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.h129 void Abort(Status status) override {} in Abort() function
210 Abort(status); in Run()
218 void Abort(Status status) override { in Abort() function
/external/openscreen/tools/cddl/
Dlogging.h16 #define CHECK(condition) (condition) ? (void)0 : Logger::Abort(#condition)
49 static void Abort(const char* condition);

1234567891011