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

/macosx-10.9.5/ruby-104/ruby/test/optparse/
H A Dtest_placearg.rb16 assert_equal(%w"", no_error {@opt.parse!(%w"-x -n")})
19 assert_equal(%w"", no_error {@opt.parse!(%w"-x foo")})
21 assert_equal(%w"", no_error {@opt.parse!(%w"-xbar")})
23 assert_equal(%w"", no_error {@opt.parse!(%w"-x=")})
28 assert_equal(%w"", no_error {@opt.parse!(%w"-o -n")})
31 assert_equal(%w"", no_error {@opt.parse!(%w"-o foo")})
33 assert_equal(%w"", no_error {@opt.parse!(%w"-obar")})
35 assert_equal(%w"", no_error {@opt.parse!(%w"-o=")})
40 assert_equal(%w"", no_error {@opt.parse!(%w"--opt -n")})
42 assert_equal(%w"foo", no_error {
[all...]
H A Dtest_optparse.rb13 def no_error(*args) method in class:TestOptionParser
23 assert_equal(%w"", no_error {@opt.permute!(%w"")})
25 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"foo bar")})
27 assert_equal(%w"- foo bar", no_error {@opt.permute!(%w"- foo bar")})
29 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"-- foo bar")})
31 assert_equal(%w"foo - bar", no_error {@opt.permute!(%w"foo - bar")})
33 assert_equal(%w"foo bar", no_error {@opt.permute!(%w"foo -- bar")})
35 assert_equal(%w"foo --help bar", no_error {@opt.permute!(%w"foo -- --help bar")})
40 assert_equal(%w"", no_error {@opt.order!(%w"")})
42 assert_equal(%w"foo bar", no_error {
[all...]
H A Dtest_optarg.rb13 assert_equal(%w"", no_error {@opt.parse!(%w"-x")})
16 assert_equal(%w"foo", no_error {@opt.parse!(%w"-x foo")})
18 assert_equal(%w"", no_error {@opt.parse!(%w"-xfoo")})
20 assert_equal(%w"", no_error {@opt.parse!(%w"-x=")})
25 assert_equal(%w"", no_error {@opt.parse!(%w"-o")})
28 assert_equal(%w"foo", no_error {@opt.parse!(%w"-o foo")})
30 assert_equal(%w"", no_error {@opt.parse!(%w"-ofoo")})
32 assert_equal(%w"", no_error {@opt.parse!(%w"-o=")})
37 assert_equal(%w"", no_error {@opt.parse!(%w"--opt")})
39 assert_equal(%w"foo", no_error {
[all...]
H A Dtest_acceptable.rb20 assert_equal(%w"", no_error {@opt.parse!(%w"--integer 0")})
23 assert_equal(%w"", no_error {@opt.parse!(%w"--integer 0b10")})
26 assert_equal(%w"", no_error {@opt.parse!(%w"--integer 077")})
29 assert_equal(%w"", no_error {@opt.parse!(%w"--integer 10")})
32 assert_equal(%w"", no_error {@opt.parse!(%w"--integer 0x3")})
53 assert_equal(%w"", no_error {@opt.parse!(%w"--float 0")})
56 assert_equal(%w"", no_error {@opt.parse!(%w"--float 0.0")})
59 assert_equal(%w"", no_error {@opt.parse!(%w"--float 1.2")})
62 assert_equal(%w"", no_error {@opt.parse!(%w"--float 1E2")})
65 assert_equal(%w"", no_error {
[all...]
H A Dtest_reqarg.rb38 assert_equal(%w"", no_error {@opt.parse!(%w"-x foo")})
40 assert_equal(%w"", no_error {@opt.parse!(%w"-xbar")})
42 assert_equal(%w"", no_error {@opt.parse!(%w"-x=")})
48 assert_equal(%w"", no_error {@opt.parse!(%w"-o foo")})
50 assert_equal(%w"", no_error {@opt.parse!(%w"-obar")})
52 assert_equal(%w"", no_error {@opt.parse!(%w"-o=")})
58 assert_equal(%w"", no_error {@opt.parse!(%w"--opt foo")})
60 assert_equal(%w"foo", no_error {@opt.parse!(%w"--opt= foo")})
62 assert_equal(%w"", no_error {@opt.parse!(%w"--opt=foo")})
71 no_error {
[all...]
H A Dtest_noarg.rb22 assert_equal(%w"", no_error {@opt.parse!(%w"-x")})
25 assert_equal(%w"foo", no_error {@opt.parse!(%w"-x foo")})
31 assert_equal(%w"", no_error {@opt.parse!(%w"-o")})
37 assert_equal(%w"foo", no_error {@opt.parse!(%w"-o foo")})
43 assert_equal(%w"", no_error {@opt.parse!(%w"--opt")})
46 assert_equal(%w"foo", no_error {@opt.parse!(%w"--opt foo")})
54 assert_equal(%w"", no_error {@opt.parse!(%w"--opt")})
H A Dtest_autoconf.rb18 def no_error(*args) method in class:TestOptionParser
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_validation_rng.rb30 no_error( validator, %q{<A><B><C X="x"><E/><E/></C><D/></B></A>} )
54 no_error( validator, %q{<A><B><C/><D/></B></A>} )
77 no_error( validator, %q{<A><B><D/></B></A>} )
78 no_error( validator, %q{<A><B><C/></B></A>} )
96 no_error( validator, %q{<A><B/></A>} )
97 no_error( validator, %q{<A><B><C/></B></A>} )
116 no_error( validator, %q{<A><B/></A>} )
117 no_error( validator, %q{<A><B><C/></B></A>} )
118 no_error( validator, %q{<A><B><C/><C/><C/></B></A>} )
139 no_error( validato
785 def no_error( validator, source ) method in class:RNGValidation
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Derror_test.c103 ATF_TC(no_error); variable
104 ATF_TC_HEAD(no_error, tc)
109 ATF_TC_BODY(no_error, tc)
293 ATF_TP_ADD_TC(tp, no_error);
H A Dmacros_test.c203 H_CHECK_ERRNO(no_error, -1, errno_ok_stub() == -1);
207 H_REQUIRE_ERRNO(no_error, -1, errno_ok_stub() == -1);
224 { H_CHECK_ERRNO_HEAD_NAME(no_error),
225 H_CHECK_ERRNO_BODY_NAME(no_error),
268 { H_REQUIRE_ERRNO_HEAD_NAME(no_error),
269 H_REQUIRE_ERRNO_BODY_NAME(no_error),
/macosx-10.9.5/less-23/less/
H A Dcharset.c191 icharset(name, no_error)
193 int no_error;
222 if (!no_error) {
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dapibuild.py594 self.no_error = 0
602 self.no_error = 1
605 self.no_error = 0
628 if self.no_error:
633 if self.no_error:
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dapibuild.py516 self.no_error = 0
522 self.no_error = 1
525 self.no_error = 0
540 if self.no_error:
545 if self.no_error:
/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.c2661 (process, option, value, no_error)
2663 Lisp_Object no_error;
2683 if (NILP (no_error))
2652 Lisp_Object no_error; variable

Completed in 232 milliseconds