Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for s6$ (0.02 sec)

  1. src/internal/types/testdata/check/decls3.go

    }
    
    type S4 struct {
    	*S4
    	A int
    }
    
    // The X in S6 and S7 annihilate, but they also block the X in S8.S9.
    type S5 struct {
    	S6
    	S7
    	S8
    }
    
    type S6 struct {
    	X int
    }
    
    type S7 S6
    
    type S8 struct {
    	S9
    }
    
    type S9 struct {
    	X int
    	Y int
    }
    
    // The X in S11.S6 and S12.S6 annihilate, but they also block the X in S13.S8.S9.
    type S10 struct {
    	S11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 23:16:04 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/files/src/test/groovy/org/gradle/internal/file/FileHierarchySetTest.groovy

            !s5.contains(parent)
            flatten(s5) == [parent.path, "1:dir1", "1:dir"]
    
            def s6 = single.plus(tooMany)
            s6.contains(dir1)
            s6.contains(child)
            s6.contains(tooMany)
            !s6.contains(dir2)
            !s6.contains(tooFew)
            !s6.contains(parent)
            flatten(s6) == [parent.path, "1:dir1", "1:dir12"]
        }
    
        def "can add dir to multi set"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testsanitizers/testdata/asan_linkerx/main.go

    	println(*s)
    }
    
    func main() {
    	all := []*string{
    		&S1, &S2, &S3, &S4, &S5, &S6, &S7, &S8, &S9, &S10,
    		&p.S1, &p.S2, &p.S3, &p.S4, &p.S5, &p.S6, &p.S7, &p.S8, &p.S9, &p.S10,
    	}
    	for _, ps := range all {
    		pstring(ps)
    	}
    }
    
    var S1 string
    var S2 string
    var S3 string
    var S4 string
    var S5 string
    var S6 string
    var S7 string
    var S8 string
    var S9 string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 471 bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/testsanitizers/testdata/asan_linkerx/p/p.go

    package p
    
    var S1 string
    var S2 string
    var S3 string
    var S4 string
    var S5 string
    var S6 string
    var S7 string
    var S8 string
    var S9 string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 152 bytes
    - Viewed (0)
  5. src/runtime/signal_riscv64.go

    	print("a6  ", hex(c.a6()), "\n")
    	print("a7  ", hex(c.a7()), "\t")
    	print("s2  ", hex(c.s2()), "\n")
    	print("s3  ", hex(c.s3()), "\t")
    	print("s4  ", hex(c.s4()), "\n")
    	print("s5  ", hex(c.s5()), "\t")
    	print("s6  ", hex(c.s6()), "\n")
    	print("s7  ", hex(c.s7()), "\t")
    	print("s8  ", hex(c.s8()), "\n")
    	print("s9  ", hex(c.s9()), "\t")
    	print("s10 ", hex(c.s10()), "\n")
    	print("s11 ", hex(c.s11()), "\t")
    	print("t3  ", hex(c.t3()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:17 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  6. pkg/kubelet/secret/secret_manager_test.go

    	// Create and delete a pod with some other secrets.
    	s3 := secretsToAttach{
    		imagePullSecretNames: []string{"s5"},
    		containerEnvSecrets: []envSecrets{
    			{envVarNames: []string{"s6"}},
    			{envFromNames: []string{"s60"}},
    		},
    	}
    	manager.RegisterPod(podWithSecrets("ns3", "name", s3))
    	manager.UnregisterPod(podWithSecrets("ns3", "name", s3))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 10:20:09 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  7. pkg/kubelet/configmap/configmap_manager_test.go

    	manager.RegisterPod(podWithConfigMaps("ns2", "name2", s2))
    	// Create and delete a pod with some other configMaps.
    	s3 := configMapsToAttach{
    		containerEnvConfigMaps: []envConfigMaps{
    			{envVarNames: []string{"s6"}},
    			{envFromNames: []string{"s60"}},
    		},
    	}
    	manager.RegisterPod(podWithConfigMaps("ns3", "name", s3))
    	manager.UnregisterPod(podWithConfigMaps("ns3", "name", s3))
    
    	existingMaps := map[string][]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 10:20:09 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultSnapshotHierarchyTest.groovy

            def s6 = updateDir(single, tooMany)
            assertDirectorySnapshot(s6, dir1)
            assertDirectorySnapshot(s6, child)
            assertDirectorySnapshot(s6, tooMany)
            assertHasNoMetadata(s6, dir2)
            assertHasNoMetadata(s6, tooFew)
            assertPartialDirectoryNode(s6, parent)
            flatten(s6) == [parent.path, "1:dir1", "2:child1", "1:dir12"]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  9. pkg/proxy/util/linebuffer_test.go

    			expected: "test1 test2\n",
    		},
    		{
    			name:     "mixed",
    			input:    []interface{}{"s1", "s2", []string{"s3", "s4"}, "", "s5", []string{}, []string{"s6"}, "s7"},
    			expected: "s1 s2 s3 s4  s5  s6 s7\n",
    		},
    	}
    	testBuffer := NewLineBuffer()
    	for _, testCase := range testCases {
    		t.Run(testCase.name, func(t *testing.T) {
    			testBuffer.Reset()
    			testBuffer.Write(testCase.input...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 12:38:25 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  10. src/internal/types/testdata/check/cycles0.go

    	S1 /* ERROR "invalid recursive type: S1 refers to itself" */ struct{ S1 }
    	S2 struct{ _ *S2 }
    	S3 struct{ *S3 }
    
    	S4 /* ERROR "invalid recursive type" */ struct{ S5 }
    	S5 struct{ S6 }
    	S6 S4
    
    	// pointers
    	P0 *P0
    	PP *struct{ PP.f /* ERROR "PP.f is not a type" */ }
    
    	// functions
    	F0 func(F0)
    	F1 func() F1
    	F2 func(F2) F2
    
    	// interfaces
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:54:25 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top