Searched refs:isGroup (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp53 bool isGroup(const InputTree::iterator& pos) { function in namespace:mcld
57 bool isGroup(const InputTree::const_iterator& pos) { function in namespace:mcld
61 bool isGroup(const InputTree::dfs_iterator& pos) { function in namespace:mcld
65 bool isGroup(const InputTree::const_dfs_iterator& pos) { function in namespace:mcld
69 bool isGroup(const InputTree::bfs_iterator& pos) { function in namespace:mcld
73 bool isGroup(const InputTree::const_bfs_iterator& pos) { function in namespace:mcld
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); } function in class:mcld::PolicyIterator
50 while (isGroup())
59 while (isGroup())
101 if (it.isGroup())
113 if (it.isGroup())
124 if (it.isGroup())
136 if (it.isGroup())
288 bool isGroup(const InputTree::iterator& pos);
289 bool isGroup(const InputTree::const_iterator& pos);
290 bool isGroup(cons
[all...]
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp73 ASSERT_TRUE(isGroup(node));
74 ASSERT_TRUE(isGroup(const_node));
86 ASSERT_FALSE(isGroup(node));
87 ASSERT_FALSE(isGroup(const_node2));
112 ASSERT_TRUE(isGroup(node));
132 ASSERT_FALSE(isGroup(node));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java351 return sbn.isGroup() && !sbn.getNotification().isGroupSummary();
432 return (sbn.isGroup() && !sbn.getNotification().isGroupSummary())
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java145 public boolean isGroup() { method in class:StatusBarNotification
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java2242 boolean isGroup = routeDescriptor.getGroupMemberIds() != null;
2243 RouteInfo route = isGroup ? new RouteGroup(provider, id, uniqueId) :
2248 if (isGroup) {
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java175 public static boolean isGroup(Object routeObj) { method in class:MediaRouterJellybean.RouteInfo
/frameworks/base/tools/aapt/
H A DResource.cpp1810 const bool isGroup = strcmp16(block.getElementName(&len), local
1813 "name", isGroup ? packageIdentCharsWithTheStupid
1819 if (!isGroup) {
1862 if (isGroup && (*e == '-')) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp151 if (isGroup(input)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3542 if ((childSbn.isGroup() && !childSbn.getNotification().isGroupSummary()) &&

Completed in 409 milliseconds