Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/index/
H A Dindex_test.cc77 class IndexTest : public Test { class
153 TEST_F(IndexTest, CreationWithNullPointerShouldFail) { in TEST_F() argument
165 TEST_F(IndexTest, EmptyIndex) { in TEST_F() argument
182 TEST_F(IndexTest, EmptyIndexAfterMerge) { in TEST_F() argument
202 TEST_F(IndexTest, CreationWithLiteIndexSortAtIndexingEnabledShouldSort) { in TEST_F() argument
232 TEST_F(IndexTest, AdvancePastEnd) { in TEST_F() argument
259 TEST_F(IndexTest, AdvancePastEndAfterMerge) { in TEST_F() argument
288 TEST_F(IndexTest, IteratorGetCallStats_mainIndexOnly) { in TEST_F() argument
350 TEST_F(IndexTest, IteratorGetCallStats_liteIndexOnly) { in TEST_F() argument
409 TEST_F(IndexTest, IteratorGetCallStats) { in TEST_F() argument
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp520 struct IndexTest in init() struct
522 gls::DrawTestSpec::IndexType type; in init()
523 int offsets[3]; in init()
588 struct IndexTest in init() struct
590 bool positiveBase; in init()
591 gls::DrawTestSpec::IndexType type; in init()
592 int baseVertex[2]; in init()
H A Des31fDrawTests.cpp505 struct IndexTest in init() struct
507 gls::DrawTestSpec::IndexType type; in init()
508 int offsets[3]; in init()
572 struct IndexTest in init() struct
574 bool positiveBase; in init()
575 gls::DrawTestSpec::IndexType type; in init()
576 int baseVertex[2]; in init()
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp107 struct IndexTest in init() struct
109 gls::DrawTestSpec::Storage storage; in init()
110 gls::DrawTestSpec::IndexType type; in init()
111 bool aligned; in init()
112 int offsets[3]; in init()
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp293 struct IndexTest in init() struct
295 gls::DrawTestSpec::Storage storage; in init()
296 gls::DrawTestSpec::IndexType type; in init()
297 bool aligned; in init()
298 int offsets[3]; in init()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp316 struct IndexTest in init() struct
318 gls::DrawTestSpec::Storage storage; in init()
319 gls::DrawTestSpec::IndexType type; in init()
320 bool aligned; in init()
321 int offsets[3]; in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp418 struct IndexTest in init() struct
420 gls::DrawTestSpec::Storage storage; in init()
421 gls::DrawTestSpec::IndexType type; in init()
422 bool aligned; in init()
423 int offsets[3]; in init()
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings_test.go39 type IndexTest struct { struct
40 s string
41 sep string
42 out int
198 func runIndexTests(t *testing.T, f func(s, sep string) int, funcName string, testCases []IndexTest)…