Home
last modified time | relevance | path

Searched refs:AsyncFunc (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dasyncfunc.cxx14 AsyncFunc::AsyncFunc(const std::function<void()>& rAsyncFunc) in AsyncFunc() function in AsyncFunc
19 AsyncFunc::~AsyncFunc() {} in ~AsyncFunc()
21 void AsyncFunc::Execute() in Execute()
28 UNO3_GETIMPLEMENTATION_IMPL(AsyncFunc)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Dasyncfunc.hxx19 class AsyncFunc final : public cppu::WeakImplHelper<css::lang::XUnoTunnel> class
25 AsyncFunc(const std::function<void()>&);
26 virtual ~AsyncFunc() override;
31 UNO3_GETIMPLEMENTATION_DECL(AsyncFunc)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dasyncfunc.hxx19 class AsyncFunc final : public cppu::WeakImplHelper<css::lang::XUnoTunnel> class
25 AsyncFunc(const std::function<void()>&);
26 virtual ~AsyncFunc() override;
31 UNO3_GETIMPLEMENTATION_DECL(AsyncFunc)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/shared/
H A Dmocha-extensions.ts32 export function it(name: string, callback: Mocha.Func|Mocha.AsyncFunc) {
36 it.skip = function(name: string, callback: Mocha.Func|Mocha.AsyncFunc) {
40 it.only = function(name: string, callback: Mocha.Func|Mocha.AsyncFunc) {
44 it.repeat = function(repeat: number, name: string, callback: Mocha.Func|Mocha.AsyncFunc) {
52 callback: Mocha.Func|Mocha.AsyncFunc) {
62 (callback as Mocha.AsyncFunc).bind(this)().then(done, done);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskFromAsyncWork.cs273 #region AsyncFunc
278 public class AsyncFunc : AsyncWork class
284 public AsyncFunc(object[] inputs, bool throwing) in AsyncFunc() method in System.Threading.Tasks.Tests.AsyncFunc
298 public AsyncFunc(bool throwing) in AsyncFunc() method in System.Threading.Tasks.Tests.AsyncFunc
328 public class AsyncFunc<T> : AsyncWork class
332 public AsyncFunc(bool throwing) in AsyncFunc() method in System.Threading.Tasks.Tests.AsyncFunc
364 public class AsyncFunc<T1, T2> : AsyncWork class
368 public AsyncFunc(bool throwing) in AsyncFunc() method in System.Threading.Tasks.Tests.AsyncFunc
401 public class AsyncFunc<T1, T2, T3> : AsyncWork class
405 public AsyncFunc(bool throwing) in AsyncFunc() method in System.Threading.Tasks.Tests.AsyncFunc
H A DTaskFromAsyncTest.cs187 AsyncFunc func = new AsyncFunc(_errorCase == ErrorCase.Throwing); in RunAPMTest()
215 AsyncFunc func = new AsyncFunc(_errorCase == ErrorCase.Throwing); in RunAPMTest()
276AsyncFunc<int> func1 = new AsyncFunc<int>(_errorCase == ErrorCase.Throwing); in RunAPMTest()
304 AsyncFunc<int> func1 = new AsyncFunc<int>(_errorCase == ErrorCase.Throwing); in RunAPMTest()
367AsyncFunc<int, double> func2 = new AsyncFunc<int, double>(_errorCase == ErrorCase.Throwing); in RunAPMTest()
395AsyncFunc<int, double> func2 = new AsyncFunc<int, double>(_errorCase == ErrorCase.Throwing); in RunAPMTest()
459AsyncFunc<int, double, bool> func3 = new AsyncFunc<int, double, bool>(_errorCase == ErrorCase.Thro… in RunAPMTest()
487AsyncFunc<int, double, bool> func3 = new AsyncFunc<int, double, bool>(_errorCase == ErrorCase.Thro… in RunAPMTest()
550AsyncFunc func = new AsyncFunc(inputs, _errorCase == ErrorCase.Throwing); in RunAPMTest()
578 AsyncFunc func = new AsyncFunc(inputs, _errorCase == ErrorCase.Throwing); in RunAPMTest()
/dports/devel/folly/folly-2021.12.27.00/folly/executors/test/
H A DAsyncTest.cpp26 TEST(AsyncFunc, manual_executor) { in TEST() argument
40 TEST(AsyncFunc, value_lambda) { in TEST() argument
46 TEST(AsyncFunc, void_lambda) { in TEST() argument
53 TEST(AsyncFunc, moveonly_lambda) { in TEST() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/mocha/
H A Dindex.d.ts351 (fn: AsyncFunc): void;
365 (name: string, fn?: AsyncFunc): void;
445 (fn: AsyncFunc): Test;
461 (title: string, fn?: AsyncFunc): Test;
502 (fn: AsyncFunc): Test;
538 (fn: AsyncFunc): Test;
1096 fn: Func | AsyncFunc | undefined;
1825 beforeAll(fn?: AsyncFunc): this;
1853 afterAll(fn?: AsyncFunc): this;
1881 beforeEach(fn?: AsyncFunc): this;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/mocha/
H A Dindex.d.ts351 (fn: AsyncFunc): void;
365 (name: string, fn?: AsyncFunc): void;
445 (fn: AsyncFunc): Test;
461 (title: string, fn?: AsyncFunc): Test;
502 (fn: AsyncFunc): Test;
538 (fn: AsyncFunc): Test;
1096 fn: Func | AsyncFunc | undefined;
1825 beforeAll(fn?: AsyncFunc): this;
1853 afterAll(fn?: AsyncFunc): this;
1881 beforeEach(fn?: AsyncFunc): this;
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/Qt/
H A Dutils.py100 class AsyncFunc(QtCore.QThread): class
122 super(AsyncFunc, self).__init__()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_qt/
H A Dfile_dialogs.py8 from pymol.Qt.utils import getSaveFileNameWithExt, AsyncFunc
465 update_assemblies = AsyncFunc(_get_assemblies, form.input_assembly.addItems)
466 update_chains = AsyncFunc(_get_chains, form.input_chain.addItems)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjserv.cxx533 AsyncFunc* pAsyncFunc = pUnoAny && (pUnoAny->GetValue() >>= xInterface ) ? in ExecFile_Impl()
534 comphelper::getUnoTunnelImplementation<AsyncFunc>(xInterface) : nullptr; in ExecFile_Impl()
H A Dguisaveas.cxx1103 uno::Reference< lang::XUnoTunnel > aAsyncFunc(new AsyncFunc(aFunc)); in ShowDocumentInfoDialog()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dmenu.c1098 static void AsyncFunc (void *unused) in AsyncFunc() function
1192 s_r1q2_async.generic.callback = AsyncFunc; in R1Q2_MenuInit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/sdi/
H A Dsfx.sdi3264 (SfxDocumentInfoItem Properties SID_DOCINFO,SfxUnoAnyItem AsyncFunc FN_PARAM_2)