Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for IDTYPE (0.1 sec)

  1. src/internal/fuzz/encoding.go

    		return []byte(s), nil
    	}
    
    	var idType *ast.Ident
    	if selector, ok := call.Fun.(*ast.SelectorExpr); ok {
    		xIdent, ok := selector.X.(*ast.Ident)
    		if !ok || xIdent.Name != "math" {
    			return nil, fmt.Errorf("invalid selector type")
    		}
    		switch selector.Sel.Name {
    		case "Float64frombits":
    			idType = &ast.Ident{Name: "float64-bits"}
    		case "Float32frombits":
    			idType = &ast.Ident{Name: "float32-bits"}
    		default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 30 16:39:12 UTC 2022
    - 11K bytes
    - Viewed (0)
  2. pkg/kubelet/stats/provider_test.go

    		mockPodManager   = new(kubepodtest.MockManager)
    		mockRuntimeCache = new(kubecontainertest.MockRuntimeCache)
    
    		assert  = assert.New(t)
    		options = cadvisorapiv2.RequestOptions{IdType: cadvisorapiv2.TypeName, Count: 2, Recursive: false}
    
    		containerInfo    = getTestContainerInfo(containerInfoSeed, "test-pod", "test-ns", "test-container")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20K bytes
    - Viewed (0)
  3. pkg/kubelet/stats/cadvisor_stats_provider_test.go

    		info.Spec.Cpu = cadvisorapiv2.CpuSpec{}
    		info.Spec.HasMemory = false
    		info.Spec.HasCpu = false
    		info.Spec.HasNetwork = false
    		infos[name] = info
    	}
    
    	options := cadvisorapiv2.RequestOptions{
    		IdType:    cadvisorapiv2.TypeName,
    		Count:     2,
    		Recursive: true,
    	}
    
    	mockCtrl := gomock.NewController(t)
    	defer mockCtrl.Finish()
    
    	mockCadvisor := cadvisortest.NewMockInterface(mockCtrl)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_386.go

    	SYS_POSIX_FALLOCATE          = 530 // { int posix_fallocate(int fd, \
    	SYS_POSIX_FADVISE            = 531 // { int posix_fadvise(int fd, off_t offset, \
    	SYS_WAIT6                    = 532 // { int wait6(idtype_t idtype, id_t id, \
    	SYS_BINDAT                   = 538 // { int bindat(int fd, int s, caddr_t name, \
    	SYS_CONNECTAT                = 539 // { int connectat(int fd, int s, caddr_t name, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_POSIX_FALLOCATE          = 530 // { int posix_fallocate(int fd, \
    	SYS_POSIX_FADVISE            = 531 // { int posix_fadvise(int fd, off_t offset, \
    	SYS_WAIT6                    = 532 // { int wait6(idtype_t idtype, id_t id, \
    	SYS_BINDAT                   = 538 // { int bindat(int fd, int s, caddr_t name, \
    	SYS_CONNECTAT                = 539 // { int connectat(int fd, int s, caddr_t name, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_arm.go

    	SYS_POSIX_FALLOCATE          = 530 // { int posix_fallocate(int fd, \
    	SYS_POSIX_FADVISE            = 531 // { int posix_fadvise(int fd, off_t offset, \
    	SYS_WAIT6                    = 532 // { int wait6(idtype_t idtype, id_t id, \
    	SYS_BINDAT                   = 538 // { int bindat(int fd, int s, caddr_t name, \
    	SYS_CONNECTAT                = 539 // { int connectat(int fd, int s, caddr_t name, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_PSET_ASSIGN          = 414 // { int|sys||pset_assign(psetid_t psid, cpuid_t cpuid, psetid_t *opsid); }
    	SYS__PSET_BIND           = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
    	SYS_POSIX_FADVISE        = 416 // { int|sys|50|posix_fadvise(int fd, int PAD, off_t offset, off_t len, int advice); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_netbsd_arm.go

    	SYS_PSET_ASSIGN          = 414 // { int|sys||pset_assign(psetid_t psid, cpuid_t cpuid, psetid_t *opsid); }
    	SYS__PSET_BIND           = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
    	SYS_POSIX_FADVISE        = 416 // { int|sys|50|posix_fadvise(int fd, int PAD, off_t offset, off_t len, int advice); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_VMM_GUEST_SYNC_ADDR    = 535 // { int vmm_guest_sync_addr(long *dstaddr, long *srcaddr); }
    	SYS_PROCCTL                = 536 // { int procctl(idtype_t idtype, id_t id, int cmd, void *data); }
    	SYS_CHFLAGSAT              = 537 // { int chflagsat(int fd, const char *path, u_long flags, int atflags);}
    	SYS_PIPE2                  = 538 // { int pipe2(int *fildes, int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_PSET_ASSIGN          = 414 // { int|sys||pset_assign(psetid_t psid, cpuid_t cpuid, psetid_t *opsid); }
    	SYS__PSET_BIND           = 415 // { int|sys||_pset_bind(idtype_t idtype, id_t first_id, id_t second_id, psetid_t psid, psetid_t *opsid); }
    	SYS_POSIX_FADVISE        = 416 // { int|sys|50|posix_fadvise(int fd, int PAD, off_t offset, off_t len, int advice); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
Back to top