HomeSort by relevance Sort by last modified time
    Searched refs:should (Results 1 - 25 of 1235) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-scheme.rb 26 @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 == @t
    [all...]
test-dfa.rb 24 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
test-scope.rb 16 @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 == 700
    [all...]
test-streams.rb 17 @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...]
test-template.rb 18 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...]
test-exceptions.rb 15 }.should raise_error( ANTLR3::Bug )
test-trees.rb 27 found.should == expecting
32 found.should == expecting
53 root_0.child_index.should == -1
54 t.child_index.should == 0
55 u.child_index.should == 1
69 found.should == expecting
73 found.should == expecting
92 found.should == expecting
96 found.should == expecting
110 found.should == expectin
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
properties.rb 34 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 == '_ab98
    [all...]
basic.rb 21 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_error( ANTLR3::Error::NoViableAlternative ) do |exc
    [all...]
  /external/valgrind/main/none/tests/amd64/
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
cmpxchg.stdout.exp 2 al!=cl so al should equal cl (Result al=33 bl=44 cl=33)
4 al==cl so cl should equal bl (Result al=55 bl=55 cl=55)
6 ax!=cx so ax should equal cx (Result ax=3333 bx=4444 cx=3333)
8 ax==cx so cx should equal bx (Result ax=5555 bx=5555 cx=5555)
10 eax!=ecx so eax should equal ecx (Result eax=33333333 ebx=44444444 ecx=33333333)
12 eax==ecx so ecx should equal ebx (Result eax=55555555 ebx=55555555 ecx=55555555)
14 rax!=rcx so rax should equal rcx (Result rax=333333333 rbx=444444444 rcx=333333333)
16 rax==rcx so ecx should equal rbx (Result rax=555555555 rbx=555555555 rcx=555555555)
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.stderr.exp 1 you should see: "one\ntwo\nthree\n"
  /external/clang/test/Modules/
macros.c 10 # error INTEGER macro should be visible
14 # error FLOAT macro should not be visible
18 # error MODULE macro should not be visible
submodules-preprocess.cpp 8 # error HAVE_VECTOR macro is not available (but should be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
52 # error HAVE_VECTOR macro is not available (but should be)
56 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
60 # error HAVE_HASH_MAP macro is not available (but should be)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 132 profile_data.rule_invocations.should == 60
133 profile_data.guessing_rule_invocations.should == 0
134 profile_data.rule_invocation_depth.should == 12
136 profile_data.fixed_decisions.should == 40
138 fixed_data.min.should == 1
139 fixed_data.max.should == 2
140 fixed_data.average.should == 1.075
141 fixed_data.standard_deviation.should == 0.26674678283691855
143 profile_data.cyclic_decisions.should == 4
145 cyclic_data.min.should ==
    [all...]
debug-mode.rb 38 @socket.readline.strip.should == 'ANTLR 2'
39 @socket.readline.strip.start_with?( 'grammar "' ).should == true
110 found.should == expected
122 debugger.success.should be_true
140 debugger.events.should == expected
152 debugger.success.should be_true
177 debugger.events.should == expected
190 debugger.success.should be_true
210 debugger.events.should == expected
224 debugger.success.should be_tru
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
messages.properties 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
  /development/ndk/samples/module-exports/jni/bar/
bar.h 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */
6 #error FOO should be defined here !
  /external/valgrind/main/drd/tests/
tc17_sembar.stderr.exp 3 done, result is 88, should be 88
  /external/valgrind/main/helgrind/tests/
tc17_sembar.stderr.exp 3 done, result is 88, should be 88
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 4 // Invalid input should be copied w/ failure.
7 // Default port should be omitted.
10 // Empty ports (just a colon) should also be removed
19 // Unspecified port should mean always keep the port.
path.js 16 // we should not be able to go above the root
19 // escaped dots should be unescaped and treated the same as dots
23 // Multiple slashes in a row should be preserved and treated like empty
34 // Invalid escape sequence we should pass through unchanged.
37 // Invalid escape sequence: bad characters should be treated the same as
43 // Regular characters that are escaped should be unescaped
45 // Funny characters that are unescaped should be escaped
47 // Invalid characters that are escaped should cause a failure.
49 // Some characters should be passed through unchanged regardless of esc.
51 // Characters that are properly escaped should not have the case change
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 43 parser.declaration.should == 'foo'
95 parser.output.should == <<-END.fixed_indent( 0 )
101 lexer.output.should == <<-END.fixed_indent( 0 )
143 parser.prog.should == %w(catch finally)
221 parser.nums.should == [ 10, 20, 30, 40, 50 ]
225 $all_header_files.should include "SpecialActionScopesLexer.rb"
226 $all_header_files.should include "SpecialActionScopesParser.rb"
227 $all_footer_files.should include "SpecialActionScopesLexer.rb"
228 $all_footer_files.should include "SpecialActionScopesParser.rb"
230 $header_location.should be < $module_head_locatio
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb 22 tokens.render.should == expected
233 should raise_error { |error|
234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
244 should raise_error { |error|
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
255 should raise_error { |error|
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
266 should raise_error { |error|
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
297 stream.original_string.should == 'x = 3 * 0;
    [all...]
  /device/asus/grouper/recovery/
Android.mk 8 # should match TARGET_RECOVERY_UI_LIB set in BoardConfig.mk

Completed in 259 milliseconds

1 2 3 4 5 6 7 8 91011>>