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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix_test.go 20 want *dnsConfig
24 want: &dnsConfig{
36 want: &dnsConfig{
46 want: &dnsConfig{
56 want: &dnsConfig{
66 want: &dnsConfig{
76 want: &dnsConfig{
86 want: &dnsConfig{
96 want: &dnsConfig{
118 if !reflect.DeepEqual(conf, tt.want) {
    [all...]
  /prebuilts/go/linux-x86/src/net/
addrselect_test.go 18 want []IPAddr
33 want: []IPAddr{
50 want: []IPAddr{
67 want: []IPAddr{
84 want: []IPAddr{
110 want: []IPAddr{
127 if !reflect.DeepEqual(inCopy, tt.want) {
128 t.Errorf("test %d:\nin = %s\ngot: %s\nwant: %s\n", i, tt.in, inCopy, tt.want)
139 if !reflect.DeepEqual(inCopy, tt.want) {
140 t.Errorf("test %d, starting backwards:\nin = %s\ngot: %s\nwant: %s\n", i, tt.in, inCopy, tt.want)
    [all...]
dnsconfig_unix_test.go 20 want *dnsConfig
24 want: &dnsConfig{
36 want: &dnsConfig{
46 want: &dnsConfig{
56 want: &dnsConfig{
66 want: &dnsConfig{
76 want: &dnsConfig{
86 want: &dnsConfig{
96 want: &dnsConfig{
118 if !reflect.DeepEqual(conf, tt.want) {
    [all...]
  /external/valgrind/none/tests/amd64/
faultstatus.c 30 static int testsig(int sig, int want)
32 if (sig != want) {
33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
39 static int testcode(int code, int want)
41 if (code != want) {
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
48 static int testaddr(void *addr, volatile void *want)
50 if (addr != want) {
51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
  /external/valgrind/none/tests/x86/
faultstatus.c 33 static int testsig(int sig, int want)
35 if (sig != want) {
36 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
42 static int testcode(int code, int want)
44 if (code != want) {
45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
51 static int testaddr(void *addr, volatile void *want)
53 if (addr != want) {
54 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
disasm_test.go 29 want []plugin.Sym
68 if err := checkSymbol(syms, tc.want); err != nil {
74 func checkSymbol(got []*plugin.Sym, want []plugin.Sym) error {
75 if len(got) != len(want) {
76 return fmt.Errorf("unexpected number of symbols %d (want %d)", len(got), len(want))
80 w := want[i]
82 return fmt.Errorf("names, got %d, want %d", len(g.Name), len(w.Name))
86 return fmt.Errorf("name %d, got %q, want %q", n, g.Name[n], w.Name[n])
90 return fmt.Errorf("filename, got %q, want %q", g.File, w.File
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser_test.go 16 id, typ, want, underlying, methods string
18 {id: "foo", typ: "<type -1>", want: "int8"},
19 {id: "foo", typ: "<type 1 *<type -19>>", want: "*error"},
20 {id: "foo", typ: "<type 1 *any>", want: "unsafe.Pointer"},
21 {id: "foo", typ: "<type 1 \"Bar\" <type 2 *<type 1>>>", want: "foo.Bar", underlying: "*foo.Bar"},
22 {id: "foo", typ: "<type 1 \"bar.Foo\" \"bar\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},
23 {id: "foo", typ: "<type 1 \".bar.foo\" \"bar\" <type -1>>", want: "bar.foo", underlying: "int8"},
24 {id: "foo", typ: "<type 1 []<type -1>>", want: "[]int8"},
25 {id: "foo", typ: "<type 1 [42]<type -1>>", want: "[42]int8"},
26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
disasm_test.go 29 want []plugin.Sym
68 if err := checkSymbol(syms, tc.want); err != nil {
74 func checkSymbol(got []*plugin.Sym, want []plugin.Sym) error {
75 if len(got) != len(want) {
76 return fmt.Errorf("unexpected number of symbols %d (want %d)", len(got), len(want))
80 w := want[i]
82 return fmt.Errorf("names, got %d, want %d", len(g.Name), len(w.Name))
86 return fmt.Errorf("name %d, got %q, want %q", n, g.Name[n], w.Name[n])
90 return fmt.Errorf("filename, got %q, want %q", g.File, w.File
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser_test.go 16 id, typ, want, underlying, methods string
18 {id: "foo", typ: "<type -1>", want: "int8"},
19 {id: "foo", typ: "<type 1 *<type -19>>", want: "*error"},
20 {id: "foo", typ: "<type 1 *any>", want: "unsafe.Pointer"},
21 {id: "foo", typ: "<type 1 \"Bar\" <type 2 *<type 1>>>", want: "foo.Bar", underlying: "*foo.Bar"},
22 {id: "foo", typ: "<type 1 \"bar.Foo\" \"bar\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},
23 {id: "foo", typ: "<type 1 \".bar.foo\" \"bar\" <type -1>>", want: "bar.foo", underlying: "int8"},
24 {id: "foo", typ: "<type 1 []<type -1>>", want: "[]int8"},
25 {id: "foo", typ: "<type 1 [42]<type -1>>", want: "[42]int8"},
26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"}
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transfer_test.go 24 t.Fatalf(`first Read = %d (%q), %v; want 3 ("foo")`, n, got, err)
30 t.Fatalf(`second Read = %d (%q), %v; want 3 ("bar")`, n, got, err)
54 want := "Body here\ncontinued"
55 buf := make([]byte, len(want))
57 if n != len(want) || err != io.EOF {
59 t.Errorf("Read = %v, %v; want %d, EOF", n, err, len(want))
61 if string(buf) != want {
62 t.Errorf("buf = %q; want %q", buf, want)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transfer_test.go 24 t.Fatalf(`first Read = %d (%q), %v; want 3 ("foo")`, n, got, err)
30 t.Fatalf(`second Read = %d (%q), %v; want 3 ("bar")`, n, got, err)
54 want := "Body here\ncontinued"
55 buf := make([]byte, len(want))
57 if n != len(want) || err != io.EOF {
59 t.Errorf("Read = %v, %v; want %d, EOF", n, err, len(want))
61 if string(buf) != want {
62 t.Errorf("buf = %q; want %q", buf, want)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
index_test.go 27 want int
33 want: 1,
39 want: 1,
46 want: 2,
53 want: 0,
59 want: 0,
66 want: 2,
72 want: 0,
91 want: 0,
109 t.Errorf("%s: unexpected got index=%d, err=%v; wanted index=%d, err=nil", c.desc, got, err, c.want)
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 197 func testPseudoprimes(t *testing.T, name string, cond func(nat) bool, want []int) {
202 if pseudo && (len(want) == 0 || i != want[0]) {
203 t.Errorf("%s(%v, base=2) = true, want false", name, i)
204 } else if !pseudo && len(want) >= 1 && i == want[0] {
205 t.Errorf("%s(%v, base=2) = false, want true", name, i)
207 if len(want) > 0 && i == want[0] {
208 want = want[1:
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
index_test.go 27 want int
33 want: 1,
39 want: 1,
46 want: 2,
53 want: 0,
59 want: 0,
66 want: 2,
72 want: 0,
91 want: 0,
109 t.Errorf("%s: unexpected got index=%d, err=%v; wanted index=%d, err=nil", c.desc, got, err, c.want)
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 197 func testPseudoprimes(t *testing.T, name string, cond func(nat) bool, want []int) {
202 if pseudo && (len(want) == 0 || i != want[0]) {
203 t.Errorf("%s(%v, base=2) = true, want false", name, i)
204 } else if !pseudo && len(want) >= 1 && i == want[0] {
205 t.Errorf("%s(%v, base=2) = false, want true", name, i)
207 if len(want) > 0 && i == want[0] {
208 want = want[1:
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked_test.go 28 t.Fatalf("chunk writer wrote %q; want %q", g, e)
38 t.Errorf("chunk reader read %q; want %q", g, e)
55 t.Errorf("Read = %d, %v; want 6, EOF", n, err)
59 t.Errorf("Read = %q; want %q", buf, "foobar")
82 t.Errorf("Read = %d, %v; want %d, nil", n, err, len(fillBufChunk))
86 t.Errorf("Read = %q; want %q", buf, fillBufChunk)
91 t.Errorf("Read = %d, %v; want %d, EOF", n, err, len(shortChunk))
101 t.Errorf("Read = %d, %v; want 3, EOF", n, err)
104 t.Errorf("buf = %q; want foo", buf)
130 t.Fatalf("read %d bytes; want %d", n, len(readBuf)-1
    [all...]
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked_test.go 28 t.Fatalf("chunk writer wrote %q; want %q", g, e)
38 t.Errorf("chunk reader read %q; want %q", g, e)
55 t.Errorf("Read = %d, %v; want 6, EOF", n, err)
59 t.Errorf("Read = %q; want %q", buf, "foobar")
82 t.Errorf("Read = %d, %v; want %d, nil", n, err, len(fillBufChunk))
86 t.Errorf("Read = %q; want %q", buf, fillBufChunk)
91 t.Errorf("Read = %d, %v; want %d, EOF", n, err, len(shortChunk))
101 t.Errorf("Read = %d, %v; want 3, EOF", n, err)
104 t.Errorf("buf = %q; want foo", buf)
130 t.Fatalf("read %d bytes; want %d", n, len(readBuf)-1
    [all...]
  /prebuilts/go/darwin-x86/src/go/token/
position_test.go 14 func checkPos(t *testing.T, msg string, got, want Position) {
15 if got.Filename != want.Filename {
16 t.Errorf("%s: got filename = %q; want %q", msg, got.Filename, want.Filename)
18 if got.Offset != want.Offset {
19 t.Errorf("%s: got offset = %d; want %d", msg, got.Offset, want.Offset)
21 if got.Line != want.Line {
22 t.Errorf("%s: got line = %d; want %d", msg, got.Line, want.Line
    [all...]
  /prebuilts/go/linux-x86/src/go/token/
position_test.go 14 func checkPos(t *testing.T, msg string, got, want Position) {
15 if got.Filename != want.Filename {
16 t.Errorf("%s: got filename = %q; want %q", msg, got.Filename, want.Filename)
18 if got.Offset != want.Offset {
19 t.Errorf("%s: got offset = %d; want %d", msg, got.Offset, want.Offset)
21 if got.Line != want.Line {
22 t.Errorf("%s: got line = %d; want %d", msg, got.Line, want.Line
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 745 want = '****' variable in class:anything
749 want = 'PICT' variable in class:pictures
755 want = 'STXT' variable in class:styled_text
761 want = 'TEXT' variable in class:strings
767 want = 'alis' variable in class:alias
771 want = 'TEXT' variable in class:_Prop_POSIX_path
777 want = 'apr ' variable in class:April
781 want = 'aug ' variable in class:August
785 want = 'bool' variable in class:booleans
791 want = 'cRGB variable in class:RGB_colors
797 want = 'capp' variable in class:application
801 want = 'scpt' variable in class:_Prop_AppleScript
806 want = 'long' variable in class:_Prop_days
811 want = 'long' variable in class:_Prop_hours
816 want = 'long' variable in class:_Prop_minutes
821 want = 'doub' variable in class:_Prop_pi
826 want = 'long' variable in class:_Prop_print_depth
831 want = 'long' variable in class:_Prop_print_length
836 want = '****' variable in class:_Prop_result
841 want = 'cha ' variable in class:_Prop_return_
846 want = 'cha ' variable in class:_Prop_space
851 want = 'cha ' variable in class:_Prop_tab
856 want = 'list' variable in class:_Prop_text_item_delimiters
861 want = 'long' variable in class:_Prop_weeks
870 want = 'case' variable in class:upper_case
874 want = 'ccmt' variable in class:cubic_centimeters
880 want = 'cfet' variable in class:cubic_feet
884 want = 'cha ' variable in class:characters
890 want = 'citl' variable in class:writing_code_info
894 want = 'shor' variable in class:_Prop_language_code
898 want = 'shor' variable in class:_Prop_script_code
904 want = 'citm' variable in class:text_items
910 want = 'cmet' variable in class:cubic_meters
916 want = 'cmtr' variable in class:centimeters
922 want = 'cobj' variable in class:item
926 want = 'long' variable in class:_Prop_id
932 want = 'cstr' variable in class:C_strings
938 want = 'ctxt' variable in class:text
942 want = 'cuin' variable in class:cubic_inches
946 want = 'cyrd' variable in class:cubic_yards
950 want = 'dec ' variable in class:December
954 want = 'degc' variable in class:degrees_Celsius
958 want = 'degf' variable in class:degrees_Fahrenheit
962 want = 'degk' variable in class:degrees_Kelvin
966 want = 'doub' variable in class:reals
972 want = 'encs' variable in class:encoded_strings
978 want = 'enum' variable in class:constants
984 want = 'evnt' variable in class:events
990 want = 'feb ' variable in class:February
994 want = 'feet' variable in class:feet
998 want = 'fri ' variable in class:Friday
1002 want = 'fss ' variable in class:file_specification
1008 want = 'galn' variable in class:gallons
1012 want = 'gram' variable in class:grams
1016 want = 'hand' variable in class:handlers
1022 want = 'inch' variable in class:inches
1026 want = 'itxt' variable in class:international_text
1032 want = 'jan ' variable in class:January
1036 want = 'jul ' variable in class:July
1040 want = 'jun ' variable in class:June
1044 want = 'kfrm' variable in class:reference_forms
1050 want = 'kgrm' variable in class:kilograms
1054 want = 'kmtr' variable in class:kilometers
1060 want = 'kprs' variable in class:keystroke
1064 want = 'cha ' variable in class:_Prop_key
1068 want = 'ekst' variable in class:_Prop_key_kind
1072 want = 'eMds' variable in class:_Prop_modifiers
1078 want = 'lbs ' variable in class:pounds
1082 want = 'ldt ' variable in class:date
1086 want = 'TEXT' variable in class:_Prop_date_string
1090 want = 'long' variable in class:_Prop_day
1094 want = 'mnth' variable in class:_Prop_month
1098 want = 'long' variable in class:_Prop_time
1102 want = 'TEXT' variable in class:_Prop_time_string
1106 want = 'wkdy' variable in class:_Prop_weekday
1110 want = 'long' variable in class:_Prop_year
1116 want = 'list' variable in class:list
1120 want = 'long' variable in class:_Prop_length
1124 want = 'list' variable in class:_Prop_rest
1128 want = 'list' variable in class:_Prop_reverse
1134 want = 'litr' variable in class:liters
1140 want = 'llst' variable in class:linked_list
1146 want = 'long' variable in class:integers
1152 want = 'lr ' variable in class:list_or_record
1156 want = 'lrs ' variable in class:list_2c__record_or_text
1160 want = 'ls ' variable in class:list_or_string
1164 want = 'mach' variable in class:machines
1170 want = 'mar ' variable in class:March
1174 want = 'may ' variable in class:May
1178 want = 'metr' variable in class:meters
1184 want = 'mile' variable in class:miles
1188 want = 'mnth' variable in class:months
1194 want = 'mon ' variable in class:Monday
1198 want = 'msng' variable in class:missing_values
1204 want = 'nd ' variable in class:number_or_date
1208 want = 'nds ' variable in class:number_2c__date_or_text
1212 want = 'nmbr' variable in class:numbers
1218 want = 'nov ' variable in class:November
1222 want = 'ns ' variable in class:number_or_string
1226 want = 'obj ' variable in class:references
1232 want = 'oct ' variable in class:October
1236 want = 'ozs ' variable in class:ounces
1240 want = 'pcls' variable in class:class_
1244 want = 'type' variable in class:_Prop__3c_Inheritance_3e_
1250 want = 'prep' variable in class:prepositions
1256 want = 'prop' variable in class:properties
1262 want = 'psct' variable in class:writing_code
1266 want = 'pstr' variable in class:Pascal_strings
1272 want = 'qrts' variable in class:quarts
1276 want = 'rdat' variable in class:data
1280 want = 'reco' variable in class:records
1286 want = 'sat ' variable in class:Saturday
1290 want = 'scnd' variable in class:seconds
1294 want = 'scpt' variable in class:script
1298 want = 'TEXT' variable in class:_Prop_name
1302 want = 'scpt' variable in class:_Prop_parent
1308 want = 'sep ' variable in class:September
1312 want = 'sf ' variable in class:alias_or_string
1316 want = 'snd ' variable in class:sounds
1322 want = 'sqft' variable in class:square_feet
1326 want = 'sqkm' variable in class:square_kilometers
1332 want = 'sqmi' variable in class:square_miles
1336 want = 'sqrm' variable in class:square_meters
1342 want = 'sqyd' variable in class:square_yards
1346 want = 'styl' variable in class:styled_Clipboard_text
1352 want = 'sun ' variable in class:Sunday
1356 want = 'sutx' variable in class:styled_Unicode_text
1362 want = 'thu ' variable in class:Thursday
1366 want = 'tue ' variable in class:Tuesday
1370 want = 'type' variable in class:type_class
1374 want = 'undf' variable in class:empty_ae_name_
1378 want = 'utxt' variable in class:Unicode_text
1384 want = 'vect' variable in class:vector
1390 want = 'vers' variable in class:version
1394 want = 'wed ' variable in class:Wednesday
1398 want = 'wkdy' variable in class:weekdays
1404 want = 'yard' variable in class:yards
1408 want = 'zone' variable in class:zones
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 745 want = '****' variable in class:anything
749 want = 'PICT' variable in class:pictures
755 want = 'STXT' variable in class:styled_text
761 want = 'TEXT' variable in class:strings
767 want = 'alis' variable in class:alias
771 want = 'TEXT' variable in class:_Prop_POSIX_path
777 want = 'apr ' variable in class:April
781 want = 'aug ' variable in class:August
785 want = 'bool' variable in class:booleans
791 want = 'cRGB variable in class:RGB_colors
797 want = 'capp' variable in class:application
801 want = 'scpt' variable in class:_Prop_AppleScript
806 want = 'long' variable in class:_Prop_days
811 want = 'long' variable in class:_Prop_hours
816 want = 'long' variable in class:_Prop_minutes
821 want = 'doub' variable in class:_Prop_pi
826 want = 'long' variable in class:_Prop_print_depth
831 want = 'long' variable in class:_Prop_print_length
836 want = '****' variable in class:_Prop_result
841 want = 'cha ' variable in class:_Prop_return_
846 want = 'cha ' variable in class:_Prop_space
851 want = 'cha ' variable in class:_Prop_tab
856 want = 'list' variable in class:_Prop_text_item_delimiters
861 want = 'long' variable in class:_Prop_weeks
870 want = 'case' variable in class:upper_case
874 want = 'ccmt' variable in class:cubic_centimeters
880 want = 'cfet' variable in class:cubic_feet
884 want = 'cha ' variable in class:characters
890 want = 'citl' variable in class:writing_code_info
894 want = 'shor' variable in class:_Prop_language_code
898 want = 'shor' variable in class:_Prop_script_code
904 want = 'citm' variable in class:text_items
910 want = 'cmet' variable in class:cubic_meters
916 want = 'cmtr' variable in class:centimeters
922 want = 'cobj' variable in class:item
926 want = 'long' variable in class:_Prop_id
932 want = 'cstr' variable in class:C_strings
938 want = 'ctxt' variable in class:text
942 want = 'cuin' variable in class:cubic_inches
946 want = 'cyrd' variable in class:cubic_yards
950 want = 'dec ' variable in class:December
954 want = 'degc' variable in class:degrees_Celsius
958 want = 'degf' variable in class:degrees_Fahrenheit
962 want = 'degk' variable in class:degrees_Kelvin
966 want = 'doub' variable in class:reals
972 want = 'encs' variable in class:encoded_strings
978 want = 'enum' variable in class:constants
984 want = 'evnt' variable in class:events
990 want = 'feb ' variable in class:February
994 want = 'feet' variable in class:feet
998 want = 'fri ' variable in class:Friday
1002 want = 'fss ' variable in class:file_specification
1008 want = 'galn' variable in class:gallons
1012 want = 'gram' variable in class:grams
1016 want = 'hand' variable in class:handlers
1022 want = 'inch' variable in class:inches
1026 want = 'itxt' variable in class:international_text
1032 want = 'jan ' variable in class:January
1036 want = 'jul ' variable in class:July
1040 want = 'jun ' variable in class:June
1044 want = 'kfrm' variable in class:reference_forms
1050 want = 'kgrm' variable in class:kilograms
1054 want = 'kmtr' variable in class:kilometers
1060 want = 'kprs' variable in class:keystroke
1064 want = 'cha ' variable in class:_Prop_key
1068 want = 'ekst' variable in class:_Prop_key_kind
1072 want = 'eMds' variable in class:_Prop_modifiers
1078 want = 'lbs ' variable in class:pounds
1082 want = 'ldt ' variable in class:date
1086 want = 'TEXT' variable in class:_Prop_date_string
1090 want = 'long' variable in class:_Prop_day
1094 want = 'mnth' variable in class:_Prop_month
1098 want = 'long' variable in class:_Prop_time
1102 want = 'TEXT' variable in class:_Prop_time_string
1106 want = 'wkdy' variable in class:_Prop_weekday
1110 want = 'long' variable in class:_Prop_year
1116 want = 'list' variable in class:list
1120 want = 'long' variable in class:_Prop_length
1124 want = 'list' variable in class:_Prop_rest
1128 want = 'list' variable in class:_Prop_reverse
1134 want = 'litr' variable in class:liters
1140 want = 'llst' variable in class:linked_list
1146 want = 'long' variable in class:integers
1152 want = 'lr ' variable in class:list_or_record
1156 want = 'lrs ' variable in class:list_2c__record_or_text
1160 want = 'ls ' variable in class:list_or_string
1164 want = 'mach' variable in class:machines
1170 want = 'mar ' variable in class:March
1174 want = 'may ' variable in class:May
1178 want = 'metr' variable in class:meters
1184 want = 'mile' variable in class:miles
1188 want = 'mnth' variable in class:months
1194 want = 'mon ' variable in class:Monday
1198 want = 'msng' variable in class:missing_values
1204 want = 'nd ' variable in class:number_or_date
1208 want = 'nds ' variable in class:number_2c__date_or_text
1212 want = 'nmbr' variable in class:numbers
1218 want = 'nov ' variable in class:November
1222 want = 'ns ' variable in class:number_or_string
1226 want = 'obj ' variable in class:references
1232 want = 'oct ' variable in class:October
1236 want = 'ozs ' variable in class:ounces
1240 want = 'pcls' variable in class:class_
1244 want = 'type' variable in class:_Prop__3c_Inheritance_3e_
1250 want = 'prep' variable in class:prepositions
1256 want = 'prop' variable in class:properties
1262 want = 'psct' variable in class:writing_code
1266 want = 'pstr' variable in class:Pascal_strings
1272 want = 'qrts' variable in class:quarts
1276 want = 'rdat' variable in class:data
1280 want = 'reco' variable in class:records
1286 want = 'sat ' variable in class:Saturday
1290 want = 'scnd' variable in class:seconds
1294 want = 'scpt' variable in class:script
1298 want = 'TEXT' variable in class:_Prop_name
1302 want = 'scpt' variable in class:_Prop_parent
1308 want = 'sep ' variable in class:September
1312 want = 'sf ' variable in class:alias_or_string
1316 want = 'snd ' variable in class:sounds
1322 want = 'sqft' variable in class:square_feet
1326 want = 'sqkm' variable in class:square_kilometers
1332 want = 'sqmi' variable in class:square_miles
1336 want = 'sqrm' variable in class:square_meters
1342 want = 'sqyd' variable in class:square_yards
1346 want = 'styl' variable in class:styled_Clipboard_text
1352 want = 'sun ' variable in class:Sunday
1356 want = 'sutx' variable in class:styled_Unicode_text
1362 want = 'thu ' variable in class:Thursday
1366 want = 'tue ' variable in class:Tuesday
1370 want = 'type' variable in class:type_class
1374 want = 'undf' variable in class:empty_ae_name_
1378 want = 'utxt' variable in class:Unicode_text
1384 want = 'vect' variable in class:vector
1390 want = 'vers' variable in class:version
1394 want = 'wed ' variable in class:Wednesday
1398 want = 'wkdy' variable in class:weekdays
1404 want = 'yard' variable in class:yards
1408 want = 'zone' variable in class:zones
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 745 want = '****' variable in class:anything
749 want = 'PICT' variable in class:pictures
755 want = 'STXT' variable in class:styled_text
761 want = 'TEXT' variable in class:strings
767 want = 'alis' variable in class:alias
771 want = 'TEXT' variable in class:_Prop_POSIX_path
777 want = 'apr ' variable in class:April
781 want = 'aug ' variable in class:August
785 want = 'bool' variable in class:booleans
791 want = 'cRGB variable in class:RGB_colors
797 want = 'capp' variable in class:application
801 want = 'scpt' variable in class:_Prop_AppleScript
806 want = 'long' variable in class:_Prop_days
811 want = 'long' variable in class:_Prop_hours
816 want = 'long' variable in class:_Prop_minutes
821 want = 'doub' variable in class:_Prop_pi
826 want = 'long' variable in class:_Prop_print_depth
831 want = 'long' variable in class:_Prop_print_length
836 want = '****' variable in class:_Prop_result
841 want = 'cha ' variable in class:_Prop_return_
846 want = 'cha ' variable in class:_Prop_space
851 want = 'cha ' variable in class:_Prop_tab
856 want = 'list' variable in class:_Prop_text_item_delimiters
861 want = 'long' variable in class:_Prop_weeks
870 want = 'case' variable in class:upper_case
874 want = 'ccmt' variable in class:cubic_centimeters
880 want = 'cfet' variable in class:cubic_feet
884 want = 'cha ' variable in class:characters
890 want = 'citl' variable in class:writing_code_info
894 want = 'shor' variable in class:_Prop_language_code
898 want = 'shor' variable in class:_Prop_script_code
904 want = 'citm' variable in class:text_items
910 want = 'cmet' variable in class:cubic_meters
916 want = 'cmtr' variable in class:centimeters
922 want = 'cobj' variable in class:item
926 want = 'long' variable in class:_Prop_id
932 want = 'cstr' variable in class:C_strings
938 want = 'ctxt' variable in class:text
942 want = 'cuin' variable in class:cubic_inches
946 want = 'cyrd' variable in class:cubic_yards
950 want = 'dec ' variable in class:December
954 want = 'degc' variable in class:degrees_Celsius
958 want = 'degf' variable in class:degrees_Fahrenheit
962 want = 'degk' variable in class:degrees_Kelvin
966 want = 'doub' variable in class:reals
972 want = 'encs' variable in class:encoded_strings
978 want = 'enum' variable in class:constants
984 want = 'evnt' variable in class:events
990 want = 'feb ' variable in class:February
994 want = 'feet' variable in class:feet
998 want = 'fri ' variable in class:Friday
1002 want = 'fss ' variable in class:file_specification
1008 want = 'galn' variable in class:gallons
1012 want = 'gram' variable in class:grams
1016 want = 'hand' variable in class:handlers
1022 want = 'inch' variable in class:inches
1026 want = 'itxt' variable in class:international_text
1032 want = 'jan ' variable in class:January
1036 want = 'jul ' variable in class:July
1040 want = 'jun ' variable in class:June
1044 want = 'kfrm' variable in class:reference_forms
1050 want = 'kgrm' variable in class:kilograms
1054 want = 'kmtr' variable in class:kilometers
1060 want = 'kprs' variable in class:keystroke
1064 want = 'cha ' variable in class:_Prop_key
1068 want = 'ekst' variable in class:_Prop_key_kind
1072 want = 'eMds' variable in class:_Prop_modifiers
1078 want = 'lbs ' variable in class:pounds
1082 want = 'ldt ' variable in class:date
1086 want = 'TEXT' variable in class:_Prop_date_string
1090 want = 'long' variable in class:_Prop_day
1094 want = 'mnth' variable in class:_Prop_month
1098 want = 'long' variable in class:_Prop_time
1102 want = 'TEXT' variable in class:_Prop_time_string
1106 want = 'wkdy' variable in class:_Prop_weekday
1110 want = 'long' variable in class:_Prop_year
1116 want = 'list' variable in class:list
1120 want = 'long' variable in class:_Prop_length
1124 want = 'list' variable in class:_Prop_rest
1128 want = 'list' variable in class:_Prop_reverse
1134 want = 'litr' variable in class:liters
1140 want = 'llst' variable in class:linked_list
1146 want = 'long' variable in class:integers
1152 want = 'lr ' variable in class:list_or_record
1156 want = 'lrs ' variable in class:list_2c__record_or_text
1160 want = 'ls ' variable in class:list_or_string
1164 want = 'mach' variable in class:machines
1170 want = 'mar ' variable in class:March
1174 want = 'may ' variable in class:May
1178 want = 'metr' variable in class:meters
1184 want = 'mile' variable in class:miles
1188 want = 'mnth' variable in class:months
1194 want = 'mon ' variable in class:Monday
1198 want = 'msng' variable in class:missing_values
1204 want = 'nd ' variable in class:number_or_date
1208 want = 'nds ' variable in class:number_2c__date_or_text
1212 want = 'nmbr' variable in class:numbers
1218 want = 'nov ' variable in class:November
1222 want = 'ns ' variable in class:number_or_string
1226 want = 'obj ' variable in class:references
1232 want = 'oct ' variable in class:October
1236 want = 'ozs ' variable in class:ounces
1240 want = 'pcls' variable in class:class_
1244 want = 'type' variable in class:_Prop__3c_Inheritance_3e_
1250 want = 'prep' variable in class:prepositions
1256 want = 'prop' variable in class:properties
1262 want = 'psct' variable in class:writing_code
1266 want = 'pstr' variable in class:Pascal_strings
1272 want = 'qrts' variable in class:quarts
1276 want = 'rdat' variable in class:data
1280 want = 'reco' variable in class:records
1286 want = 'sat ' variable in class:Saturday
1290 want = 'scnd' variable in class:seconds
1294 want = 'scpt' variable in class:script
1298 want = 'TEXT' variable in class:_Prop_name
1302 want = 'scpt' variable in class:_Prop_parent
1308 want = 'sep ' variable in class:September
1312 want = 'sf ' variable in class:alias_or_string
1316 want = 'snd ' variable in class:sounds
1322 want = 'sqft' variable in class:square_feet
1326 want = 'sqkm' variable in class:square_kilometers
1332 want = 'sqmi' variable in class:square_miles
1336 want = 'sqrm' variable in class:square_meters
1342 want = 'sqyd' variable in class:square_yards
1346 want = 'styl' variable in class:styled_Clipboard_text
1352 want = 'sun ' variable in class:Sunday
1356 want = 'sutx' variable in class:styled_Unicode_text
1362 want = 'thu ' variable in class:Thursday
1366 want = 'tue ' variable in class:Tuesday
1370 want = 'type' variable in class:type_class
1374 want = 'undf' variable in class:empty_ae_name_
1378 want = 'utxt' variable in class:Unicode_text
1384 want = 'vect' variable in class:vector
1390 want = 'vers' variable in class:version
1394 want = 'wed ' variable in class:Wednesday
1398 want = 'wkdy' variable in class:weekdays
1404 want = 'yard' variable in class:yards
1408 want = 'zone' variable in class:zones
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
crash_test.go 184 want := "main: recovered done\nnew-thread: recovered done\nsecond-new-thread: recovered done\nmain-again: recovered done\n"
185 if output != want {
186 t.Fatalf("output:\n%s\n\nwanted:\n%s", output, want)
196 want := "fatal error: all goroutines are asleep - deadlock!\n"
197 if !strings.HasPrefix(output, want) {
198 t.Fatalf("output does not start with %q:\n%s", want, output)
220 want := "no goroutines (main called runtime.Goexit) - deadlock!"
221 if !strings.Contains(output, want) {
222 t.Fatalf("output:\n%s\n\nwant output containing: %s", output, want)
228 want := "runtime: goroutine stack exceeds 1474560-byte limit\nfatal error: stack overflow
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
crash_test.go 184 want := "main: recovered done\nnew-thread: recovered done\nsecond-new-thread: recovered done\nmain-again: recovered done\n"
185 if output != want {
186 t.Fatalf("output:\n%s\n\nwanted:\n%s", output, want)
196 want := "fatal error: all goroutines are asleep - deadlock!\n"
197 if !strings.HasPrefix(output, want) {
198 t.Fatalf("output does not start with %q:\n%s", want, output)
220 want := "no goroutines (main called runtime.Goexit) - deadlock!"
221 if !strings.Contains(output, want) {
222 t.Fatalf("output:\n%s\n\nwant output containing: %s", output, want)
228 want := "runtime: goroutine stack exceeds 1474560-byte limit\nfatal error: stack overflow
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr_test.go 42 want := make([]byte, 1024)
43 copy(want, src)
45 for i := 1; i < len(want)/size; i++ {
47 xor(want[i*size:(i+1)*size], counter)
51 if !bytes.Equal(dst, want) {
52 t.Errorf("for size %d\nhave %x\nwant %x", size, dst, want)

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>