Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 78 for RES (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    		namespace = metav1.NamespaceDefault
    	}
    	res := &unstructured.Unstructured{
    		Object: map[string]interface{}{
    			"apiVersion": paramsGVK.GroupVersion().String(),
    			"kind":       paramsGVK.Kind,
    			"metadata": map[string]interface{}{
    				"name":            name,
    				"namespace":       namespace,
    				"resourceVersion": "1",
    			},
    		},
    	}
    	res.SetLabels(labels)
    	return res
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                boolean failure = false;
                for (InterimResult r : interimResults) {
                    DefaultProjectBuildingResult res;
                    try {
                        Model model = modelBuilder.buildRawModel(r.request);
                        res = new DefaultProjectBuildingResult(
                                model.getId(),
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  3. src/go/printer/nodes.go

    	} else {
    		p.print(token.LPAREN, token.RPAREN)
    	}
    	res := sig.Results
    	n := res.NumFields()
    	if n > 0 {
    		// res != nil
    		p.print(blank)
    		if n == 1 && res.List[0].Names == nil {
    			// single anonymous res; no ()'s
    			p.expr(stripParensAlways(res.List[0].Type))
    			return
    		}
    		p.parameters(res, funcParam)
    	}
    }
    
    func identListSize(list []*ast.Ident, maxSize int) (size int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  4. src/net/dnsclient_unix_test.go

    	for _, in := range ins {
    		_, res, err := r.goLookupIPCNAMEOrder(context.Background(), "ip", in, mode, nil)
    		if err != nil {
    			t.Errorf("expected err == nil, but got error: %v", err)
    		}
    		if res.String() != lookupRes {
    			t.Errorf("goLookupIPCNAMEOrder(%v): got %v, want %v", in, res, lookupRes)
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      }];
    
      let arguments = (ins
        DefaultValuedStrAttr<StrAttr, "">:$container,
        DefaultValuedStrAttr<StrAttr, "">:$shared_name
      );
    
      let results = (outs
        Res<TF_ResourceTensor, "", [TF_VariableAlloc]>:$resource
      );
    
      DerivedTypeAttr dtype = DerivedTypeAttr<
          "return getElementTypeOrSelf(resource_subtype());">;
      DerivedAttr shape = DerivedAttr<
          "ShapedType",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  6. src/net/http/transport.go

    		if (re.res == nil) == (re.err == nil) {
    			panic(fmt.Sprintf("internal error: exactly one of res or err should be set; nil=%v", re.res == nil))
    		}
    		if debugRoundTrip {
    			req.logf("resc recv: %p, %T/%#v", re.res, re.err, re.err)
    		}
    		if re.err != nil {
    			return nil, pc.mapRoundTripError(req, startBytesWritten, re.err)
    		}
    		return re.res, nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  7. src/cmd/internal/testdir/testdir_test.go

    	// <autogenerated> lines are impossible to match so those are filtered out.
    	var res []string
    	for _, line := range strings.Split(out, "\n") {
    		if strings.HasSuffix(line, "\r") { // remove '\r', output by compiler on windows
    			line = line[:len(line)-1]
    		}
    		if strings.HasPrefix(line, "\t") {
    			res[len(res)-1] += "\n" + line
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

    // If the input `tensor` has scale/zero_point, `res` should have quantized
    // type, thus none stats op is required and nullptr is returned.
    // If the min max information is invalid, nullptr is returned.
    mlir::Operation* ConvertMinMaxToStatsOp(const TensorT& tensor, OpBuilder b,
                                            Value res) {
      // If the `tensor` has scale/zero_point, it must have been quantized, then the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/route/route.go

    	if model.UseGatewaySemantics(virtualService) {
    		res := make([]*model.Service, 0, len(matchingRegistryServices))
    		for _, s := range matchingRegistryServices {
    			if s.Attributes.Namespace != virtualService.Namespace && node.ConfigNamespace != virtualService.Namespace {
    				continue
    			}
    			res = append(res, s)
    		}
    		if len(res) == 0 {
    			return nil
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	}
    	A2e(ebcdicBytes)
    	return
    }
    func ZosEbcdicBytesToString(b []byte, trimRight bool) (str string) {
    	res := make([]byte, len(b))
    	copy(res, b)
    	E2a(res)
    	if trimRight {
    		str = string(bytes.TrimRight(res, " \x00"))
    	} else {
    		str = string(res)
    	}
    	return
    }
    
    func fdToPath(dirfd int) (path string, err error) {
    	var buffer [1024]byte
    	// w_ctrl()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top