Home
last modified time | relevance | path

Searched refs:sig1 (Results 151 – 175 of 907) sorted by relevance

12345678910>>...37

/dports/www/mod_php80/php-8.0.15/ext/phar/tests/
H A Dcreate_new_and_modify.phpt20 $sig1 = $phar->getSignature();
40 var_dump($sig1['hash']);
42 var_dump($sig1['hash'] != $sig2['hash']);
/dports/math/vtk6/VTK-6.2.0/Wrapping/Tools/
H A DvtkWrapPythonMethodDef.c72 FunctionInfo *sig1; in vtkWrapPython_RemovePrecededMethods() local
93 sig1 = wrappedFunctions[occ1]; in vtkWrapPython_RemovePrecededMethods()
94 nargs1 = vtkWrap_CountWrappedParameters(sig1); in vtkWrapPython_RemovePrecededMethods()
96 if (sig1->Name && strcmp(sig1->Name, name) == 0) in vtkWrapPython_RemovePrecededMethods()
112 val1 = sig1->Parameters[i]; in vtkWrapPython_RemovePrecededMethods()
244 if (sig1->IsConst) in vtkWrapPython_RemovePrecededMethods()
261 sig1->Name = 0; in vtkWrapPython_RemovePrecededMethods()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/shape/src/
H A Dhist_cost.cpp288 cv::Mat sig1(scd1.cols,2,CV_32F), sig2(scd2.cols,2,CV_32F); in buildCostMatrix() local
289 sig1.col(0)=scd1.row(i).t(); in buildCostMatrix()
291 for (int k=0; k<sig1.rows; k++) in buildCostMatrix()
293 sig1.at<float>(k,1)=float(k); in buildCostMatrix()
300 costMatrix.at<float>(i,j) = cv::EMD(sig1, sig2, flag); in buildCostMatrix()
531 cv::Mat sig1(scd1.cols,1,CV_32F), sig2(scd2.cols,1,CV_32F); in buildCostMatrix() local
532 sig1.col(0)=scd1.row(i).t(); in buildCostMatrix()
534 costMatrix.at<float>(i,j) = cv::EMDL1(sig1, sig2); in buildCostMatrix()
/dports/devel/boost-docs/boost_1_72_0/libs/signals2/test/
H A Dsignal_n_test.cpp322 signal_type sig1(dummy_combiner(1)); in test_swap() local
323 BOOST_CHECK(sig1() == 1); in test_swap()
327 sig1.swap(sig2); in test_swap()
328 BOOST_CHECK(sig1() == 2); in test_swap()
332 swap(sig1, sig2); in test_swap()
333 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/devel/boost-python-libs/boost_1_72_0/libs/signals2/test/
H A Dsignal_n_test.cpp322 signal_type sig1(dummy_combiner(1)); in test_swap() local
323 BOOST_CHECK(sig1() == 1); in test_swap()
327 sig1.swap(sig2); in test_swap()
328 BOOST_CHECK(sig1() == 2); in test_swap()
332 swap(sig1, sig2); in test_swap()
333 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/signals2/test/
H A Dsignal_n_test.cpp321 signal_type sig1(dummy_combiner(1)); in test_swap() local
322 BOOST_CHECK(sig1() == 1); in test_swap()
326 sig1.swap(sig2); in test_swap()
327 BOOST_CHECK(sig1() == 2); in test_swap()
331 swap(sig1, sig2); in test_swap()
332 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/signals2/test/
H A Dsignal_n_test.cpp321 signal_type sig1(dummy_combiner(1)); in test_swap() local
322 BOOST_CHECK(sig1() == 1); in test_swap()
326 sig1.swap(sig2); in test_swap()
327 BOOST_CHECK(sig1() == 2); in test_swap()
331 swap(sig1, sig2); in test_swap()
332 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/databases/percona57-server/boost_1_59_0/libs/signals2/test/
H A Dsignal_n_test.cpp321 signal_type sig1(dummy_combiner(1)); in test_swap() local
322 BOOST_CHECK(sig1() == 1); in test_swap()
326 sig1.swap(sig2); in test_swap()
327 BOOST_CHECK(sig1() == 2); in test_swap()
331 swap(sig1, sig2); in test_swap()
332 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/databases/xtrabackup/boost_1_59_0/libs/signals2/test/
H A Dsignal_n_test.cpp321 signal_type sig1(dummy_combiner(1)); in test_swap() local
322 BOOST_CHECK(sig1() == 1); in test_swap()
326 sig1.swap(sig2); in test_swap()
327 BOOST_CHECK(sig1() == 2); in test_swap()
331 swap(sig1, sig2); in test_swap()
332 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/databases/percona57-client/boost_1_59_0/libs/signals2/test/
H A Dsignal_n_test.cpp321 signal_type sig1(dummy_combiner(1)); in test_swap() local
322 BOOST_CHECK(sig1() == 1); in test_swap()
326 sig1.swap(sig2); in test_swap()
327 BOOST_CHECK(sig1() == 2); in test_swap()
331 swap(sig1, sig2); in test_swap()
332 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/devel/boost-libs/boost_1_72_0/libs/signals2/test/
H A Dsignal_n_test.cpp322 signal_type sig1(dummy_combiner(1)); in test_swap() local
323 BOOST_CHECK(sig1() == 1); in test_swap()
327 sig1.swap(sig2); in test_swap()
328 BOOST_CHECK(sig1() == 2); in test_swap()
332 swap(sig1, sig2); in test_swap()
333 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/devel/hyperscan/boost_1_75_0/libs/signals2/test/
H A Dsignal_n_test.cpp324 signal_type sig1(dummy_combiner(1)); in test_swap() local
325 BOOST_CHECK(sig1() == 1); in test_swap()
329 sig1.swap(sig2); in test_swap()
330 BOOST_CHECK(sig1() == 2); in test_swap()
334 swap(sig1, sig2); in test_swap()
335 BOOST_CHECK(sig1() == 1); in test_swap()
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Derror.vhdl58 signal sig1 : bit_vector(0 to 3); signal
130 a(0) => sig1(0), a(1) => sig1(1), a(2) => sig1(2), a(4) => sig1(3)
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue238/
H A Dsig1.vhdl1 entity sig1 is entity
6 architecture behav of sig1 is
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqtimer_singleshot_test.py83 sig1 = Signal() variable in SigEmitter
105 emitter.sig1.connect(self.callback)
106 QTimer.singleShot(100, emitter.sig1)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqtimer_singleshot_test.py83 sig1 = Signal() variable in SigEmitter
105 emitter.sig1.connect(self.callback)
106 QTimer.singleShot(100, emitter.sig1)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqtimer_singleshot_test.py83 sig1 = Signal() variable in SigEmitter
105 emitter.sig1.connect(self.callback)
106 QTimer.singleShot(100, emitter.sig1)
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/verilog/
H A Dv_v2k.v9 input [WIDTH:0] sig1, port
18 sig2 <= #1 sig1;
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupBuffer.cpp65 Uint32 sig1= signal->theData[1]; in bufferTRANSID_AI() local
107 hostBuffer[hostId].packetBufferTA[TpacketLen + 2]= sig1; in bufferTRANSID_AI()
156 Uint32 sig1= req_struct->trans_id1; in sendReadAttrinfo() local
161 transIdAI->transId[0]= sig1; in sendReadAttrinfo()
189 transIdAI->transId[0] = sig1; in sendReadAttrinfo()
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/t/
H A D42_dumpcheck_v2k.out4 Port:sig1 Dir:in DataT:[WIDTH:0] Array:
10 Net:sig1 O DeclT:port NetT: DataT:[WIDTH:0] Array: WIDTH:0
24 verilog/v_v2k.v:0009: sig1 cmt=""
/dports/security/p5-Crypt-Simple/Crypt-Simple-0.06/
H A DSimple.pm132 my ($sig1, $sig2, @blocks) = _chunk($data);
134 my $sig = $b0 ^ $cipher->decrypt($sig1);
135 $b0 = $sig1;
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/tests/
H A Dtestaddfunction.cpp38 const char sig1[] = "func(type1, const type2, const type3* const)"; in testParsingFuncNameAndConstness() local
39 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testParsingFuncNameAndConstness()
196 const char sig1[] = "func"; in testAddFunctionWithoutParenteses() local
197 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithoutParenteses()
226 const char sig1[] = "func"; in testAddFunctionWithDefaultArgs() local
227 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithDefaultArgs()
291 const char sig1[] = "func(int,char,...)"; in testAddFunctionWithVarargs() local
292 AddedFunction f1( QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithVarargs()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/tests/
H A Dtestaddfunction.cpp38 const char sig1[] = "func(type1, const type2, const type3* const)"; in testParsingFuncNameAndConstness() local
39 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testParsingFuncNameAndConstness()
196 const char sig1[] = "func"; in testAddFunctionWithoutParenteses() local
197 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithoutParenteses()
226 const char sig1[] = "func"; in testAddFunctionWithDefaultArgs() local
227 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithDefaultArgs()
291 const char sig1[] = "func(int,char,...)"; in testAddFunctionWithVarargs() local
292 AddedFunction f1( QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithVarargs()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/tests/
H A Dtestaddfunction.cpp38 const char sig1[] = "func(type1, const type2, const type3* const)"; in testParsingFuncNameAndConstness() local
39 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testParsingFuncNameAndConstness()
196 const char sig1[] = "func"; in testAddFunctionWithoutParenteses() local
197 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithoutParenteses()
226 const char sig1[] = "func"; in testAddFunctionWithDefaultArgs() local
227 AddedFunction f1(QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithDefaultArgs()
291 const char sig1[] = "func(int,char,...)"; in testAddFunctionWithVarargs() local
292 AddedFunction f1( QLatin1String(sig1), QLatin1String("void")); in testAddFunctionWithVarargs()
/dports/math/vtk8/VTK-8.2.0/Wrapping/Tools/
H A DvtkWrapPythonMethodDef.c73 FunctionInfo *sig1; in vtkWrapPython_RemovePrecededMethods() local
94 sig1 = wrappedFunctions[occ1]; in vtkWrapPython_RemovePrecededMethods()
95 nargs1 = vtkWrap_CountWrappedParameters(sig1); in vtkWrapPython_RemovePrecededMethods()
97 if (sig1->Name && strcmp(sig1->Name, name) == 0) in vtkWrapPython_RemovePrecededMethods()
113 val1 = sig1->Parameters[i]; in vtkWrapPython_RemovePrecededMethods()
245 if (sig1->IsConst) in vtkWrapPython_RemovePrecededMethods()
262 sig1->Name = 0; in vtkWrapPython_RemovePrecededMethods()

12345678910>>...37