Home
last modified time | relevance | path

Searched refs:gs (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
DWrapper_test.cpp57 GlobalSection *gs = m.getGlobalSection(); in TEST_F() local
59 EXPECT_EQ(1, countEntity<TypeRuntimeArrayInst>(gs)); in TEST_F()
60 EXPECT_EQ(1, countEntity<TypeStructInst>(gs)); in TEST_F()
61 EXPECT_EQ(1, countEntity<VariableInst>(gs)); in TEST_F()
/frameworks/base/cmds/incidentd/tests/
DSection_test.cpp163 GZipSection gs(NOOP_PARSER, "/tmp/nonexist", testFile.c_str(), NULL); in TEST_F() local
168 ASSERT_EQ(NO_ERROR, gs.Execute(&requests)); in TEST_F()
186 GZipSection gs(NOOP_PARSER, "/tmp/nonexist1", "/tmp/nonexist2", NULL); in TEST_F() local
188 ASSERT_EQ(NO_ERROR, gs.Execute(&requests)); in TEST_F()