Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dmetadata_tests.cpp35 inline constexpr CKey<Data> TABLE("table"); variable
241 big[TABLE] = small; // ONE COPY HERE of the MoveCount (embedded in small). in TEST()
246 ASSERT_EQ(1, big[TABLE][MOVE_COUNT].mCopyCount); // one copy done for small. in TEST()
267 ASSERT_EQ("abc", data[TABLE][MY_NAME_IS]); in TEST()
273 ASSERT_EQ(1, data[TABLE][MOVE_COUNT].mCopyCount); // no additional copies. in TEST()
/system/netd/server/
DFirewallController.h80 static const char* TABLE; variable
DFirewallController.cpp63 const char* FirewallController::TABLE = "filter"; member in android::net::FirewallController