Home
last modified time | relevance | path

Searched refs:tps (Results 1 – 25 of 63) sorted by relevance

123

/netbsd/external/bsd/atf/dist/tools/
H A Datffile_test.cpp512 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 …]
H A Datf-run.cpp252 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()
575 w.ntps(count_tps(tps)); in main()
[all …]
H A Datffile.cpp263 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()
H A Datffile.hpp80 const std::vector< std::string >& tps(void) const;
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dam335x-osd335x-common.dtsi52 tps: tps@24 { label
59 &tps {
H A Dam3517-craneboard.dts40 tps: tps@2d { label
82 &tps {
H A Drk3066a-bqcurie2.dts82 tps: tps@2d { label
161 /* must be included after &tps gets defined */
H A Drk3066a-marsboard.dts65 tps: tps@2d { label
149 /* must be included after &tps gets defined */
H A Dam335x-bone-common.dtsi196 interrupts-extended = <&intc 18 &tps 0>;
211 tps: tps@24 { label
278 &tps {
291 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
H A Dam335x-chilisom.dtsi63 tps: tps@24 { label
71 &tps {
H A Dam335x-igep0033.dtsi203 tps: tps@2d { label
226 &tps {
H A Dam335x-lxm.dts174 tps: tps@2d { label
182 &tps {
H A Dam335x-moxa-uc-8100-common.dtsi196 tps: tps@2d { label
237 &tps {
H A Drk3066a-rayeager.dts195 tps: tps@2d { label
393 tps {
H A Dtps6507x.dtsi11 &tps {
H A Dda850-evm.dts234 tps: tps@48 { label
338 &tps {
H A Dtps65217.dtsi11 &tps {
H A Dam335x-baltos.dtsi244 tps: tps@2d { label
263 &tps {
H A Dtps65910.dtsi11 &tps {
H A Dam335x-guardian.dts223 tps: tps@24 { label
257 &tps {
H A Dam335x-shc.dts168 tps: tps@24 { label
252 &tps {
H A Dam335x-nano.dts219 tps: tps@24 { label
412 &tps {
/netbsd/external/bsd/atf/dist/atf-c/
H A Dmacros.h104 #define ATF_TP_ADD_TCS(tps) \
115 atfu_tp_add_tcs(atf_tp_t *tps)
/netbsd/external/bsd/flex/dist/doc/
H A DMakefile.am8 *.op *.ops *.pg *.toc *.tp *.tps *.vr *.vrs
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv50.c336 int tps = 0; in nv50_gr_tp_trap() local
350 tps++; in nv50_gr_tp_trap()
395 if (!tps && display) in nv50_gr_tp_trap()

123