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

1 2 3 4 5

  /external/valgrind/memcheck/tests/amd64-linux/
access_below_sp_1.stderr.exp 2 Got e3e2e1e0
access_below_sp_2.stderr.exp 7 Got e3e2e1e0
  /external/valgrind/none/tests/s390x/
test_sig.stdout.exp 0 Got signal 14
6 Got signal 10
  /external/valgrind/gdbserver_tests/
mchelp.stderrB.exp 4 readchar: Got EOF
mcinvokeRU.stderrB.exp 13 readchar: Got EOF
mcinvokeWS.stderrB.exp 13 readchar: Got EOF
  /prebuilts/go/darwin-x86/misc/cgo/test/
helpers.go 20 Got, Want interface{}
31 if !reflect.DeepEqual(pair.Got, pair.Want) {
32 t.Errorf("%s: got %#v, want %#v", pair.Name, pair.Got, pair.Want)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic_test.go 43 got := (i * m) >> (n + uint(s))
45 got++
47 if want != got {
48 t.Errorf("signed magic wrong for %d / %d: got %d, want %d (m=%d,s=%d)\n", i, c, got, want, m, s)
63 got := (i * (max + m)) >> (n + uint(s))
64 if want != got {
65 t.Errorf("unsigned magic wrong for %d / %d: got %d, want %d (m=%d,s=%d)\n", i, c, got, want, m, s)
127 Got := new(big.Int).Mul(X, M
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
helpers.go 20 Got, Want interface{}
31 if !reflect.DeepEqual(pair.Got, pair.Want) {
32 t.Errorf("%s: got %#v, want %#v", pair.Name, pair.Got, pair.Want)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic_test.go 43 got := (i * m) >> (n + uint(s))
45 got++
47 if want != got {
48 t.Errorf("signed magic wrong for %d / %d: got %d, want %d (m=%d,s=%d)\n", i, c, got, want, m, s)
63 got := (i * (max + m)) >> (n + uint(s))
64 if want != got {
65 t.Errorf("unsigned magic wrong for %d / %d: got %d, want %d (m=%d,s=%d)\n", i, c, got, want, m, s)
127 Got := new(big.Int).Mul(X, M
    [all...]
  /test/vts/utils/python/io/
capture_printout.py 29 print 'Got output list: %s' % output
  /external/autotest/client/cros/cellular/
sms.py 99 def compare(self, expected, got):
102 if expected == got:
106 if 'index' not in got:
108 got = dict(got)
109 del got['index']
110 return expected == got
116 for (expected,got) in zip(expected_list, got_list):
117 if self.compare(expected, got) == False:
130 logging.info('Got %s' % sms
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/fortran/
fortran_test.go 11 t.Errorf("Unexpected result for The Answer. Got: %d Want: 42", a)
  /prebuilts/go/linux-x86/misc/cgo/fortran/
fortran_test.go 11 t.Errorf("Unexpected result for The Answer. Got: %d Want: 42", a)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
nodyn4.d 8 # Like expdyn4.d, but no --export-dynamic. Got a BFD_ASSERT at one time.
18 01 \.got \.data \.bss[ ]*
  /prebuilts/go/darwin-x86/src/os/signal/
example_test.go 22 fmt.Println("Got signal:", s)
37 fmt.Println("Got signal:", s)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/proxy/
per_host_test.go 50 t.Errorf("Hosts which went to the default proxy didn't match. Got %v, want %v", def.addrs, expectedDef)
53 t.Errorf("Hosts which went to the bypass proxy didn't match. Got %v, want %v", bypass.addrs, expectedBypass)
  /prebuilts/go/linux-x86/src/os/signal/
example_test.go 22 fmt.Println("Got signal:", s)
37 fmt.Println("Got signal:", s)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/proxy/
per_host_test.go 50 t.Errorf("Hosts which went to the default proxy didn't match. Got %v, want %v", def.addrs, expectedDef)
53 t.Errorf("Hosts which went to the bypass proxy didn't match. Got %v, want %v", bypass.addrs, expectedBypass)
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
example_test.go 18 fmt.Printf("Got Conn: %+v\n", connInfo)
  /prebuilts/go/linux-x86/src/net/http/httptrace/
example_test.go 18 fmt.Printf("Got Conn: %+v\n", connInfo)
  /external/webrtc/webrtc/tools/rtcbot/test/
simple_offer_answer.js 23 test.log("Got offer");
31 test.log("Got answer");
  /prebuilts/go/darwin-x86/src/encoding/pem/
example_test.go 43 fmt.Printf("Got a %T, with remaining data: %q", pub, rest)
44 // Output: Got a *rsa.PublicKey, with remaining data: "and some more"
  /prebuilts/go/linux-x86/src/encoding/pem/
example_test.go 43 fmt.Printf("Got a %T, with remaining data: %q", pub, rest)
44 // Output: Got a *rsa.PublicKey, with remaining data: "and some more"
  /build/blueprint/microfactory/
microfactory_test.go 42 compare := func(got, want interface{}) {
43 if !reflect.DeepEqual(got, want) {
44 t.Errorf("Unexpected values in .pkgs:\nwant: %v\n got: %v",
45 want, got)
54 got, ok, err := pkgMap.Path("android/soong/ui/test")
60 compare(got, "build/soong/ui/test")
63 got, ok, err = pkgMap.Path("github.com/google/blueprint")
69 compare(got, "build/blueprint")
107 t.Fatal("Got error when compiling:", err)
111 t.Fatal("Got error when linking:", err
    [all...]

Completed in 857 milliseconds

1 2 3 4 5