HomeSort by relevance Sort by last modified time
    Searched refs:got (Results 151 - 175 of 3305) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue17537.go 45 if got, want := C.I17537(&v), C.int(17537); got != want {
46 t.Errorf("got %d, want %d", got, want)
51 if got, want := C.F17537(&p), C.int(17); got != want {
52 t.Errorf("got %d, want %d", got, want)
  /prebuilts/go/darwin-x86/misc/cgo/testsovar/
cgoso.go 35 got := C.GoString(C.getVar())
36 if got != want {
37 panic(fmt.Sprintf("testExportedVar: got %q, but want %q", got, want))
39 got = C.GoString(C.exported_var)
40 if got != want {
41 panic(fmt.Sprintf("testExportedVar: got %q, but want %q", got, want))
  /prebuilts/go/darwin-x86/src/internal/cpu/
cpu_test.go 16 t.Fatalf("HasSSE2 expected true, got false")
24 t.Fatalf("HasAVX expected true, got false")
32 t.Fatalf("IsPOWER8 expected true, got false")
35 t.Fatalf("HasVMX expected true, got false")
38 t.Fatalf("HasDFP expected true, got false")
41 t.Fatalf("HasVSX expected true, got false")
44 t.Fatalf("HasISEL expected true, got false")
47 t.Fatalf("HasVCRYPTO expected true, got false")
  /prebuilts/go/linux-x86/misc/cgo/test/
issue17537.go 45 if got, want := C.I17537(&v), C.int(17537); got != want {
46 t.Errorf("got %d, want %d", got, want)
51 if got, want := C.F17537(&p), C.int(17); got != want {
52 t.Errorf("got %d, want %d", got, want)
  /prebuilts/go/linux-x86/misc/cgo/testsovar/
cgoso.go 35 got := C.GoString(C.getVar())
36 if got != want {
37 panic(fmt.Sprintf("testExportedVar: got %q, but want %q", got, want))
39 got = C.GoString(C.exported_var)
40 if got != want {
41 panic(fmt.Sprintf("testExportedVar: got %q, but want %q", got, want))
  /prebuilts/go/linux-x86/src/internal/cpu/
cpu_test.go 16 t.Fatalf("HasSSE2 expected true, got false")
24 t.Fatalf("HasAVX expected true, got false")
32 t.Fatalf("IsPOWER8 expected true, got false")
35 t.Fatalf("HasVMX expected true, got false")
38 t.Fatalf("HasDFP expected true, got false")
41 t.Fatalf("HasVSX expected true, got false")
44 t.Fatalf("HasISEL expected true, got false")
47 t.Fatalf("HasVCRYPTO expected true, got false")
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/bfin/
objdump.exp 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -D $objfile"]
48 if [regexp $want $got] then {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_5.t 40 .got : { *(.got .toc) }
script_test_6.t 41 .got : { *(.got .toc) }
script_test_7.t 41 .got : { *(.got .toc) }
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-309.s 14 ldr x0, :got:src
ifunc-22.d 2 #objdump: -s -j .got
6 # Ensure GOT is populated correctly in static link
10 Contents of section \.got:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
expdyn2.d 7 # Programs linked with --export-dynamic threw away .rela.got for exported
8 # symbols, but since got reference counter wasn't reset, there was a SEGV
9 # trying to generate the .rela.got relocations. In this test, we have an
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-2.d 1 #name: GOT page test 2
2 #source: got-page-2.s
4 #ld: -T got-page-1.ld -shared -melf32btsmipn32
got-page-3b.s 2 lw $5,%got(\sym\@)($gp)
got-page-3c.s 2 lw $5,%got(\sym\@)($gp)
pic-and-nonpic-6-o32b.s 19 lw $4,%got(extf2)($28)
20 lw $5,%got(extd1)($28)
22 lw $6,%got(extd2)($28)
25 lw $4,%got(extf4)($28)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
tlsopt2.s 5 addi 3,2,gd@got@tlsgd
8 addi 3,2,gd@got@tlsgd
tlsopt2_32.s 5 addi 3,13,gd@got@tlsgd
8 addi 3,13,gd@got@tlsgd
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/
tlsbin-3.d 5 #objdump: -sj.got
10 Contents of section \.got:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslock.py 257 print "got it."
261 print "got it."
  /external/icu/icu4c/source/test/intltest/
dcfmapts.h 38 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
39 void verifyString(const UnicodeString& message, const UnicodeString& got, UnicodeString& expected);
  /external/llvm/test/MC/Mips/
elf-relsym.s 47 lw $2, %got($.str)($1)
49 lw $3, %got(gc1)($1)
51 lw $2, %got($.str1)($1)
53 lw $3, %got(gc2)($1)
55 lw $2, %got($CPI0_0)($1)
57 lw $2, %got(gd1)($1)
59 lw $3, %got($CPI0_1)($1)
61 lw $1, %got(gd2)($1)
  /external/python/cpython2/Demo/pdist/
cvslock.py 257 print "got it."
261 print "got it."
  /external/valgrind/none/tests/
pending.stdout.exp 4 4: got signal SIGUSR1

Completed in 421 milliseconds

1 2 3 4 5 67 8 91011>>