Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 55 for badly (0.43 sec)

  1. hack/update-vendor-licenses.sh

      local find_maxdepth
      local find_names
      local -a local_files=()
    
      # Necessary to expand {}
      case ${type} in
          LICENSE) find_names=(-iname 'licen[sc]e*')
                   find_maxdepth=1
                   # Sadly inconsistent in the wild, but mostly license files
                   # containing copyrights, but no readme/notice files containing
                   # licenses (except to "see license file")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:53 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    // Note that this does not test the "request too large"
    // exit path from the http server. This is intentional;
    // not sending Connection: close is just a minor wire
    // optimization and is pointless if dealing with a
    // badly behaved client.
    func TestHTTP10ConnectionHeader(t *testing.T) {
    	run(t, testHTTP10ConnectionHeader, []testMode{http1Mode})
    }
    func testHTTP10ConnectionHeader(t *testing.T, mode testMode) {
    	mux := NewServeMux()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/base/OptionalTest.java

      }
    
      @SuppressWarnings("unused") // compilation test
      public void testSampleCodeFine2() {
        FluentIterable<? extends Number> numbers = getSomeNumbers();
    
        // Sadly, the following is what users will have to do in some circumstances.
    
        @SuppressWarnings("unchecked") // safe covariant cast
        Optional<Number> first = (Optional<Number>) numbers.first();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 18:32:41 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    // (2) for optimal thread management we would need to know the future (don't park
    // a worker thread when a new goroutine will be readied in near future).
    //
    // Three rejected approaches that would work badly:
    // 1. Centralize all scheduler state (would inhibit scalability).
    // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
    //    is a spare P, unpark a thread and handoff it the thread and the goroutine.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	BLKSECTSET                       = 0x1266
    	BLKSSZGET                        = 0x1268
    	BLKZEROOUT                       = 0x127f
    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	BLKSECTSET                       = 0x1266
    	BLKSSZGET                        = 0x1268
    	BLKZEROOUT                       = 0x127f
    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    	BLKSECTSET                       = 0x1266
    	BLKSSZGET                        = 0x1268
    	BLKZEROOUT                       = 0x127f
    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	BLKSSZGET                        = 0x20001268
    	BLKZEROOUT                       = 0x2000127f
    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	BLKSSZGET                        = 0x20001268
    	BLKZEROOUT                       = 0x2000127f
    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	BLKSECTSET                       = 0x1266
    	BLKSSZGET                        = 0x1268
    	BLKZEROOUT                       = 0x127f
    	BOTHER                           = 0x1000
    	BS1                              = 0x2000
    	BSDLY                            = 0x2000
    	CBAUD                            = 0x100f
    	CBAUDEX                          = 0x1000
    	CIBAUD                           = 0x100f0000
    	CLOCAL                           = 0x800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top