Searched refs:begin (Results 1 - 25 of 2878) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_vm1_ensure.rb4 begin
5 begin
H A Dbm_app_raise.rb4 begin
H A Dbm_vm1_rescue.rb4 begin
H A Dbm_vm2_raise1.rb13 begin
H A Dbm_vm2_raise2.rb13 begin
/macosx-10.10/ruby-106/ruby/ext/json/lib/
H A Djson.rb57 begin
/macosx-10.10/ruby-106/ruby/enc/
H A Dprelude.rb2 begin
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dautorun.rb8 begin
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dchariter.cpp22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
49 if(begin < 0) {
50 begin = 0;
51 } else if(begin > textLength) {
52 begin = textLength;
54 if(end < begin) {
55 end = begin;
[all...]
H A Duchriter.cpp81 && begin == realThat.begin
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
97 pos = begin;
107 pos = begin;
118 if(pos > begin) {
127 if(position < begin) {
128 pos = begin;
143 if (pos >= begin && pos < end) {
177 if (pos > begin) {
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Drmdirs.bat4 :begin label
10 if not exist "%dir%\." goto :begin
11 if "%dir%" == "." goto :begin
12 if "%dir%" == ".." goto :begin
13 rd "%dir%" 2> nul || goto :begin
24 if "%dir%" == "" goto :begin
25 if "%dir:~-1%" == ":" goto :begin
28 goto :begin
/macosx-10.10/WTF-7600.1.24/wtf/
H A DIteratorRange.h34 IteratorRange(Iterator begin, Iterator end) argument
35 : m_begin(WTF::move(begin))
40 Iterator begin() const { return m_begin; } function in class:WTF::IteratorRange
49 IteratorRange<Iterator> makeIteratorRange(Iterator&& begin, Iterator&& end) argument
51 return IteratorRange<Iterator>(std::forward<Iterator>(begin), std::forward<Iterator>(end));
/macosx-10.10/uucp-11/uucp/lib/
H A Dstrstr.c34 register const char *begin; local
41 for (begin = &haystack[needle_last]; begin < haystack_end; ++begin)
44 register const char *h = begin;
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dstudly.el20 (defun studlify-region (begin end)
24 (goto-char begin)
25 (setq begin (point))
30 (setq begin (max (point) begin))
35 (goto-char begin)
40 (goto-char begin)
51 (setq begin (point))))))
57 (let ((begin (point)) end rb re)
60 (setq rb (min begin en
[all...]
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_exception.rb2 begin
9 begin
11 begin
21 begin
23 begin
30 begin
40 begin
50 begin
62 begin
72 begin
[all...]
H A Dtest_flow.rb1 assert_equal %q{[1, 2, 4, 5, 6, 7, 8]}, %q{$a = []; begin; ; $a << 1
5 begin; $a << 5
10 assert_equal %q{[1, 2, 3, 5, 6, 7, 8]}, %q{$a = []; begin; ; $a << 1
11 begin; $a << 2
37 assert_equal %q{[1, 2, 4, 5]}, %q{$a = []; begin; ; $a << 1
43 assert_equal %q{[1, 2, 4, 5]}, %q{$a = []; begin; ; $a << 1
49 assert_equal %q{[1, 2, 3, 5, 7, 8]}, %q{$a = []; begin; ; $a << 1
51 begin; $a << 3
58 assert_equal %q{[1, 2, 3, 4, 5, 6, 9, 10]}, %q{$a = []; begin; ; $a << 1
62 begin;
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_heater.tcl5 proc ::Diagrams::bracket {dir dist begin end} {
9 set coords [lrange $begin 1 2]
11 lappend coords [expr {[lindex $begin 1]-$dist}] [lindex $begin 2]
12 lappend coords [expr {[lindex $begin 1]-$dist}] [lindex $end 2]
15 lappend coords [expr {[lindex $begin 1]+$dist}] [lindex $begin 2]
16 lappend coords [expr {[lindex $begin 1]+$dist}] [lindex $end 2]
19 lappend coords [lindex $begin 1] [expr {[lindex $begin
[all...]
/macosx-10.10/ruby-106/ruby/bin/
H A Drake25 begin
/macosx-10.10/ruby-106/ruby/sample/
H A Dtimeout.rb20 begin
25 begin
27 begin
38 begin
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dparse.c34 char *p, *begin; local
44 for ( begin = p; p[ 0 ] != '\0'; p++ ) {
52 argv[ cnt ] = begin;
58 begin = p;
62 if ( p != begin ) {
65 begin++;
71 argv[ cnt ] = begin;
79 begin = p;
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dwalkers.cpp40 for (set<void *>::iterator it = freeSet.begin(); it != freeSet.end(); it++)
42 freeSet.erase(freeSet.begin(), freeSet.end());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dwalkers.cpp40 for (set<void *>::iterator it = freeSet.begin(); it != freeSet.end(); it++)
42 freeSet.erase(freeSet.begin(), freeSet.end());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DIOSurfacePoolCocoa.mm37 [CATransaction begin];
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp50 begin() function in class:PB_DS_CLASS_C_DEC
58 begin() const function in class:PB_DS_CLASS_C_DEC
/macosx-10.10/ruby-106/ruby/ext/tk/tkutil/
H A Dextconf.rb0 begin

Completed in 1102 milliseconds

1234567891011>>