Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DMCLDInputTree.cpp78 bool mcld::isGroup(const InputTree::iterator& pos) in isGroup() function in mcld
83 bool mcld::isGroup(const InputTree::const_iterator& pos) in isGroup() function in mcld
88 bool mcld::isGroup(const InputTree::dfs_iterator& pos) in isGroup() function in mcld
93 bool mcld::isGroup(const InputTree::const_dfs_iterator& pos) in isGroup() function in mcld
98 bool mcld::isGroup(const InputTree::bfs_iterator& pos) in isGroup() function in mcld
103 bool mcld::isGroup(const InputTree::const_bfs_iterator& pos) in isGroup() function in mcld
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDInputTree.h51 bool isGroup() const in isGroup() function
56 if (isGroup())
64 if (isGroup())
178 bool isGroup(const InputTree::iterator& pos);
179 bool isGroup(const InputTree::const_iterator& pos);
180 bool isGroup(const InputTree::dfs_iterator& pos);
181 bool isGroup(const InputTree::const_dfs_iterator& pos);
182 bool isGroup(const InputTree::bfs_iterator& pos);
183 bool isGroup(const InputTree::const_bfs_iterator& pos);
/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp53 ASSERT_TRUE(isGroup(node)); in TEST_F()
54 ASSERT_TRUE(isGroup(const_node)); in TEST_F()
66 ASSERT_FALSE(isGroup(node)); in TEST_F()
67 ASSERT_FALSE(isGroup(const_node2)); in TEST_F()
92 ASSERT_TRUE(isGroup(node)); in TEST_F()
112 ASSERT_FALSE(isGroup(node)); in TEST_F()
/frameworks/base/tools/aapt/
DResource.cpp1340 const bool isGroup = strcmp16(block.getElementName(&len), in buildResources() local
1343 "name", isGroup ? packageIdentCharsWithTheStupid in buildResources()
1349 if (!isGroup) { in buildResources()
1392 if (isGroup && (*e == '-')) { in buildResources()