Searched refs:to2 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/Array/
H A Dslice.js45 var to2 = to;
50 if (to2 < 0) to2 = a.length + to;
52 if ((to2 > from2)&&(to2 > 0)&&(from2 < a.length))
55 if (to2 > a.length) to2 = a.length;
57 for (i = from2; i < to2; ++i) returnArray.push(a[i]);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/String/
H A Dslice.js45 var to2 = to;
50 if (to2 < 0) to2 = a.length + to;
52 if ((to2 > from2)&&(to2 > 0)&&(from2 < a.length))
55 if (to2 > a.length) to2 = a.length;
57 for (i = from2; i < to2; ++i) returnString += a.charAt(i);
/macosx-10.9.5/libclosure-63/objectTests/
H A Dretainrelease.m38 TestObject *to2 = [[TestObject alloc] init];
39 void (^blockA)(void) __unused = ^ { [to self]; printf("using argc %d\n", argc); [to2 self]; };
H A Drecovermany.m35 __block id to2 = [[TestObject alloc] init];
40 [to2 self];
/macosx-10.9.5/libauto-185.5/tests/
H A Dweakassign.m78 TestObject *to2 = [TestObject new];
79 [to1 setStrong:to2];
80 [to2 setStrong:to1];
82 [to2 setKeeper:object];
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_stringprep_data.tcl185 temp from to1 to2]} {
188 scan $to2 %x to2
190 $to1 <= 0x10ffff && $to2 <= 0x10ffff} {
192 lappend multicasemap [list $to1 $to2]
195 temp from to1 to2 to3]} {
198 scan $to2 %x to2
201 $to1 <= 0x10ffff && $to2 <= 0x10ffff && \
204 lappend multicasemap [list $to1 $to2
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtoolbar.tcl44 ttk::separator $t.tearoff.to2 -orient vertical
46 pack $t.tearoff.to2 -fill y -expand 1 -side left
57 bind $t.tearoff.to2 <B1-Motion> [list tearoff $t %X %Y]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtoolbar.rb51 to2 = Ttk::Separator.new(to_base, :orient=>:vertical)
53 to2.pack(:fill=>:y, :expand=>true, :side=>:left)
65 to2. bind('B1-Motion', '%X %Y'){|x, y| tbar_base.tearoff(to_base, x, y)}
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dtoolbar.rb54 to2 = Ttk::Separator.new(to_base, :orient=>:vertical)
56 to2.pack(:fill=>:y, :expand=>true, :side=>:left)
68 to2. bind('B1-Motion', '%X %Y'){|x, y| tbar_base.tearoff(to_base, x, y)}
/macosx-10.9.5/vim-53/src/
H A Dcharset.c1465 colnr_T from1, from2, to1, to2; local
1470 getvvcol(wp, pos2, &from2, NULL, &to2);
1475 getvvcol(wp, pos1, &from2, NULL, &to2);
1481 if (to2 > to1)
1486 *right = to2;
/macosx-10.9.5/Heimdal-323.92.1/appl/rsh/
H A Drshd.c408 int to2, int from2,
475 close (to2);
480 do_write (to2, buf, ret, ivec_out[1]);
406 rshd_loop(int from0, int to0, int to1, int from1, int to2, int from2, int have_errsock) argument
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c1478 TSCCContext *from2, *from3, *to2, *to3; local
1479 TSCCContext **pfrom2 = &from2, **pfrom3 = &from3, **pto2 = &to2, **pto3 = &to3;
1553 TSCC_print_log(to2, "to2");
1556 if(to2 == NULL) {
1557 log_err("FAIL! to2 is null \n");
1570 if(to2 == (&to1) ) {
1578 if(to2->wasClosed) {
1579 log_err("FAIL! to2 was closed\n");
1589 TSCC_print_log(to2, "to
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dregparse.c1948 OnigCodePoint from2, to2; local
1952 to2 = data[i*2+1];
1954 if (to2 < from1) continue;
1956 from1 = to2 + 1;
1960 if (to2 < to1) {
1965 from1 = to2 + 1;
1988 OnigCodePoint from, to, from1, to1, from2, to2; local
2018 to2 = data2[j*2+1];
2020 if (to2 < from1) continue;
2022 to = MIN(to1, to2);
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dquail.el846 (let ((from1 100) (to1 0) from2 to2)
860 (setq from2 from1 to2 to1)
864 (setq to2 (current-column))
867 (if (> to2 to1)
868 (setq to1 to2))
880 (setq from1 from2 to1 to2)

Completed in 235 milliseconds