Home
last modified time | relevance | path

Searched defs:adversaryTestingData (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/sort/
Dsort_test.go536 type adversaryTestingData struct { struct
537 t *testing.T
538 data []int // item values, initialized to special gas value and changed by Less
539 maxcmp int // number of comparisons allowed
540 ncmp int // number of comparisons (calls to Less)
541 nsolid int // number of elements that have been set to non-gas values
542 candidate int // guess at current pivot
543 gas int // special value for unset elements, higher than everything else
546 func (d *adversaryTestingData) Len() int { return len(d.data) }
548 func (d *adversaryTestingData) Less(i, j int) bool {
[all …]