Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/csv/
Dreader_test.go17 type readTest struct { struct
18 Name string
19 Input string
20 Output [][]string
21 Positions [][][2]int
22 Errors []error
25 Comma rune
26 Comment rune
27 UseFieldsPerRecord bool // false (default) means FieldsPerRecord is -1
28 FieldsPerRecord int
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/imports/
Dread_test.go17 type readTest struct { struct
19 in string
20 err string
120 func testRead(t *testing.T, tests []readTest, read func(io.Reader) ([]byte, error)) {
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/
Dread_test.go17 type readTest struct { struct
19 in string
20 err string
120 func testRead(t *testing.T, tests []readTest, read func(io.Reader) ([]byte, error)) {
/aosp_15_r20/hardware/google/aemu/base/
Dring_buffer_unittest.cpp128 static void readTest(ring_buffer* r, uint8_t* data, size_t stepSize, size_t numSteps) { in readTest() function