Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for S1 (0.03 sec)

  1. src/go/types/api_test.go

    		{`package g3; type N[A any] int; func (N[_]) m() {}`, `N`, `type g3.N[A any] int`},
    
    		// Uses of fields are instantiated.
    		{`package s1; type N[A any] struct{ a A }; var f = N[int]{}.a`, `a`, `field a int`},
    		{`package s1; type N[A any] struct{ a A }; func (r N[B]) m(b B) { r.a = b }`, `a`, `field a B`},
    
    		// Uses of methods are uses of the instantiated method.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 94.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (SelectN [0] call:(CALLstatic {sym} s1:(MOVDstore _ (MOVDconst [sz]) s2:(MOVDstore  _ src s3:(MOVDstore {t} _ dst mem)))))
            && sz >= 0
            && isSameCall(sym, "runtime.memmove")
            && s1.Uses == 1 && s2.Uses == 1 && s3.Uses == 1
            && isInlinableMemmove(dst, src, sz, config)
            && clobber(s1, s2, s3, call)
            => (Move [sz] dst src mem)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

      return derived_attrs
    
    
    def _require_tensor_list(arg_def):
      return arg_def.type_list_attr or arg_def.number_attr
    
    
    def _camel_to_snake(name):
      s1 = re.sub('(.)([A-Z][a-z]+)', r'\1_\2', name)
      return re.sub('([a-z0-9])([A-Z])', r'\1_\2', s1).lower()
    
    
    class OpDefCache(object):
      """A Dict to cache the OpDef for the Python function name."""
    
      def __init__(self):
        self._op_defs = {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  4. src/crypto/tls/handshake_server_test.go

    		t.Errorf("Error expected, but no error returned")
    	}
    }
    
    func TestCloneHash(t *testing.T) {
    	h1 := crypto.SHA256.New()
    	h1.Write([]byte("test"))
    	s1 := h1.Sum(nil)
    	h2 := cloneHash(h1, crypto.SHA256)
    	s2 := h2.Sum(nil)
    	if !bytes.Equal(s1, s2) {
    		t.Error("cloned hash generated a different sum")
    	}
    }
    
    func expectError(t *testing.T, err error, sub string) {
    	if err == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  5. src/bufio/bufio_test.go

    // to accumulate the text of a file.
    func readLines(b *Reader) string {
    	s := ""
    	for {
    		s1, err := b.ReadString('\n')
    		if err == io.EOF {
    			break
    		}
    		if err != nil && err != iotest.ErrTimeout {
    			panic("GetLines: " + err.Error())
    		}
    		s += s1
    	}
    	return s
    }
    
    // Call Read to accumulate the text of a file
    func reads(buf *Reader, m int) string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:56:01 UTC 2023
    - 51.5K bytes
    - Viewed (0)
  6. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // podAntiAffinityLabelSelector:
      //  - key: security
      //    operator: In
      //    values: S1,S2
      //    topologyKey: "kubernetes.io/hostname"
      //  This pod anti-affinity rule says that the pod requires not to be scheduled
      //  onto a node if that node is already running a pod with label having key
      //  “security” and value “S1”.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // Match post-lowering calls, memory version.
    (SelectN [0] call:(CALLstatic {sym} s1:(MOVQstoreconst _ [sc] s2:(MOVQstore _ src s3:(MOVQstore _ dst mem)))))
    	&& sc.Val64() >= 0
    	&& isSameCall(sym, "runtime.memmove")
    	&& s1.Uses == 1 && s2.Uses == 1 && s3.Uses == 1
    	&& isInlinableMemmove(dst, src, sc.Val64(), config)
    	&& clobber(s1, s2, s3, call)
    	=> (Move [sc.Val64()] dst src mem)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    	pod := st.MakePod().Labels(podLabel).Node("node1").Obj()
    
    	labels1 := map[string]string{
    		"region": "r1",
    		"zone":   "z11",
    	}
    	podLabel2 := map[string]string{"security": "S1"}
    	node1 := v1.Node{ObjectMeta: metav1.ObjectMeta{Name: "node1", Labels: labels1}}
    
    	tests := []struct {
    		pod                 *v1.Pod
    		pods                []*v1.Pod
    		node                *v1.Node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  9. src/compress/flate/testdata/huffman-rand-max.in

    ���6*2ė�z��*W^�bXs��Z�����*�I'�r�����Ǎ�9=����oyq<p(��p��+覐��m?J���:�\��3~��.!vY˹�����U�l�Cx*w���;���͵icd���U��oba%g6��Ǔ=�qҊ��6/|�B�"VY�<��M&��W���k�#`��q��1Gj��D��x�ZT]�;�-��/�~���"�޶�C<S�o���l����)�q7�����:�20�U`s1�S��f�_�qK�F�q�MvQ�ɰLg�Z��!�
    �y��Km���䨭�)P3u�@h��z�,��������e����a�̓;���.Ǚ]�I�“�{�n��P@�a��/�0�Jg8���B��qYi^{8y
    ���N�{�����$���cEf�f	����Y:i�<��<����enU�x�/�A^&���x{��,���r�sA�OZ�̔�`0XyVn�"�E��]��wsT�r���]����...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
Back to top