Searched refs:testFuncs (Results 1 – 3 of 3) sorted by relevance
617 func loadTestFuncs(ptest *Package) (*testFuncs, error) {618 t := &testFuncs{636 func formatTestmain(t *testFuncs) ([]byte, error) { argument648 type testFuncs struct { struct664 func (t *testFuncs) ImportPath() string { argument679 func (t *testFuncs) Covered() string { argument686 func (t *testFuncs) CoverSelectedPackages() string { argument703 func (t *testFuncs) Tested() string { argument716 func (t *testFuncs) load(filename, pkg string, doImport, seen *bool) error { argument
225 testFuncs := []struct {235 for _, tf := range testFuncs {
19087 const Math16TestFunc testFuncs[] = { in createFloat16ArithmeticSet() local19151 for (uint32_t testFuncIdx = 0; testFuncIdx < DE_LENGTH_OF_ARRAY(testFuncs); ++testFuncIdx) in createFloat16ArithmeticSet()19153 const Math16TestFunc &testFunc = testFuncs[testFuncIdx]; in createFloat16ArithmeticSet()19176 const Math16TestFunc testFuncs[] = { in createFloat16ArithmeticSet() local19331 for (uint32_t testFuncIdx = 0; testFuncIdx < DE_LENGTH_OF_ARRAY(testFuncs); ++testFuncIdx) in createFloat16ArithmeticSet()19333 const Math16TestFunc &testFunc = testFuncs[testFuncIdx]; in createFloat16ArithmeticSet()