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

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 20 want = 'atts' variable in class:attachment
24 want = 'ctxt' variable in class:_Prop__3c_Inheritance_3e_
28 want = 'utxt' variable in class:_Prop_file_name
36 want = 'catr' variable in class:attribute_run
40 want = 'colr' variable in class:_Prop_color
44 want = 'utxt' variable in class:_Prop_font
48 want = 'long' variable in class:_Prop_size
58 want = 'cha ' variable in class:character
68 want = 'cpar' variable in class:paragraph
78 want = 'ctxt variable in class:text
86 want = 'cwor' variable in class:word
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 20 want = 'atts' variable in class:attachment
24 want = 'ctxt' variable in class:_Prop__3c_Inheritance_3e_
28 want = 'utxt' variable in class:_Prop_file_name
36 want = 'catr' variable in class:attribute_run
40 want = 'colr' variable in class:_Prop_color
44 want = 'utxt' variable in class:_Prop_font
48 want = 'long' variable in class:_Prop_size
58 want = 'cha ' variable in class:character
68 want = 'cpar' variable in class:paragraph
78 want = 'ctxt variable in class:text
86 want = 'cwor' variable in class:word
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 20 want = 'atts' variable in class:attachment
24 want = 'ctxt' variable in class:_Prop__3c_Inheritance_3e_
28 want = 'utxt' variable in class:_Prop_file_name
36 want = 'catr' variable in class:attribute_run
40 want = 'colr' variable in class:_Prop_color
44 want = 'utxt' variable in class:_Prop_font
48 want = 'long' variable in class:_Prop_size
58 want = 'cha ' variable in class:character
68 want = 'cpar' variable in class:paragraph
78 want = 'ctxt variable in class:text
86 want = 'cwor' variable in class:word
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 20 want = 'atts' variable in class:attachment
24 want = 'ctxt' variable in class:_Prop__3c_Inheritance_3e_
28 want = 'utxt' variable in class:_Prop_file_name
36 want = 'catr' variable in class:attribute_run
40 want = 'colr' variable in class:_Prop_color
44 want = 'utxt' variable in class:_Prop_font
48 want = 'long' variable in class:_Prop_size
58 want = 'cha ' variable in class:character
68 want = 'cpar' variable in class:paragraph
78 want = 'ctxt variable in class:text
86 want = 'cwor' variable in class:word
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 20 want = 'atts' variable in class:attachment
24 want = 'ctxt' variable in class:_Prop__3c_Inheritance_3e_
28 want = 'utxt' variable in class:_Prop_file_name
36 want = 'catr' variable in class:attribute_run
40 want = 'colr' variable in class:_Prop_color
44 want = 'utxt' variable in class:_Prop_font
48 want = 'long' variable in class:_Prop_size
58 want = 'cha ' variable in class:character
68 want = 'cpar' variable in class:paragraph
78 want = 'ctxt variable in class:text
86 want = 'cwor' variable in class:word
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue19418/
main.go 24 const want = "linkstr"
25 if got != want {
26 fmt.Fprintf(os.Stderr, "issue19418 value is %q, want %q\n", got, want)
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue22175/
main.go 23 const want = 971
24 if got != want {
25 fmt.Fprintf(os.Stderr, "issue22175: F()=%d, want %d", got, want)
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue22295.pkg/
main.go 23 const want = 2503
25 if got != want {
26 log.Fatalf("got %d, want %d", got, want)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
assert.go 43 fmt.Printf("e2t_ssa(t)=%v want %v", got, t)
52 fmt.Printf("e2t_ssa(s)=%v want nil", got)
61 want := "interface conversion: interface {} is *main.S, not *main.T"
62 if err.Error() != want {
63 fmt.Printf("e2t_ssa(s) wrong error, want '%s', got '%s'\n", want, err.Error())
74 fmt.Printf("i2t_ssa(t)=%v want %v", got, t)
83 fmt.Printf("i2t_ssa(s)=%v want nil", got)
92 want := "interface conversion: main.I is *main.S, not *main.T"
93 if err.Error() != want {
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
tags_test.go 14 t.Fatalf("name = %q, want field", name)
18 want bool
24 if opts.Contains(tt.opt) != tt.want {
25 t.Errorf("Contains(%q) = %v", tt.opt, !tt.want)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue23812.go 12 want := int32(0x3edae8)
14 if want != got {
15 panic(fmt.Sprintf("want %x, got %x", want, got))
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue19418/
main.go 24 const want = "linkstr"
25 if got != want {
26 fmt.Fprintf(os.Stderr, "issue19418 value is %q, want %q\n", got, want)
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue22175/
main.go 23 const want = 971
24 if got != want {
25 fmt.Fprintf(os.Stderr, "issue22175: F()=%d, want %d", got, want)
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue22295.pkg/
main.go 23 const want = 2503
25 if got != want {
26 log.Fatalf("got %d, want %d", got, want)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
assert.go 43 fmt.Printf("e2t_ssa(t)=%v want %v", got, t)
52 fmt.Printf("e2t_ssa(s)=%v want nil", got)
61 want := "interface conversion: interface {} is *main.S, not *main.T"
62 if err.Error() != want {
63 fmt.Printf("e2t_ssa(s) wrong error, want '%s', got '%s'\n", want, err.Error())
74 fmt.Printf("i2t_ssa(t)=%v want %v", got, t)
83 fmt.Printf("i2t_ssa(s)=%v want nil", got)
92 want := "interface conversion: main.I is *main.S, not *main.T"
93 if err.Error() != want {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
tags_test.go 14 t.Fatalf("name = %q, want field", name)
18 want bool
24 if opts.Contains(tt.opt) != tt.want {
25 t.Errorf("Contains(%q) = %v", tt.opt, !tt.want)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue23812.go 12 want := int32(0x3edae8)
14 if want != got {
15 panic(fmt.Sprintf("want %x, got %x", want, got))
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/m68k/
objdump.exp 46 set want "moveml %d0-%d3,%sp@-.*moveml %d0-%d3,%sp@\[\r\n\]"
48 if [regexp $want $got] then {
72 set want "fnop *\[\r\n\]"
74 if [regexp $want $got] then {
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
size.exp 50 set want "($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($hex)\[ \]+${testfile}"
52 if ![regexp $want $got all text data bss dtot hextot] then {
69 set want "${testfile}.*(text|TEXT|P)\[^\n\r\]*\[ \]($dec)\[ \]+$dec.*(\\.data|DATA|D_1)\[^\n\r\]*\[ \]($dec)\[ \]+$dec"
71 if ![regexp $want $got all textname textsize dataname datasize] then {
  /prebuilts/go/darwin-x86/src/strings/
reader_test.go 23 want string
28 {seek: io.SeekStart, off: 0, n: 20, want: "0123456789"},
29 {seek: io.SeekStart, off: 1, n: 1, want: "1"},
30 {seek: io.SeekCurrent, off: 1, wantpos: 3, n: 2, want: "34"},
34 {seek: io.SeekStart, n: 5, want: "01234"},
35 {seek: io.SeekCurrent, n: 5, want: "56789"},
36 {seek: io.SeekEnd, off: -1, n: 1, wantpos: 9, want: "9"},
42 t.Errorf("%d. want seek error %q", i, tt.seekerr)
46 t.Errorf("%d. seek error = %q; want %q", i, err.Error(), tt.seekerr)
50 t.Errorf("%d. pos = %d, want %d", i, pos, tt.wantpos
    [all...]
  /prebuilts/go/linux-x86/src/strings/
reader_test.go 23 want string
28 {seek: io.SeekStart, off: 0, n: 20, want: "0123456789"},
29 {seek: io.SeekStart, off: 1, n: 1, want: "1"},
30 {seek: io.SeekCurrent, off: 1, wantpos: 3, n: 2, want: "34"},
34 {seek: io.SeekStart, n: 5, want: "01234"},
35 {seek: io.SeekCurrent, n: 5, want: "56789"},
36 {seek: io.SeekEnd, off: -1, n: 1, wantpos: 9, want: "9"},
42 t.Errorf("%d. want seek error %q", i, tt.seekerr)
46 t.Errorf("%d. seek error = %q; want %q", i, err.Error(), tt.seekerr)
50 t.Errorf("%d. pos = %d, want %d", i, pos, tt.wantpos
    [all...]
  /build/kati/
shellutil_test.go 25 want string
29 want: "CEBQHPG_CNPXNTR_BIREYNLF",
33 want: "cebqhpg_anzr",
38 if got, want := string(buf), tc.want; got != want {
39 t.Errorf("rot13(%q) got=%q; want=%q", tc.in, got, want)
91 if got, want := sd.format, tc.format; got != want {
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 177 want = 'capp' variable in class:application
181 want = 'Inte' variable in class:_Prop_user_interaction
188 want = 'cha ' variable in class:character
192 want = 'long' variable in class:_Prop_length
196 want = 'long' variable in class:_Prop_offset
200 want = 'cins' variable in class:insertion_point
204 want = 'clin' variable in class:line
208 want = 'long' variable in class:_Prop_index
215 want = 'csel' variable in class:selection_2d_object
219 want = 'type variable in class:_Prop_contents
226 want = 'ctxt' variable in class:text
234 want = 'cwin' variable in class:window
238 want = 'qdrt' variable in class:_Prop_bounds
242 want = 'docu' variable in class:_Prop_document
246 want = 'itxt' variable in class:_Prop_name
250 want = 'QDpt' variable in class:_Prop_position
254 want = 'bool' variable in class:_Prop_visible
258 want = 'bool' variable in class:_Prop_zoomed
264 want = 'docu' variable in class:document
268 want = 'PERM' variable in class:_Prop_file_permissions
272 want = 'DKND' variable in class:_Prop_kind
276 want = 'fss ' variable in class:_Prop_location
280 want = 'cwin' variable in class:_Prop_window
286 want = 'file' variable in class:files
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 177 want = 'capp' variable in class:application
181 want = 'Inte' variable in class:_Prop_user_interaction
188 want = 'cha ' variable in class:character
192 want = 'long' variable in class:_Prop_length
196 want = 'long' variable in class:_Prop_offset
200 want = 'cins' variable in class:insertion_point
204 want = 'clin' variable in class:line
208 want = 'long' variable in class:_Prop_index
215 want = 'csel' variable in class:selection_2d_object
219 want = 'type variable in class:_Prop_contents
226 want = 'ctxt' variable in class:text
234 want = 'cwin' variable in class:window
238 want = 'qdrt' variable in class:_Prop_bounds
242 want = 'docu' variable in class:_Prop_document
246 want = 'itxt' variable in class:_Prop_name
250 want = 'QDpt' variable in class:_Prop_position
254 want = 'bool' variable in class:_Prop_visible
258 want = 'bool' variable in class:_Prop_zoomed
264 want = 'docu' variable in class:document
268 want = 'PERM' variable in class:_Prop_file_permissions
272 want = 'DKND' variable in class:_Prop_kind
276 want = 'fss ' variable in class:_Prop_location
280 want = 'cwin' variable in class:_Prop_window
286 want = 'file' variable in class:files
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue21708.go 13 if got, want := C.CAST_TO_INT64, -1; got != want {
14 t.Errorf("C.CAST_TO_INT64 == %v, expected %v", got, want)

Completed in 586 milliseconds

1 2 3 4 5 67 8 91011>>