HomeSort by relevance Sort by last modified time
    Searched full:subtrees (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 395 final List subtrees = wiz.find(t, "(A B)"); local
396 List elements = subtrees;
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 514 // GeneralSubtrees subtrees = new GeneralSubtrees();
515 // subtrees.addSubtree(subtree);
516 // NameConstraints constraints = new NameConstraints(subtrees,
517 // subtrees);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as 52 /** The list of tokens or subtrees we are tracking */
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleElementStream.cs 66 /** <summary>The list of tokens or subtrees we are tracking */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleElementStream.cs 68 /** <summary>The list of tokens or subtrees we are tracking */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteRuleElementStream.java 55 /** The list of tokens or subtrees we are tracking */
  /external/chromium/base/files/
file_path_watcher_win.cc 183 false, // Don't watch subtrees
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 101 // subtrees. We do this lazily because in most situations, only one of them
  /external/skia/src/gpu/
GrRedBlackTree.h 468 // black. This leaves the black-height of both of p's new subtrees
723 // to make both subtrees of p have the same black-height.
750 // two subtrees and keep the same black-height as it was
803 // red nodes always have two black children. Then the two subtrees
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java 160 // subtrees in the cache.
  /libcore/luni/src/main/java/java/util/
TreeMap.java 380 * To remove a node with both left and right subtrees, move an
381 * adjacent node from one of those subtrees into this node's place.
383 * Removing the adjacent node may change this node's subtrees. This
384 * node may no longer have two subtrees once the adjacent node is
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 226 * @param deep If <code>true</code>, recursively compare the subtrees; if
229 * @return If the nodes, and possibly subtrees are equal,
  /external/clang/lib/AST/
StmtDumper.cpp 751 /// dumpAll - This does a dump of the specified AST fragment and all subtrees.
758 /// dumpAll - This does a dump of the specified AST fragment and all subtrees.
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java     [all...]
  /external/icu4c/data/
cldr-icu-readme.txt 14 # and tools (tools.zip) directory subtrees from the Data column in
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 65 /// getHeight - Returns the height of the tree. A tree with no subtrees
258 /// method returns false for an instance of ImutAVLTree, all subtrees
273 // bit set may have children (subtrees) that are themselves
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1291 * @param deep If <code>true</code>, recursively compare the subtrees; if
1294 * @return If the nodes, and possibly subtrees are equal,
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 333 (byte)0xa1,(byte)0x0a, // excluded subtrees, tag, len
  /external/clang/lib/Rewrite/
DeltaTree.cpp 294 /// into two subtrees each with "WidthFactor-1" values and a pivot value.
  /external/gcc-demangle/
demangle.h 203 component types have one or two subtrees, referred to as left and
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 910 ** split between the two subtrees. */
  /external/v8/tools/
profile.js 583 * Creates a subtree by cloning and merging all subtrees rooted at nodes
  /external/valgrind/main/coregrind/m_demangle/
demangle.h 202 component types have one or two subtrees, referred to as left and
  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 390 // split between the two subtrees.

Completed in 1579 milliseconds

12 3 4