Searched refs:should (Results 1 - 25 of 582) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-scheme.rb26 @ts::A.should == 4
27 @ts::B.should == 5
28 @ts::T__6.should == 6
29 @ts::EOF.should == -1
33 @ts::TOKEN_NAMES.should == {
38 @ts.token_name(5).should == 'B'
39 @ts.token_name(6).should == "'+'"
40 @ts.token_name(-1).should == '<EOF>'
41 @ts.token_name(7).should == '<UNKNOWN: 7>'
46 #@a_class.token_scheme.should
[all...]
H A Dtest-dfa.rb24 dfa.eot.should == DFASubclass::EOT
25 dfa.eof.should == DFASubclass::EOF
26 dfa.max.should == DFASubclass::MAX
27 dfa.min.should == DFASubclass::MIN
28 dfa.accept.should == DFASubclass::ACCEPT
29 dfa.special.should == DFASubclass::SPECIAL
30 dfa.transition.should == DFASubclass::TRANSITION
49 ANTLR3::DFA.unpack(*packed).should == unpacked
H A Dtest-scope.rb16 @A.members.map( &:to_s ).should == %w( a b )
17 @B.members.map( &:to_s ).should == %w( count )
18 @C.members.map( &:to_s ).should == %w( a b c )
22 @A.new.to_a.should == [ nil, nil ]
23 @B.new.to_a.should == [ 3 ]
24 @C.new.to_a.should == [ nil, 0, {} ]
29 c.a.should == Object
30 c.b.should == 0
31 c.c.should == {}
36 b.count.should
[all...]
H A Dtest-streams.rb17 @stream.size.should == 8
21 @stream.index.should == 0
26 @stream.index.should == 1
27 @stream.column.should == 1
28 @stream.line.should == 1
31 @stream.index.should == 2
32 @stream.column.should == 2
33 @stream.line.should == 1
36 @stream.index.should == 3
37 @stream.column.should
[all...]
H A Dtest-template.rb18 context.instance_variables.should be_empty
27 vars.should include( '@a' )
28 vars.should include( '@b' )
30 context.instance_variable_get( '@a' ).should == 1
31 context.instance_variable_get( '@b' ).should == 2
39 context[ :a ].should == 1
40 context[ 'a' ].should == 1
41 context[ :b ].should == 2
42 context[ 'b' ].should == 2
50 context.instance_variable_get( '@a' ).should
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dproperties.rb34 lexer.properties.should have( 3 ).things
36 text.should == 'foobar'
37 type.should == RuleProperty::TokenData::IDENTIFIER
38 line.should == 1
39 pos.should == 0
40 index.should == -1
41 channel.should == ANTLR3::DEFAULT_CHANNEL
42 start.should == 0
43 stop.should == 5
46 text.should
[all...]
H A Dbasic.rb21 token.name.should == 'ZERO'
24 token.name.should == '<EOF>'
31 token_types.should == %w(ZERO)
39 }.should raise_error( ANTLR3::Error::MismatchedToken ) do |e|
40 e.expecting.should == '0'
41 e.unexpected_type.should == '1'
63 token.name.should == 'ZERO'
66 token.name.should == 'ONE'
69 token.name.should == '<EOF>'
76 b.should raise_erro
[all...]
/external/libcxx/test/depr/depr.c.headers/
H A Dstdbool_h.pass.cpp19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
/external/libcxx/test/language.support/support.runtime/
H A Dcstdbool.pass.cpp19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
/external/clang/test/Frontend/
H A Dexceptions.c5 #error __EXCEPTIONS should not be defined.
/external/valgrind/main/none/tests/amd64/
H A Dssse3_misaligned.stderr.exp1 you should see: "one\ntwo\nthree\n"
/external/valgrind/main/none/tests/arm/
H A Dldrt_arm.stdout.exp1 result is 0x87868584 (should be 0x87868584)
2 result is 0x87868584 (should be 0x87868584)
3 result is 137 (should be 137)
4 result is 150 (should be 150)
5 result is 63176 (should be 63176)
6 result is 63432 (should be 63432)
7 result is 4294966280 (should be 4294966280)
8 result is 4294966027 (should be 4294966027)
9 result is 4294967280 (should be 4294967280)
10 result is 4294967293 (should b
[all...]
H A Dldrt.stdout.exp1 result is 0x87868584 (should be 0x87868584)
2 result is 131 200 150 100 10 136 (should be 131 200 150 100 10 136)
3 result is 131 255 133 (should be 131 255 133)
4 result is 131 255 255 134 (should be 131 255 255 134)
5 result is 137 (should be 137)
6 result is 4294967294 (should be 4294967294)
7 result is 65277 (should be 65277)
8 result is 0xffffbadf (should be 0xffffbadf)
/external/valgrind/main/none/tests/x86/
H A Dssse3_misaligned.stderr.exp1 you should see: "one\ntwo\nthree\n"
/external/chromium_org/tools/gyp/test/mac/cflags/
H A Dccfile.cc2 #error CFLAG should not be set
6 #error CCFLAG should be set
H A Dccfile_withcflags.cc2 #error CFLAG should be set
6 #error CCFLAG should be set
H A Dcfile.c2 #error CFLAG should be set
6 #error CCFLAG should not be set
H A Dcppfile.cpp2 #error CFLAG should not be set
6 #error CCFLAG should be set
H A Dcppfile_withcflags.cpp2 #error CFLAG should be set
6 #error CCFLAG should be set
H A Dcxxfile.cxx2 #error CFLAG should not be set
6 #error CCFLAG should be set
H A Dcxxfile_withcflags.cxx2 #error CFLAG should be set
6 #error CCFLAG should be set
/external/clang/test/Lexer/
H A Dlong-long.cpp22 # error should not happen
/external/clang/test/Modules/
H A Dmacros.c20 # error INTEGER macro should be visible
24 # error FLOAT macro should not be visible
28 # error MODULE macro should not be visible
52 // their macros should not be visible.
54 # error LEFT should not be visible
58 # error RIGHT should not be visible
62 # error TOP should not be visible
69 # error LEFT should be visible
73 # error RIGHT should not be visible
77 # error TOP should b
[all...]
/external/clang/test/Headers/
H A Dcxx11.cpp9 #error alignas should not be defined in C++
13 #error alignof should not be defined in C++
23 #error SIZE_MAX should be defined in C++
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsegoff.asm1 ; all of these should be legal and should just result in the offset portion

Completed in 604 milliseconds

1234567891011>>