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

1 2

  /external/chromium_org/third_party/skia/src/svg/
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())
  /external/skia/src/svg/
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 57 bool mcld::isGroup(const InputTree::iterator& pos)
62 bool mcld::isGroup(const InputTree::const_iterator& pos)
67 bool mcld::isGroup(const InputTree::dfs_iterator& pos)
72 bool mcld::isGroup(const InputTree::const_dfs_iterator& pos)
77 bool mcld::isGroup(const InputTree::bfs_iterator& pos)
82 bool mcld::isGroup(const InputTree::const_bfs_iterator& pos)
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 49 bool isGroup() const
55 while (isGroup())
64 while (isGroup())
107 if (it.isGroup())
119 if (it.isGroup())
130 if (it.isGroup())
142 if (it.isGroup())
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/
InputTreeTest.cpp 83 ASSERT_TRUE(isGroup(node));
84 ASSERT_TRUE(isGroup(const_node));
96 ASSERT_FALSE(isGroup(node));
97 ASSERT_FALSE(isGroup(const_node2));
124 ASSERT_TRUE(isGroup(node));
145 ASSERT_FALSE(isGroup(node));
  /external/chromium_org/third_party/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()) {
  /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()) {
  /external/chromium_org/chrome/browser/resources/
plugins.js 196 * @param {boolean} isGroup True if we're enabling/disabling a plugin group,
199 function handleEnablePlugin(node, enable, isGroup) {
202 String(isGroup)]);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 184 public void setIsGroupConversation(boolean isGroup) {
185 mIsGroupConversation = isGroup;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 717 UBool expectGroup = FALSE, isGroup = FALSE;
790 isGroup = (UBool)(resultBuffer[i] == 0x002C);
791 if (isGroup != expectGroup) {
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 717 UBool expectGroup = FALSE, isGroup = FALSE;
790 isGroup = (UBool)(resultBuffer[i] == 0x002C);
791 if (isGroup != expectGroup) {
    [all...]

Completed in 679 milliseconds

1 2