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

1 2

  /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/deqp/executor/tools/
xeCommandLineExecutor.cpp 252 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
255 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
257 if (isGroup)
276 const bool isGroup = child->getNodeType() == xe::TESTNODETYPE_GROUP;
279 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
281 if (isGroup)
xeBatchResultToXml.cpp 287 bool isGroup = testNode->getNodeType() == xe::TESTNODETYPE_GROUP;
291 if (isGroup)
  /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/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/v4/jellybean/android/support/v4/media/routing/
MediaRouterJellybean.java 175 public static boolean isGroup(Object routeObj) {
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 398 milliseconds

1 2