Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 48 for foo_3 (0.05 sec)

  1. pkg/util/taints/taints_test.go

    				{
    					Key:    "foo_2",
    					Effect: v1.TaintEffectNoSchedule,
    				},
    				{
    					Key:    "foo_3",
    					Effect: v1.TaintEffectNoSchedule,
    				},
    			},
    			expectedResult: "foo_2,foo_3",
    		},
    	}
    
    	for _, c := range cases {
    		result := CheckIfTaintsAlreadyExists(oldTaints, c.taintsToCheck)
    		if result != c.expectedResult {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 09:23:35 UTC 2022
    - 22.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-name-bug.pbtxt

        }
      }
      function {
        signature {
          name: "foo11"
        }
      }
      function {
        signature {
          name: "foo12"
        }
      }
      function {
        signature {
          name: "foo13"
        }
      }
      function {
        signature {
          name: "foo14"
        }
      }
      function {
        signature {
          name: "foo15"
        }
      }
      function {
        signature {
          name: "foo16"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. test/escape2.go

    	f.xx = &x
    }
    
    func foo43(f *Foo, x int) { // ERROR "f does not escape$" "moved to heap: x$"
    	f.xx = &x
    }
    
    func foo44(yy *int) { // ERROR "leaking param: yy$"
    	F.xx = yy
    }
    
    func (f *Foo) foo45() { // ERROR "f does not escape$"
    	F.x = f.x
    }
    
    // See foo13 above for explanation of why f leaks.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  4. test/escape2n.go

    	f.xx = &x
    }
    
    func foo43(f *Foo, x int) { // ERROR "f does not escape$" "moved to heap: x$"
    	f.xx = &x
    }
    
    func foo44(yy *int) { // ERROR "leaking param: yy$"
    	F.xx = yy
    }
    
    func (f *Foo) foo45() { // ERROR "f does not escape$"
    	F.x = f.x
    }
    
    // See foo13 above for explanation of why f leaks.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/annotationForFunctionOutOfCodeGenTarget2.kt

    fun Greeting(): String {
        return "Hi $foo!"
    }
    
    // FILE: p3/foo.kt
    package p3
    
    import org.jetbrains.kotlin.fir.plugin.MyComposable
    
    private var foo_ = 0
    
    fun setFoo(newFoo: Int) {
        foo_ = newFoo
    }
    
    val foo: Int
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Mar 26 07:06:11 UTC 2024
    - 486 bytes
    - Viewed (0)
  6. src/internal/types/testdata/check/lookup2.go

    type S struct {
    	Foo1 int
    	FoO2 int
    	foo3 int
    	foO4 int
    }
    
    func _() {
    	var x S
    	_ = x.Foo1 // OK
    	_ = x.Foo2 // ERROR "x.Foo2 undefined (type S has no field or method Foo2, but does have field FoO2)"
    	_ = x.Foo3 // ERROR "x.Foo3 undefined (type S has no field or method Foo3, but does have field foo3)"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 07 16:41:56 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/devicemanager/pod_devices_test.go

    	expectResourceDeviceInstances(t, resp, expected)
    
    	cond = map[string]sets.Set[string]{
    		"foo": sets.New[string]("dev-foo1", "dev-foo2", "dev-foo3", "dev-foo4"),
    		"bar": sets.New[string]("dev-bar1", "dev-bar2", "dev-bar3", "dev-bar4"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/containingDeclarationProvider/containingDeclarationFromMemberScope/subsitutionOverride.txt

    fun <S> foo1(t: Int): Int fromClass Y
      S from /Y.foo1
      t: Int from /Y.foo1
    
    fun <Q> foo2(t: Int) fromClass Y
      Q from /Y.foo2
      t: Int from /Y.foo2
    
    fun <U> foo3() fromClass X
      U from /X.foo3
    
    fun equals(other: Any?): Boolean fromClass kotlin/Any
      other: Any? from kotlin/Any.equals
    
    fun hashCode(): Int fromClass kotlin/Any
    
    fun toString(): String fromClass kotlin/Any
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Nov 22 17:25:30 UTC 2022
    - 400 bytes
    - Viewed (0)
  9. pkg/adsc/adsc_test.go

    				}),
    				constructResourceWithOptions("foo3", "foo3.bar.com", "192.1.1.3", "1", func(resource *mcp.Resource) {
    					resource.Metadata.Labels = patchLabel(resource.Metadata.Labels, label.IoIstioRev.Name, rev) // to add
    				}),
    			},
    			expectedResources: [][]string{
    				{"foo1", "foo1.bar.com", "192.1.1.1"},
    				{"foo3", "foo3.bar.com", "192.1.1.3"},
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 19 22:42:42 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  10. pkg/kubelet/pod_workers_test.go

    				},
    				"uid-1": {
    					fullname: "foo_",
    				},
    				"uid-2": {
    					fullname:      "foo_",
    					terminatingAt: time.Now(),
    				},
    				"uid-3": {
    					fullname:     "foo_",
    					terminatedAt: time.Now(),
    				},
    			},
    			waitingToStartStaticPodsByFullname: map[string][]types.UID{
    				"foo_": {
    					types.UID("uid-2"),
    					types.UID("uid-3"),
    					types.UID("uid-0"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
Back to top