Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dcciss_defs.h94 BYTE Attribute : 3; member
/bionic/tests/
Dmalloc_test.cpp358 if (std::string(root->Attribute("version")) == "jemalloc-1") { in TEST()
360 ASSERT_STREQ("jemalloc-1", root->Attribute("version")); in TEST()
393 ASSERT_STREQ("debug-malloc-1", root->Attribute("version")); in TEST()
418 if (std::string(root->Attribute("version")) == "jemalloc-1") { in TEST()
420 ASSERT_STREQ("jemalloc-1", root->Attribute("version")); in TEST()
447 ASSERT_STREQ("debug-malloc-1", root->Attribute("version")); in TEST()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp2489 ASSERT_STRNE("debug-malloc-1", root->Attribute("version")); in TEST_F()
2518 ASSERT_STREQ("debug-malloc-1", root->Attribute("version")); in TEST_F()