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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main1.c 9 int check_int8(void* handle, const char* fname, int8_t want) {
17 if (ret != want) {
18 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
24 int check_int32(void* handle, const char* fname, int32_t want) {
32 if (ret != want) {
33 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
truncconst_test.go 17 t.Errorf("f52-1 = %g, want %g", got, f52want)
20 t.Errorf("float64(f52)-1 = %g, want %g", got, f52want)
23 t.Errorf("f53-1 = %g, want %g", got, f53want)
26 t.Errorf("float64(f53)-1 = %g, want 0", got)
35 t.Errorf("real(r52-1) = %g, want %g", got, f52want)
38 t.Errorf("real(complex128(r52)-1) = %g, want %g", got, f52want)
41 t.Errorf("real(r53-1) = %g, want %g", got, f53want)
44 t.Errorf("real(complex128(r53)-1) = %g, want 0", got)
51 t.Errorf("imag(i52-1i) = %g, want %g", got, f52want)
54 t.Errorf("imag(complex128(i52)-1i) = %g, want %g", got, f52want
    [all...]
sizeof_test.go 32 want := tt._32bit
34 want = tt._64bit
37 if want != got {
38 t.Errorf("unsafe.Sizeof(%T) = %d, want %d", tt.val, got, want)
  /prebuilts/go/darwin-x86/src/math/big/
decimal_test.go 15 want string
17 {want: "0"},
24 if got := test.x.String(); got != test.want {
25 t.Errorf("%v == %s; want %s", test.x, got, test.want)
34 want string
50 if got := d.String(); got != test.want {
51 t.Errorf("%d << %d == %s; want %s", test.x, test.shift, got, test.want)
94 t.Errorf("roundDown(%d, %d) = %s; want %s", test.x, test.n, got, test.down
    [all...]
sqrt_test.go 22 want := NewFloat(math.Sqrt(r))
23 if got.Cmp(want) != 0 {
24 t.Fatalf("Sqrt(%g) =\n got %g;\nwant %g", r, got, want)
32 want string
57 want := new(Float).SetPrec(prec)
58 want.Parse(test.want, 10)
59 if got.Cmp(want) != 0 {
61 prec, test.x, got, want)
95 want *Floa
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace_test.go 34 if got, want := buf.String(), "NO"; got != want {
35 t.Errorf("got %q; want %q", got, want)
46 t.Errorf(`%d. args for %q case = %q, %q; want addr of "addr"`, testNum, b, network, addr)
54 want string
57 want: "T",
63 want: "TO",
70 want: "O",
84 if got := buf.String(); got != tt.want {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
numcpu_freebsd_test.go 11 want := "OK\n"
12 if got != want {
13 t.Fatalf("expected %q, but got:\n%s", want, got)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21963.go 24 if got, want := f(x[:], &y), int32(-5); got != want {
25 panic(fmt.Sprintf("wanted %d, got %d", want, got))
  /prebuilts/go/linux-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)
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main1.c 9 int check_int8(void* handle, const char* fname, int8_t want) {
17 if (ret != want) {
18 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
24 int check_int32(void* handle, const char* fname, int32_t want) {
32 if (ret != want) {
33 fprintf(stderr, "ERROR: %s=%d, want %d\n", fname, ret, want);
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
truncconst_test.go 17 t.Errorf("f52-1 = %g, want %g", got, f52want)
20 t.Errorf("float64(f52)-1 = %g, want %g", got, f52want)
23 t.Errorf("f53-1 = %g, want %g", got, f53want)
26 t.Errorf("float64(f53)-1 = %g, want 0", got)
35 t.Errorf("real(r52-1) = %g, want %g", got, f52want)
38 t.Errorf("real(complex128(r52)-1) = %g, want %g", got, f52want)
41 t.Errorf("real(r53-1) = %g, want %g", got, f53want)
44 t.Errorf("real(complex128(r53)-1) = %g, want 0", got)
51 t.Errorf("imag(i52-1i) = %g, want %g", got, f52want)
54 t.Errorf("imag(complex128(i52)-1i) = %g, want %g", got, f52want
    [all...]
sizeof_test.go 32 want := tt._32bit
34 want = tt._64bit
37 if want != got {
38 t.Errorf("unsafe.Sizeof(%T) = %d, want %d", tt.val, got, want)
  /prebuilts/go/linux-x86/src/math/big/
decimal_test.go 15 want string
17 {want: "0"},
24 if got := test.x.String(); got != test.want {
25 t.Errorf("%v == %s; want %s", test.x, got, test.want)
34 want string
50 if got := d.String(); got != test.want {
51 t.Errorf("%d << %d == %s; want %s", test.x, test.shift, got, test.want)
94 t.Errorf("roundDown(%d, %d) = %s; want %s", test.x, test.n, got, test.down
    [all...]
sqrt_test.go 22 want := NewFloat(math.Sqrt(r))
23 if got.Cmp(want) != 0 {
24 t.Fatalf("Sqrt(%g) =\n got %g;\nwant %g", r, got, want)
32 want string
57 want := new(Float).SetPrec(prec)
58 want.Parse(test.want, 10)
59 if got.Cmp(want) != 0 {
61 prec, test.x, got, want)
95 want *Floa
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace_test.go 34 if got, want := buf.String(), "NO"; got != want {
35 t.Errorf("got %q; want %q", got, want)
46 t.Errorf(`%d. args for %q case = %q, %q; want addr of "addr"`, testNum, b, network, addr)
54 want string
57 want: "T",
63 want: "TO",
70 want: "O",
84 if got := buf.String(); got != tt.want {
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
numcpu_freebsd_test.go 11 want := "OK\n"
12 if got != want {
13 t.Fatalf("expected %q, but got:\n%s", want, got)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21963.go 24 if got, want := f(x[:], &y), int32(-5); got != want {
25 panic(fmt.Sprintf("wanted %d, got %d", want, got))
  /prebuilts/python/darwin-x86/2.7.5/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...]
CodeWarrior_suite.py 249 want = '1BRW' variable in class:single_class_browser
253 want = 'TXTD' variable in class:_Prop_inherits
259 want = '1HIR' variable in class:single_class_hierarchy
265 want = 'BROW' variable in class:class_browser
271 want = 'COMP' variable in class:file_compare_document
277 want = 'CTLG' variable in class:catalog_document
283 want = 'EDIT' variable in class:editor_document
289 want = 'HIER' variable in class:class_hierarchy
295 want = 'INSP' variable in class:project_inspector
301 want = 'MSSG variable in class:message_document
307 want = 'PRGS' variable in class:build_progress_document
313 want = 'PRJD' variable in class:project_document
317 want = 'TRGT' variable in class:_Prop_current_target
324 want = 'SBTG' variable in class:subtarget
328 want = 'bool' variable in class:_Prop_link_against_output
332 want = 'TRGT' variable in class:_Prop_target
338 want = 'SRCF' variable in class:target_file
342 want = 'long' variable in class:_Prop_code_size
346 want = 'ldt ' variable in class:_Prop_compiled_date
350 want = 'long' variable in class:_Prop_data_size
354 want = 'bool' variable in class:_Prop_debug
358 want = 'list' variable in class:_Prop_dependents
362 want = 'long' variable in class:_Prop_id
366 want = 'bool' variable in class:_Prop_init_before
370 want = 'long' variable in class:_Prop_link_index
374 want = 'bool' variable in class:_Prop_linked
378 want = 'fss ' variable in class:_Prop_location
382 want = 'bool' variable in class:_Prop_merge_output
386 want = 'ldt ' variable in class:_Prop_modified_date
390 want = 'itxt' variable in class:_Prop_path
394 want = 'list' variable in class:_Prop_prerequisites
398 want = 'FTYP' variable in class:_Prop_type
402 want = 'bool' variable in class:_Prop_weak_link
408 want = 'SYMB' variable in class:symbol_browser
414 want = 'TOOL' variable in class:ToolServer_worksheet
420 want = 'TRGT' variable in class:target
424 want = 'itxt' variable in class:_Prop_name
428 want = 'PRJD' variable in class:_Prop_project_document
436 want = 'TXTD' variable in class:text_document
440 want = 'bool' variable in class:_Prop_modified
444 want = 'csel' variable in class:_Prop_selection
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 249 want = '1BRW' variable in class:single_class_browser
253 want = 'TXTD' variable in class:_Prop_inherits
259 want = '1HIR' variable in class:single_class_hierarchy
265 want = 'BROW' variable in class:class_browser
271 want = 'COMP' variable in class:file_compare_document
277 want = 'CTLG' variable in class:catalog_document
283 want = 'EDIT' variable in class:editor_document
289 want = 'HIER' variable in class:class_hierarchy
295 want = 'INSP' variable in class:project_inspector
301 want = 'MSSG variable in class:message_document
307 want = 'PRGS' variable in class:build_progress_document
313 want = 'PRJD' variable in class:project_document
317 want = 'TRGT' variable in class:_Prop_current_target
324 want = 'SBTG' variable in class:subtarget
328 want = 'bool' variable in class:_Prop_link_against_output
332 want = 'TRGT' variable in class:_Prop_target
338 want = 'SRCF' variable in class:target_file
342 want = 'long' variable in class:_Prop_code_size
346 want = 'ldt ' variable in class:_Prop_compiled_date
350 want = 'long' variable in class:_Prop_data_size
354 want = 'bool' variable in class:_Prop_debug
358 want = 'list' variable in class:_Prop_dependents
362 want = 'long' variable in class:_Prop_id
366 want = 'bool' variable in class:_Prop_init_before
370 want = 'long' variable in class:_Prop_link_index
374 want = 'bool' variable in class:_Prop_linked
378 want = 'fss ' variable in class:_Prop_location
382 want = 'bool' variable in class:_Prop_merge_output
386 want = 'ldt ' variable in class:_Prop_modified_date
390 want = 'itxt' variable in class:_Prop_path
394 want = 'list' variable in class:_Prop_prerequisites
398 want = 'FTYP' variable in class:_Prop_type
402 want = 'bool' variable in class:_Prop_weak_link
408 want = 'SYMB' variable in class:symbol_browser
414 want = 'TOOL' variable in class:ToolServer_worksheet
420 want = 'TRGT' variable in class:target
424 want = 'itxt' variable in class:_Prop_name
428 want = 'PRJD' variable in class:_Prop_project_document
436 want = 'TXTD' variable in class:text_document
440 want = 'bool' variable in class:_Prop_modified
444 want = 'csel' variable in class:_Prop_selection
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 249 want = '1BRW' variable in class:single_class_browser
253 want = 'TXTD' variable in class:_Prop_inherits
259 want = '1HIR' variable in class:single_class_hierarchy
265 want = 'BROW' variable in class:class_browser
271 want = 'COMP' variable in class:file_compare_document
277 want = 'CTLG' variable in class:catalog_document
283 want = 'EDIT' variable in class:editor_document
289 want = 'HIER' variable in class:class_hierarchy
295 want = 'INSP' variable in class:project_inspector
301 want = 'MSSG variable in class:message_document
307 want = 'PRGS' variable in class:build_progress_document
313 want = 'PRJD' variable in class:project_document
317 want = 'TRGT' variable in class:_Prop_current_target
324 want = 'SBTG' variable in class:subtarget
328 want = 'bool' variable in class:_Prop_link_against_output
332 want = 'TRGT' variable in class:_Prop_target
338 want = 'SRCF' variable in class:target_file
342 want = 'long' variable in class:_Prop_code_size
346 want = 'ldt ' variable in class:_Prop_compiled_date
350 want = 'long' variable in class:_Prop_data_size
354 want = 'bool' variable in class:_Prop_debug
358 want = 'list' variable in class:_Prop_dependents
362 want = 'long' variable in class:_Prop_id
366 want = 'bool' variable in class:_Prop_init_before
370 want = 'long' variable in class:_Prop_link_index
374 want = 'bool' variable in class:_Prop_linked
378 want = 'fss ' variable in class:_Prop_location
382 want = 'bool' variable in class:_Prop_merge_output
386 want = 'ldt ' variable in class:_Prop_modified_date
390 want = 'itxt' variable in class:_Prop_path
394 want = 'list' variable in class:_Prop_prerequisites
398 want = 'FTYP' variable in class:_Prop_type
402 want = 'bool' variable in class:_Prop_weak_link
408 want = 'SYMB' variable in class:symbol_browser
414 want = 'TOOL' variable in class:ToolServer_worksheet
420 want = 'TRGT' variable in class:target
424 want = 'itxt' variable in class:_Prop_name
428 want = 'PRJD' variable in class:_Prop_project_document
436 want = 'TXTD' variable in class:text_document
440 want = 'bool' variable in class:_Prop_modified
444 want = 'csel' variable in class:_Prop_selection
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sizeof_test.go 32 want := tt._32bit
34 want = tt._64bit
37 if want != got {
38 t.Errorf("unsafe.Sizeof(%T) = %d, want %d", tt.val, got, want)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
sizeof_test.go 31 want := tt._32bit
33 want = tt._64bit
36 if want != got {
37 t.Errorf("unsafe.Sizeof(%T) = %d, want %d", tt.val, got, want)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast_test.go 15 want string
35 if got := ASTToString(test.input); got != test.want {
36 t.Errorf("ASTToString of test %d == %s, want %s", i, test.input, test.want)
39 t.Errorf("Formatted test %d == %s, want %s", i, got, test.formatted)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sizeof_test.go 32 want := tt._32bit
34 want = tt._64bit
37 if want != got {
38 t.Errorf("unsafe.Sizeof(%T) = %d, want %d", tt.val, got, want)

Completed in 849 milliseconds

1 2 3 4 5 6 78 91011>>