Home
last modified time | relevance | path

Searched refs:function2 (Results 1 – 25 of 1649) sorted by relevance

12345678910>>...66

/dports/devel/py-wrapt/wrapt-1.13.3/tests/
H A Dtest_function_wrapper.py89 function2 = decorator2(function1)
91 self.assertEqual(function2.__wrapped__, function1)
103 function2 = decorator2(function1) variable in TestAttributeAccess.test_instancemethod_attributes.Class
124 function2 = decorator2(function1) variable in TestAttributeAccess.test_classmethod_attributes.Class
145 function2 = decorator2(function1) variable in TestAttributeAccess.test_staticmethod_attributes.Class
160 function2 = decorator2(Class.function1)
180 function2 = decorator2(Class.function1)
195 function2 = decorator2(Class.function1)
213 function2 = decorator2(Class().function1)
234 function2 = decorator2(Class().function1)
[all …]
H A Dtest_synchronized_lock.py21 def function2(cls): member in C1
51 def function2(cls): member in C4
145 c1.function2()
150 C1.function2()
156 C1.function2()
170 _lock0 = getattr(C4.function2, '_synchronized_lock', None)
175 c4.function2()
178 _lock1 = getattr(C4.function2, '_synchronized_lock', None)
183 C4.function2()
192 C4.function2()
[all …]
H A Dtest_object_proxy.py48 function2 = wrapt.ObjectProxy(function1)
68 self.assertEqual(function2, function1)
75 function2.__wrapped__ = None
79 self.assertEqual(function2, None)
89 function2.__wrapped__ = function3
104 del function2.__wrapped__
113 function2._self_variable = True
120 del function2._self_variable
132 function2.variable = True
139 del function2.variable
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Test/
H A DTestCorrelation.cpp107 double function1 [N], function2 [N], correlations [N]; in testShiftSinusoidNonPowerOf2() local
115 loadSinusoid (function2, N, INDEX_MAX + INDEX_SHIFT); in testShiftSinusoidNonPowerOf2()
119 function2, in testShiftSinusoidNonPowerOf2()
133 double function1 [N], function2 [N], correlations [N]; in testShiftSinusoidPowerOf2() local
141 loadSinusoid (function2, N, INDEX_MAX + INDEX_SHIFT); in testShiftSinusoidPowerOf2()
145 function2, in testShiftSinusoidPowerOf2()
159 double function1 [N], function2 [N], correlations [N]; in testShiftThreeTrianglesNonPowerOf2() local
167 loadThreeTriangles (function2, N, INDEX_MAX + INDEX_SHIFT); in testShiftThreeTrianglesNonPowerOf2()
171 function2, in testShiftThreeTrianglesNonPowerOf2()
185 double function1 [N], function2 [N], correlations [N]; in testShiftThreeTrianglesPowerOf2() local
[all …]
/dports/devel/p5-ExportTo/ExportTo-0.03/t/
H A DExportTo.t12 sub function2{
23 use ExportTo (HOGE2 => [qw/function1 function2/], HOGE3 => [qw/function3/]);
25 use ExportTo (HOGE4 => {func1 => 'function1', func2 => \&function2});
27 is(HOGE2::function2(), 2);
40 sub function2{
48 export_to('+HOGE' => [qw/function1 function2/], HOGE3 => [qw/+function3/]);
50 …export_to('+HOGE' => {func1 => 'function1', func2 => \&function2}, HOGE3 => { func3 => '+function3…
54 is(HOGE::function2(), -2);
H A DExportTo-nest.t8 is function2, -2;
11 is HOGE::function2, -2;
14 is HOGEHOGE::function2, -2;
/dports/graphics/ampasCTL/CTL-57b48a2/unittest/IlmImfCtl/
H A Dfunction1.ctl3 (output uniform float a2, // to outHeader, used in function2
4 output uniform float b2, // used in function2
5 output uniform float c2, // used in function2
6 output varying half d2, // to outFb, used in function2
7 output varying half e2, // used in function2
8 output varying half k2Out, // used in function2
10 output uniform float m2Out, // used in function2
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dcalculus.cwl42 \SUMfunction{function1}{function2}{Function}#d
43 \SUBTRACTfunction{function1}{function2}{Function}#d
44 \PRODUCTfunction{function1}{function2}{Function}#d
45 \QUOTIENTfunction{function1}{function2}{Function}#d
46 \COMPOSITIONfunction{function1}{function2}{Function}#d
50 \LINEARCOMBINATIONfunction{num1}{function1}{num2}{function2}{Function}#d
/dports/graphics/p5-Graph-ReadWrite/Graph-ReadWrite-2.10/t/
H A Dgraph-writer-dot.t10 $graph->add_edge('function1' => 'function2');
28 "function2";
37 "function1" -> "function2";
45 $graph->add_edge('function1' => 'function2');
48 $graph->set_vertex_attribute('function2', 'group', 'cluster2.c');
65 "function2" [group="cluster2.c"];
75 node [label="function2"] "function2";
80 "function1" -> "function2";
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-javascript.r/bug3571233.js.d/
H A Dexpected.tags4 function2 input.js /^function2 = function() {$/;" f
9 nestedFunction4 input.js /^ function nestedFunction4() {$/;" f function:function2
10 nestedFunction5 input.js /^ function nestedFunction5() {$/;" f function:function2
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Correlation/
H A DCorrelation.cpp46 const double function2 [], in correlateWithShift()
65 sumMean2 += function2 [i]; in correlateWithShift()
67 max2 = qMax (max2, function2 [i]); in correlateWithShift()
98 m_signalB [i] [0] = (function2 [i] - additiveNormalization2) * multiplicativeNormalization2; in correlateWithShift()
142 const double function2 [], in correlateWithoutShift()
150 corrMax += function1 [i] * function2 [i]; in correlateWithoutShift()
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dbug3571233.js.tags5 function2�16�()�0
10 nestedFunction4�16�()�function2�0
11 nestedFunction5�16�()�function2�0
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dbug3571233.js.tags5 function2�16�()�0
10 nestedFunction4�16�()�function2�0
11 nestedFunction5�16�()�function2�0
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hiedb-0.4.0.0/test/data/
H A DModule1.hs3 , function2
12 function2 :: Int -> IO ()
13 function2 i = putStrLn $ showInt i function
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_AggregatedEvaluation_std.py8 function2 = SymbolicFunction(["x0", "x1", "x2"], variable
11 [function1, function2])
15 print("function 2 at", point, "=", function2(point))
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc40 void function2 (int val) in function2() function in NextOverThrowDerivates
142 next_cases.function2 (1); // Start: nested throw in main()
154 next_cases.function2 (2); // Start: step in test in main()
179 next_cases.function2 (5); // Start: first finish in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc40 void function2 (int val) in function2() function in NextOverThrowDerivates
142 next_cases.function2 (1); // Start: nested throw in main()
154 next_cases.function2 (2); // Start: step in test in main()
179 next_cases.function2 (5); // Start: first finish in main()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.cp/
H A Dnextoverthrow.cc40 void function2 (int val) in function2() function in NextOverThrowDerivates
142 next_cases.function2 (1); // Start: nested throw in main()
154 next_cases.function2 (2); // Start: step in test in main()
179 next_cases.function2 (5); // Start: first finish in main()
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dparallel_invoke.h56 template <size_t N, typename function1, typename function2, typename function3>
60 const function2& my_func2;
71 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
123 template <typename function1, typename function2, typename... function>
124 void add_children(function1&& _func1, function2&& _func2, function&&... _func) in add_children()
128 typedef internal::spawner<2, function1, function2, parallel_invoke_noop> spawner_type; in add_children()
145 template <typename function1, typename function2>
146 void add_children (const function1& _func1, const function2& _func2) in add_children()
150 …spawner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal:… in add_children()
154 template <typename function1, typename function2, typename function3>
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dparallel_invoke.h54 template <size_t N, typename function1, typename function2, typename function3>
58 const function2& my_func2;
69 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
121 template <typename function1, typename function2, typename... function>
122 void add_children(function1&& _func1, function2&& _func2, function&&... _func) in add_children()
126 typedef internal::spawner<2, function1, function2, parallel_invoke_noop> spawner_type; in add_children()
143 template <typename function1, typename function2>
144 void add_children (const function1& _func1, const function2& _func2) in add_children()
148 …spawner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal:… in add_children()
152 template <typename function1, typename function2, typename function3>
[all …]
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dparallel_invoke.h55 template <size_t N, typename function1, typename function2, typename function3>
59 const function2& my_func2;
70 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
122 template <typename function1, typename function2, typename... function>
123 void add_children(function1&& _func1, function2&& _func2, function&&... _func) in add_children()
127 typedef internal::spawner<2, function1, function2, parallel_invoke_noop> spawner_type; in add_children()
144 template <typename function1, typename function2>
145 void add_children (const function1& _func1, const function2& _func2) in add_children()
149 …spawner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal:… in add_children()
153 template <typename function1, typename function2, typename function3>
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dparallel_invoke.h56 template <size_t N, typename function1, typename function2, typename function3>
60 const function2& my_func2;
71 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
123 template <typename function1, typename function2, typename... function>
124 void add_children(function1&& _func1, function2&& _func2, function&&... _func) in add_children()
128 typedef internal::spawner<2, function1, function2, parallel_invoke_noop> spawner_type; in add_children()
145 template <typename function1, typename function2>
146 void add_children (const function1& _func1, const function2& _func2) in add_children()
150 …spawner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal:… in add_children()
154 template <typename function1, typename function2, typename function3>
[all …]
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dparallel_invoke.h56 template <size_t N, typename function1, typename function2, typename function3>
60 const function2& my_func2;
71 …internal::function_invoker<function2>* invoker2 = new (allocate_child()) internal::function_invoke… in execute()
123 template <typename function1, typename function2, typename... function>
124 void add_children(function1&& _func1, function2&& _func2, function&&... _func) in add_children()
128 typedef internal::spawner<2, function1, function2, parallel_invoke_noop> spawner_type; in add_children()
145 template <typename function1, typename function2>
146 void add_children (const function1& _func1, const function2& _func2) in add_children()
150 …spawner<2, function1, function2, parallel_invoke_noop>& sub_root = *new(allocate_child())internal:… in add_children()
154 template <typename function1, typename function2, typename function3>
[all …]
/dports/devel/p5-JQuery/JQuery-1.06/lib/JQuery/
H A DTreeview.pm289 my $function2 =<<'EOD2';
302 $function2 =~ s/^\s*ALERT/$alert/m ;
304 $function2 =~ s/#ID/#$id/ ;
305 $function2 =~ s/PROGRAM_TO_RUN/$remoteProgram/ ;
308 $function2 =~ s/RM/$rm/ ;
309 $function2 = '' unless $remoteProgram =~ /\S/ ;
312 return $function1 . $function2 . $function3 . $function4 ;
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/
H A Dmodule_unittest.cc269 Module::Function *function2 = new(Module::Function); in TEST() local
270 function2->name = "_and_void"; in TEST()
271 function2->address = 0x2987743d0b35b13fLL; in TEST()
272 function2->size = 0xb369db048deb3010LL; in TEST()
273 function2->parameter_size = 0x938e556cb5a79988LL; in TEST()
278 vec.push_back(function2); in TEST()
295 EXPECT_TRUE(vec.end() != find(vec.begin(), vec.end(), function2)); in TEST()
405 Module::Function *function2 = generate_duplicate_function("_without_form"); in TEST() local
408 m.AddFunction(function2); in TEST()
424 Module::Function *function2 = generate_duplicate_function("_and_void"); in TEST() local
[all …]

12345678910>>...66