Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,330 for vfprintf (0.35 sec)

  1. src/cmd/go/internal/test/testflag.go

    		}
    	}
    
    	// Forward any unparsed arguments (following --args) to the test binary.
    	return packageNames, append(injectedFlags, explicitArgs...)
    }
    
    func exitWithUsage() {
    	fmt.Fprintf(os.Stderr, "usage: %s\n", CmdTest.UsageLine)
    	fmt.Fprintf(os.Stderr, "Run 'go help %s' and 'go help %s' for details.\n", CmdTest.LongName(), HelpTestflag.LongName())
    
    	base.SetExitStatus(2)
    	base.Exit()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 19:25:24 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/compute.go

    	if patchVersionBranchExists(clusterVersion, stableVersion) {
    		currentBranch := getBranchFromVersion(clusterVersionStr)
    		versionLabel := fmt.Sprintf("stable-%s", currentBranch)
    		description := fmt.Sprintf("version in the v%s series", currentBranch)
    
    		// Get and output the latest patch version for the cluster branch
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. src/os/signal/signal_cgo_test.go

    		}
    
    		return nil
    	}
    
    	err := fn()
    	if err != nil {
    		fmt.Fprintf(os.Stderr, "session leader error: %v\n", err)
    		cmd.Process.Kill()
    		// Wait for exit below.
    	}
    
    	werr := cmd.Wait()
    	if werr != nil {
    		fmt.Fprintf(os.Stderr, "error running second subprocess: %v\n", err)
    	}
    
    	if err != nil || werr != nil {
    		os.Exit(1)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 10:09:15 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/test/testdata/fp_test.go

    	expect64(t, "real", r, 1)
    	expect64(t, "imag", i, 2)
    	expectCx128(t, "cnst", cnst, -4+7i)
    	expectTrue(t, fmt.Sprintf("%v==%v", a, a), c1)
    	expectFalse(t, fmt.Sprintf("%v==%v", a, b), c2)
    	expectFalse(t, fmt.Sprintf("%v!=%v", a, a), c3)
    	expectTrue(t, fmt.Sprintf("%v!=%v", a, b), c4)
    }
    
    func complexTest64(t *testing.T) {
    	var a complex64 = 1 + 2i
    	var b complex64 = 3 + 6i
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 35K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/objfile.go

    	ver := ""
    	if ctxt.Debugasm > 1 {
    		ver = fmt.Sprintf("<%d>", s.ABI())
    		if ctxt.Debugasm > 2 {
    			ver += fmt.Sprintf("<idx %d %d>", s.PkgIdx, s.SymIdx)
    		}
    	}
    	fmt.Fprintf(ctxt.Bso, "%s%s ", name, ver)
    	if s.Type != 0 {
    		fmt.Fprintf(ctxt.Bso, "%v ", s.Type)
    	}
    	if s.Static() {
    		fmt.Fprint(ctxt.Bso, "static ")
    	}
    	if s.DuplicateOK() {
    		fmt.Fprintf(ctxt.Bso, "dupok ")
    	}
    	if s.CFunc() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/config.go

    	kinds := []string{}
    	cmd := &cobra.Command{
    		Use:   fmt.Sprintf("%s-defaults", action),
    		Short: fmt.Sprintf("Print default %s configuration, that can be used for 'kubeadm %s'", action, action),
    		Long: fmt.Sprintf(dedent.Dedent(`
    			This command prints objects such as the default %s configuration that is used for 'kubeadm %s'.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/import.go

    			return fmt.Sprintf("%s; to add it:\n\tcd %s\n\tgo get %s", message, MainModules.ModRoot(e.ImportingMainModule), e.Path)
    		}
    		return fmt.Sprintf("%s; to add it:\n\tgo get %s", message, e.Path)
    	}
    
    	if e.newMissingVersion != "" {
    		return fmt.Sprintf("package %s provided by %s at latest version %s but not at required version %s", e.Path, e.Module.Path, e.Module.Version, e.newMissingVersion)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  8. src/cmd/trace/regions.go

    <th>Region type</th>
    <th>Count</th>
    <th>Duration distribution (complete tasks)</th>
    </tr>
    {{range $}}
      <tr>
        <td><pre>{{printf "%q" .Type}}<br>{{.Frame.Func}} @ {{printf "0x%x" .Frame.PC}}<br>{{.Frame.File}}:{{.Frame.Line}}</pre></td>
        <td><a href="/userregion?type={{.Type}}&pc={{.Frame.PC | printf "%x"}}">{{.Histogram.Count}}</a></td>
        <td>{{.Histogram.ToHTML (.UserRegionURL)}}</td>
      </tr>
    {{end}}
    </table>
    </body>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  9. src/internal/fuzz/encoding.go

    			if utf8.ValidRune(t) {
    				fmt.Fprintf(b, "rune(%q)\n", t)
    			} else {
    				fmt.Fprintf(b, "int32(%v)\n", t)
    			}
    		case byte: // uint8
    			// For bytes, we arbitrarily prefer the character interpretation.
    			// (Every byte has a valid character encoding.)
    			fmt.Fprintf(b, "byte(%q)\n", t)
    		case []byte: // []uint8
    			fmt.Fprintf(b, "[]byte(%q)\n", t)
    		default:
    			panic(fmt.Sprintf("unsupported type: %T", t))
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 30 16:39:12 UTC 2022
    - 11K bytes
    - Viewed (0)
  10. pkg/util/iptables/testing/parse.go

    	for _, t := range dump.Tables {
    		fmt.Fprintf(buffer, "*%s\n", t.Name)
    		for _, c := range t.Chains {
    			fmt.Fprintf(buffer, ":%s - [%d:%d]\n", c.Name, c.Packets, c.Bytes)
    		}
    		for _, c := range t.Chains {
    			for _, r := range c.Rules {
    				fmt.Fprintf(buffer, "%s\n", r.Raw)
    			}
    		}
    		for _, c := range t.Chains {
    			if c.Deleted {
    				fmt.Fprintf(buffer, "-X %s\n", c.Name)
    			}
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 11.6K bytes
    - Viewed (0)
Back to top