Home
last modified time | relevance | path

Searched refs:codeB (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DMixedModeTesting.java74 String codeB = "package p1;\n" in testSimpleBatchProcessing() local
78 env.addClass( srcRoot, "p1", "B", codeB ); in testSimpleBatchProcessing()
126 String codeB = "package p1;\n" in testAPTRoundingInMixedMode0() local
130 env.addClass( srcRoot, "p1", "B", codeB ); in testAPTRoundingInMixedMode0()
184 String codeB = "package p1;\n" in testAPTRoundingInMixedMode1() local
187 env.addClass( srcRoot, "p1", "B", codeB ); in testAPTRoundingInMixedMode1()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/
H A DXmlTest.php100 $codeB = 'function ( jQuery ) { bar( 142857 ); }';
103 'b' => new XmlJsCode( $codeB )
106 "{\"a\":$codeA,\"b\":$codeB}",
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/
H A DXmlTest.php100 $codeB = 'function ( jQuery ) { bar( 142857 ); }';
103 'b' => new XmlJsCode( $codeB )
106 "{\"a\":$codeA,\"b\":$codeB}",
/dports/math/freefem++/FreeFem-sources-4.6/src/Eigen/
H A Deigenvalue.cpp254 const OneOperator *codeOP1, *codeB, *codeOP, *codeB1; member in EigenValue::E_EV
272 ffassert(codeB); in E_EV()
281 ffassert((codeB == 0) || (nargs[14] == 0)); // Double def in E_EV()
283 if (!codeB) codeB = ToCode<double>(nargs[14]); in E_EV()
331 const OneOperator *codeOP1, *codeB, *codeOP, *codeB1; member in EigenValueC::E_EV
349 ffassert(codeB); in E_EV()
360 if (!codeB) codeB = ToCode<K>(nargs[12]); in E_EV()
497 if (codeB || codeB1) in operator ()()
498 ptB = pcB = new FuncMat<K>(n, stack, codeB, codeB1); in operator ()()
884 if (codeB || codeB1) in operator ()()
[all …]
/dports/devel/p5-Compiler-Lexer/Compiler-Lexer-0.23/t/
H A Dperl6.t9 my $codeB = q|$g-f~B,'';|;
11 for my $code ($codeA, $codeB) {
/dports/games/scummvm-tools/scummvm-tools-2.5.0/
H A Dencode_dxa.cpp350 byte *codeB = _codeBuf; in m13encode() local
368 *codeB++ = 0; in m13encode()
373 *codeB++ = 2; in m13encode()
385 *codeB++ = 4; in m13encode()
471 *codeB++ = 8; in m13encode()
481 *codeB++ = 30 + count; in m13encode()
493 *codeB++ = 1; in m13encode()
500 *codeB++ = 3; in m13encode()
524 memcpy(outb, _codeBuf, codeB - _codeBuf); in m13encode()
525 outb += codeB - _codeBuf; in m13encode()
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/
H A DXmlTest.php472 $codeB = 'function ( jQuery ) { bar( 142857 ); }';
475 'b' => new XmlJsCode( $codeB )
478 "{\"a\":$codeA,\"b\":$codeB}",
/dports/devel/monotone/monotone-1.1/m4/
H A Dtempstatconst.m422 codeB="
37 AC_LINK_IFELSE([AC_LANG_SOURCE([$codeB])],
/dports/net/linphone/linphoneqt-4.1.1/ui/views/App/Calls/
H A DZrtpTokenAuthentication.qml77 text: qsTr('codeB')
/dports/graphics/glfw2/glfw-2.7.9/docs/
H A Dglfwdoc.sty61 \definecolor{codeB}{rgb}{1.0,0.9,0.9}
H A Dglfwug.tex1719 \lstset{backgroundcolor=\color{codeB}}
1814 \lstset{backgroundcolor=\color{codeB}}
1837 \lstset{backgroundcolor=\color{codeB}}
1903 \lstset{backgroundcolor=\color{codeB}}
2024 \lstset{backgroundcolor=\color{codeB}}
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Ddib9000.c799 …ib9000_fw_boot(struct dib9000_state *state, const u8 * codeA, u32 lenA, const u8 * codeB, u32 lenB) in dib9000_fw_boot() argument
820 if (codeB != NULL) in dib9000_fw_boot()
825 if (codeB != NULL) in dib9000_fw_boot()
826 dib9000_firmware_download(state, 1, 0x1234, codeB, lenB); in dib9000_fw_boot()
831 if (codeB != NULL) in dib9000_fw_boot()
837 if (codeB != NULL) in dib9000_fw_boot()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Ddib9000.c799 …ib9000_fw_boot(struct dib9000_state *state, const u8 * codeA, u32 lenA, const u8 * codeB, u32 lenB) in dib9000_fw_boot() argument
820 if (codeB != NULL) in dib9000_fw_boot()
825 if (codeB != NULL) in dib9000_fw_boot()
826 dib9000_firmware_download(state, 1, 0x1234, codeB, lenB); in dib9000_fw_boot()
831 if (codeB != NULL) in dib9000_fw_boot()
837 if (codeB != NULL) in dib9000_fw_boot()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Ddib9000.c799 …ib9000_fw_boot(struct dib9000_state *state, const u8 * codeA, u32 lenA, const u8 * codeB, u32 lenB) in dib9000_fw_boot() argument
820 if (codeB != NULL) in dib9000_fw_boot()
825 if (codeB != NULL) in dib9000_fw_boot()
826 dib9000_firmware_download(state, 1, 0x1234, codeB, lenB); in dib9000_fw_boot()
831 if (codeB != NULL) in dib9000_fw_boot()
837 if (codeB != NULL) in dib9000_fw_boot()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c2892 executable_code codeB; in test34() local
2933 codeB.code = sljit_generate_code(compiler); in test34()
2945 sljit_set_target(jump, SLJIT_FUNC_OFFSET(codeB.code)); in test34()
3000 sljit_free_code(codeB.code); in test34()
3012 executable_code codeB; in test35() local
3052 codeB.code = sljit_generate_code(compiler); in test35()
3055 sljit_set_jump_addr(jump_addr, SLJIT_FUNC_OFFSET(codeB.code)); in test35()
3076 sljit_free_code(codeB.code); in test35()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/bin/
H A Dlatex2html12978 local ($bodyA, $codeA, $bodyB, $codeB, $thisone) = ("", "", "", "");
13045 $codeB = "do_cmd_$cmd";
13048 $codeB = "sub do_cmd_$cmd {" . "\n"
13056 print STDOUT "\nDO_CMD: $codeB " if ($thisone); # for debugging
13057 eval $codeB;
13059 } unless (defined &$codeB );
13077 local ($bodyA, $codeA, $bodyB, $codeB, $after, $thisone);
13142 $codeB = join('',
13152 print "\nDEF_CMD: $codeB " if ($thisone); # for debugging
13154 eval $codeB unless (defined &$tmp);
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/
H A Dlatex2html12978 local ($bodyA, $codeA, $bodyB, $codeB, $thisone) = ("", "", "", "");
13045 $codeB = "do_cmd_$cmd";
13048 $codeB = "sub do_cmd_$cmd {" . "\n"
13056 print STDOUT "\nDO_CMD: $codeB " if ($thisone); # for debugging
13057 eval $codeB;
13059 } unless (defined &$codeB );
13077 local ($bodyA, $codeA, $bodyB, $codeB, $after, $thisone);
13142 $codeB = join('',
13152 print "\nDEF_CMD: $codeB " if ($thisone); # for debugging
13154 eval $codeB unless (defined &$tmp);
H A Dlatex2html.pin13011 local ($bodyA, $codeA, $bodyB, $codeB, $thisone) = ("", "", "", "");
13078 $codeB = "do_cmd_$cmd";
13081 $codeB = "sub do_cmd_$cmd {" . "\n"
13089 print STDOUT "\nDO_CMD: $codeB " if ($thisone); # for debugging
13090 eval $codeB;
13092 } unless (defined &$codeB );
13110 local ($bodyA, $codeA, $bodyB, $codeB, $after, $thisone);
13175 $codeB = join('',
13185 print "\nDEF_CMD: $codeB " if ($thisone); # for debugging
13187 eval $codeB unless (defined &$tmp);
/dports/devel/libbpfjit/sljit-849950a/test_src/
H A DsljitTest.c2996 executable_code codeB; in test34() local
3037 codeB.code = sljit_generate_code(compiler); in test34()
3049 sljit_set_target(jump, SLJIT_FUNC_OFFSET(codeB.code)); in test34()
3104 sljit_free_code(codeB.code); in test34()
3116 executable_code codeB; in test35() local
3161 codeB.code = sljit_generate_code(compiler); in test35()
3165 sljit_set_jump_addr(jump_addr, SLJIT_FUNC_OFFSET(codeB.code), executable_offset); in test35()
3186 sljit_free_code(codeB.code); in test35()
/dports/net/linphone/linphoneqt-4.1.1/assets/languages/
H A Den.ts1576 <source>codeB</source>
H A Dfr.ts1574 <source>codeB</source>
/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c5200 int codeB = pB->codes[i]; in PairLogLk() local
5211 } else if (codeB == NOCODE) { /* B is all gaps */ in PairLogLk()
5213 } else if (codeA == codeB) { /* A and B match */ in PairLogLk()
5230 if (codeB == NOCODE) in PairLogLk()
5233 lkAB = wB * (pDiff[iRate] + fA[codeB] * (pSame[iRate]-pDiff[iRate])) + (1.0-wB) * 0.25; in PairLogLk()
/dports/devel/monotone/monotone-1.1/
H A Dconfigure7189 codeB="
7212 $codeB
/dports/textproc/latex2html/latex2html-2016/
H A Dlatex2html.pin12903 local ($bodyA, $codeA, $bodyB, $codeB, $thisone) = ("", "", "", "");
12970 $codeB = "do_cmd_$cmd";
12973 $codeB = "sub do_cmd_$cmd {" . "\n"
12981 print STDOUT "\nDO_CMD: $codeB " if ($thisone); # for debugging
12982 eval $codeB;
12984 } unless (defined &$codeB );
13001 local ($bodyA, $codeA, $bodyB, $codeB, $after, $thisone);
13056 $codeB = "sub do_dcmd_$cmd {" . "\n"
13061 print "\nDEF_CMD: $codeB " if ($thisone); # for debugging
13063 eval $codeB unless (defined &$tmp);
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/static/vendor/leaflet/
H A Dleaflet.js.map1 …nds","useLastCode","codeOut","newCode","codeA","_lastCode","_getBitCode","codeB","_getEdgeIntersec…

12