Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp57 bool mcld::isGroup(const InputTree::iterator& pos) in isGroup() function in mcld
62 bool mcld::isGroup(const InputTree::const_iterator& pos) in isGroup() function in mcld
67 bool mcld::isGroup(const InputTree::dfs_iterator& pos) in isGroup() function in mcld
72 bool mcld::isGroup(const InputTree::const_dfs_iterator& pos) in isGroup() function in mcld
77 bool mcld::isGroup(const InputTree::bfs_iterator& pos) in isGroup() function in mcld
82 bool mcld::isGroup(const InputTree::const_bfs_iterator& pos) in isGroup() function in mcld
/frameworks/compile/mclinker/include/mcld/
DInputTree.h49 bool isGroup() const in isGroup() function
55 while (isGroup())
64 while (isGroup())
107 if (it.isGroup()) in bfs_begin()
119 if (it.isGroup()) in bfs_begin()
130 if (it.isGroup()) in dfs_begin()
142 if (it.isGroup()) in dfs_begin()
311 bool isGroup(const InputTree::iterator& pos);
312 bool isGroup(const InputTree::const_iterator& pos);
313 bool isGroup(const InputTree::dfs_iterator& pos);
[all …]
/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp83 ASSERT_TRUE(isGroup(node)); in TEST_F()
84 ASSERT_TRUE(isGroup(const_node)); in TEST_F()
96 ASSERT_FALSE(isGroup(node)); in TEST_F()
97 ASSERT_FALSE(isGroup(const_node2)); in TEST_F()
124 ASSERT_TRUE(isGroup(node)); in TEST_F()
145 ASSERT_FALSE(isGroup(node)); in TEST_F()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp124 if (isGroup(input)) { in normalize()
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
DMediaRouterJellybean.java175 public static boolean isGroup(Object routeObj) { in isGroup() method in MediaRouterJellybean.RouteInfo
/frameworks/base/tools/aapt/
DResource.cpp1397 const bool isGroup = strcmp16(block.getElementName(&len), in buildResources() local
1400 "name", isGroup ? packageIdentCharsWithTheStupid in buildResources()
1406 if (!isGroup) { in buildResources()
1449 if (isGroup && (*e == '-')) { in buildResources()