Searched refs:run (Results 251 - 275 of 975) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DReleaseModeModelRunner.cpp36 bool run() override;
77 bool ReleaseModeModelRunner::run() { function in class:ReleaseModeModelRunner
H A DRegionInfo.cpp190 RegionInfo RegionInfoAnalysis::run(Function &F, FunctionAnalysisManager &AM) { function in class:RegionInfoAnalysis
203 PreservedAnalyses RegionInfoPrinterPass::run(Function &F, function in class:RegionInfoPrinterPass
211 PreservedAnalyses RegionInfoVerifierPass::run(Function &F, function in class:RegionInfoVerifierPass
/freebsd-13-stable/share/mk/
H A Dbsd.port.subdir.mk4 # Autodetect if the command is being run in a ports tree that's not rooted
/freebsd-13-stable/crypto/openssh/regress/unittests/kex/
H A DMakefile22 REGRESS_TARGETS=run-regress-${PROG}
24 run-regress-${PROG}: ${PROG}
/freebsd-13-stable/usr.sbin/bsdconfig/mouse/
H A Dflags49 MOUSED_PIDFILE=/var/run/moused.pid
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv454 err=$( pkill -F /var/run/dhclient/dhclient.${INTERFACE}.pid; dhclient $INTERFACE 2>&1 )
/freebsd-13-stable/tests/sys/acl/
H A D00.sh29 # This is a wrapper script to run tools-posix.test on UFS filesystem.
33 # and do /path/to/test run /path/to/test tools-posix.test, e.g.
35 # /usr/src/tools/regression/acltools/run /usr/src/tools/regression/acltools/tools-posix.test
77 perl $TESTDIR/run $TESTDIR/tools-posix.test >&2
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.init_fedora27 pidfile="/var/run/unbound/unbound.pid"
46 mount --bind -n /var/run/unbound ${rootdir}/var/run/unbound >/dev/null 2>&1;
61 for mountfile in /dev/log /dev/urandom /etc/localtime /etc/resolv.conf /var/run/unbound
84 # run checks to determine if the service is running or use generic status
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h23 /// 5) Loop passes run over each loop in the loop nest from the innermost to
25 /// passes run over outer loops. When running the pipeline across an inner
69 LPMUpdater &>::run(Loop &InitialL, LoopAnalysisManager &AM,
78 /// a sequence of Loop passes over each Loop that the manager is run over. This
85 /// the extra parameters from a transformation's run method to the
93 PreservedAnalyses run(Loop &L, LoopAnalysisManager &AM, function in struct:llvm::RequireAnalysisPass
116 /// This can be queried by loop passes which run other loop passes (like pass
227 /// FunctionAnalysisManager it will run the \c LoopAnalysisManagerFunctionProxy
229 /// LoopAnalysisManager to be used within this run safely.
243 PreservedAnalyses run(Functio function in class:llvm::FunctionToLoopPassAdaptor
[all...]
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in141 test_crypto-run-crypto.$(OBJEXT) test_crypto-version.$(OBJEXT) \
161 run-keyFile.$(OBJEXT) version.$(OBJEXT) $(am__objects_1)
168 run-kodDatabase.$(OBJEXT) version.$(OBJEXT) $(am__objects_1)
175 run-kodFile.$(OBJEXT) version.$(OBJEXT) $(am__objects_1)
181 am_test_log_OBJECTS = t-log.$(OBJEXT) run-t-log.$(OBJEXT) \
189 run-networking.$(OBJEXT) version.$(OBJEXT) $(am__objects_1)
196 run-packetHandling.$(OBJEXT) version.$(OBJEXT) \
204 run-packetProcessing.$(OBJEXT) sntptest.$(OBJEXT) \
212 utilities.$(OBJEXT) run-utilities.$(OBJEXT) $(am__objects_1)
340 # standard input, print the name of the tests that are to be re-run
[all...]
/freebsd-13-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c346 run(const char *host, const char *port, size_t n, bool conn, bool bug) function
452 run(host, port, n, conn, bug);
465 run(HOST_V4, PORT_V4, TOTAL, true, false);
476 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, true, false);
487 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, true, true);
498 run(HOST_V6, PORT_V6, TOTAL, true, false);
509 run(HOST_V4, PORT_V4, TOTAL, false, false);
520 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, false, false);
531 run(HOST_V4MAPPED, PORT_V4MAPPED, TOTAL, false, true);
542 run(HOST_V
[all...]
/freebsd-13-stable/contrib/bc/tests/
H A Drandmath.py105 p2 = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
186 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
205 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
278 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
285 p = subprocess.run(args, input=indata.encode(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp98 bool run();
125 bool CanonicalizeFreezeInLoopsImpl::run() { function in class:CanonicalizeFreezeInLoopsImpl
225 return CanonicalizeFreezeInLoopsImpl(L, SE, DT).run();
229 CanonicalizeFreezeInLoopsPass::run(Loop &L, LoopAnalysisManager &AM, function in class:CanonicalizeFreezeInLoopsPass
232 if (!CanonicalizeFreezeInLoopsImpl(&L, AR.SE, AR.DT).run())
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c45 static void run(void);
55 void run(void) function
311 run();
327 run();
341 run();
/freebsd-13-stable/tools/build/
H A Dmake.py52 def run(cmd, **kwargs): function
84 run(["sh", bmake_source_dir / "boot-strap"] + configure_args,
87 run(["sh", bmake_source_dir / "boot-strap", "op=install"] + configure_args,
120 run([guess, "--version"])
136 llvm_dir = subprocess.run(["brew", "--prefix", "llvm"],
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dbench.py58 def run(cache, variant, function, bytes, loops, alignment, run_id, quiet=False): function
59 """Perform a single run, exercising the cache as appropriate."""
114 took = run(cache, variant, function, mid, loops, alignment, 0,
125 # Figure out the number of loops to give a roughly consistent run
128 run(cache, variant, function, b, loops, alignment,
133 parser.add_argument("-v", "--variants", nargs="+", help="library variant to run (run all if not specified)", default = VARIANTS, choices = VARIANTS)
134 parser.add_argument("-f", "--functions", nargs="+", help="function to run (run all if not specified)", default = FUNCTIONS, choices = FUNCTIONS)
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp29 void run(raw_ostream &OS);
123 void DAGISelEmitter::run(raw_ostream &OS) { function in class:DAGISelEmitter
186 DAGISelEmitter(RK).run(OS);
H A DExegesisEmitter.cpp39 void run(raw_ostream &OS) const;
201 void ExegesisEmitter::run(raw_ostream &OS) const { function in class:__anon4926::ExegesisEmitter
212 ExegesisEmitter(RK).run(OS);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c59 static void run(int *);
134 run(int *nhosts) function
182 run(&nleft[i]);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerInternal.h46 virtual PreservedAnalyses run(IRUnitT &IR, AnalysisManagerT &AM,
55 /// Can be instantiated for any object which provides a \c run method accepting
77 PreservedAnalysesT run(IRUnitT &IR, AnalysisManagerT &AM,
79 return Pass.run(IR, AM, ExtraArgs...);
236 /// This concept is parameterized over the IR unit that it can run over and
243 /// Method to run this analysis over a unit of IR.
248 run(IRUnitT &IR, AnalysisManager<IRUnitT, ExtraArgTs...> &AM,
257 /// Can wrap any type which implements a suitable \c run method. The method
285 /// The model delegates to the \c PassT::run method.
290 run(IRUnit
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py102 def run(self): member in class:P2P_Disconnect
108 gobject.MainLoop().run()
H A Dp2p_find.py115 def run(self): member in class:P2P_Find
120 gobject.MainLoop().run()
181 # If timeout is 0, then run forever
H A Dp2p_flush.py102 def run(self): member in class:P2P_Flush
108 gobject.MainLoop().run()
H A Dp2p_listen.py102 def run(self): member in class:P2P_Listen
110 gobject.MainLoop().run()
171 # If timeout is 0, then run forever
H A Dp2p_stop_find.py107 def run(self): member in class:P2P_Stop_Find
113 gobject.MainLoop().run()

Completed in 295 milliseconds

<<11121314151617181920>>