Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for t16 (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    			requestedName:      "t16-foo1",
    			requestedNamespace: "t16-ns1",
    			fieldSelector:      fields.ParseSelectorOrDie("metadata.name=t16-foo1"),
    			watchTests: []*testWatchStruct{
    				{baseNamespacedPod("t16-foo1", "t16-ns1"), true, watch.Added},
    				{baseNamespacedPod("t16-foo2", "t16-ns1"), false, ""},
    				{baseNamespacedPodUpdated("t16-foo1", "t16-ns1"), true, watch.Modified},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/TaskContainerDslIntegrationTest.kt

                val t14: TaskProvider<Copy> = tasks.named<Copy>("bat")
    
                val t15: TaskProvider<Task> = tasks.named("pipistrelle") {
                    description += "A"
                }
                val t16: TaskProvider<Copy> = tasks.named("pipistrelle", Copy::class) {
                    description += "B"
                    destinationDir = file("out")
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 15K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/plugins/form-validator/theme-default.min.css

    NPNC8nbyrfNr+hgFLAKHi4zXBbdSFeGF04uF1z+8Htv4vCim4VqxWXFy/tCN1xa6f6zgM7l0siSgZLdUqrdhF3JewaLTMtO7mbc3fW7qk9znta9lL3Fu39si9oX3+5Vnn1fub9qfvHDzgdaDsofXDXwaWKqIqRSovKxkMih7Yf+nY47PBwlVnV2WrR6uLqH0eijzw6anu0pUa2pryWWJtW++qY97Ebx/WO158QOlF84lddQt34SfeTV+t16+tPiZwqbUAbUhtmT687PXTG6kzbWeWzRxv5GouboCm16c254HOj5x3P913Qu3D2oszFQ83czUUtSEtmy3xrVOt4m1/bvXaH9r4Ow47mSyqX6jolOiu7eLtKu5m787qXe7J6FnrpvXOXIy9P9QX1Pbnie+XBVberg9ccr928bnP9yg3zGz03jW929hv0t9/Su9U6oDPQclv7dvMd7TvNgzqDLXd177YN6Q913DO61z1sOnz5vtX96w/sHw...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 33.3K bytes
    - Viewed (0)
  4. src/internal/types/testdata/check/decls1.go

    	t10 *int = &42 /* ERROR "cannot take address" */
    	t11 *complex64 = &v
    	t12 complex64 = -(u + *t11) / *&v
    	t13 int = a /* ERROR "shifted operand" */ << d
    	t14 int = i << j
    	t15 math /* ERROR "math is not a type" */
    	t16 math.xxx /* ERROR "undefined" */
    	t17 math /* ERROR "not a type" */ .Pi
    	t18 float64 = math.Pi * 10.0
    	t19 int = t1 /* ERROR "cannot call" */ ()
    	t20 int = f0 /* ERROR "no value" */ ()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 18:13:11 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/test/testdata/copy_test.go

    	if a != want {
    		t.Errorf("t15copy got=%v, want %v\n", a, want)
    	}
    }
    
    type T16 struct {
    	pre  [8]byte
    	mid  [16]byte
    	post [8]byte
    }
    
    //go:noinline
    func t16copy_ssa(y, x *[16]byte) {
    	*y = *x
    }
    func testCopy16(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  6. src/runtime/mkduff.go

    	// R26, R27 (aka REGTMP): scratch space
    	// R20 and R21 are updated as a side effect
    	fmt.Fprintln(w, "TEXT runtime·duffcopy<ABIInternal>(SB), NOSPLIT|NOFRAME, $0-0")
    
    	for i := 0; i < 64; i++ {
    		fmt.Fprintln(w, "\tLDP.P\t16(R20), (R26, R27)")
    		fmt.Fprintln(w, "\tSTP.P\t(R26, R27), 16(R21)")
    		fmt.Fprintln(w)
    	}
    	fmt.Fprintln(w, "\tRET")
    }
    
    func zeroLOONG64(w io.Writer) {
    	// R0: always zero
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:21 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top