/prebuilts/go/linux-x86/test/ |
64bit.go | 417 " if n, op, want := +a, `+`, plus; n != want { ok=false; println(`int64`, op, a, `=`, n, `should be`, want); }\n" + 418 " if n, op, want := ^a, `^`, xor; n != want { ok=false; println(`int64`, op, a, `=`, n, `should be`, want); }\n" + 419 " if n, op, want := -a, `-`, minus; n != want { ok=false; println(`int64`, op, a, `=`, n, `should be`, want); }\n" + 423 " if n, op, want := a + b, `+`, add; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + 424 " if n, op, want := a - b, `-`, sub; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + 425 " if n, op, want := a * b, `*`, mul; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + 427 " if n, op, want := a / b, `/`, div; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + 428 " if n, op, want := a % b, `%`, mod; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + 430 " if n, op, want := a & b, `&`, and; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" + 431 " if n, op, want := a | b, `|`, or; n != want { ok=false; println(`int64`, a, op, b, `=`, n, `should be`, want); }\n" [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
basic.rb | 44 parser.reported_errors.should be_empty 45 parser.identifiers.should == %w(blah_de_blah) 55 parser.reported_errors.should have( 1 ).thing 68 parser.reported_errors.should be_empty 69 parser.identifiers.should == %w(blah_de_blah) 121 parser.reported_errors.should be_empty 122 parser.events.should == [ 136 parser.reported_errors.should have( 1 ).thing 137 parser.events.should be_empty 146 parser.reported_errors.should have( 1 ).thin [all...] |
rule-methods.rb | 49 r.should == %w(foo bar) 104 ret.foo.should == 'foo' 105 ret.bar.should == 'bar' 128 RuleVisibility::Parser.public_instance_methods.should include( mname[ 'a' ] ) 129 RuleVisibility::Parser.protected_instance_methods.should include( mname[ 'c' ] ) 130 RuleVisibility::Parser.private_instance_methods.should include( mname[ 'b' ] )
|
/ndk/tests/build/stdint-c++/jni/ |
Android.mk | 7 # - All constants should be defined when <stdint.h> is included from a C program 9 # - When included from a C++ program, limit-related macros should only be 12 # - When included from a C++ program, constant-related macros should only be
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug148.go | 40 panic("function should panic") 52 but it should crash: The type assertion on line 18 should fail
|
bug285.go | 23 mb[false] = 42 // this should work: false is assignment compatible with B 66 m0[z] = 42 // this should work: z is assignment-compatible with interface{} 69 })] = 42 // this should work: *struct{x int} is assignment-compatible with interface{} 70 m0[p] = 42 // this should work: p is assignment-compatible with interface{} 71 m0[false] = 42 // this should work: false is assignment-compatible with interface{} 72 m0[17] = 42 // this should work: 17 is assignment-compatible with interface{} 73 m0["foo"] = 42 // this should work: "foo" is assignment-compatible with interface{} 79 })] = 42 // this should work: *struct{x int} is assignment-compatible with I1 80 m1[false] = 42 // this should work: false is assignment-compatible with I1 81 m1[17] = 42 // this should work: 17 is assignment-compatible with I [all...] |
issue8311.go | 8 // error for x++ should say x++ not x += 1
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug148.go | 40 panic("function should panic") 52 but it should crash: The type assertion on line 18 should fail
|
bug285.go | 23 mb[false] = 42 // this should work: false is assignment compatible with B 66 m0[z] = 42 // this should work: z is assignment-compatible with interface{} 69 })] = 42 // this should work: *struct{x int} is assignment-compatible with interface{} 70 m0[p] = 42 // this should work: p is assignment-compatible with interface{} 71 m0[false] = 42 // this should work: false is assignment-compatible with interface{} 72 m0[17] = 42 // this should work: 17 is assignment-compatible with interface{} 73 m0["foo"] = 42 // this should work: "foo" is assignment-compatible with interface{} 79 })] = 42 // this should work: *struct{x int} is assignment-compatible with I1 80 m1[false] = 42 // this should work: false is assignment-compatible with I1 81 m1[17] = 42 // this should work: 17 is assignment-compatible with I [all...] |
issue8311.go | 8 // error for x++ should say x++ not x += 1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
got-page-3.d | 9 # got-page-3a.s and got-page-3b.s should get assigned the same GOT, 14 # got-page-3c.s should get its own GOT, and needs no page entries. 15 # The first global symbol should therefore be at offset -32744.
|
got-page-2.d | 7 # There should be 10 page entries and 2 reserved entries
|
/external/llvm/autoconf/m4/ |
need_dev_zero_for_mmap.m4 | 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|
/external/llvm/test/MC/ARM/ |
directive-fpu-softvfp.s | 5 @ Expected result: The integrated-as should be able to assemble this file
|
eh-directive-text-section-multiple-func.s | 6 @ The assembler should emit the machine code of "func2" in .text section. 8 @ Besides, there should be two entries in .ARM.exidx section. 31 @ Check the .text section. There should be two "bx lr" instructions. 44 @ There should be two entries (two words per entry.) 50 @ The first word should be the offset to .text. The second word should be 60 @ The first word of each entry should be relocated to .text section. 70 @ Check the symbols "func1" and "func2". They should belong to .text section.
|
multi-section-mapping.s | 6 @ .wibble should *not* inherit .text's mapping symbol. It's a completely different section. 10 @ A section should be able to start with a $t 15 @ A setion should be able to start with a $d 19 @ Changing back to .text should not emit a redundant $a
|
/frameworks/base/core/tests/coretests/apks/ |
FrameworkCoreTests_apk.mk | 10 # Every package should have a native library
|
/ndk/tests/build/warn-no-ldflags-in-static-libraries/jni/ |
Android.mk | 8 # This should generate a warning when ndk-build is run!
|
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/jni/ |
Android.mk | 8 # This should generate a warning when ndk-build is run!
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb-nop.d | 4 # Both explicit nop and padding should not use Thumb-2 NOP for the
|
vfp-neon-overlap.s | 12 @ the 'x' versions should disassemble as VFP instructions, because
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/ |
imem.s | 12 ; We could/should test some of the corner cases for register and 13 ; immediate fields. We should also check the assorted field 24 ; Should make sure pre/post modes are recognized correctly.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
field.s | 7 f2: .field 0Ah, 5 ; should align to next word, f2=0x1 8 f3: .field 0Ch, 4 ; should be packed in previous word, f3=0x1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
gc-unwind.s | 1 @ Test -gc-sections and unwinding tables. .data.eh should be pulled in 2 @ via the EH tables, .data.foo should not.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-post1.s | 3 % LOP_STAB, such as in b-goodmain.s should follow.
|