Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for complain (0.21 sec)

  1. src/net/http/serve_test.go

    	// remote side is going to reply and then close the TCP
    	// connection, and HTTP doesn't really define if that's
    	// allowed or not. Some HTTP clients will get the response
    	// and some (like ours, currently) will complain that the
    	// request write failed, without reading the response.
    	//
    	// But that's okay, since what we're really testing is that
    	// the remote side hung up on us before we wrote too much.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    	}
    	s, bindingChan, errChan := setupTestScheduler(ctx, t, queuedPodStore, scache, informerFactory, broadcaster, fns...)
    	return s, bindingChan, errChan
    }
    
    // This is a workaround because golint complains that errors cannot
    // end with punctuation.  However, the real predicate error message does
    // end with a period.
    func makePredicateError(failReason string) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    //
    //	MOVD something-byte-aligned(Rx), Ry
    //	MOVD 3(Rx), Ry
    //
    // is allowed when the prefixed forms are used.
    //
    // This requires an ISA 3.1 compatible cpu (e.g Power10), and when linking externally an ELFv2 1.5 compliant.
    var prefixableOptab = []PrefixableOptab{
    	{Optab: Optab{as: AMOVD, a1: C_S34CON, a6: C_REG, type_: 19, size: 8}, minGOPPC64: 10, pfxsize: 8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    func (b *Builder) compilerCmd(compiler []string, incdir, workdir string) []string {
    	a := append(compiler, "-I", incdir)
    
    	// Definitely want -fPIC but on Windows gcc complains
    	// "-fPIC ignored for target (all code is position independent)"
    	if cfg.Goos != "windows" {
    		a = append(a, "-fPIC")
    	}
    	a = append(a, b.gccArchArgs()...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        self.assertCountEqual(
            converted_model.signatures._signatures.keys(), {'serving_default'}
        )
    
        # Indirectly prove that it is performing a static-range quantization
        # by checking that it complains about representative_dataset when it is
        # not provided.
        with self.assertRaisesRegex(ValueError, 'representative_dataset'):
          quantize_model.quantize(self._input_saved_model_path)
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    think of anything to say, she simply bowed, and took the thimble,
    looking as solemn as she could.
    
      The next thing was to eat the comfits:  this caused some noise
    and confusion, as the large birds complained that they could not
    taste theirs, and the small ones choked and had to be patted on
    the back.  However, it was over at last, and they sat down again
    in a ring, and begged the Mouse to tell them something more.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    think of anything to say, she simply bowed, and took the thimble,
    looking as solemn as she could.
    
      The next thing was to eat the comfits:  this caused some noise
    and confusion, as the large birds complained that they could not
    taste theirs, and the small ones choked and had to be patted on
    the back.  However, it was over at last, and they sat down again
    in a ring, and begged the Mouse to tell them something more.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
Back to top