| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | atffile_test.cpp | 512 ATF_REQUIRE(test_program_names == atffile.tps()); in ATF_TEST_CASE_BODY() 541 ATF_REQUIRE_EQ(3, atffile.tps().size()); in ATF_TEST_CASE_BODY() 542 ATF_REQUIRE(is_in("tp-1", atffile.tps())); in ATF_TEST_CASE_BODY() 543 ATF_REQUIRE(is_in("tp-2", atffile.tps())); in ATF_TEST_CASE_BODY() 544 ATF_REQUIRE(is_in("tp-3", atffile.tps())); in ATF_TEST_CASE_BODY() 569 ATF_REQUIRE_EQ(5, atffile.tps().size()); in ATF_TEST_CASE_BODY() 570 ATF_REQUIRE(is_in("foo", atffile.tps())); in ATF_TEST_CASE_BODY() 571 ATF_REQUIRE(is_in("bar", atffile.tps())); in ATF_TEST_CASE_BODY() 572 ATF_REQUIRE(is_in("aK", atffile.tps())); in ATF_TEST_CASE_BODY() 573 ATF_REQUIRE(is_in("KKKKK", atffile.tps())); in ATF_TEST_CASE_BODY() [all …]
|
| D | atf-run.cpp | 251 for (std::vector< std::string >::const_iterator iter = af.tps().begin(); in run_test_directory() 252 iter != af.tps().end(); iter++) { in run_test_directory() 503 atf_run::count_tps(std::vector< std::string > tps) in count_tps() 508 for (std::vector< std::string >::const_iterator iter = tps.begin(); in count_tps() 509 iter != tps.end(); iter++) { in count_tps() 517 std::vector< std::string > aux = af.tps(); in count_tps() 555 std::vector< std::string > tps; in main() local 556 tps = af.tps(); in main() 560 tps.clear(); in main() 562 tps.push_back(m_argv[i]); in main() [all …]
|
| D | atffile.cpp | 263 tps(void) in tps() function in reader 285 impl::atffile::tps(void) in tps() function in impl::atffile 346 return atffile(r.conf(), r.tps(), r.props()); in read_atffile()
|
| D | atffile.hpp | 80 const std::vector< std::string >& tps(void) const;
|
| D | atf-report_test.sh | 82 ATF_CONFDIR=$(pwd)/etc atf-run >tps.out 2>/dev/null
|
| /netbsd/src/external/bsd/atf/dist/atf-c/ |
| D | macros.h | 104 #define ATF_TP_ADD_TCS(tps) \ argument 115 atfu_tp_add_tcs(atf_tp_t *tps)
|
| /netbsd/src/external/bsd/flex/dist/doc/ |
| D | Makefile.am | 8 *.op *.ops *.pg *.toc *.tp *.tps *.vr *.vrs
|
| D | Makefile.in | 368 *.op *.ops *.pg *.toc *.tp *.tps *.vr *.vrs
|
| /netbsd/src/sys/dev/pci/cxgb/ |
| D | cxgb_t3_hw.c | 2606 unsigned int tps = core_clk >> tre; in tp_set_timers() local 2622 #define SECONDS * tps in tp_set_timers() 2626 t3_write_reg(adap, A_TP_RXT_MIN, tps / (1000 / TP_RTO_MIN)); in tp_set_timers() 2848 void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps) in t3_tp_get_mib_stats() argument 2850 t3_read_indirect(adap, A_TP_MIB_INDEX, A_TP_MIB_RDATA, (u32 *)tps, in t3_tp_get_mib_stats() 2851 sizeof(*tps) / sizeof(u32), 0); in t3_tp_get_mib_stats() 2995 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; in t3_config_sched() local 3002 tps = clk / cpt; in t3_config_sched() 3003 bpt = (kbps + tps / 2) / tps; in t3_config_sched() 3005 v = bpt * tps; in t3_config_sched()
|
| D | cxgb_common.h | 719 void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps);
|
| /netbsd/src/share/doc/smm/01.setup/ |
| D | spell.ok | 551 tps
|
| /netbsd/src/external/gpl2/xcvs/dist/doc/ |
| D | Makefile.in | 607 cvs.pgs cvs.tmp cvs.toc cvs.tp cvs.tps cvs.vr cvs.vrs \ 611 cvsclient.tp cvsclient.tps cvsclient.vr cvsclient.vrs
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | Makefile.in | 471 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | Makefile.in | 471 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | Makefile.in | 471 -rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | Makefile.in | 3545 -rm -f gcc.vrs gcc.kys gcc.tps gcc.pgs gcc.fns
|
| /netbsd/src/etc/ |
| D | services | 7634 apparenet-tps 3237/tcp # appareNet Test Packet 7636 apparenet-tps 3237/udp # appareNet Test Packet
|