/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.order.d | 52 @ate[8, "Rice"] = sum(1); 53 @ate[8, "Oatmeal"] = sum(1); 54 @ate[8, "Barley"] = sum(1); 55 @ate[8, "Carrots"] = sum(1); 56 @ate[8, "Sweet potato"] = sum(1); 57 @ate[8, "Asparagus"] = sum(1); 58 @ate[8, "Squash"] = sum(1); 71 printa("%d %s\n", @ate);
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_11.H.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.HIPx.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.HP.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.J.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.JP.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.JPu.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.T.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.X.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.XP.out | 5 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 7 {{My snake ate your hamster}}
|
H A D | test_11.E.out | 8 … 222 animal-consumed [animal-consumed@42 animal="snake" pet="hamster"] My snake ate your hamster}} 10 {{My snake ate your hamster}}
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.misc | 308 printf "the monkey ate a %s\n", "banana" } 314 printf "the monkey ate a %s\n", "banana" }
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-trimslice.dts | 58 nvidia,pins = "atd", "ate", "gme", "pta"; 203 nvidia,pins = "ata", "atc", "atd", "ate",
|
H A D | tegra20-tamonten.dtsi | 51 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu", 185 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
H A D | tegra20-ventana.dts | 67 nvidia,pins = "atd", "ate", "gmb", "spia", 219 nvidia,pins = "ate", "csus", "dap3", "gmd",
|
H A D | tegra20-paz00.dts | 59 nvidia,pins = "ata", "atc", "atd", "ate", 201 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
H A D | tegra20-harmony.dts | 65 nvidia,pins = "atd", "ate", "gmb", "gmd", "gpu", 203 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
H A D | tegra20-seaboard.dts | 65 nvidia,pins = "atd", "ate", "gmb", "spia", 217 nvidia,pins = "ate", "csus", "dap3",
|
H A D | tegra20-asus-tf101.dts | 120 nvidia,pins = "atd", "ate", "gmb", "spia", 312 nvidia,pins = "ate", "dap2", "dap3", "gmb", "gmd",
|
/freebsd/contrib/opencsd/decoder/source/mem_acc/ |
H A D | trc_mem_acc_file.cpp | 73 m_mem_file.open(pathToFile.c_str(), std::ifstream::binary | std::ifstream::ate); in initAccessor()
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 714 int ate = 0; in p_branch_do() local 716 ate = p_branch_eat_delim(p, bc); in p_branch_do() 717 if (ate == 0) in p_branch_do() 719 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc)) in p_branch_do()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_dump.c | 427 dwarf_get_ATE_name(unsigned ate, const char **s) in dwarf_get_ATE_name() argument 432 switch (ate) { in dwarf_get_ATE_name()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | fstream | 316 static const ios_base::openmode __use_unbuffered_io = ios_base::ate; 329 // Note that opening a file with ios_base::ate does a seek operation. 333 // The ios_base::trunc and ios_base::ate flags are not used in __cm_. They 373 if (__mode & ios_base::ate) { 583 switch (__mode & ~ios_base::ate) { 635 switch (__mode & ~ios_base::ate) {
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 89 const ios_base::openmode ios_base::ate; member in ios_base
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra20-pinmux.txt | 75 ata, atb, atc, atd, ate, cdev1, cdev2, crtp, csus, dap1, dap2, dap3, dap4,
|