Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 120 for perror (0.17 sec)

  1. staging/src/k8s.io/api/autoscaling/v2beta2/generated.pb.go

    	reflect "reflect"
    	strings "strings"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 163K bytes
    - Viewed (0)
  2. pkg/config/validation/validation.go

    	return Validation{Warning: e}
    }
    
    func AppendValidation(v Validation, vs ...error) Validation {
    	return agent.AppendValidation(v, vs...)
    }
    
    func appendErrors(err error, errs ...error) error {
    	return agent.AppendErrors(err, errs...)
    }
    
    type AnalysisAwareError struct {
    	Type       string
    	Msg        string
    	Parameters []any
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    	size := m.Size()
    	dAtA = make([]byte, size)
    	n, err := m.MarshalToSizedBuffer(dAtA[:size])
    	if err != nil {
    		return nil, err
    	}
    	return dAtA[:n], nil
    }
    
    func (m *ExpressionWarning) MarshalTo(dAtA []byte) (int, error) {
    	size := m.Size()
    	return m.MarshalToSizedBuffer(dAtA[:size])
    }
    
    func (m *ExpressionWarning) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // expected-error @+2 {{failed to infer returned types}}
      // expected-error @+1 {{input should be of rank larger than 0}}
      %0:3 = "tfl.unpack"(%arg0) {axis = 0 : i32, num = 3 : i32} : (tensor<i32>) -> (tensor<2xi32>, tensor<2xi32>, tensor<2xi32>)
      func.return %0#0 : tensor<2xi32>
    }
    
    // -----
    
    func.func @unpack(%arg0: tensor<2x3xi32>) -> tensor<2xi32> {
      // expected-error @+2 {{failed to infer returned types}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	size := m.Size()
    	dAtA = make([]byte, size)
    	n, err := m.MarshalToSizedBuffer(dAtA[:size])
    	if err != nil {
    		return nil, err
    	}
    	return dAtA[:n], nil
    }
    
    func (m *NonResourceRule) MarshalTo(dAtA []byte) (int, error) {
    	size := m.Size()
    	return m.MarshalToSizedBuffer(dAtA[:size])
    }
    
    func (m *NonResourceRule) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/generated.pb.go

    	reflect "reflect"
    	strings "strings"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    	size := m.Size()
    	dAtA = make([]byte, size)
    	n, err := m.MarshalToSizedBuffer(dAtA[:size])
    	if err != nil {
    		return nil, err
    	}
    	return dAtA[:n], nil
    }
    
    func (m *ExpressionWarning) MarshalTo(dAtA []byte) (int, error) {
    	size := m.Size()
    	return m.MarshalToSizedBuffer(dAtA[:size])
    }
    
    func (m *ExpressionWarning) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    	size := m.Size()
    	dAtA = make([]byte, size)
    	n, err := m.MarshalToSizedBuffer(dAtA[:size])
    	if err != nil {
    		return nil, err
    	}
    	return dAtA[:n], nil
    }
    
    func (m *MatchCondition) MarshalTo(dAtA []byte) (int, error) {
    	size := m.Size()
    	return m.MarshalToSizedBuffer(dAtA[:size])
    }
    
    func (m *MatchCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  9. pkg/kubelet/eviction/eviction_manager_test.go

    				if synchErr == nil && tc.expectErr != "" {
    					t.Fatalf("Manager should report error but did not")
    				} else if tc.expectErr != "" && synchErr != nil {
    					if diff := cmp.Diff(tc.expectErr, synchErr.Error()); diff != "" {
    						t.Errorf("Unexpected error (-want,+got):\n%s", diff)
    					}
    				} else {
    					// verify manager detected disk pressure
    					if !manager.IsUnderDiskPressure() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    		if err != nil {
    			t.Fatalf("failed to decode test cert: %s", err)
    		}
    		_, err = ParseCertificate(der)
    		if err == nil {
    			t.Error("expected CreateCertificate to fail")
    		} else if err.Error() != tc.expectedError {
    			t.Errorf("unexpected error: got %q, want %q", err.Error(), tc.expectedError)
    		}
    	}
    }
    
    func BenchmarkCreateCertificate(b *testing.B) {
    	template := &Certificate{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top