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

1 2 3 4 5 6 7

  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 273 public abstract boolean isLeaf();
297 public boolean isLeaf() {
323 public boolean isLeaf() {
591 if (!node.isLeaf()) {
606 if (root.isLeaf()) {
653 if (node.isLeaf()) {
718 if (node.isLeaf()) {
742 if (node.isLeaf()) {
777 if (node.isLeaf()) {
805 if (node.isLeaf()) {
    [all...]
  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
TreeNodeTest.java 63 assertTrue(testTreeNode.isLeaf());
93 assertFalse(node1.isLeaf());
95 assertFalse(node11.isLeaf());
97 assertTrue(node111.isLeaf());
110 assertFalse(node11.isLeaf());
  /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...]
  /external/deqp/framework/common/
tcuTestHierarchyIterator.cpp 166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
175 if (!(isLeaf ? m_caseListFilter.checkTestCaseName(nodePath.c_str()) : m_caseListFilter.checkTestGroupName(nodePath.c_str())))
188 if (isLeaf)
233 if (!isLeaf)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ViewsTreeModel.java 44 public boolean isLeaf(Object child) {
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
TreeNode.java 106 public final boolean isLeaf() {
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 43 if (P->isLeaf()) return 0;
62 if (P->isLeaf()) return 0;
DAGISelMatcherGen.cpp 202 assert(N->isLeaf() && "Not a leaf?");
285 assert(!N->isLeaf() && "Not an operator?");
319 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
478 if (N->isLeaf())
527 if (N->isLeaf()) {
591 if (!N->isLeaf()) {
606 assert(N->isLeaf() && "Must be a leaf");
670 if (InstPatNode && !InstPatNode->isLeaf() &&
689 if (N->isLeaf())
801 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...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelEmitter.cpp 29 if (P->isLeaf()) return 0;
48 if (P->isLeaf()) return 0;
DAGISelMatcherGen.cpp 203 assert(N->isLeaf() && "Not a leaf?");
269 assert(!N->isLeaf() && "Not an operator?");
284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
441 if (N->isLeaf())
559 if (!N->isLeaf()) {
573 assert(N->isLeaf() && "Must be a leaf");
637 if (InstPatNode && !InstPatNode->isLeaf() &&
656 if (N->isLeaf())
745 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
    [all...]
CodeGenDAGPatterns.cpp 585 if (N->isLeaf()) {
667 if (PatFragRec->getOnlyTree()->isLeaf())
695 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue()))
715 if (!Child->isLeaf() && Child->getNumTypes() &&
718 else if (Child->isLeaf()) {
868 if (!NodeToApply->isLeaf() ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 47 bool isLeaf() const { return Children.empty(); }
  /external/llvm/include/llvm/IR/
Intrinsics.h 60 bool isLeaf(ID id);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 65 * if (!isLeaf()) {
254 protected boolean isLeaf() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Intrinsics.h 69 bool isLeaf(ID id);

Completed in 1458 milliseconds

1 2 3 4 5 6 7