Home
last modified time | relevance | path

Searched refs:RUN (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dcmd-errors-jobs.mk6 RUN= @ run() { \
15 ${RUN} undefined-direct
16 ${RUN} undefined-indirect
17 ${RUN} parse-error-direct
18 ${RUN} parse-error-indirect
19 ${RUN} begin-direct
20 ${RUN} begin-indirect
21 ${RUN} end-direct
22 ${RUN} end-indirect
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt20 [ RUN ] ADeathTest.ShouldRunFirst
23 [ RUN ] ATypedDeathTest/0.ShouldRunFirst
26 [ RUN ] ATypedDeathTest/1.ShouldRunFirst
29 [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst
32 [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst
35 [ RUN ] PassingTest.PassingTest1
37 [ RUN ] PassingTest.PassingTest2
40 [ RUN ] NonfatalFailureTest.EscapesStringOperands
58 [ RUN ] NonfatalFailureTest.DiffForLongStrings
73 [ RUN ] FatalFailureTest.FatalFailureInSubroutine
[all …]
/freebsd/contrib/libfido2/fuzz/
H A DDockerfile9 RUN apk -q update
10 RUN apk add build-base clang clang-analyzer cmake compiler-rt coreutils
11 RUN apk add eudev-dev git linux-headers llvm openssl-dev pcsc-lite-dev
12 RUN apk add sudo tar zlib-dev
13 RUN git clone --branch v0.10.2 --depth=1 https://github.com/PJK/libcbor
14 RUN git clone --depth=1 https://github.com/yubico/libfido2
16 RUN ./fuzz/build-coverage /libcbor /libfido2
/freebsd/usr.sbin/ntp/scripts/
H A Dmkver30 RUN="`cat .version`"
31 RUN="`expr $RUN + 1`"
32 echo $RUN > .version
34 ConfStr="$ConfStr (${RUN})"
/freebsd/contrib/ntp/scripts/build/
H A Dmkver.in30 RUN="`cat .version`"
31 RUN="`expr $RUN + 1`"
32 echo $RUN > .version
34 ConfStr="$ConfStr (${RUN})"
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt1 [ RUN ] GMockOutputTest.ExpectedCall
11 [ RUN ] GMockOutputTest.ExpectedCallToVoidFunction
20 [ RUN ] GMockOutputTest.ExplicitActionsRunOut
30 [ RUN ] GMockOutputTest.UnexpectedCall
45 [ RUN ] GMockOutputTest.UnexpectedCallToVoidFunction
59 [ RUN ] GMockOutputTest.ExcessiveCall
68 [ RUN ] GMockOutputTest.ExcessiveCallToVoidFunction
76 [ RUN ] GMockOutputTest.UninterestingCall
84 [ RUN ] GMockOutputTest.UninterestingCallToVoidFunction
91 [ RUN ] GMockOutputTest.RetiredExpectation
[all …]
/freebsd/share/examples/oci/
H A DContainerfile.pkg18 RUN env ASSUME_ALWAYS_YES=yes pkg bootstrap -r FreeBSD && pkg update
21 RUN pkg install -y ${packages}
27 RUN pkg clean -ay && pkg delete -fy pkg && rm -rf /var/db/pkg/repos
/freebsd/sys/contrib/openzfs/udev/rules.d/
H A D90-zfs.rules.in4 ENV{ID_FS_TYPE}=="zfs", RUN+="/sbin/modprobe zfs"
5 ENV{ID_FS_TYPE}=="zfs_member", RUN+="/sbin/modprobe zfs"
/freebsd/contrib/unbound/contrib/
H A DDockerfile.tests5 RUN apt-get update && apt-get install -y bison flex ldnsutils dnsutils xxd splint doxygen netcat-op…
7 RUN sed -i 's/SECLEVEL=2/SECLEVEL=1/g' /usr/lib/ssl/openssl.cnf
/freebsd/contrib/arm-optimized-routines/string/include/
H A Dbenchlib.h34 #define RUN(BENCH, FN) BENCH(#FN, FN) macro
/freebsd/usr.bin/systat/
H A Dvmstat.c125 static enum state { BOOT, TIME, RUN } state = TIME; enumerator
506 case RUN: in showkre()
552 state = RUN; in cmdkre()
566 if (state == RUN) { in cmdkre()
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemset.c27 RUN (TESTFN, memset); \
H A Dstrlen.c28 RUN (TESTFN, strlen); \
H A Dmemcpy.c28 RUN (TESTFN, memcpy); \
/freebsd/crypto/openssl/
H A DNOTES-DJGPP.md35 RUN-TIME CAVEAT LECTOR
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md127 [ RUN ] HelloTest.BasicAssertions
H A Dadvanced.md2041 <font color="green">[ RUN ]</font> FooTest.DoesAbc
2044 <font color="green">[ RUN ]</font> BarTest.HasXyzProperty
2046 <font color="green">[ RUN ]</font> BarTest.ReturnsTrueOnSuccess
2211 "enum": ["RUN", "NOTRUN"]
2289 RUN = 0;
2333 "status": "RUN",
2351 "status": "RUN",
2368 "status": "RUN",
H A Dgmock_cook_book.md3228 [ RUN ] Foo.Bar
/freebsd/contrib/sendmail/
H A DREADME289 IF YOU WANT TO RUN THE NEW BERKELEY DB SOFTWARE: **** DO NOT ****
/freebsd/contrib/ncurses/
H A DINSTALL268 YOU MAY NOT BE ABLE TO COMPILE (OR RUN) NCURSES APPLICATIONS WITH C++.
H A DNEWS1597 + improve tracemunch logic for "RUN" compaction.
/freebsd/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt1591 2F9B;2F9B;2F9B;8D70;8D70; # (⾛; ⾛; ⾛; 走; 走; ) KANGXI RADICAL RUN
5629 B8EC;B8EC;1105 116E 11AB;B8EC;1105 116E 11AB; # (룬; 룬; 룬; 룬; 룬; ) HANGUL SYLLABLE RUN
H A DUnicodeData.txt8316 2F9B;KANGXI RADICAL RUN;So;0;ON;<compat> 8D70;;;;N;;;;;
/freebsd/contrib/ntp/
H A DCommitLog[all...]