| /freebsd/contrib/kyua/model/ |
| H A D | test_case_test.cpp | 136 const model::test_case tc1("name", model::metadata_builder().build()); in ATF_TEST_CASE_BODY() local 137 const model::test_case tc2 = tc1; in ATF_TEST_CASE_BODY() 138 ATF_REQUIRE( tc1 == tc2); in ATF_TEST_CASE_BODY() 139 ATF_REQUIRE(!(tc1 != tc2)); in ATF_TEST_CASE_BODY() 195 const model::test_case tc1( in ATF_TEST_CASE_BODY() local 199 str << tc1; in ATF_TEST_CASE_BODY() 223 const model::test_case tc1("default-metadata", in ATF_TEST_CASE_BODY() local 226 model::test_cases_map::value_type(tc1.name(), tc1)); in ATF_TEST_CASE_BODY() 233 const model::test_case tc1("with-metadata", in ATF_TEST_CASE_BODY() local 237 model::test_cases_map::value_type(tc1.name(), tc1)); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/libedit/ |
| H A D | Makefile | 80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend 130 tc1.o: ${LIBEDITDIR}/TEST/tc1.c 132 tc1: libedit.a tc1.o target
|
| H A D | ChangeLog | 1946 TEST/tc1.c, TEST/wtc1.c, readline/Makefile, readline/readline.h: 2585 parse.c, read.c, readline.c, tty.c, tty.h, vi.c, TEST/tc1.c, 2596 parse.c, read.c, readline.c, tty.c, tty.h, vi.c, TEST/tc1.c, 2611 * TEST/: tc1.c, wtc1.c: cast gotsig because it is long on some 3320 * TEST/: tc1.c, wtc1.c: \033 is more portable than \e still. 3354 * TEST/tc1.c: From Jess Thrysoee: call setlocale so we can test 3524 * TEST/tc1.c: Use the proper prompt printing function. 3557 tty.c, vi.c, TEST/tc1.c, readline/readline.h: Sync with HEAD. 3636 term.c, term.h, TEST/tc1.c: Implement literal prompt sequences. 3954 * Makefile, TEST/Makefile, TEST/tc1.c, TEST/test.c: Rename
|
| /freebsd/lib/libedit/ |
| H A D | Makefile | 89 tc1.o: ${EDITDIR}/TEST/tc1.c 91 test: tc1.o libedit.a ${DPADD} ${LIBTERMCAP}
|
| /freebsd/contrib/atf/atf-c++/ |
| H A D | atf-c++.3 | 155 ATF_TEST_CASE(tc1); 156 ATF_TEST_CASE_HEAD(tc1) 160 ATF_TEST_CASE_BODY(tc1) 189 ATF_ADD_TEST_CASE(tcs, tc1);
|
| /freebsd/contrib/atf/atf-c/ |
| H A D | atf-c.3 | 295 ATF_TC(tc1); 296 ATF_TC_HEAD(tc1, tc) 300 ATF_TC_BODY(tc1, tc) 329 ATF_TP_ADD_TC(tcs, tc1);
|
| /freebsd/contrib/kyua/store/ |
| H A D | transaction_test.cpp | 137 .add_test_case("tc1") in ATF_TEST_CASE_BODY() 149 tx.put_test_case(test_program, "tc1", test_program_id); in ATF_TEST_CASE_BODY()
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | cirrus,clps711x-intc.txt | 20 8: TC1OI TC1 under flow
|
| H A D | cirrus,ep7209-intc.yaml | 24 8: TC1OI TC1 under flow
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | arm,vexpress-juno.yaml | 65 chip called "TC1". 67 - const: arm,vexpress,v2p-ca15,tc1
|
| /freebsd/sys/dev/ixl/ |
| H A D | i40e_dcb.c | 114 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etscfg_tlv() 123 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etscfg_tlv() 169 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etsrec_tlv() 178 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_parse_ieee_etsrec_tlv() 1073 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_ets_tlv() 1082 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_ets_tlv() 1137 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_etsrec_tlv() 1146 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in i40e_add_ieee_etsrec_tlv()
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | atf-sh.3 | 123 atf_test_case tc1 145 atf_add_test_case tc1
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_thermal.c | 82 int tc1; member 302 offsetof(struct acpi_tz_softc, tz_zone.tc1), acpi_tz_passive_sysctl, in acpi_tz_attach() 401 * with passive cooling thread which refers psv, tc1, tc2 and tsp. in acpi_tz_establish() 432 acpi_tz_getparam(sc, "_TC1", &sc->tz_zone.tc1); in acpi_tz_establish() 1164 perf = sc->tz_zone.tc1 * (curr_temp - prev_temp) + in acpi_tz_cooling_thread() 1205 return (sc->tz_zone.tc1 != -1 && sc->tz_zone.tc2 != -1 && in acpi_tz_cooling_is_available()
|
| /freebsd/contrib/libedit/TEST/ |
| H A D | tc1.c | 1 /* $NetBSD: tc1.c,v 1.7 2016/02/17 19:47:49 christos Exp $ */ 45 __RCSID("$NetBSD: tc1.c,v 1.7 2016/02/17 19:47:49 christos Exp $");
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 268 uint64_t TC1 = TC->getZExtValue(); in IsSafeActiveMask() local 275 if (TC1 != TC2) { in IsSafeActiveMask() 277 << TC1 << " from set.loop.iterations, and " in IsSafeActiveMask()
|
| /freebsd/contrib/ntp/scripts/stats/ |
| H A D | clock.awk | 216 # config GPS 2201A TTY1 TC1 LORAN IN OUT1 B.00 B.00 28-Apr-93 220 # TC1 IRIG module
|
| H A D | README.stats | 124 TC1 IRIG option present (optional)
|
| /freebsd/contrib/kyua/engine/ |
| H A D | scanner_test.cpp | 81 const model::test_case tc1("one", metadata); in test_cases() local 83 _test_cases.insert(model::test_cases_map::value_type("one", tc1)); in test_cases()
|
| /freebsd/sys/contrib/device-tree/src/arm/arm/ |
| H A D | vexpress-v2p-ca15-tc1.dts | 18 compatible = "arm,vexpress,v2p-ca15,tc1", "arm,vexpress,v2p-ca15", "arm,vexpress";
|
| /freebsd/lib/libsys/ |
| H A D | execve.2 | 345 .\" NB: update this caveat when TC1 is blessed.
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_dcb.c | 319 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_parse_ieee_ets_common_tlv() 325 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_parse_ieee_ets_common_tlv() 1332 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_add_ieee_ets_common_tlv() 1338 * |tc0|tc1|tc2|tc3|tc4|tc5|tc6|tc7| in ice_add_ieee_ets_common_tlv()
|
| /freebsd/share/man/man7/ |
| H A D | c.7 | 506 .%T TS 17961:2013/COR 1:2016 (aka C secure coding rules TC1)
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am642-phyboard-electra-rdk.dts | 179 can_tc1_pins_default: can-tc1-default-pins {
|
| /freebsd/usr.bin/mt/ |
| H A D | mt.1 | 470 0x0C 12.7 (0.5) 24 500 (12,690) GCR C HI-TC1 1,6
|
| /freebsd/lib/libmt/ |
| H A D | mtlib.c | 589 { 0xC, 500, 12690, "HI-TC1" },
|