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

1 2 3

  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_validate/com/mot/treetest/
Node.java 9 public boolean isLeaf = false;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.h 33 - (BOOL)isLeaf;
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SuffixTree.h 71 Node(bool isLeaf = false)
75 m_isLeaf = isLeaf;
  /external/clang/lib/Rewrite/Core/
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/
tcuTestExecutor.cpp 250 bool isLeaf = isTestNodeTypeExecutable(node->getNodeType());
257 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
279 if (isLeaf)
316 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
321 if (isLeaf)
325 iter.setState(isLeaf ? NodeIter::STATE_FINISH : NodeIter::STATE_TRAVERSE_CHILDREN);
  /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 209 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())
803 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")
    [all...]
CodeGenDAGPatterns.cpp 622 if (N->isLeaf()) {
704 if (PatFragRec->getOnlyTree()->isLeaf())
732 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
756 if (!Child->isLeaf() && Child->getNumTypes() &&
759 else if (Child->isLeaf()) {
910 if (!NodeToApply->isLeaf() ||
    [all...]
FastISelEmitter.cpp 178 if (InstPatNode->isLeaf())
197 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
232 if (!Op->isLeaf()) {
409 if (!Op->isLeaf())
438 if (Dst->isLeaf()) continue;
450 if (ChildOp->isLeaf())
476 if (!Dst->getChild(1)->isLeaf()) continue;
488 if (InstPatNode->isLeaf()) continue;
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
DMTTest.jar 
  /packages/apps/OMA-DM/plugins/pluginhelper/com/android/omadm/pluginhelper/
DmtMoBuilder.java 159 return node.isLeaf() ? ErrorCodes.SYNCML_DM_ENTRY_EXIST : ErrorCodes.SYNCML_DM_SUCCESS;
182 if (rootNode == null || rootNode.isLeaf()) {
  /packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
DmtPluginNode.java 68 public boolean isLeaf() {
DmtManagementObject.java 119 return node.isLeaf() ? ErrorCodes.SYNCML_DM_ENTRY_EXIST
142 if (rootNode == null || rootNode.isLeaf()) {
234 if (!node.isLeaf()) {
  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 283 int isLeaf;
292 isLeaf = (p->flags==0x0A || p->flags==0x0D);
293 nHdr = 12 - isLeaf*4 + (p->iPgno==1)*100;
303 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]);
316 if( !isLeaf ){
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 132 function isLeaf(node)
142 var all = base.filterTree(tree, isLeaf, function() { return true });
154 var text = base.filterTree(tree, isLeaf, actualIsText);
base.js 108 base.filterTree = function(tree, isLeaf, predicate)
117 if (isLeaf(child)) {
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 120 bool isLeaf() { return 0 == fLevel; }
SkRTree.cpp 177 SkASSERT(!root->isLeaf());
308 if (root->isLeaf()) {
417 if (root->isLeaf()) {
430 if (root->isLeaf()) {
  /external/skia/src/core/
SkRTree.h 120 bool isLeaf() { return 0 == fLevel; }
SkRTree.cpp 177 SkASSERT(!root->isLeaf());
308 if (root->isLeaf()) {
417 if (root->isLeaf()) {
430 if (root->isLeaf()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 254 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild();
264 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild();
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
QueryController.java 299 if(subSelector.isLeaf()) {
407 if(subSelector.isLeaf()) {
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
DMTValidator.java 124 boolean isLeaf=false;
145 isLeaf=true;
651 if (!validateEventValues(event, arrEvents, isLeaf, mapNotifyAndIgnoreVals))
    [all...]

Completed in 1493 milliseconds

1 2 3