Searched refs:runs (Results 1 - 25 of 210) sorted by relevance

123456789

/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_multi_task.rb12 @runs = Array.new
18 @runs << obj
27 assert_equal 6, @runs.size
28 assert @runs.index("A0") < @runs.index("A1")
29 assert @runs.index("A1") < @runs.index("A2")
30 assert @runs.index("B0") < @runs.index("B1")
31 assert @runs
[all...]
H A Dtest_rake_rules.rb18 @runs = []
25 rule(/\.o$/ => ['.c']) do @runs << :C end
26 rule(/\.o$/ => ['.f']) do @runs << :F end
30 assert_equal [:F], @runs
37 rule(/\.o$/ => ['.f']) do @runs << :F end
38 rule(/\.o$/ => ['.c']) do @runs << :C end
40 assert_equal [:F], @runs
46 @runs << t.name
51 assert_equal [OBJFILE], @runs
57 @runs <<
[all...]
H A Dtest_rake_definitions.rb46 runs = []
47 task :t1 => [:t2] do runs << "A"; 4321 end
48 task :t1 => [:t3] do runs << "B"; 1234 end
53 assert_equal ["A", "B"], runs
63 runs = []
65 task :y => [EXISTINGFILE] do |t| runs << t.name end
67 assert_equal runs, ['y']
H A Dtest_rake_file_task.rb11 @runs = Array.new
76 file NEWFILE => [:obj] do |t| @runs << t.name end
77 task :obj => [OLDFILE] do |t| @runs << t.name end
78 file OLDFILE do |t| @runs << t.name end
82 assert ! @runs.include?(NEWFILE)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dmkspans.c31 * runs of zeros and ones in Group 3 Fax encoding.
34 dumparray(name, runs)
36 unsigned char runs[256];
43 printf("%s%d", sep, runs[i]);
55 unsigned char runs[2][256]; local
57 memset(runs[0], 0, 256*sizeof (char));
58 memset(runs[1], 0, 256*sizeof (char));
63 runs[1][run|i] = runlen;
64 runs[0][(~(run|i)) & 0xff] = runlen;
68 runs[
[all...]
H A Dtif_fax3.c80 uint32* runs; /* b&w runs for current/previous row */ member in struct:__anon13132
81 uint32* refruns; /* runs for reference line */
82 uint32* curruns; /* runs for current line */
363 * runs generated during G3/G4 decoding.
366 _TIFFFax3fillruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx) argument
375 if ((erun-runs)&1)
378 for (; runs < erun; runs += 2) {
379 run = runs[
[all...]
/macosx-10.9.5/top-89.1.2/tests/
H A Dcreate_destroy_procs.tcl2 for {set runs 0} {$runs < 200} {incr runs} {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dubidiln.c50 * The implementation of the access to same-level-runs and of the reordering
56 * same-level-runs is created. Reordering then is done on this vector.
61 * This is inefficient if there are many very short runs. If the average run
157 pLineBiDi->runs=NULL;
320 /* this is done based on runs rather than on levels since levels have
324 iRun=pBiDi->runs[0];
327 iRun = pBiDi->runs[i];
351 /* runs API functions ------------------------------------------------------- */
377 start=pBiDi->runs[runIndex].logicalStart;
383 *pLength=pBiDi->runs[runInde
440 Run *runs, tempRun; local
523 Run *runs=pBiDi->runs; local
602 Run *runs; local
898 Run *runs=pBiDi->runs; local
925 Run *runs=pBiDi->runs; local
945 Run *runs=pBiDi->runs; local
990 Run *runs; local
1126 Run *runs=pBiDi->runs; local
1225 Run *runs=pBiDi->runs, *runsLimit=runs+pBiDi->runCount; local
[all...]
H A Dubidi.c218 * realloc, but it is needed when adding runs using getRunsMemory()
582 * perform that resolution on same-level-runs.
587 * On one hand, the paragraph has to be scanned for same-level-runs, but
752 * explicit codes because we will later look at same-level runs (X10).
1714 Run *runs; local
1785 /* check if some runs must be split, count how many splits */
1788 runs=pBiDi->runs;
1791 runLength=runs[i].visualLimit-visualStart;
1795 logicalStart=GET_INDEX(runs[
[all...]
/macosx-10.9.5/efax-36/efax/
H A Defaxlib.h22 to T.4 codes, each pair of runs takes up to 25 bits to code. MAXCODES
68 extern t4tab wtab [ ( 64 + 27 + 13 ) + 1 ] ; /* white runs */
69 extern t4tab btab [ ( 64 + 27 + 13 ) + 1 ] ; /* black runs */
166 int readline ( IFILE *f, short *runs, int *pels ) ;
193 void writeline ( OFILE *f, short *runs, int nr, int no ) ;
198 uchar *runtocode ( ENCODER *e, short *runs, int nr, uchar *buf ) ;
200 /* int bittorun ( uchar *buf, int n, short *runs ) ; */
203 short *runs, int *pels ) ;
205 int xpad ( short *runs, int nr, int pad ) ;
206 int xscale ( short *runs, in
[all...]
H A Defix.c222 short runs [ MAXRUNS ] , ovruns [ MAXRUNS ] ; local
397 writeline ( &ofile, ( ( *runs = w ), runs ), 1, iysh ) ;
401 readline ( &ifile, runs, 0 ) ;
410 if ( ! ifile.lines || ( nr = readline ( &ifile, runs, &pels ) ) < 0 ) {
418 nr = runor ( runs, nr, ovruns, ovnr, 0, &pels ) ;
423 pels = ( xs == 256 ) ? pels : xscale ( runs, nr, xs ) ;
424 pels += ( ixsh == 0 ) ? 0 : xshift ( runs, nr, ixsh ) ;
425 nr = ( pels == w ) ? nr : xpad ( runs, nr, w - pels ) ;
434 writeline ( &ofile, runs, n
[all...]
H A Defaxlib.c84 uchar *runtocode ( ENCODER *e, short *runs, int nr, uchar *codes ) argument
98 rlen = *runs++ ;
115 /* Pad/truncate run-length coded scan line 'runs' of 'nr' runs by 'pad'
116 pixels (truncate if negative). Returns the new number of runs. */
118 int xpad ( short *runs, int nr, int pad ) argument
121 while ( pad < 0 ) pad += ( nr <= 0 ? -pad : runs [ --nr ] ) ;
122 runs [ nr++ ] = pad ;
124 if ( nr & 1 ) runs [ nr - 1 ] += pad ;
125 else runs [ n
135 xshift( short *runs, int nr, int s ) argument
387 texttorun( uchar *txt, faxfont *font, short line, int w, int h, int lmargin, short *runs, int *ppels ) argument
455 readruns( IFILE *f, short *runs, int *pels ) argument
569 readline( IFILE *f, short *runs, int *pels ) argument
1139 short runs [ MAXRUNS ] ; local
1685 runtobit( short *runs, int nr, uchar *buf ) argument
1922 writeline( OFILE *f, short *runs, int nr, int no ) argument
2019 short runs [ MAXRUNS ] ; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/
H A Dreport67 # release, average, runs, percent, standard deviation
68 read rel avg runs percent rsd
73 # echo "read: rel $rel, avg $avg, runs $runs, percent $percent, rsd $rsd" > /dev/stderr
95 echo -n ", $rsd rsd, $runs runs"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dfax2ps.c68 printruns(unsigned char* buf, uint32* runs, uint32* erun, uint32 lastx) argument
89 while (runs < erun) {
92 runlength = *runs++;
94 runlength = runs[-1] = lastx-x;
96 if (!colormode && runs == erun)
131 if (runs >= erun)
134 runlength = *runs++;
136 runlength = runs[-1] = lastx-x;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/unix/
H A Dmetakit.spec18 Metakit is an embeddable database which runs on Unix, Windows,
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/Engine/
H A DNoFork.pm46 The HTTP::Proxy::Engine::NoFork engine runs the proxy with forking.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DNoFork.pm46 The HTTP::Proxy::Engine::NoFork engine runs the proxy with forking.
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A DREADME54 To compare the output of two or more runs, use multiview in the src
61 libmicro runs.
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtext-mode.el70 Turning on Text mode runs the normal hook `text-mode-hook'."
84 Turning on Paragraph-Indent Text mode runs the normal hooks
94 Turning on Paragraph-Indent minor mode runs the normal hook
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/json_index/js/
H A Dsearcher.js13 var runs = 0; variable
38 runs++;
40 runs = 0;
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/tests/
H A Dpersistence.test53 set ::runs 10
60 set ::runs 1
359 PersistenceTest instproc run {runs} {
361 for {set run 1} {$run<=$runs} {incr run} {
398 PersistenceTest pt -run $::runs
/macosx-10.9.5/top-89.1.2/
H A Dstatistic.h136 uint64_t runs; member in struct:statistic
/macosx-10.9.5/CPANInternal-140/Context-Preserve/lib/Context/
H A DPreserve.pm111 runs. You can modify the return value (aliased to @_) here, and do
126 called in, save the results, runs C<after> in the same context, then
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmapped.tcl170 proc run {type bdata bmap runs finds} {
191 while {[incr runs -1] >= 0} {
/macosx-10.9.5/vim-53/runtime/compiler/
H A Druby.vim44 " default settings runs script normally

Completed in 273 milliseconds

123456789