Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for ct (0.02 sec)

  1. src/database/sql/convert_test.go

    		}
    		if ct.wantuint != 0 && ct.wantuint != uintValue(ct.d) {
    			errf("want uint %d, got %d", ct.wantuint, uintValue(ct.d))
    		}
    		if ct.wantf32 != 0 && ct.wantf32 != float32Value(ct.d) {
    			errf("want float32 %v, got %v", ct.wantf32, float32Value(ct.d))
    		}
    		if ct.wantf64 != 0 && ct.wantf64 != float64Value(ct.d) {
    			errf("want float32 %v, got %v", ct.wantf64, float64Value(ct.d))
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 10 20:23:22 UTC 2024
    - 17K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry.go

    	ct.Metrics = append(ct.Metrics, spec.GetMetrics()...)
    	if len(tel.Spec.GetAccessLogging()) != 0 {
    		ct.Logging = append(ct.Logging, &computedAccessLogging{
    			telemetryKey: telemetryKey{
    				Workload: types.NamespacedName{Name: tel.Name, Namespace: tel.Namespace},
    			},
    			Logging: tel.Spec.GetAccessLogging(),
    		})
    	}
    	ct.Tracing = append(ct.Tracing, spec.GetTracing()...)
    
    	return ct
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 18:14:09 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  3. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DnsOverHttpsTest.kt

        val request2 = server.takeRequest()
        assertThat(request2.method).isEqualTo("GET")
        assertThat(listOf(request1.path, request2.path))
          .containsExactlyInAnyOrder(
            "/lookup?ct&dns=AAABAAABAAAAAAAABmdvb2dsZQNjb20AAAEAAQ",
            "/lookup?ct&dns=AAABAAABAAAAAAAABmdvb2dsZQNjb20AABwAAQ",
          )
      }
    
      @Test
      fun failure() {
        server.enqueue(
          dnsResponse(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 11K bytes
    - Viewed (0)
  4. src/crypto/cipher/gcm_test.go

    			aesgcm, err = cipher.NewGCM(aes)
    			if err != nil {
    				t.Fatal(err)
    			}
    		}
    
    		ct := aesgcm.Seal(nil, nonce, plaintext, ad)
    		if ctHex := hex.EncodeToString(ct); ctHex != test.result {
    			t.Errorf("#%d: got %s, want %s", i, ctHex, test.result)
    			continue
    		}
    
    		plaintext2, err := aesgcm.Open(nil, nonce, ct, ad)
    		if err != nil {
    			t.Errorf("#%d: Open failed", i)
    			continue
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 15:27:49 UTC 2023
    - 35K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/executor_island_coarsening.mlir

    // CHECK-NEXT:     tf_executor.yield %[[OP_G]] : tensor<*xi32>
    // CHECK:        %[[CT:.*]] = tf_executor.ControlTrigger %[[ISLAND_1]], %[[ISLAND_3_control]], %[[EXIT_control]]
    // CHECK-NEXT:   tf_executor.NextIteration.Sink[%[[NEXTIT_SRC_token]]] %[[ISLAND_3]], %[[CT]]
    
    
    // Test no merging took place as cycle would be formed otherwise.
    // CHECK-LABEL: func @simple_potential_cycle
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  6. src/crypto/tls/key_schedule_test.go

    	ss, err := kyberDecapsulate(dk, ct)
    	if err != nil {
    		t.Fatal(err)
    	}
    	exp, _ := hex.DecodeString("914CB67FE5C38E73BF74181C0AC50428DEDF7750A98058F7D536708774535B29")
    	if !bytes.Equal(ss, exp) {
    		t.Fatalf("got %x, want %x", ss, exp)
    	}
    }
    
    func TestKyberEncapsulate(t *testing.T) {
    	dk, err := mlkem768.GenerateKey()
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/SmbTreeConnection.java

                          SmbTreeImpl ct = connectTree(loc, host, share, trans, uct, dr) ) {
                        if ( dr != null ) {
                            ct.setTreeReferral(dr);
                            if ( dr != start ) {
                                dr.unwrap(DfsReferralDataInternal.class).replaceCache();
                            }
                        }
                        switchTree(ct);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 10:50:16 UTC 2020
    - 31K bytes
    - Viewed (0)
  8. cmd/kube-proxy/app/server_linux.go

    		}
    	}
    
    	return proxier, nil
    }
    
    func (s *ProxyServer) setupConntrack(ctx context.Context) error {
    	ct := &realConntracker{}
    
    	max, err := getConntrackMax(ctx, s.Config.Conntrack)
    	if err != nil {
    		return err
    	}
    	if max > 0 {
    		err := ct.SetMax(ctx, max)
    		if err != nil {
    			if err != errReadOnlySysFS {
    				return err
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  9. tools/istio-iptables/pkg/capture/run.go

    		f.Run("-p", "udp", "--dport", "53", "-m", "owner", "--uid-owner", uid, "-j", constants.CT, "--zone", "1")
    		// Packets with src port 15053 from istio to zone 2. These are Istio response packets to application clients
    		f.Run("-p", "udp", "--sport", "15053", "-m", "owner", "--uid-owner", uid, "-j", constants.CT, "--zone", "2")
    	}
    	for _, gid := range split(proxyGID) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/helpers_test.go

    		add rule ip kube-proxy filter-prerouting ct state new jump firewall-check
    		add rule ip kube-proxy filter-forward ct state new jump endpoints-check
    		add rule ip kube-proxy filter-input ct state new jump endpoints-check
    		add rule ip kube-proxy filter-output ct state new jump endpoints-check
    		add rule ip kube-proxy filter-output ct state new jump firewall-check
    		add rule ip kube-proxy nat-output jump services
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top