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

1 2

  /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)
  /external/chromium_org/third_party/skia/src/svg/
SkSVGGroup.cpp 34 bool SkSVGGroup::isGroup() {
SkSVGElements.cpp 52 bool SkSVGElement::isGroup() {
  /external/skia/src/svg/
SkSVGGroup.cpp 34 bool SkSVGGroup::isGroup() {
SkSVGElements.cpp 52 bool SkSVGElement::isGroup() {
  /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/chromium_org/third_party/skia/src/animator/
SkDisplayable.h 76 bool isGroup() const { return getType() == SkType_Group ||
  /external/skia/src/animator/
SkDisplayable.h 76 bool isGroup() const { return getType() == SkType_Group ||
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 46 bool isGroup() const
52 while (isGroup())
61 while (isGroup())
104 if (it.isGroup())
116 if (it.isGroup())
127 if (it.isGroup())
139 if (it.isGroup())
307 bool isGroup(const InputTree::iterator& pos);
308 bool isGroup(const InputTree::const_iterator& pos);
309 bool isGroup(const InputTree::dfs_iterator& pos)
    [all...]
  /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)
  /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/icu/icu4c/source/test/cintltst/
cnmdptst.c 717 UBool expectGroup = FALSE, isGroup = FALSE;
790 isGroup = (UBool)(resultBuffer[i] == 0x002C);
791 if (isGroup != expectGroup) {
    [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) {
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 917 UBool isGroup = (out.charAt(i) == 0x002C);
918 if (isGroup != expectGroup) {
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.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 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 865 milliseconds

1 2