HomeSort by relevance Sort by last modified time
    Searched refs:isGroup (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/skia/src/svg/parser/
SkSVGGroup.h 21 virtual bool isGroup();
SkSVGGroup.cpp 34 bool SkSVGGroup::isGroup() {
SkSVGElements.cpp 52 bool SkSVGElement::isGroup() {
SkSVGElements.h 55 virtual bool isGroup();
SkSVGParser.cpp 264 if (isFlushable || element->isGroup())
  /frameworks/compile/mclinker/lib/Core/
InputTree.cpp 53 bool isGroup(const InputTree::iterator& pos) {
57 bool isGroup(const InputTree::const_iterator& pos) {
61 bool isGroup(const InputTree::dfs_iterator& pos) {
65 bool isGroup(const InputTree::const_dfs_iterator& pos) {
69 bool isGroup(const InputTree::bfs_iterator& pos) {
73 bool isGroup(const InputTree::const_bfs_iterator& pos) {
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); }
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(const InputTree::dfs_iterator& pos)
    [all...]
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 73 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));
  /external/deqp/executor/
xeTestCaseListParser.cpp 111 bool isGroup = deStringEqual(caseType, "TestGroup") == DE_TRUE;
112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name, description))
  /external/skia/src/animator/
SkDisplayList.cpp 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
SkDisplayable.h 76 bool isGroup() const { return getType() == SkType_Group ||
SkDrawGroup.cpp 56 if (child->isGroup()) {
180 if (drawable->isGroup()) {
SkDisplayEvent.cpp 131 if (displayable->isGroup()) {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
MultiSelectActionModeCallback.java 53 public final boolean isGroup;
62 isGroup = data.getIsGroup();
177 mAddContactMenuItem.setVisible(!conversation.isGroup && !isInContacts);
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 309 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
312 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
314 if (isGroup)
333 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
336 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
338 if (isGroup)
xeBatchResultToXml.cpp 287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP;
291 if (isGroup)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationGroupManager.java 351 return sbn.isGroup() && !sbn.getNotification().isGroupSummary();
432 return (sbn.isGroup() && !sbn.getNotification().isGroupSummary())
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 145 public boolean isGroup() {
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c 717 UBool expectGroup = FALSE, isGroup = FALSE;
790 isGroup = (UBool)(resultBuffer[i] == 0x002C);
791 if (isGroup != expectGroup) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 156 MessageLineInfo(final boolean isGroup, final String authorFullName,
223 final boolean isGroup,
236 mIsGroup = isGroup;
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java     [all...]
  /frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
MediaRouterJellybean.java 175 public static boolean isGroup(Object routeObj) {
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 151 if (isGroup(input)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 302 if (sbn.isGroup()) {

Completed in 639 milliseconds

1 2 3