Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 296 for unreadable (0.2 sec)

  1. src/os/signal/signal_cgo_test.go

    	lvl := os.Getenv("GO_TEST_TERMINAL_SIGNALS")
    	switch lvl {
    	case "":
    		// Main test process, run code below.
    		break
    	case "1":
    		runSessionLeader(t, pause)
    		panic("unreachable")
    	case "2":
    		runStoppingChild()
    		panic("unreachable")
    	default:
    		fmt.Fprintf(os.Stderr, "unknown subprocess level %s\n", lvl)
    		os.Exit(1)
    	}
    
    	t.Parallel()
    
    	pty, procTTYName, err := testpty.Open()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 10:09:15 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. schema/schema.go

    		if field.DBName != "" {
    			// nonexistence or shortest path or first appear prioritized if has permission
    			if v, ok := schema.FieldsByDBName[field.DBName]; !ok || ((field.Creatable || field.Updatable || field.Readable) && len(field.BindNames) < len(v.BindNames)) {
    				if _, ok := schema.FieldsByDBName[field.DBName]; !ok {
    					schema.DBNames = append(schema.DBNames, field.DBName)
    				}
    				schema.FieldsByDBName[field.DBName] = field
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/classpath/CallInterceptingMetaClass.java

                }
            }
    
            try {
                return invokeOriginal.call();
            } catch (Throwable e) {
                ThrowAsUnchecked.doThrow(e);
                throw new IllegalStateException("this is unreachable code, the call above should always throw an exception");
            }
        }
    
        //region implementations delegating to adaptee
        @Override
        public MetaClass getAdaptee() {
            return adaptee;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  4. src/go/types/check_test.go

    func unpackError(fset *token.FileSet, err error) (token.Position, string) {
    	switch err := err.(type) {
    	case *scanner.Error:
    		return err.Pos, err.Msg
    	case Error:
    		return fset.Position(err.Pos), err.Msg
    	}
    	panic("unreachable")
    }
    
    // absDiff returns the absolute difference between x and y.
    func absDiff(x, y int) int {
    	if x < y {
    		return y - x
    	}
    	return x - y
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:45:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  5. src/runtime/type.go

    // See go.dev/issue/67401.
    //
    //go:linkname resolveTypeOff
    func resolveTypeOff(ptrInModule unsafe.Pointer, off typeOff) *_type {
    	if off == 0 || off == -1 {
    		// -1 is the sentinel value for unreachable code.
    		// See cmd/link/internal/ld/data.go:relocsym.
    		return nil
    	}
    	base := uintptr(ptrInModule)
    	var md *moduledata
    	for next := &firstmoduledata; next != nil; next = next.next {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/typechecking.go

    // error, and the gvk that the type checking is performed against.
    type TypeCheckingResult struct {
    	// GVK is the associated GVK
    	GVK schema.GroupVersionKind
    	// Issues contain machine-readable information about the typechecking result.
    	Issues error
    	// Err is the possible error that was encounter during type checking.
    	Err error
    }
    
    // TypeCheckingResults is a collection of TypeCheckingResult
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/sccp.go

    	}
    }
    
    // rewireSuccessor rewires corresponding successors according to constant value
    // discovered by previous analysis. As the result, some successors become unreachable
    // and thus can be removed in further deadcode phase
    func rewireSuccessor(block *Block, constVal *Value) bool {
    	switch block.Kind {
    	case BlockIf:
    		block.removeEdge(int(constVal.AuxInt))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/types.go

    	// Required.
    	JSONPath string
    }
    
    // CustomResourceColumnDefinition specifies a column for server side printing.
    type CustomResourceColumnDefinition struct {
    	// name is a human readable name for the column.
    	Name string
    	// type is an OpenAPI type definition for this column.
    	// See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more.
    	Type string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/tfcompile.bzl

            it is expected to be in the human-readable proto text format, otherwise
            it is expected to be in the proto binary format.
          config: File containing tensorflow.tf2xla.Config proto.  If the file ends
            in '.pbtxt' it is expected to be in the human-readable proto text
            format, otherwise it is expected to be in the proto binary format.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"lastTransitionTime": "Last time the condition transitioned from one status to another.",
    	"reason":             "The reason for the condition's last transition.",
    	"message":            "A human readable message indicating details about the transition.",
    }
    
    func (DaemonSetCondition) SwaggerDoc() map[string]string {
    	return map_DaemonSetCondition
    }
    
    var map_DaemonSetList = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top