| /freebsd-14.2/tests/sys/netinet/ |
| H A D | fibs_test.sh | 240 TAP0=$TAP 242 TAP1=$TAP 287 TAP0=$TAP 289 TAP1=$TAP 331 TAP0=${TAP} 333 TAP1=${TAP} 338 TAP0=${TAP} 340 TAP1=${TAP} 376 TAP0=${TAP} 378 TAP1=${TAP} [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | ber | 15 # - TAP files (TD.57) - CDR batches and notifications 20 # TAP 3 Files 21 # TAP -> Transferred Account Procedure 27 # Sender long tag #TAP 3.x (BER encoded) 31 >>>>&0 byte x TAP 3.%d Batch (TD.57, Transferred Account) 39 >>>&0 byte x TAP 3.%d Notification (TD.57, Transferred Account) 60 >>>&0 byte x TAP 3.%d
|
| H A D | spectrum | 20 # Tape file. This assumes the .TAP starts with a Spectrum-format header, 29 # Note: called "ZX Spectrum Tape image" by TrID and "TAP (ZX Spectrum)" by DROID via PUID fmt/801 30 # verified by fuse-emulator-utils `tzxlist EXAMPLES.TAP` 40 >>>4 string <\177 Spectrum .TAP data "%-10.10s"
|
| H A D | sniffer | 265 >20 belong&0x03FFFFFF 283 (802.15.4 with TAP
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | run_tests.pl | 163 package TAP::Parser::OpenSSL; 165 require TAP::Parser; 247 package TAP::Harness::OpenSSL; 249 require TAP::Harness; 260 package TAP::Harness::fake;
|
| H A D | README.md | 146 for `TAP::Harness` to know more.
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 57 std::unique_ptr<MCTargetAsmParser> TAP( in parseCodeRegions() local 59 if (!TAP) in parseCodeRegions() 63 Parser->setTargetParser(*TAP); in parseCodeRegions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ModuleSymbolTable.cpp | 120 std::unique_ptr<MCTargetAsmParser> TAP( in initializeRecordStreamer() local 122 if (!TAP) in initializeRecordStreamer() 136 Parser->setTargetParser(*TAP); in initializeRecordStreamer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 114 std::unique_ptr<MCTargetAsmParser> TAP(TM.getTarget().createMCAsmParser( in emitInlineAsm() local 116 if (!TAP) in emitInlineAsm() 120 Parser->setTargetParser(*TAP); in emitInlineAsm() 130 emitInlineAsmEnd(STI, &TAP->getSTI()); in emitInlineAsm()
|
| /freebsd-14.2/contrib/pjdfstest/ |
| H A D | README | 50 - TAP-Harness (perl package)
|
| /freebsd-14.2/contrib/googletest/ |
| H A D | README.md | 121 [GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event 123 [TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test 124 result output. If your test runner understands TAP, you may find it useful.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 1511 NodeAddr<T> TAP; in linkRefUp() local 1533 if (TAP.Id == 0) { in linkRefUp() 1534 TAP = TA; in linkRefUp() 1537 TAP.Addr->setFlags(TAP.Addr->getFlags() | NodeAttrs::Shadow); in linkRefUp() 1538 TAP = getNextShadow(IA, TAP, true); in linkRefUp() 1542 TAP.Addr->linkToDef(TAP.Id, RDA); in linkRefUp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 329 std::unique_ptr<MCTargetAsmParser> TAP( in AssembleInput() local 332 if (!TAP) { in AssembleInput() 342 Parser->setTargetParser(*TAP); in AssembleInput()
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 570 std::unique_ptr<MCTargetAsmParser> TAP( in ExecuteAssemblerImpl() local 572 if (!TAP) in ExecuteAssemblerImpl() 587 Parser->setTargetParser(*TAP.get()); in ExecuteAssemblerImpl()
|
| /freebsd-14.2/contrib/kyua/ |
| H A D | README.md | 20 designed, but simple, framework-less test programs and TAP-compliant test
|
| H A D | NEWS.md | 32 * Issue #159: Fixed TAP parser to ignore case while matching `TODO` and 72 * Known regression: Running `kyua debug` on a TAP-based test program does 179 and TAP test programs via the environment. The name of the 193 * Issue #103: Started being more liberal in the parsing of TAP test 290 * Issues #85, #86, #90 and #92: Made the TAP parser more complete: mark
|
| /freebsd-14.2/share/mk/ |
| H A D | bsd.README | 709 TAP-compliant test programs that are written in Perl. 712 TAP_TESTS_C The names of the TAP-compliant C test programs to build. 714 TAP_TESTS_CXX The names of the TAP-compliant C++ test programs to 717 TAP_TESTS_PERL The names of the TAP-compliant Perl test programs to 723 TAP_TESTS_SH The names of the TAP-compliant sh test programs to
|
| /freebsd-14.2/crypto/openssl/external/perl/Text-Template-1.56/ |
| H A D | Changes | 70 + use Test::More instead of generating TAP by hand
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | README | 361 TAP, RFC 1413). To add to the confusion, they all use the same network 595 Source for a portable RFC 931 (TAP, IDENT, RFC 1413) daemon by Peter
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | aclocal.m4 | 497 # We need awk for the "check" target (and possibly the TAP driver). The
|
| /freebsd-14.2/contrib/openpam/ |
| H A D | aclocal.m4 | 534 # We need awk for the "check" target (and possibly the TAP driver). The
|
| /freebsd-14.2/contrib/file/ |
| H A D | aclocal.m4 | 497 # We need awk for the "check" target (and possibly the TAP driver). The
|
| /freebsd-14.2/contrib/ntp/sntp/ |
| H A D | aclocal.m4 | 557 # We need awk for the "check" target (and possibly the TAP driver). The
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | aclocal.m4 | 501 # We need awk for the "check" target (and possibly the TAP driver). The
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | aclocal.m4 | 493 # We need awk for the "check" target (and possibly the TAP driver). The
|