Home
last modified time | relevance | path

Searched refs:Abort (Results 1 - 25 of 151) sorted by relevance

1234567

/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h97 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
135 virtual void Abort(AbortReason reason) = 0;
209 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
211 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
244 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A 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); \
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h97 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); } in ~ReturnSentinel()
135 virtual void Abort(AbortReason reason) = 0;
209 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
211 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
244 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
/third_party/node/deps/v8/src/torque/
H A Dtorque.cc38 base::OS::Abort(); in WrappedMain()
58 base::OS::Abort(); in WrappedMain()
78 if (!result.messages.empty()) v8::base::OS::Abort(); in WrappedMain()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextASANTest.cpp69 Abort, in TEST_P() member in __anon20157::Step
80 if (currentStep == Step::Abort) in TEST_P()
113 *mCurrentStep = Step::Abort; in TEST_P()
191 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
H A DEGLContextSharingTest.cpp543 Abort, in TEST_P() member in __anon20159::Step
636 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
689 Abort, in TEST_P() member in __anon20159::Step
761 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
800 Abort, in TEST_P() member in __anon20159::Step
878 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
H A DEGLMultiContextTest.cpp169 Abort, in TEST_P() member in __anon20161::Step
281 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
/third_party/googletest/googletest/test/
H A Dgtest_repeat_test.cc52 ::testing::internal::posix::Abort(); \
93 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
96 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), ""); in TEST()
H A Dgtest_environment_test.cc106 testing::internal::posix::Abort(); in Check()
/third_party/node/src/
H A Dnode_wasm_web_api.cc38 SetProtoMethod(isolate, t, "abort", Abort); in Initialize()
50 registry->Register(Abort); in RegisterExternalReferences()
139 void WasmStreamingObject::Abort(const FunctionCallbackInfo<Value>& args) { in Abort() function in node::wasm_web_api::WasmStreamingObject
145 obj->streaming_->Abort(args[0]); in Abort()
H A Dnode_wasm_web_api.h39 static void Abort(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiThreadSteps.h23 // - Abort This value indicates that one thread encountered a GL error and has exited. This
28 // the other thread using the E:Abort step.
46 *mCurrentStep = E::Abort; in ~ThreadSynchronization()
60 if (*mCurrentStep == E::Abort) in waitForStep()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A 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()
600 /* The callback function could potentially clear d->ReaderData->Abort, in get_readers_normal_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()
658 /* Abort on read for components that were written in the IF in pop_branch_mask()
662 /* Abort o in pop_branch_mask()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DexportImportCanSubstituteConstEnumForValue.js5 Abort,
95 Abort = 0,
/third_party/node/deps/v8/src/base/
H A Dmacros.h151 void* operator new(size_t) { v8::base::OS::Abort(); } \
152 void* operator new[](size_t) { v8::base::OS::Abort(); } \
153 void operator delete(void*, size_t) { v8::base::OS::Abort(); } \
154 void operator delete[](void*, size_t) { v8::base::OS::Abort(); }
H A Dlogging.cc167 v8::base::OS::Abort();
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go202 // Abort is the status of a test that failed with ABORT().
203 Abort = Status("ABORT")
224 Abort,
234 case Fail, Timeout, Crash, Unimplemented, Unreachable, Assert, Abort, InternalError:
/third_party/node/deps/v8/include/
H A Dv8-wasm.h159 * does not have to be called after {Abort} has been called already.
168 * Abort streaming compilation. If {exception} has a value, then the promise
172 void Abort(MaybeLocal<Value> exception);
176 * {OnBytesReceived}, {Finish}, or {Abort}. Returns true if the module bytes
179 * buffer must remain valid until either {Finish} or {Abort} completes.
187 * This must be called before {OnBytesReceived}, {Finish}, or {Abort}.
220 * Abort streaming compilation. If {exception} has a value, then the promise
224 void Abort(MaybeLocal<Value> exception);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp298 bool Abort = false; in walkForwards() local
324 Abort = true; in walkForwards()
332 Abort = true; in walkForwards()
348 if (!Abort) in walkForwards()
/third_party/googletest/googletest/src/
H A Dgtest-test-part.cc71 internal::posix::Abort(); in GetTestPartResult()
H A Dgtest-typed-test.cc97 posix::Abort(); in VerifyRegisteredTestNames()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-test-part.cc70 internal::posix::Abort(); in GetTestPartResult()
H A Dgtest-typed-test.cc109 posix::Abort(); in VerifyRegisteredTestNames()
/third_party/node/deps/googletest/src/
H A Dgtest-test-part.cc73 internal::posix::Abort(); in GetTestPartResult()
H A Dgtest-typed-test.cc101 posix::Abort(); in VerifyRegisteredTestNames()

Completed in 12 milliseconds

1234567