Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 218 for endPod (0.24 sec)

  1. src/cmd/covdata/merge.go

    		m.Usage("select output directory with '-o' option")
    	}
    	m.mm.SetModeMergePolicy(cmerge.ModeMergeRelaxed)
    }
    
    func (m *mstate) BeginPod(p pods.Pod) {
    	m.mm.beginPod()
    }
    
    func (m *mstate) EndPod(p pods.Pod) {
    	m.mm.endPod(*pcombineflag)
    }
    
    func (m *mstate) BeginCounterDataFile(cdf string, cdr *decodecounter.CounterDataReader, dirIdx int) {
    	dbgtrace(2, "visit counter data file %s dirIdx %d", cdf, dirIdx)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:37 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  2. src/cmd/internal/cov/readcovdata.go

    //					VisitFunc(PF)
    //				}
    //			}
    //			EndPackage(PK)
    //		}
    //		EndPod(p)
    //	}
    //	Finish()
    
    type CovDataVisitor interface {
    	// Invoked at the start and end of a given pod (a pod here is a
    	// specific coverage meta-data files with the counter data files
    	// that correspond to it).
    	BeginPod(p pods.Pod)
    	EndPod(p pods.Pod)
    
    	// Invoked when the reader is starting to examine the meta-data
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  3. src/cmd/covdata/subtractintersect.go

    	}
    	if *outdirflag == "" {
    		usage("select output directory with '-o' option")
    	}
    }
    
    func (s *sstate) BeginPod(p pods.Pod) {
    	s.mm.beginPod()
    }
    
    func (s *sstate) EndPod(p pods.Pod) {
    	const pcombine = false
    	s.mm.endPod(pcombine)
    }
    
    func (s *sstate) EndCounters() {
    	if s.imm != nil {
    		s.pruneCounters()
    	}
    }
    
    // pruneCounters performs a function-level partial intersection using the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 12:50:46 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  4. src/cmd/internal/cov/read_test.go

    type visitor struct {
    	metaFileCount    int
    	counterFileCount int
    	funcCounterData  int
    	metaFuncCount    int
    }
    
    func (v *visitor) BeginPod(p pods.Pod) {}
    func (v *visitor) EndPod(p pods.Pod)   {}
    func (v *visitor) VisitMetaDataFile(mdf string, mfr *decodemeta.CoverageMetaFileReader) {
    	v.metaFileCount++
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. src/cmd/covdata/dump.go

    		fmt.Printf(" *\t%s\n", strings.Join(args, " "))
    		fmt.Printf(" */\n")
    	}
    }
    
    func (d *dstate) BeginPod(p pods.Pod) {
    	d.mm = make(map[pkfunc]decodecounter.FuncPayload)
    }
    
    func (d *dstate) EndPod(p pods.Pod) {
    	if d.cmd == debugDumpMode {
    		d.cm.ResetModeAndGranularity()
    	}
    }
    
    func (d *dstate) BeginCounterDataFile(cdf string, cdr *decodecounter.CounterDataReader, dirIdx int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:57 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  6. src/cmd/covdata/metamerge.go

    // counter data file as well.
    //
    // Case 3: if "-pcombine" is in effect, we don't write anything at
    // this point (all writes will happen at the end of the run).
    func (mm *metaMerge) endPod(pcombine bool) {
    	if pcombine {
    		// Just clear out the pod data, we'll do all the
    		// heavy lifting at the end.
    		mm.pod = nil
    		return
    	}
    
    	finalHash := mm.pod.fileHash
    	if matchpkg != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:17:47 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. docs/en/docs/fastapi-people.md

    {% endfor %}
    {% endif %}
    
    {% if sponsors.silver %}
    
    ### Silver Sponsors
    
    {% for sponsor in sponsors.silver -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor %}
    {% endif %}
    
    {% if sponsors.bronze %}
    
    ### Bronze Sponsors
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 16 23:54:24 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. docs/tr/docs/fastapi-people.md

    {% endfor %}
    {% endif %}
    
    {% if sponsors.silver %}
    
    ### Gümüş Sponsorlar
    
    {% for sponsor in sponsors.silver -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor %}
    {% endif %}
    
    {% if sponsors.bronze %}
    
    ### Bronz Sponsorlar
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 16 23:54:24 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. docs/fr/docs/fastapi-people.md

    {% endfor %}
    {% endif %}
    
    {% if sponsors.silver %}
    
    ### Silver Sponsors
    
    {% for sponsor in sponsors.silver -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor %}
    {% endif %}
    
    {% if sponsors.bronze %}
    
    ### Bronze Sponsors
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. docs/de/docs/fastapi-people.md

    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a>
    {% endfor %}
    {% endif %}
    
    ### Silber Sponsoren
    
    {% if sponsors %}
    {% for sponsor in sponsors.silver -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a>
    {% endfor %}
    {% endif %}
    
    {% if people %}
    {% if people.sponsors_50 %}
    
    ### Bronze Sponsoren
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:10:01 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top