Home
last modified time | relevance | path

Searched refs:CreateFunction (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dscript_promise_test.cc115 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
117 FunctionForScriptPromiseTest::CreateFunction( in TEST()
142 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
144 FunctionForScriptPromiseTest::CreateFunction( in TEST()
162 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
164 FunctionForScriptPromiseTest::CreateFunction( in TEST()
193 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
195 FunctionForScriptPromiseTest::CreateFunction( in TEST()
227 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
229 FunctionForScriptPromiseTest::CreateFunction( in TEST()
[all …]
H A Dscript_promise_resolver_test.cc27 static v8::Local<v8::Function> CreateFunction(ScriptState* script_state, in CreateFunction() function in blink::__anon83854c670111::TestHelperFunction
89 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
90 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
138 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
139 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
187 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
188 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
339 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
340 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
364 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dscript_promise_test.cc115 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
117 FunctionForScriptPromiseTest::CreateFunction( in TEST()
142 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
144 FunctionForScriptPromiseTest::CreateFunction( in TEST()
162 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
164 FunctionForScriptPromiseTest::CreateFunction( in TEST()
193 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
195 FunctionForScriptPromiseTest::CreateFunction( in TEST()
227 promise.Then(FunctionForScriptPromiseTest::CreateFunction( in TEST()
229 FunctionForScriptPromiseTest::CreateFunction( in TEST()
[all …]
H A Dscript_promise_resolver_test.cc27 static v8::Local<v8::Function> CreateFunction(ScriptState* script_state, in CreateFunction() function in blink::__anon8f73cd6c0111::TestHelperFunction
89 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
90 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
138 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
139 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
187 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
188 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
339 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
340 TestHelperFunction::CreateFunction(GetScriptState(), &on_rejected)); in TEST_F()
364 TestHelperFunction::CreateFunction(GetScriptState(), &on_fulfilled), in TEST_F()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInstantiator.cxx24 typedef vtkInstantiator::CreateFunction CreateFunction; typedef in vtkInstantiatorHashNode
31 void SetFunction(CreateFunction function) { this->Function = function; } in SetFunction()
32 CreateFunction GetFunction() { return this->Function; } in GetFunction()
36 CreateFunction Function;
48 typedef vtkInstantiator::CreateFunction CreateFunction; typedef in vtkInstantiatorHashTable
49 void Insert(const char* className, CreateFunction function);
50 void Erase(const char* className, CreateFunction function);
51 CreateFunction Find(const char* className);
134 CreateFunction function) in Insert()
154 CreateFunction function) in Erase()
[all …]
H A DvtkInstantiator.h79 typedef vtkObject* (*CreateFunction)(); typedef
87 CreateFunction createFunction);
94 CreateFunction createFunction);
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/util/
H A Dspeedtest.cc65 CreateFunction(func0_d, double, FUNC0)
66 CreateFunction(func1_d, double, FUNC1)
67 CreateFunction(func2_d, double, FUNC2)
68 CreateFunction(func3_d, double, FUNC3)
69 CreateFunction(func4_d, double, FUNC4)
76 CreateFunction(func0_f, float, FUNC0)
77 CreateFunction(func1_f, float, FUNC1)
78 CreateFunction(func2_f, float, FUNC2)
79 CreateFunction(func3_f, float, FUNC3)
80 CreateFunction(func4_f, float, FUNC4)
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Core/
H A DvtkTextCodecFactory.cxx36 public std::vector <vtkTextCodecFactory::CreateFunction>
74 vtkTextCodecFactory::CreateFunction callback) in RegisterCreateCallback()
92 vtkTextCodecFactory::CreateFunction callback) in UnRegisterCreateCallback()
97 for (std::vector <vtkTextCodecFactory::CreateFunction>::iterator i = in UnRegisterCreateCallback()
130 std::vector <vtkTextCodecFactory::CreateFunction>::iterator CF_i; in CodecForName()
156 std::vector <vtkTextCodecFactory::CreateFunction>::iterator CF_i; in CodecToHandle()
H A DvtkTextCodecFactory.h57 typedef vtkTextCodec* (*CreateFunction)(); typedef
65 static void RegisterCreateCallback(CreateFunction callback);
66 static void UnRegisterCreateCallback(CreateFunction callback);
/dports/math/vtk9/VTK-9.1.0/IO/Core/
H A DvtkTextCodecFactory.cxx35 class vtkTextCodecFactory::CallbackVector : public std::vector<vtkTextCodecFactory::CreateFunction>
67 void vtkTextCodecFactory::RegisterCreateCallback(vtkTextCodecFactory::CreateFunction callback) in RegisterCreateCallback()
83 void vtkTextCodecFactory::UnRegisterCreateCallback(vtkTextCodecFactory::CreateFunction callback) in UnRegisterCreateCallback()
89 for (std::vector<vtkTextCodecFactory::CreateFunction>::iterator i = in UnRegisterCreateCallback()
120 std::vector<vtkTextCodecFactory::CreateFunction>::iterator CF_i; in CodecForName()
146 std::vector<vtkTextCodecFactory::CreateFunction>::iterator CF_i; in CodecToHandle()
H A DvtkTextCodecFactory.h57 typedef vtkTextCodec* (*CreateFunction)(); typedef
65 static void RegisterCreateCallback(CreateFunction callback);
66 static void UnRegisterCreateCallback(CreateFunction callback);
/dports/math/vtk6/VTK-6.2.0/IO/Core/
H A DvtkTextCodecFactory.cxx36 public std::vector <vtkTextCodecFactory::CreateFunction>
74 vtkTextCodecFactory::CreateFunction callback) in RegisterCreateCallback()
92 vtkTextCodecFactory::CreateFunction callback) in UnRegisterCreateCallback()
97 for (std::vector <vtkTextCodecFactory::CreateFunction>::iterator i = in UnRegisterCreateCallback()
130 std::vector <vtkTextCodecFactory::CreateFunction>::iterator CF_i; in CodecForName()
156 std::vector <vtkTextCodecFactory::CreateFunction>::iterator CF_i; in CodecToHandle()
H A DvtkTextCodecFactory.h53 typedef vtkTextCodec* (*CreateFunction)(); typedef
59 static void RegisterCreateCallback(CreateFunction callback);
60 static void UnRegisterCreateCallback(CreateFunction callback);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_factory_test.cc32 static v8::Local<v8::Function> CreateFunction(ScriptState* script_state, in CreateFunction() function in blink::__anon23b902750111::TestHelperFunction
71 TestHelperFunction::CreateFunction(scope.GetScriptState(), &on_fulfilled), in TEST_F()
72 TestHelperFunction::CreateFunction(scope.GetScriptState(), &on_rejected)); in TEST_F()
102 TestHelperFunction::CreateFunction(scope.GetScriptState(), &on_fulfilled), in TEST_F()
103 TestHelperFunction::CreateFunction(scope.GetScriptState(), &on_rejected)); in TEST_F()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/
H A Dhandle.hpp77 int(*CreateFunction)(Impl*),
81 struct regular_handle : caller<regular_handle<Self, Impl, CreateFunction, DupFunction, FreeFunction…
82 using caller<regular_handle<Self, Impl, CreateFunction, DupFunction, FreeFunction>, Impl>::call;
85 regular_handle(){CreateFunction(&impl_);} in regular_handle()
102 template<class Self, class Impl, int(*CreateFunction)(Impl*), int(*FreeFunction)(Impl*)>
103 struct noncopyable_handle : caller<noncopyable_handle<Self, Impl, CreateFunction, FreeFunction>, Im…
108 noncopyable_handle(){CreateFunction(&impl_);} in noncopyable_handle()
/dports/math/fcl05/fcl-0.5.0/include/fcl/ccd/interpolation/
H A Dinterpolation_factory.h55 typedef std::function<std::shared_ptr<Interpolation>(FCL_REAL, FCL_REAL)> CreateFunction; typedef
58 void registerClass(const InterpolationType type, const CreateFunction create_function);
77 std::map<InterpolationType, CreateFunction> creation_map_;
/dports/math/fcl/fcl-0.7.0/.deprecated/math/motion/taylor_model/interpolation/
H A Dinterpolation_factory.h55 typedef std::function<std::shared_ptr<Interpolation>(real, real)> CreateFunction; typedef
58 void registerClass(const InterpolationType type, const CreateFunction create_function);
77 std::map<InterpolationType, CreateFunction> creation_map_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/memory/
H A Dshared_memory_hooks.h41 ReadOnlySharedMemoryRegion::CreateFunction* read_only_hook, in SetCreateHooks()
42 UnsafeSharedMemoryRegion::CreateFunction* unsafe_hook, in SetCreateHooks()
43 WritableSharedMemoryRegion::CreateFunction* writable_hook) { in SetCreateHooks()
H A Dunsafe_shared_memory_region.h35 using CreateFunction = decltype(Create);
110 static void set_create_hook(CreateFunction* hook) { create_hook_ = hook; } in set_create_hook()
112 static CreateFunction* create_hook_;
H A Dwritable_shared_memory_region.h37 using CreateFunction = decltype(Create);
119 static void set_create_hook(CreateFunction* hook) { create_hook_ = hook; } in set_create_hook()
121 static CreateFunction* create_hook_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/memory/
H A Dshared_memory_hooks.h41 ReadOnlySharedMemoryRegion::CreateFunction* read_only_hook, in SetCreateHooks()
42 UnsafeSharedMemoryRegion::CreateFunction* unsafe_hook, in SetCreateHooks()
43 WritableSharedMemoryRegion::CreateFunction* writable_hook) { in SetCreateHooks()
H A Dunsafe_shared_memory_region.h35 using CreateFunction = decltype(Create);
110 static void set_create_hook(CreateFunction* hook) { create_hook_ = hook; } in set_create_hook()
112 static CreateFunction* create_hook_;
H A Dwritable_shared_memory_region.h37 using CreateFunction = decltype(Create);
119 static void set_create_hook(CreateFunction* hook) { create_hook_ = hook; } in set_create_hook()
121 static CreateFunction* create_hook_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc165 scoped_refptr<T> CreateFunction(bool has_callback) { in CreateFunction() function in extensions::ExtensionSessionsTest
272 CreateFunction<SessionsGetDevicesFunction>(true).get(), in IN_PROC_BROWSER_TEST_F()
282 CreateFunction<SessionsGetDevicesFunction>(true).get(), "[]", in IN_PROC_BROWSER_TEST_F()
291 CreateFunction<SessionsGetDevicesFunction>(true).get(), "[]", in IN_PROC_BROWSER_TEST_F()
306 CreateFunction<SessionsRestoreFunction>(true).get(), "[\"tag3.3\"]", in IN_PROC_BROWSER_TEST_F()
312 CreateFunction<WindowsGetAllFunction>(true).get(), "[]", browser()))); in IN_PROC_BROWSER_TEST_F()
335 CreateFunction<SessionsRestoreFunction>(true).get(), "[\"tag3.0\"]", in IN_PROC_BROWSER_TEST_F()
344 CreateFunction<SessionsRestoreFunction>(true).get(), in IN_PROC_BROWSER_TEST_F()
353 CreateFunction<SessionsGetRecentlyClosedFunction>(true).get(), "[]", in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc166 scoped_refptr<T> CreateFunction(bool has_callback) { in CreateFunction() function in extensions::ExtensionSessionsTest
273 CreateFunction<SessionsGetDevicesFunction>(true).get(), in IN_PROC_BROWSER_TEST_F()
283 CreateFunction<SessionsGetDevicesFunction>(true).get(), "[]", in IN_PROC_BROWSER_TEST_F()
292 CreateFunction<SessionsGetDevicesFunction>(true).get(), "[]", in IN_PROC_BROWSER_TEST_F()
305 CreateFunction<SessionsRestoreFunction>(true).get(), "[\"tag3.3\"]", in IN_PROC_BROWSER_TEST_F()
311 CreateFunction<WindowsGetAllFunction>(true).get(), "[]", browser()))); in IN_PROC_BROWSER_TEST_F()
334 CreateFunction<SessionsRestoreFunction>(true).get(), "[\"tag3.0\"]", in IN_PROC_BROWSER_TEST_F()
343 CreateFunction<SessionsRestoreFunction>(true).get(), in IN_PROC_BROWSER_TEST_F()
352 CreateFunction<SessionsGetRecentlyClosedFunction>(true).get(), "[]", in IN_PROC_BROWSER_TEST_F()

12345678910>>...37