Searched refs:run (Results 26 - 50 of 1270) sorted by relevance

1234567891011>>

/macosx-10.10.1/dyld-353.2.1/unit-tests/
H A Dbuild-and-run-iPhoneOS-unit-tests8 rsync -a /tmp/unpack-and-run-all-tests /tmp/dyld-testing.cpgz rsync://root@localhost:10873/root/tmp
13 /Developer/Platforms/iPhoneOS.platform/usr/local/bin/PurpleExec /tmp/unpack-and-run-all-tests
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dapollo.h24 operating system this machine is likely to run.
83 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,a88k -A sys,any -A run,bsd4.3
84 #define LD_SWITCH_MACHINE -A cpu,a88k -A sys,any -A run,bsd4.3
86 #define C_SWITCH_MACHINE -W0,-ncompress -W0,-opt,2 -A cpu,3000 -A sys,any -A run,bsd4.3
87 #define LD_SWITCH_MACHINE -A cpu,m68k -A sys,any -A run,bsd4.3
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctrun.py24 run = CTLineGetGlyphRuns(line)[0]
25 self.failUnlessIsInstance(run, CTRunRef)
27 v = CTRunGetGlyphCount(run)
30 v = CTRunGetAttributes(run)
33 v = CTRunGetStatus(run)
36 buf = CTRunGetGlyphsPtr(run)
40 buf = CTRunGetGlyphs(run, CFRange(0, 5), None)
45 buf = CTRunGetPositionsPtr(run)
49 buf = CTRunGetPositions(run, CFRange(0, 5), None)
54 buf = CTRunGetStringIndicesPtr(run)
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rake/contrib/
H A Dpublisher.rb44 run %{scp -rq #{@local_dir}/* #{@host}:#{@remote_dir}}
51 run %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil
52 run %{ssh #{@host} mkdir #{@remote_dir}}
70 run %{scp -q #{@local_dir}/#{fn} #{@host}:#{@remote_dir}}
/macosx-10.10.1/ruby-106/ruby/test/testunit/tests_for_parallel/
H A Drunner.rb10 exit Test::Unit::AutoRunner.run(true, src_testdir)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/filter-aaaa/
H A Dclean.sh23 rm -f ns1/named.run
26 rm -f ns2/named.run
29 rm -f ns3/named.run
36 rm -f ns4/named.run
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/virtual-time/
H A Drunall.sh37 sh run.sh $d || status=1
H A Dcleanall.sh29 -o -name '*.pid' -o -name '*.keyset' -o -name named.run \
30 -o -name lwresd.run -o -name ans.run \) -print | xargs rm -f
/macosx-10.10.1/ruby-106/ruby/bin/
H A Dri12 RDoc::RI::Driver.run ARGV
H A Dgem21 Gem::GemRunner.new.run args
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducpgba.c58 * ISLTR_LTR - Test for members of an LTR run in an LTR context. This looks
62 * ISRTL_RTL - Test for members of an RTL run in an RTL context. This looks
118 * This routine creates a new run, copies the text into it, links it into the
127 ucrun_t *run; local
129 run = (ucrun_t *) malloc(sizeof(ucrun_t));
130 run->visual_next = run->visual_prev = 0;
131 run->direction = direction;
133 run->cursor = ~0;
135 run
184 ucrun_t *run, *lrun; local
297 ucrun_t *run; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/
H A Dcleanall.sh30 -o -name '*.pid' -o -name '*.keyset' -o -name named.run \
31 -o -name lwresd.run -o -name ans.run \) -print | xargs rm -f
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/layout/
H A Dplayout.h45 * The opaque type for a visual run in a line.
54 * are specified for each font run. The limit offset is the offset of the character immediately
55 * after the font run.
304 * which returns the last X position of the last visual run
318 * visual run in the line.
321 * @param runIndex is the index of the run, in visual order.
324 * visual run. This object is owned by the <code>pl_line</code> object which
337 * represents the font of the visual run. This will always
340 * @param run the <code>pl_visualRun</code> object.
343 * font of the visual run
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/eg/benchmarks/
H A Dsimple21 run("sp0 sc0 w$watch", \&debug_logger);
24 run("sp1 sc0 w$watch", \&debug_logger);
27 run("sp0 sc1 w$watch", \&subcat_logger);
30 run("sp1 sc1 w$watch", \&subcat_logger);
34 sub run { subroutine
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A DRunArrays.cpp117 const LEFontInstance *FontRuns::getFont(le_int32 run) const
119 if (run < 0 || run >= getCount()) {
123 return fFonts[run];
169 const Locale *LocaleRuns::getLocale(le_int32 run) const
171 if (run < 0 || run >= getCount()) {
175 return fLocales[run];
221 le_int32 ValueRuns::getValue(le_int32 run) const
223 if (run <
[all...]
H A Dplayout.cpp223 pl_getVisualRunFont(const pl_visualRun *run) argument
225 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
235 pl_getVisualRunDirection(const pl_visualRun *run) argument
237 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
247 pl_getVisualRunGlyphCount(const pl_visualRun *run) argument
249 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
259 pl_getVisualRunGlyphs(const pl_visualRun *run) argument
261 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
271 pl_getVisualRunPositions(const pl_visualRun *run) argument
273 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
283 pl_getVisualRunGlyphToCharMap(const pl_visualRun *run) argument
295 pl_getVisualRunAscent(const pl_visualRun *run) argument
307 pl_getVisualRunDescent(const pl_visualRun *run) argument
319 pl_getVisualRunLeading(const pl_visualRun *run) argument
[all...]
/macosx-10.10.1/dcerpc-61/BuildConfig/
H A Dgenerate-idl-parsers53 run() function
70 run flex -P${PREFIX} -o $(outfile_name ${LEXER} c) ${SCRIPT_INPUT_FILE_0}
71 run bison -v -d -p ${PREFIX} -o $(outfile_name ${PARSER} c) ${SCRIPT_INPUT_FILE_1}
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/gost/
H A Dclean.sh23 rm -f */named.run
/macosx-10.10.1/bind9-45.101/bind9/unit/
H A Dunittest.sh.in26 atf-run > atf.out
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/ext/
H A Drake_builder.rb16 run cmd, results
33 run cmd, results
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Ddbiff.rb18 def run method in class:Biff
47 biff.run
/macosx-10.10.1/ruby-106/ruby/test/
H A Dprofile_test_all.rb20 alias orig_run run
46 def run runner method in class:MiniTest
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmapped.tcl170 proc run {type bdata bmap runs finds} { procedure
205 run Plain 0 0 3 10
206 run Plain 1 0 3 10
209 run Hash 0 0 3 1000
210 run Hash 0 1 3 1000
211 run Hash 1 0 3 1000
212 run Hash 1 1 3 1000
215 run Ordered 0 0 3 1000
216 run Ordered 1 0 3 1000
219 run Bot
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]

Completed in 279 milliseconds

1234567891011>>