Searched refs:run (Results 126 - 150 of 1270) sorted by relevance

1234567891011>>

/macosx-10.10.1/file-46/file/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/macosx-10.10.1/iodbc-42.5/iodbc/admin/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/macosx-10.10.1/libarchive-30/libarchive/build/autoconf/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A Dmdnsd.sh21 # the order it's going to run the rc.d scripts at startup time.
42 kill -TERM `cat /var/run/mdnsd.pid`
/macosx-10.10.1/ntp-92/sntp/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/macosx-10.10.1/ruby-106/ruby/lib/test/unit/
H A Dtestcase.rb15 def run runner method in class:Test.Unit.TestCase
/macosx-10.10.1/ruby-106/ruby/sample/logger/
H A Dapp.rb20 def run method in class:MyApp
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
46 right script to run: please start by reading the file `INSTALL'.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/mac-mpw/
H A DREADME9 run them.
12 but are when run through the "mactrans" program, which turns
/macosx-10.10.1/xnu-2782.1.97/tools/tests/execperf/
H A DMakefile35 printexecinfo run test
36 OBJECTS = exit-asm.o exit.o printexecinfo.o run.o
65 $(OBJROOT)/run.o: run.c OBJROOT
102 $(DSTROOT)/run: $(OBJROOT)/run.o
103 $(CC) -o $(SYMROOT)/run $< $(LDFLAGS)
104 $(DSYMUTIL) $(SYMROOT)/run
105 $(STRIP) -S -o $@ $(SYMROOT)/run
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh103 run=
158 --dry-run | -n)
159 run=:
263 # These modes are in order of execution frequency so that they run quickly.
387 $run $rm $removelist
388 trap "$run $rm $removelist; exit 1" 1 2 15
396 trap "$run $rm $removelist; exit 1" 1 2 15
422 $run $rm $removelist
451 $run $rm $libobj
454 $run
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltmain.sh112 run=
167 --dry-run | -n)
168 run=:
272 # These modes are in order of execution frequency so that they run quickly.
396 $run $rm $removelist
397 trap "$run $rm $removelist; exit 1" 1 2 15
405 trap "$run $rm $removelist; exit 1" 1 2 15
431 $run $rm $removelist
460 $run $rm $libobj
463 $run
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltmain.sh112 run=
167 --dry-run | -n)
168 run=:
272 # These modes are in order of execution frequency so that they run quickly.
396 $run $rm $removelist
397 trap "$run $rm $removelist; exit 1" 1 2 15
405 trap "$run $rm $removelist; exit 1" 1 2 15
431 $run $rm $removelist
460 $run $rm $libobj
463 $run
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/layout/
H A DRunArrays.h114 * Get the limit index for a particular run of text.
116 * @param run is the run. This is an index into the limit index array.
118 * @return the limit index for the run, or -1 if <code>run</code> is out of bounds.
122 inline le_int32 getLimit(le_int32 run) const;
125 * Add a limit index to the limit indices array and return the run index
131 * limit indices array, this method will return a run index of -1.
141 * @return the run index where the limit index was stored, or -1 if the limit index cannt be stored.
250 inline le_int32 RunArray::getLimit(le_int32 run) cons
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dbsd.regress.mk24 run-regress-${PROG}: ${PROG}
29 REGRESSTARGETS=run-regress-${PROG}
31 REGRESSSKIPTARGETS=run-regress-${PROG}
76 @echo ${REGRESSNAME}/${RT:S/^run-regress-//} >> ${REGRESSLOG}
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dspeed.c119 long run=0; variable
133 run=0;
193 printf("To get the most accurate results, try to run this\n");
223 #define COND(c) (run)
231 for (count=0,run=1; COND(ca); count++)
244 for (count=0,run=1; COND(cb); count++)
263 for (count=0,run=1; COND(cc); count++)
280 for (count=0,run=1; COND(cd); count++)
299 for (count=0,run=1; COND(ce); count++)
/macosx-10.10.1/WebInspectorUI-7600.1.17/Scripts/
H A Dupdate-LegacyInspectorBackendCommands.rb26 def run method in class:Task
74 all_tasks.each { |task| task.run }
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlvauto/
H A Dclean.sh24 rm -f */named.run
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/pending/
H A Dclean.sh24 rm -rf */named.run
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/rrsetorder/
H A Dclean.sh23 rm -f ns?/named.run ns?/named.core
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/staticstub/
H A Dclean.sh24 rm -f ns?/named.run
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp68 run();
72 /// run - Start execution with the specified function and arguments.
77 assert (F && "Function *F was null at entry to run()");
95 run();
/macosx-10.10.1/ppp-786.1.1/Documentation/scripts/
H A Dipv6-up.sample14 PIDFILE=/var/run/radvd-$DEVICE.pid
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/ext/
H A Dbuilder.rb35 run(cmd, results, "make #{target}".rstrip)
43 def self.run(command, results, command_name = nil) singleton method in class:Gem
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dgem_runner.rb36 def run(args) method in class:Gem
60 cmd.run Gem.configuration.args, build_args

Completed in 375 milliseconds

1234567891011>>