Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 67 for flagstr (0.21 sec)

  1. .bazelrc

    # END TF TEST SUITE OPTIONS
    
    # START CROSS-COMPILE CONFIGS
    # Set execution platform to Linux x86
    # Note: Lot of the "host_" flags such as "host_cpu" and "host_crosstool_top"
    # flags seem to be actually used to specify the execution platform details. It
    # seems it is this way because these flags are old and predate the distinction
    # between host and execution platform.
    build:cross_compile_base --host_cpu=k8
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. src/net/netip/netip_test.go

    // discussions, inlining IPv4 addresses, but having an "overflow"
    // interface for IPv6 or IPv6 + zone. This is here for benchmarking.
    type ip4i struct {
    	ip4    [4]byte
    	flags1 byte
    	flags2 byte
    	flags3 byte
    	flags4 byte
    	ipv6   any
    }
    
    func newip4i_v4(a, b, c, d byte) ip4i {
    	return ip4i{ip4: [4]byte{a, b, c, d}}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  3. cmd/xl-storage-format-v2_gen.go

    			return
    		}
    		z.Type = VersionType(zb0002)
    	}
    	{
    		var zb0003 uint8
    		zb0003, err = dc.ReadUint8()
    		if err != nil {
    			err = msgp.WrapError(err, "Flags")
    			return
    		}
    		z.Flags = xlFlags(zb0003)
    	}
    	z.EcN, err = dc.ReadUint8()
    	if err != nil {
    		err = msgp.WrapError(err, "EcN")
    		return
    	}
    	z.EcM, err = dc.ReadUint8()
    	if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  4. configure.py

        return curr_version
    
      print('You have bazel %s installed.' % curr_version)
      return curr_version
    
    
    def set_cc_opt_flags(environ_cp):
      """Set up architecture-dependent optimization flags.
    
      Also append CC optimization flags to bazel.rc..
    
      Args:
        environ_cp: copy of the os.environ.
      """
      if is_ppc64le():
        # gcc on ppc64le does not support -march, use mcpu instead
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. src/cmd/dist/test.go

    	return err
    }
    
    // buildArgs is in internal helper for goTest that constructs the elements of
    // the "go test" command line. build is the flags for building the test. run is
    // the flags for running the test. pkgs is the list of packages to build and
    // run. testFlags is the list of flags to pass to the test package.
    //
    // The caller must call setupCmd on the resulting exec.Cmd to set its directory
    // and environment.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

    - Kubeadm: only enable the klog flags that are still supported for kubeadm, rather than hiding the unwanted flags. This means that the previously unrecommended hidden flags about klog (including `--alsologtostderr`, `--log-backtrace-at`, `--log-dir`, `--logtostderr`, `--log-file`, `--log-file-max-size`, `--one-output`, `--skip-log-headers`, `--stderrthreshold`...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  7. pkg/kubelet/server/server_test.go

    		"configz":                         {url: "/configz", bucket: "configz"},
    		"containerLogs":                   {url: "/containerLogs/podNamespace/podID/containerName", bucket: "containerLogs"},
    		"debug v flags":                   {url: "/debug/flags/v", bucket: "debug"},
    		"pprof with sub":                  {url: "/debug/pprof/subpath", bucket: "debug"},
    		"exec":                            {url: "/exec/podNamespace/podID/containerName", bucket: "exec"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    		}
    	})
    
    	flags := hostlinkArchArgs(arch)
    
    	moreFlags := trimLinkerArgv(append(flagExtldflags, ldflag...))
    	flags = append(flags, moreFlags...)
    
    	if altLinker != "" {
    		flags = append(flags, "-fuse-ld="+altLinker)
    	}
    	trivialPath := filepath.Join(*flagTmpdir, "trivial.c")
    	outPath := filepath.Join(*flagTmpdir, "a.out")
    	flags = append(flags, "-o", outPath, flag, trivialPath)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	// Flags returned by DiInstallDevice to indicate need to reboot/restart
    	DI_NEEDRESTART DI_FLAGS = 0x00000080 // Reboot required to take effect
    	DI_NEEDREBOOT  DI_FLAGS = 0x00000100 // ""
    
    	// Flags for device installation
    	DI_NOBROWSE DI_FLAGS = 0x00000200 // no Browse... in InsertDisk
    
    	// Flags set by DiBuildDriverInfoList
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  10. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

      return true;
    }
    
    }  // namespace
    }  // namespace tensorflow
    
    // Due to the usages of flags for this manual test, we need a special `main` to
    // ensure our flags are parsed properly as `testing::InitGoogleTest` silently
    // ignores other flags. Furthermore, we need this to ensure that the DSO is
    // loaded exactly once, if provided.
    GTEST_API_ int main(int argc, char** argv) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
Back to top