Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 71 for yFunction (0.16 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    (SelectN [0] (StaticLECall {f} x y (SelectN [1] c:(StaticLECall {g} x y mem))))
      && isSameCall(f, "runtime.cmpstring")
      && isSameCall(g, "runtime.cmpstring")
    => @c.Block (SelectN [0] <typ.Int> c)
    
    // If we don't use the result of cmpstring, might as well not call it.
    // Note that this could pretty easily generalize to any pure function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier_test.go

    					destPort: 80,
    					output:   "REJECT",
    				},
    			})
    		})
    	}
    }
    
    func TestInternalExternalMasquerade(t *testing.T) {
    	// (Put the test setup code in an internal function so we can have it here at the
    	// top, before the test cases that will be run against it.)
    	setupTest := func(fp *Proxier) {
    		makeServiceMap(fp,
    			makeTestService("ns1", "svc1", func(svc *v1.Service) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_builder_test.go

    }
    
    func newGatewayProxy() *model.Proxy {
    	return &model.Proxy{Type: model.Router, Metadata: &model.NodeMetadata{}}
    }
    
    // Helper function to extract TLS context from a cluster
    func getTLSContext(t *testing.T, c *cluster.Cluster) *tls.UpstreamTlsContext {
    	t.Helper()
    	if c.TransportSocket == nil {
    		return nil
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/ops.mlir

      func.return %0, %1 : tensor<*xi32>, tensor<*xf32>
    }
    
    func.func @main(%arg0: tensor<i32>, %arg1: tensor<*xf32>) -> tensor<i32> {
      // expected-error @+1 {{number of arguments in condition function does not match number of arguments in body function}}
      %0:2 = "tfl.while"(%arg0, %arg1) ({
      ^bb0(%arg2: tensor<*xi32>):
        %1 = func.call @WhileOp_cond(%arg2) : (tensor<*xi32>) -> tensor<i1>
        "tfl.yield"(%1) : (tensor<i1>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_test.go

    		// Maps from resourceName to the value we use to set node.allocatableResource[resourceName].
    		// A resource with invalid value (< 0) causes the function to return an error
    		// to emulate resource Allocation failure.
    		// Resources not contained in this map will have their node.allocatableResource
    		// quantity unchanged.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  6. pkg/controller/garbagecollector/garbagecollector_test.go

    	}
    }
    
    func serilizeOrDie(t *testing.T, object interface{}) []byte {
    	data, err := json.Marshal(object)
    	if err != nil {
    		t.Fatal(err)
    	}
    	return data
    }
    
    // test the attemptToDeleteItem function making the expected actions.
    func TestAttemptToDeleteItem(t *testing.T) {
    	pod := getPod("ToBeDeletedPod", []metav1.OwnerReference{
    		{
    			Kind:       "ReplicationController",
    			Name:       "owner1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  7. src/net/http/transport_test.go

    	// best-effort and stops blocking after 5 seconds. On a loaded
    	// machine running many tests concurrently it's possible for
    	// that method to be async and cause the body3 fetch below to
    	// run on an old connection. This function is synchronous.
    	ExportCloseTransportConnsAbruptly(c.Transport.(*Transport))
    
    	body3 := fetch(3, 5)
    
    	if body1 != body2 {
    		t.Errorf("expected body1 and body2 to be equal")
    	}
    	if body2 == body3 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

    // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    //
    // Author: ******@****.*** (Vlad Losev)
    
    // Type and function utilities for implementing parameterized tests.
    // This file is generated by a SCRIPT.  DO NOT EDIT BY HAND!
    //
    // Currently Google Test supports at most 50 arguments in Values,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    	return core, nil
    }
    
    // Check if the destination bucket is on a remote site, this code only gets executed
    // when federation is enabled, ie when globalDNSConfig is non 'nil'.
    //
    // This function is similar to isRemoteCallRequired but specifically for COPY object API
    // if destination and source are same we do not need to check for destination bucket
    // to exist locally.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    	all := make([]*Certificate, p.len())
    	for i := range all {
    		all[i] = p.mustCert(t, i)
    	}
    	return all
    }
    
    // certPoolEqual reports whether a and b are equal, except for the
    // function pointers.
    func certPoolEqual(a, b *CertPool) bool {
    	if (a != nil) != (b != nil) {
    		return false
    	}
    	if a == nil {
    		return true
    	}
    	if !reflect.DeepEqual(a.byName, b.byName) ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top