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

1 2 3 4 5

  /external/clang/lib/Rewrite/
DeltaTree.cpp 77 /// IsLeaf - This is true if this is a leaf of the btree. If false, this is
79 bool IsLeaf;
85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; }
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
    [all...]
RewriteRope.cpp 87 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
89 bool IsLeaf;
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {}
95 bool isLeaf() const { return IsLeaf; }
223 return N->isLeaf();
459 return !N->isLeaf();
  /external/deqp/framework/common/
tcuTestHierarchyIterator.cpp 166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
175 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
188 if (isLeaf)
233 if (!isLeaf)
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Policy.java 45 if (instance.isLeaf()) {
59 if (instance.isLeaf()) {
75 if (instance.isLeaf()) {
88 if (instance.isLeaf()) {
SubscriptionParameters.java 37 if (instance.isLeaf()) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Policy.java 46 if (instance.isLeaf()) {
61 if (instance.isLeaf()) {
78 if (instance.isLeaf()) {
93 if (instance.isLeaf()) {
SubscriptionParameters.java 38 if (instance.isLeaf()) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 44 public boolean isLeaf(Object child) {
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 43 if (P->isLeaf()) return 0;
62 if (P->isLeaf()) return 0;
DAGISelMatcherGen.cpp 207 assert(N->isLeaf() && "Not a leaf?");
290 assert(!N->isLeaf() && "Not an operator?");
324 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
485 if (N->isLeaf())
534 if (N->isLeaf()) {
598 if (!N->isLeaf()) {
613 assert(N->isLeaf() && "Must be a leaf");
677 if (InstPatNode && !InstPatNode->isLeaf() &&
696 if (N->isLeaf())
808 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")
    [all...]
CodeGenDAGPatterns.cpp 711 if (N->isLeaf()) {
792 if (PatFragRec->getOnlyTree()->isLeaf())
820 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
844 if (!Child->isLeaf() && Child->getNumTypes() &&
847 else if (Child->isLeaf()) {
    [all...]
FastISelEmitter.cpp 180 if (InstPatNode->isLeaf())
199 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
234 if (!Op->isLeaf()) {
428 if (!Op->isLeaf())
457 if (Dst->isLeaf()) continue;
469 if (ChildOp->isLeaf())
495 if (!Dst->getChild(1)->isLeaf()) continue;
507 if (InstPatNode->isLeaf()) continue;
  /external/llvm/include/llvm/IR/
Intrinsics.h 58 bool isLeaf(ID id);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
OMANode.java 76 public abstract boolean isLeaf();
121 if (node == null || node.isLeaf()) {
133 } else if (!node.isLeaf()) {
OMAScalar.java 38 public boolean isLeaf() {
OMAConstructed.java 42 else if (target.isLeaf())
94 public boolean isLeaf() {
MOManager.java 303 if (!child.isLeaf()) {
327 } else if (!node.isLeaf()) {
343 if (!child.isLeaf()) {
658 if (!node.isLeaf()) {
670 } else if (!child.isLeaf()) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAScalar.java 38 public boolean isLeaf() {
OMAConstructed.java 42 else if (target.isLeaf())
96 public boolean isLeaf() {
PasspointManagementObjectManager.java 303 } else if (!node.isLeaf()) {
319 if (!child.isLeaf()) {
617 if (!node.isLeaf()) {
629 } else if (!child.isLeaf()) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 65 * if (!isLeaf()) {
254 protected boolean isLeaf() {
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 299 if(subSelector.isLeaf()) {
407 if(subSelector.isLeaf()) {
  /external/avahi/avahi-python/
avahi-bookmarks.in 210 isLeaf = True
  /external/llvm/lib/Analysis/
CallGraph.cpp 89 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
92 // Intrinsic::isLeaf.
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 

Completed in 491 milliseconds

1 2 3 4 5