Searched defs:Abort (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplustypes.h411 virtual HRESULT __stdcall Abort(void) {} function in struct:GdiplusAbort
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplustypes.h411 virtual HRESULT __stdcall Abort(void) {} function in struct:GdiplusAbort
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc857 // The arguments to the calls to Abort since the last call to
891 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1056 // This time there are two calls to Abort: one since the test didn't
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc857 // The arguments to the calls to Abort since the last call to
891 virtual void Abort(AbortReason reason) { function in class:MockDeathTest
1056 // This time there are two calls to Abort: one since the test didn't
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtransact.h163 virtual HRESULT WINAPI Abort(BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync) = 0;
173 HRESULT (WINAPI *Abort)(ITransaction *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransactionVtbl
185 #define ITransaction_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
212 HRESULT (WINAPI *Abort)(ITransactionCloner *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransactionClonerVtbl
225 #define ITransactionCloner_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
249 HRESULT (WINAPI *Abort)(ITransaction2 *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransaction2Vtbl
263 #define ITransaction2_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
H A Dmqoai.h1985 virtual HRESULT WINAPI Abort(VARIANT *fRetaining,VARIANT *fAsync) = 0;
1999 HRESULT (WINAPI *Abort)(IMSMQTransaction *This,VARIANT *fRetaining,VARIANT *fAsync); member in struct:IMSMQTransactionVtbl
2015 #define IMSMQTransaction_Abort(This,fRetaining,fAsync) (This)->lpVtbl->Abort(This,fRetaining,fAsync)
3421 HRESULT (WINAPI *Abort)(IMSMQTransaction2 *This,VARIANT *fRetaining,VARIANT *fAsync); member in struct:IMSMQTransaction2Vtbl
3439 #define IMSMQTransaction2_Abort(This,fRetaining,fAsync) (This)->lpVtbl->Abort(This,fRetaining,fAsync)
3470 HRESULT (WINAPI *Abort)(IMSMQTransaction3 *This,VARIANT *fRetaining,VARIANT *fAsync); member in struct:IMSMQTransaction3Vtbl
3489 #define IMSMQTransaction3_Abort(This,fRetaining,fAsync) (This)->lpVtbl->Abort(This,fRetaining,fAsync)
H A Dcomsvcs.h1359 virtual HRESULT WINAPI Abort(void) = 0;
1369 HRESULT (WINAPI *Abort)(ITransactionContextEx *This); member in struct:ITransactionContextExVtbl
1381 #define ITransactionContextEx_Abort(This) (This)->lpVtbl->Abort(This)
1400 virtual HRESULT WINAPI Abort(void) = 0;
1414 HRESULT (WINAPI *Abort)(ITransactionContext *This); member in struct:ITransactionContextVtbl
1430 #define ITransactionContext_Abort(This) (This)->lpVtbl->Abort(This)
H A Doledb.h3728 virtual HRESULT WINAPI Abort(HCHAPTER hChapter,DBASYNCHOP eOperation) = 0;
3737 HRESULT (WINAPI *Abort)(IDBAsynchStatus *This,HCHAPTER hChapter,DBASYNCHOP eOperation); member in struct:IDBAsynchStatusVtbl
3748 #define IDBAsynchStatus_Abort(This,hChapter,eOperation) (This)->lpVtbl->Abort(This,hChapter,eOperation)
4528 HRESULT (WINAPI *Abort)(ITransactionLocal *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransactionLocalVtbl
4542 #define ITransactionLocal_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtransact.h163 virtual HRESULT WINAPI Abort(BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync) = 0;
173 HRESULT (WINAPI *Abort)(ITransaction *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransactionVtbl
185 #define ITransaction_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
212 HRESULT (WINAPI *Abort)(ITransactionCloner *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransactionClonerVtbl
225 #define ITransactionCloner_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
249 HRESULT (WINAPI *Abort)(ITransaction2 *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransaction2Vtbl
263 #define ITransaction2_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
H A Dmqoai.h1985 virtual HRESULT WINAPI Abort(VARIANT *fRetaining,VARIANT *fAsync) = 0;
1999 HRESULT (WINAPI *Abort)(IMSMQTransaction *This,VARIANT *fRetaining,VARIANT *fAsync); member in struct:IMSMQTransactionVtbl
2015 #define IMSMQTransaction_Abort(This,fRetaining,fAsync) (This)->lpVtbl->Abort(This,fRetaining,fAsync)
3421 HRESULT (WINAPI *Abort)(IMSMQTransaction2 *This,VARIANT *fRetaining,VARIANT *fAsync); member in struct:IMSMQTransaction2Vtbl
3439 #define IMSMQTransaction2_Abort(This,fRetaining,fAsync) (This)->lpVtbl->Abort(This,fRetaining,fAsync)
3470 HRESULT (WINAPI *Abort)(IMSMQTransaction3 *This,VARIANT *fRetaining,VARIANT *fAsync); member in struct:IMSMQTransaction3Vtbl
3489 #define IMSMQTransaction3_Abort(This,fRetaining,fAsync) (This)->lpVtbl->Abort(This,fRetaining,fAsync)
H A Dcomsvcs.h1359 virtual HRESULT WINAPI Abort(void) = 0;
1369 HRESULT (WINAPI *Abort)(ITransactionContextEx *This); member in struct:ITransactionContextExVtbl
1381 #define ITransactionContextEx_Abort(This) (This)->lpVtbl->Abort(This)
1400 virtual HRESULT WINAPI Abort(void) = 0;
1414 HRESULT (WINAPI *Abort)(ITransactionContext *This); member in struct:ITransactionContextVtbl
1430 #define ITransactionContext_Abort(This) (This)->lpVtbl->Abort(This)
H A Doledb.h3728 virtual HRESULT WINAPI Abort(HCHAPTER hChapter,DBASYNCHOP eOperation) = 0;
3737 HRESULT (WINAPI *Abort)(IDBAsynchStatus *This,HCHAPTER hChapter,DBASYNCHOP eOperation); member in struct:IDBAsynchStatusVtbl
3748 #define IDBAsynchStatus_Abort(This,hChapter,eOperation) (This)->lpVtbl->Abort(This,hChapter,eOperation)
4528 HRESULT (WINAPI *Abort)(ITransactionLocal *This,BOID *pboidReason,WINBOOL fRetaining,WINBOOL fAsync); member in struct:ITransactionLocalVtbl
4542 #define ITransactionLocal_Abort(This,pboidReason,fRetaining,fAsync) (This)->lpVtbl->Abort(This,pboidReason,fRetaining,fAsync)
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc266 posix::Abort();
376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc266 posix::Abort();
376 void Abort(AbortReason reason);
470 void DeathTestImpl::Abort(AbortReason reason) { function in class:testing::internal::DeathTestImpl
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1818 void Abort();
1821 inline void Abort() { fflush(NULL); exit(1); } function in namespace:testing::internal::posix
1823 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2089 void Abort();
2091 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1818 void Abort();
1821 inline void Abort() { fflush(NULL); exit(1); } function in namespace:testing::internal::posix
1823 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2089 void Abort();
2091 inline void Abort() { abort(); } function in namespace:testing::internal::posix
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2921 void Abort();
2923 inline void Abort() { abort(); } function in namespace:std::tr1::posix
7484 posix::Abort();
8246 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
8282 virtual void Abort(AbortReason reason) = 0;
8330 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
8332 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
8365 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
10582 posix::Abort();
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2921 void Abort();
2923 inline void Abort() { abort(); } function in namespace:std::tr1::posix
7484 posix::Abort();
8246 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
8282 virtual void Abort(AbortReason reason) = 0;
8330 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
8332 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
8365 gtest_dt->Abort(::testing::internal::DeathTest::TEST_DID_NOT_DIE); \
10582 posix::Abort();
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
H A DxercesImpl-2.11.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/prebuilts/misc/common/ecj/
H A Decj.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
H A Decj-4.2.2.jarMETA-INF/ META-INF/services/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/ ...
/prebuilts/devtools/tools/lib/
H A Decj-4.4.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal/ org/eclipse/jdt/internal/compiler/ org/eclipse/jdt/internal/ ...
H A Decj-4.6.1.jarorg/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/internal/ org/eclipse/jdt/internal/compiler/ org/eclipse/jdt/internal/ ...

Completed in 5157 milliseconds

12