Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 141 for Result (0.17 sec)

  1. src/runtime/proc.go

    	// racing with a non-spinning M in the block above, having found no
    	// work and preparing to release its P and park. Allowing that P to go
    	// idle will result in loss of work conservation (idle P while there is
    	// runnable work). This could result in complete deadlock in the
    	// unlikely event that we discover new work (from netpoll) right as we
    	// are racing with _all_ other Ps going idle.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * Move Statefulset (previously PetSet) to v1beta1 ([#35731](https://github.com/kubernetes/kubernetes/pull/35731), [@janetkuo](https://github.com/janetkuo))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/horizontal_test.go

    // Hence the second HPA controller reconcile cycle might return different result (comparing with the first run).
    // Current test infrastructure has a race condition, when several reconcile cycles will be performed
    //    while it should be stopped right after the first one. And the second will raise an exception
    //    because of different result.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  4. src/net/http/server.go

    	// If [ResponseWriter.WriteHeader] has not yet been called, Write calls
    	// WriteHeader(http.StatusOK) before writing the data. If the Header
    	// does not contain a Content-Type line, Write adds a Content-Type set
    	// to the result of passing the initial 512 bytes of written data to
    	// [DetectContentType]. Additionally, if the total size of all written
    	// data is under a few KB and there are no Flush calls, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

    // -----
    
    // Tests that a an error is reported when the pass results in a cluster output
    // with a non-XLA type, specifically a resource type.
    
    module attributes {tf.versions = {producer = 888 : i32}, tf.devices = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:TPU_SYSTEM:0", "/job:worker/replica:0/task:0/device:TPU:0"]} {
      // expected-error @+2 {{result with a non-XLA type}}
      func.func @resource_result() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    	res, err := c.Get(ts.URL)
    	if err != nil {
    		t.Fatal(err)
    	}
    	body, err := io.ReadAll(res.Body)
    	if err != nil {
    		t.Fatal(err)
    	}
    	if !bytes.Equal(body, rgz) {
    		t.Fatalf("Incorrect result from recursive gz:\nhave=%x\nwant=%x",
    			body, rgz)
    	}
    	if g, e := res.Header.Get("Content-Encoding"), ""; g != e {
    		t.Fatalf("Content-Encoding = %q; want %q", g, e)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods_test.go

    			}
    			if tc.expectedError {
    				assert.Error(t, err, tc.name)
    			} else {
    				assert.NoError(t, err, "[%s]", tc.name)
    
    				sort.Sort(envs(result))
    				sort.Sort(envs(tc.expectedEnvs))
    				assert.Equal(t, tc.expectedEnvs, result, "[%s] env entries", tc.name)
    			}
    		})
    
    	}
    }
    
    func waitingState(cName string) v1.ContainerStatus {
    	return waitingStateWithReason(cName, "")
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  8. src/crypto/x509/x509_test.go

    	data := []byte("0\x16\x02\x00\x02\x02\u007f\x00\x02\x0200\x02\x0200\x02\x02\x00\x01\x02\x02\u007f\x00")
    	if _, err := ParsePKCS1PrivateKey(data); err == nil {
    		t.Errorf("parsing invalid private key did not result in an error")
    	}
    }
    
    func TestPKCS1MismatchPublicKeyFormat(t *testing.T) {
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/ops.mlir

    }
    
    // -----
    
    func.func @testOneHotWithInvalidOutputType(%arg0: tensor<3xi32>, %arg1: tensor<i32>, %arg2: tensor<f32>, %arg3: tensor<f32>) -> tensor<*xi16> {
      // expected-error @+1 {{'tfl.one_hot' op result #0 must be tensor of 32-bit float or 32-bit signless integer or 64-bit signless integer or 1-bit signless integer or 8-bit signless integer or 8-bit unsigned integer values, but got 'tensor<*xi16>'}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    outputDirectory:
     - transformed \\(Directory, [0-9a-f]+\\)
       - 0 \\(Directory, [0-9a-f]+\\)
         - lib1-green.jar \\(RegularFile, [0-9a-f]+\\)
       - tamper-tamper.txt \\(RegularFile, [0-9a-f]+\\)
    
    resultsFile:
     - results.bin \\(RegularFile, [0-9a-f]+\\)""")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
Back to top