Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for rh (0.06 sec)

  1. pkg/monitoring/base.go

    }
    
    func (f baseMetric) Decrement() {
    	f.rest.Record(-1)
    }
    
    func (f baseMetric) runRecordHook(value float64) {
    	recordHookMutex.RLock()
    	if rh, ok := recordHooks[f.name]; ok {
    		lv := slices.Map(f.attrs, func(e attribute.KeyValue) LabelValue {
    			return LabelValue{e}
    		})
    		rh.OnRecord(f.name, lv, value)
    	}
    	recordHookMutex.RUnlock()
    }
    
    func (f baseMetric) Register() error {
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. src/net/dnsclient_unix_test.go

    	{"8.8.4.4:53", mustQuestion("com.", dnsmessage.TypeALL, dnsmessage.ClassINET), 4, dnsmessage.RCodeSuccess},
    }
    
    func TestDNSTransportFallback(t *testing.T) {
    	fake := fakeDNSServer{
    		rh: func(n, _ string, q dnsmessage.Message, _ time.Time) (dnsmessage.Message, error) {
    			r := dnsmessage.Message{
    				Header: dnsmessage.Header{
    					ID:       q.Header.ID,
    					Response: true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  3. pkg/kubelet/cm/devicemanager/plugin/v1beta1/server.go

    	grpc       *grpc.Server
    	rhandler   RegistrationHandler
    	chandler   ClientHandler
    	clients    map[string]Client
    }
    
    // NewServer returns an initialized device plugin registration server.
    func NewServer(socketPath string, rh RegistrationHandler, ch ClientHandler) (Server, error) {
    	if socketPath == "" || !filepath.IsAbs(socketPath) {
    		return nil, fmt.Errorf(errBadSocket+" %s", socketPath)
    	}
    
    	dir, name := filepath.Split(socketPath)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jan 27 02:10:25 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	XXPERMDI X0, X0, $2, X0
    	XXPERMDI X1, X1, $2, X1
    	VOR    RL, RL, Y0
    
    	// VOR RH, RH, Y1   RH was saved above in D2X format
    	LXVD2X (R1)(R17), Y1
    	CALL   p256MulInternal<>(SB)
    
    	// SUB(R<T-S1)           // R  = T-S1
    	p256SubInternal(RH,RL,T1,T0,S1H,S1L)
    
    	STXVD2X RH, (R1)(R17) // Save RH
    
    	// if R == 0 or R^P == 0 then ret=ret else ret=0
    	// clobbers T1H and T1L
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  5. platforms/software/publish/src/integTest/groovy/org/gradle/api/tasks/UploadTaskIntegrationTest.groovy

                    def ud = uploadDescriptor
                    uploadDescriptor = true
    
                    def dd = descriptorDestination
                    descriptorDestination = file('descriptor.txt')
    
                    def rh = repositories
                    repositories {}
    
                    def c = configuration
                    configuration = configurations.getByName('compileClasspath')
    
                    def a = artifacts
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 22:15:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  6. ci/official/containers/linux_arm64/builder.devtoolset/build_devtoolset.sh

      rpm2cpio "devtoolset-9-gcc-9.3.1-2.2.el7.src.rpm" |cpio -idmv
      tar -xvf "gcc-9.3.1-20200408.tar.xz" --strip 1
      ;;
    devtoolset-10)
      wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 "https://vault.centos.org/centos/7/sclo/Source/rh/devtoolset-10-gcc-10.2.1-11.2.el7.src.rpm"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 29 00:26:34 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  7. pkg/monitoring/monitoring_test.go

    }
    
    func TestRecordHook(t *testing.T) {
    	mt := monitortest.New(t)
    
    	// testRecordHook will record value for hookSum measure when testSum is recorded
    	rh := &testRecordHook{}
    	monitoring.RegisterRecordHook(testSum.Name(), rh)
    
    	testSum.With(name.Value("foo"), kind.Value("bart")).Increment()
    	testSum.With(name.Value("baz"), kind.Value("bart")).Record(45)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 13 16:04:48 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Server-TLSv12-Resume

    00000080  b0 ac 51 ed 14 ef 68 ca  42 c5 4c 85 f6 26 0d a4  |..Q...h.B.L..&..|
    00000090  ad a8 f5 14 64 4f b9 c3  fb 1e 55 c1 1f c7 31 57  |....dO....U...1W|
    000000a0  72 68 db 03 37 a8 c9 07  f4 ca 62 6c 5c f3 8b 5a  |rh..7.....bl\..Z|
    000000b0  3d 76 dd 63 ea 68 61 6b  a1 2d 95 49 38 16 7e 51  |=v.c.hak.-.I8.~Q|
    000000c0  5c e5 15 c0 58 7d c5 67  4a 6f 64 b6 79 1a 41 9b  |\...X}.gJod.y.A.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm_s390x.s

    	VL   32(P2ptr), X0
    	VPDI $0x4, X0, X0, X0
    	VLR  RL, Y0
    	VLR  RH, Y1
    	CALL p256MulInternal<>(SB)
    
    	// SUB(R<T-S1)           // R  = T-S1
    	p256SubInternal(RH,RL,T1,T0,S1H,S1L)
    
    	// if R == 0 or R^P == 0 then ret=ret else ret=0
    	// clobbers T1H and T1L
    	MOVD   $0, ISZERO
    	MOVD   $1, TRUE
    	VZERO  ZER
    	VO     RL, RH, T1H
    	VCEQGS ZER, T1H, T1H
    	MOVDEQ TRUE, ISZERO
    	VX     RL, PL, T1L
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. src/net/dnsclient_unix.go

    	// Accept packets up to maxDNSPacketSize.  RFC 6891.
    	if err := b.StartAdditionals(); err != nil {
    		return 0, nil, nil, err
    	}
    	var rh dnsmessage.ResourceHeader
    	if err := rh.SetEDNS0(maxDNSPacketSize, dnsmessage.RCodeSuccess, false); err != nil {
    		return 0, nil, nil, err
    	}
    	if err := b.OPTResource(rh, dnsmessage.OPTResource{}); err != nil {
    		return 0, nil, nil, err
    	}
    
    	tcpReq, err = b.Finish()
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 24.5K bytes
    - Viewed (0)
Back to top