Home
last modified time | relevance | path

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

/system/core/healthd/
DAnimationParser_test.cpp108 static const char TEST_ANIMATION[] = R"desc( in TEST() local
115 EXPECT_TRUE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
119 static const char TEST_ANIMATION[] = R"desc( in TEST() local
125 EXPECT_FALSE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
129 static const char TEST_ANIMATION[] = R"desc( in TEST() local
135 EXPECT_FALSE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
139 static const char TEST_ANIMATION[] = R"desc( in TEST() local
146 EXPECT_FALSE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
150 static const char TEST_ANIMATION[] = R"desc( in TEST() local
161 EXPECT_TRUE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()