OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should
(Results
1 - 25
of
2961
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/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/libcxx/test/std/depr/depr.c.headers/
stdbool_h.pass.cpp
19
#error bool
should
not be defined
23
#error true
should
not be defined
27
#error false
should
not be defined
/external/libcxx/test/std/language.support/support.runtime/
cstdbool.pass.cpp
19
#error bool
should
not be defined
23
#error true
should
not be defined
27
#error false
should
not be defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdbool_h.pass.cpp
23
#error bool
should
not be defined
27
#error true
should
not be defined
31
#error false
should
not be defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdbool.pass.cpp
19
#error bool
should
not be defined
23
#error true
should
not be defined
27
#error false
should
not be defined
/external/clang/test/Frontend/
exceptions.c
8
#error __EXCEPTIONS
should
not be defined.
/external/libcxx/test/libcxx/selftest/
test.fail.cpp
11
#error This test
should
not compile.
/external/valgrind/none/tests/amd64/
ssse3_misaligned.stderr.exp
1
you
should
see: "one\ntwo\nthree\n"
/external/valgrind/none/tests/arm/
ldrt_arm.stdout.exp
1
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
be 4294967293
[
all
...]
ldrt.stdout.exp
1
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/none/tests/x86/
ssse3_misaligned.stderr.exp
1
you
should
see: "one\ntwo\nthree\n"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/selftest/
test.fail.cpp
11
#error This test
should
not compile.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
fpxx-oddfpreg.l
2
.*:1: Error: float register
should
be even, was 1
3
.*:2: Error: float register
should
be even, was 1
4
.*:3: Error: float register
should
be even, was 1
5
.*:4: Error: float register
should
be even, was 1
mips64-mips3d.l
2
.*:150: Warning: condition code register
should
be even for bc1any2f, was 1
3
.*:152: Warning: condition code register
should
be even for bc1any2t, was 3
4
.*:154: Warning: condition code register
should
be 0 or 4 for bc1any4f, was 1
5
.*:156: Warning: condition code register
should
be 0 or 4 for bc1any4t, was 2
/external/clang/test/Modules/
macro-masking.cpp
10
# error
should
still be defined, undef does not override define
14
# error
should
have been undefined!
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-a-err.l
2
.*:1: Error: Operand 2 of `adds'
should
be a 14-bit .*
3
.*:2: Error: Operand 2 of `adds'
should
be a 14-bit .*
4
.*:4: Error: Operand 2 of `addl'
should
be a 22-bit .*
5
.*:5: Error: Operand 2 of `addl'
should
be a 22-bit .*
6
.*:6: Error: Operand 3 of `addl'
should
be a general register r0-r3
7
.*:8: Error: Operand 2 of `sub'
should
be .*
8
.*:9: Error: Operand 2 of `sub'
should
be .*
9
.*:11: Error: Operand 2 of `and'
should
be .*
10
.*:12: Error: Operand 2 of `and'
should
be .*
11
.*:14: Error: Operand 2 of `or'
should
be .
[
all
...]
/external/clang/test/Lexer/
long-long.cpp
22
# error
should
not happen
/external/opencv3/modules/ts/
precomp.hpp
7
#error ts module
should
not have GTEST_LINKED_AS_SHARED_LIBRARY defined
/external/opencv3/modules/ts/src/
precomp.hpp
7
#error ts module
should
not have GTEST_LINKED_AS_SHARED_LIBRARY defined
/external/libcxx/test/std/atomics/
libcpp-has-no-threads.pass.cpp
12
#error This
should
be XFAIL'd for the purpose of detecting that the LIT feature\
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/
badreg.s
1
; Bad register name
should
generate an error.
badsignedimmhigh.s
1
; Offset greater than #32767
should
cause an error.
Completed in 5879 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>