Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for 625 (0.03 sec)

  1. src/internal/coverage/cformat/fmt_test.go

    	withCoverPkg := " in ./..."
    	if err := fm.EmitPercent(&b3, withCoverPkg, false, true); err != nil {
    		t.Fatalf("EmitPercent returned %v", err)
    	}
    	wantPercent = strings.Fields(`
    		coverage: 62.5% of statements in ./...
    `)
    	gotPercent = strings.Fields(b3.String())
    	if !slices.Equal(wantPercent, gotPercent) {
    		t.Errorf("emit percent: got:\n%+v\nwant:\n%+v\n",
    			gotPercent, wantPercent)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:57 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/example_test.go

    	// type string:
    	//   defined at <unknown position>
    	//   used at 4:8
    	// var b S:
    	//   defined at fib:6:8
    	//   used at 6:19
    	// var c string:
    	//   defined at fib:6:11
    	//   used at 6:25
    	// var x int:
    	//   defined at fib:8:10
    	//   used at 10:10, 12:13, 12:24, 9:5
    }
    
    // TODO(gri) Enable once positions are updated/verified
    // Types and Values of each expression:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 28 17:58:07 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  3. src/go/types/example_test.go

    	//   used at 8:12, 8:17
    	// type string:
    	//   defined at -
    	//   used at 4:8
    	// var b S:
    	//   defined at fib:6:8
    	//   used at 6:19
    	// var c string:
    	//   defined at fib:6:11
    	//   used at 6:25
    	// var x int:
    	//   defined at fib:8:10
    	//   used at 10:10, 12:13, 12:24, 9:5
    	//
    	// Types and Values of each expression:
    	//  4: 8 | string              | type    : string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/syscall/zsysctl_openbsd.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"hw.diskstats", []_C_int{6, 9}},
    	{"hw.machine", []_C_int{6, 1}},
    	{"hw.model", []_C_int{6, 2}},
    	{"hw.ncpu", []_C_int{6, 3}},
    	{"hw.ncpufound", []_C_int{6, 21}},
    	{"hw.ncpuonline", []_C_int{6, 25}},
    	{"hw.pagesize", []_C_int{6, 7}},
    	{"hw.perfpolicy", []_C_int{6, 23}},
    	{"hw.physmem", []_C_int{6, 19}},
    	{"hw.power", []_C_int{6, 26}},
    	{"hw.product", []_C_int{6, 15}},
    	{"hw.serialno", []_C_int{6, 17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top