Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 150 for Pd (0.28 sec)

  1. src/cmd/internal/cov/read_test.go

    func (v *visitor) EndCounters()                                                                    {}
    func (v *visitor) BeginPackage(pd *decodemeta.CoverageMetaDataDecoder, pkgIdx uint32)              {}
    func (v *visitor) EndPackage(pd *decodemeta.CoverageMetaDataDecoder, pkgIdx uint32)                {}
    func (v *visitor) VisitFunc(pkgIdx uint32, fnIdx uint32, fd *coverage.FuncDesc)                    { v.metaFuncCount++ }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. src/internal/coverage/test/roundtrip_test.go

    		}
    
    		payload := []byte{}
    		for pi := 0; pi < int(np); pi++ {
    			var pd *decodemeta.CoverageMetaDataDecoder
    			var err error
    			pd, payload, err = mfr.GetPackageDecoder(uint32(pi), payload)
    			if err != nil {
    				t.Fatalf("GetPackageDecoder(%d) failed with: %v", pi, err)
    			}
    			efuncs := createFuncs(pi)
    			nf := pd.NumFuncs()
    			if len(efuncs) != int(nf) {
    				t.Fatalf("decoding pk %d wanted %d funcs got %d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 20 21:42:05 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/beans/impl/BeanDescImpl.java

                    final PropertyDescImpl pd = (PropertyDescImpl) propertyDescCache.get(field.getName());
                    pd.setField(field);
                    continue;
                }
                if (FieldUtil.isPublicField(field)) {
                    final PropertyDescImpl pd = new PropertyDescImpl(field.getName(), field.getType(), null, null, field, this);
                    propertyDescCache.put(fname, pd);
                }
            }
        }
    
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/delete_test.go

    			expectedVolumes: []*v1.PersistentVolume{volumeWithAnnotation(volume.AnnMigratedTo, "pd.csi.storage.gke.io", volumeWithAnnotation(volume.AnnDynamicallyProvisioned,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. pkg/kube/krt/collection_test.go

    		if _, f := pd.Labels["want-size"]; !f {
    			return nil
    		}
    		matches := krt.Fetch(ctx, SizedPods, krt.FilterGeneric(func(a any) bool {
    			return a.(SizedPod).Size == pd.Labels["want-size"]
    		}))
    		return &PodSizeCount{
    			Named:         pd.Named,
    			MatchingSizes: len(matches),
    		}
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 28 04:22:19 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  6. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java

         */
        public Map<String, Parameter> getParameterMap() {
            LinkedHashMap<String, Parameter> parameterMap = new LinkedHashMap<>();
    
            for (Parameter pd : parameters) {
                parameterMap.put(pd.getName(), pd);
            }
    
            return parameterMap;
        }
    
        // ----------------------------------------------------------------------
        // Dependency requirement
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/task-dag-examples.graffle

    roup.OmniGraffle7.MacAppStore191.13ColorProfilesdataA/gAAAAUbWVhcwAABAwAAA+wEBAQcBDQETARkBHwElA+gIDAgwCFAIdAiYCLwI4A+wD+QQGBBMEIAQtBDsESARVB+BIwEmgSoBLYExATTBOEE+BQ0FHAUrBToFSQVYBWcF/B9IH5Qf4CAsIHwgyCEYI+EL+QwSDCoMQwxcDHUMjgynD/DpsOtg7SDu4PCQ8lD0EP/PD+wQCRAmEEMQYRB+EJsQuRDXEPURExExEU8R+UUBhQnFEkUahSLFK0Uzh/cYGxhAGGUYihivGNUY+hkgGUUZaxmRGbcZ3RoEG+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHC/HL/4wNTBsMKQw2zESMUoxgj/E0KzRlNJ402DUTNU01hz+ID5gPqA+4D8hP2E/oj/iQCNAZECmQOdBKUFqQax/ZUQlSPVNtVKFV1VcJWD1+zYAVgV2...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  8. pkg/volume/portworx/portworx.go

    var _ volume.Unmounter = &portworxVolumeUnmounter{}
    
    // Unmounts the bind mount, and detaches the disk only if the PD
    // resource was the last reference to that disk on the kubelet.
    func (c *portworxVolumeUnmounter) TearDown() error {
    	return c.TearDownAt(c.GetPath())
    }
    
    // Unmounts the bind mount, and detaches the disk only if the PD
    // resource was the last reference to that disk on the kubelet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  9. cluster/gce/manifests/etcd.manifest

          { "name": "etc",
            "mountPath": "/etc/srv/kubernetes",
            "readOnly": false
          }
        ]
        }
    ],
    "volumes":[
      { "name": "varetcd",
        "hostPath": {
            "path": "/mnt/master-pd/var/etcd"}
      },
      { "name": "varlogetcd",
        "hostPath": {
            "path": "/var/log/etcd{{ suffix }}.log",
            "type": "FileOrCreate"}
      },
      { "name": "etc",
        "hostPath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  10. src/internal/poll/fd_windows.go

    	fd.rop.fd = fd
    	fd.wop.fd = fd
    	fd.rop.runtimeCtx = fd.pd.runtimeCtx
    	fd.wop.runtimeCtx = fd.pd.runtimeCtx
    	return "", nil
    }
    
    func (fd *FD) destroy() error {
    	if fd.Sysfd == syscall.InvalidHandle {
    		return syscall.EINVAL
    	}
    	// Poller may want to unregister fd in readiness notification mechanism,
    	// so this must be executed before fd.CloseFunc.
    	fd.pd.close()
    	var err error
    	switch fd.kind {
    	case kindNet:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top