Home
last modified time | relevance | path

Searched refs:testFuncs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dtest.go617 func loadTestFuncs(ptest *Package) (*testFuncs, error) {
618 t := &testFuncs{
636 func formatTestmain(t *testFuncs) ([]byte, error) { argument
648 type testFuncs struct { struct
664 func (t *testFuncs) ImportPath() string { argument
679 func (t *testFuncs) Covered() string { argument
686 func (t *testFuncs) CoverSelectedPackages() string { argument
703 func (t *testFuncs) Tested() string { argument
716 func (t *testFuncs) load(filename, pkg string, doImport, seen *bool) error { argument
/aosp_15_r20/build/blueprint/proptools/
H A Descape_test.go225 testFuncs := []struct {
235 for _, tf := range testFuncs {
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp19087 const Math16TestFunc testFuncs[] = { in createFloat16ArithmeticSet() local
19151 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() local
19331 for (uint32_t testFuncIdx = 0; testFuncIdx < DE_LENGTH_OF_ARRAY(testFuncs); ++testFuncIdx) in createFloat16ArithmeticSet()
19333 const Math16TestFunc &testFunc = testFuncs[testFuncIdx]; in createFloat16ArithmeticSet()