Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 193 for BREAK (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    			}
    			defer watcher.Stop()
    			select {
    			case event := <-watcher.ResultChan():
    				if tt.expectedEvent == nil {
    					t.Errorf("Unexpected event: type=%#v, object=%#v", event.Type, event.Object)
    					break
    				}
    				if e, a := tt.expectedEvent.Type, event.Type; e != a {
    					t.Errorf("Expected: %s, got: %s", e, a)
    				}
    				if e, a := tt.expectedEvent.Object, event.Object; !apiequality.Semantic.DeepDerivative(e, a) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller.go

    			if len(daemonPodsRunning) <= 1 {
    				// There are no excess pods to be pruned, and no pods to create
    				break
    			}
    
    			sort.Sort(podByCreationTimestampAndPhase(daemonPodsRunning))
    			for i := 1; i < len(daemonPodsRunning); i++ {
    				podsToDelete = append(podsToDelete, daemonPodsRunning[i].Name)
    			}
    			break
    		}
    
    		if len(daemonPodsRunning) <= 1 {
    			// // There are no excess pods to be pruned
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. src/runtime/traceback.go

    				if cgoSymbolizer == nil {
    					if pr, stop := commitFrame(); stop {
    						break
    					} else if pr {
    						print("non-Go function at pc=", hex(pc), "\n")
    					}
    				} else {
    					stop = printOneCgoTraceback(pc, commitFrame, &arg)
    					anySymbolized = true
    					if stop {
    						break
    					}
    				}
    			}
    			if anySymbolized {
    				// Free symbolization state.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

      }
    
      Type new_storage_type;
      if (is_signed) {
        switch (bit_width) {
          case 8:
            new_storage_type = TF::Qint8Type::get(ctx);
            break;
          case 32:
            new_storage_type = TF::Qint32Type::get(ctx);
            break;
          default:
            return nullptr;  // Not yet supported
        }
      } else {
        return nullptr;  // Not yet supported
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/loong64/asm.go

    					alignedValue := p.From.Offset
    					m = pcAlignPadLength(ctxt, pc, alignedValue)
    					break
    				case obj.ANOP, obj.AFUNCDATA, obj.APCDATA:
    					continue
    				default:
    					c.ctxt.Diag("zero-width instruction\n%v", p)
    				}
    			}
    
    			pc += int64(m)
    		}
    
    		c.cursym.Size = pc
    
    		if !rescan {
    			break
    		}
    	}
    
    	pc += -pc & (FuncAlign - 1)
    	c.cursym.Size = pc
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  6. src/go/build/build.go

    		c.CgoEnabled = false
    	default:
    		// cgo must be explicitly enabled for cross compilation builds
    		if runtime.GOARCH == c.GOARCH && runtime.GOOS == c.GOOS {
    			c.CgoEnabled = platform.CgoSupported(c.GOOS, c.GOARCH)
    			break
    		}
    		c.CgoEnabled = false
    	}
    
    	return c
    }
    
    func envOr(name, def string) string {
    	s := os.Getenv(name)
    	if s == "" {
    		return def
    	}
    	return s
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  7. configure.py

                                                          default_python_bin_path)
        # Check if the path is valid
        if os.path.isfile(python_bin_path) and os.access(python_bin_path, os.X_OK):
          break
        elif not os.path.exists(python_bin_path):
          print('Invalid python path: {} cannot be found.'.format(python_bin_path))
        else:
          print('{} is not executable.  Is it the python binary?'.format(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    +
    Alternatively, you can run `gradle help --warning-mode=all` to see the deprecations in the console, though it may not report as much detailed information.
    . Update your plugins.
    +
    Some plugins will break with this new version of Gradle, for example because they use internal APIs that have been removed or changed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/init.go

    // initialize modules by installing hooks. If Init has already been called,
    // WillBeEnabled returns the same result as Enabled.
    //
    // This function is needed to break a cycle. The main package needs to know
    // whether modules are enabled in order to install the module or GOPATH version
    // of 'go get', but Init reads the -modfile flag in 'go get', so it shouldn't
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  10. pkg/apis/admissionregistration/validation/validation.go

    	for _, hook := range webhooks {
    		hasRecognizedVersion := false
    		for _, version := range hook.AdmissionReviewVersions {
    			if isAcceptedAdmissionReviewVersion(version) {
    				hasRecognizedVersion = true
    				break
    			}
    		}
    		if !hasRecognizedVersion && len(hook.AdmissionReviewVersions) > 0 {
    			return false
    		}
    	}
    	return true
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
Back to top