Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 273 for cont (0.06 sec)

  1. src/cmd/internal/test2json/testdata/vet.json

    {"Action":"pause","Test":"TestVetVerbose"}
    {"Action":"cont","Test":"TestVet"}
    {"Action":"output","Test":"TestVet","Output":"=== CONT  TestVet\n"}
    {"Action":"cont","Test":"TestTags"}
    {"Action":"output","Test":"TestTags","Output":"=== CONT  TestTags\n"}
    {"Action":"cont","Test":"TestVetVerbose"}
    {"Action":"output","Test":"TestVetVerbose","Output":"=== CONT  TestVetVerbose\n"}
    {"Action":"run","Test":"TestTags/testtag"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 11.8K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/container_manager_linux.go

    	hasEnsureStateFuncs := false
    	for _, cont := range cm.systemContainers {
    		if cont.ensureStateFunc != nil {
    			hasEnsureStateFuncs = true
    			break
    		}
    	}
    	if hasEnsureStateFuncs {
    		// Run ensure state functions every minute.
    		go wait.Until(func() {
    			for _, cont := range cm.systemContainers {
    				if cont.ensureStateFunc != nil {
    					if err := cont.ensureStateFunc(cont.manager); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/smiley.json

    {"Action":"pause","Test":"Test☺☹Verbose"}
    {"Action":"cont","Test":"Test☺☹"}
    {"Action":"output","Test":"Test☺☹","Output":"=== CONT  Test☺☹\n"}
    {"Action":"cont","Test":"TestTags"}
    {"Action":"output","Test":"TestTags","Output":"=== CONT  TestTags\n"}
    {"Action":"cont","Test":"Test☺☹Verbose"}
    {"Action":"output","Test":"Test☺☹Verbose","Output":"=== CONT  Test☺☹Verbose\n"}
    {"Action":"run","Test":"TestTags/testtag"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/go/cfg/builder.go

    	loop := body                       // target of back-edge
    	if s.Cond != nil {
    		loop = b.newBlock(KindForLoop, s)
    	}
    	cont := loop // target of 'continue'
    	if s.Post != nil {
    		cont = b.newBlock(KindForPost, s)
    	}
    	if label != nil {
    		label._break = done
    		label._continue = cont
    	}
    	b.jump(loop)
    	b.current = loop
    	if loop != body {
    		b.add(s.Cond)
    		b.ifelse(body, done)
    		b.current = body
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/helpers_linux_test.go

    			containerName: "container1",
    			expectedProfile: &runtimeapi.SecurityProfile{
    				ProfileType:  runtimeapi.SecurityProfile_Localhost,
    				LocalhostRef: seccompLocalhostRef("field-cont-profile.json"),
    			},
    		},
    	}
    
    	for i, test := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/helpers_linux.go

    }
    
    // GetKubeletContainer returns the cgroup the kubelet will use
    func GetKubeletContainer(kubeletCgroups string) (string, error) {
    	if kubeletCgroups == "" {
    		cont, err := getContainer(os.Getpid())
    		if err != nil {
    			return "", err
    		}
    		return cont, nil
    	}
    	return kubeletCgroups, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 11:52:28 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  7. src/cmd/internal/test2json/test2json.go

    	emptyName     = []byte("=== NAME")
    	emptyNameLine = []byte("=== NAME  \n")
    
    	updates = [][]byte{
    		[]byte("=== RUN   "),
    		[]byte("=== PAUSE "),
    		[]byte("=== CONT  "),
    		[]byte("=== NAME  "),
    		[]byte("=== PASS  "),
    		[]byte("=== FAIL  "),
    		[]byte("=== SKIP  "),
    	}
    
    	reports = [][]byte{
    		[]byte("--- PASS: "),
    		[]byte("--- FAIL: "),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  8. pilot/pkg/bootstrap/configcontroller.go

    			AddRunFunction(func(leaderStop <-chan struct{}) {
    				cont, err := incluster.NewController(leaderStop, s.RWConfigStore,
    					s.kubeClient, args.Revision, args.Namespace, s.statusManager, args.RegistryOptions.KubeOptions.DomainSuffix)
    				if err != nil {
    					return
    				}
    				cont.Run(leaderStop)
    			}).Run(stop)
    		return nil
    	})
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.34, R0.28, R0.25, R0.25", // #5
            "U4.25", // #6
            "R0.00, R0.72, R0.66, R0.59, R0.53, R0.47, R0.41", // #7
            "R0.34, R0.28, R0.25, R0.25"); // #7 (cont.), note, this matches #5
      }
    
      public void testWarmUpAndUpdateWithColdFactor() {
        RateLimiter limiter = RateLimiter.create(5.0, 4000, MILLISECONDS, 10.0, stopwatch);
        for (int i = 0; i < 8; i++) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.34, R0.28, R0.25, R0.25", // #5
            "U4.25", // #6
            "R0.00, R0.72, R0.66, R0.59, R0.53, R0.47, R0.41", // #7
            "R0.34, R0.28, R0.25, R0.25"); // #7 (cont.), note, this matches #5
      }
    
      public void testWarmUpAndUpdateWithColdFactor() {
        RateLimiter limiter = RateLimiter.create(5.0, 4000, MILLISECONDS, 10.0, stopwatch);
        for (int i = 0; i < 8; i++) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 21.6K bytes
    - Viewed (0)
Back to top