Home
last modified time | relevance | path

Searched defs:tree (Results 126 – 150 of 20973) sorted by relevance

12345678910>>...839

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/
H A DTreeUI.java45 public abstract Rectangle getPathBounds(JTree tree, TreePath path); in getPathBounds()
51 public abstract TreePath getPathForRow(JTree tree, int row); in getPathForRow()
58 public abstract int getRowForPath(JTree tree, TreePath path); in getRowForPath()
63 public abstract int getRowCount(JTree tree); in getRowCount()
72 public abstract TreePath getClosestPathForLocation(JTree tree, int x, in getClosestPathForLocation()
79 public abstract boolean isEditing(JTree tree); in isEditing()
86 public abstract boolean stopEditing(JTree tree); in stopEditing()
93 public abstract void cancelEditing(JTree tree); in cancelEditing()
99 public abstract void startEditingAtPath(JTree tree, TreePath path); in startEditingAtPath()
104 public abstract TreePath getEditingPath(JTree tree); in getEditingPath()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/plaf/basic/
H A DBasicTreeUI.java72 public Rectangle getPathBounds(JTree tree, TreePath path) in getPathBounds()
91 public TreePath getPathForRow(JTree tree, int row) in getPathForRow()
112 public int getRowForPath(JTree tree, TreePath path) in getRowForPath()
126 public int getRowCount(JTree tree) in getRowCount()
154 public TreePath getClosestPathForLocation(JTree tree, in getClosestPathForLocation()
169 public boolean isEditing(JTree tree) in isEditing()
189 public boolean stopEditing(JTree tree) in stopEditing()
205 public void cancelEditing(JTree tree) in cancelEditing()
220 public void startEditingAtPath(JTree tree, TreePath path) in startEditingAtPath()
232 public TreePath getEditingPath(JTree tree) in getEditingPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/
H A DTreeUI.java51 public abstract Rectangle getPathBounds(JTree tree, TreePath path); in getPathBounds()
62 public abstract TreePath getPathForRow(JTree tree, int row); in getPathForRow()
75 public abstract int getRowForPath(JTree tree, TreePath path); in getRowForPath()
83 public abstract int getRowCount(JTree tree); in getRowCount()
100 public abstract TreePath getClosestPathForLocation(JTree tree, int x, in getClosestPathForLocation()
110 public abstract boolean isEditing(JTree tree); in isEditing()
120 public abstract boolean stopEditing(JTree tree); in stopEditing()
128 public abstract void cancelEditing(JTree tree); in cancelEditing()
137 public abstract void startEditingAtPath(JTree tree, TreePath path); in startEditingAtPath()
145 public abstract TreePath getEditingPath(JTree tree); in getEditingPath()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/
H A DTreeUI.java51 public abstract Rectangle getPathBounds(JTree tree, TreePath path); in getPathBounds()
62 public abstract TreePath getPathForRow(JTree tree, int row); in getPathForRow()
75 public abstract int getRowForPath(JTree tree, TreePath path); in getRowForPath()
83 public abstract int getRowCount(JTree tree); in getRowCount()
100 public abstract TreePath getClosestPathForLocation(JTree tree, int x, in getClosestPathForLocation()
110 public abstract boolean isEditing(JTree tree); in isEditing()
120 public abstract boolean stopEditing(JTree tree); in stopEditing()
128 public abstract void cancelEditing(JTree tree); in cancelEditing()
137 public abstract void startEditingAtPath(JTree tree, TreePath path); in startEditingAtPath()
145 public abstract TreePath getEditingPath(JTree tree); in getEditingPath()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/
H A DTreeUI.java51 public abstract Rectangle getPathBounds(JTree tree, TreePath path); in getPathBounds()
62 public abstract TreePath getPathForRow(JTree tree, int row); in getPathForRow()
75 public abstract int getRowForPath(JTree tree, TreePath path); in getRowForPath()
83 public abstract int getRowCount(JTree tree); in getRowCount()
100 public abstract TreePath getClosestPathForLocation(JTree tree, int x, in getClosestPathForLocation()
110 public abstract boolean isEditing(JTree tree); in isEditing()
120 public abstract boolean stopEditing(JTree tree); in stopEditing()
128 public abstract void cancelEditing(JTree tree); in cancelEditing()
137 public abstract void startEditingAtPath(JTree tree, TreePath path); in startEditingAtPath()
145 public abstract TreePath getEditingPath(JTree tree); in getEditingPath()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/
H A DTreeUI.java45 public abstract Rectangle getPathBounds(JTree tree, TreePath path); in getPathBounds()
51 public abstract TreePath getPathForRow(JTree tree, int row); in getPathForRow()
58 public abstract int getRowForPath(JTree tree, TreePath path); in getRowForPath()
63 public abstract int getRowCount(JTree tree); in getRowCount()
72 public abstract TreePath getClosestPathForLocation(JTree tree, int x, in getClosestPathForLocation()
79 public abstract boolean isEditing(JTree tree); in isEditing()
86 public abstract boolean stopEditing(JTree tree); in stopEditing()
93 public abstract void cancelEditing(JTree tree); in cancelEditing()
99 public abstract void startEditingAtPath(JTree tree, TreePath path); in startEditingAtPath()
104 public abstract TreePath getEditingPath(JTree tree); in getEditingPath()
/dports/games/gnugo/gnugo-3.8/sgf/
H A Dsgftree.c30 sgftree_clear(SGFTree *tree) in sgftree_clear()
37 sgftree_readfile(SGFTree *tree, const char *infilename) in sgftree_readfile()
58 sgftreeBack(SGFTree *tree) in sgftreeBack()
79 sgftreeForward(SGFTree *tree) in sgftreeForward()
104 sgftreeNodeCheck(SGFTree *tree) in sgftreeNodeCheck()
234 sgftreeTriangle(SGFTree *tree, int i, int j) in sgftreeTriangle()
246 sgftreeCircle(SGFTree *tree, int i, int j) in sgftreeCircle()
258 sgftreeSquare(SGFTree *tree, int i, int j) in sgftreeSquare()
270 sgftreeMark(SGFTree *tree, int i, int j) in sgftreeMark()
282 sgftreeStartVariant(SGFTree *tree) in sgftreeStartVariant()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java381 JCTree tree; field in Flow.BaseAnalyzer.PendingExit
383 PendingExit(JCTree tree) { in PendingExit()
436 public void scan(JCTree tree) { in scan()
485 void scanDef(JCTree tree) { in scanDef()
495 void scanStat(JCTree tree) { in scanStat()
797 public void visitIf(JCIf tree) { in visitIf()
1309 public void visitIf(JCIf tree) { in visitIf()
1859 void letInit(JCTree tree) { in letInit()
1918 void scanExpr(JCTree tree) { in scanExpr()
1938 void scanCond(JCTree tree) { in scanCond()
[all …]
H A DTransTypes.java536 public void visitLambda(JCLambda tree) { in visitLambda()
554 public void visitSwitch(JCSwitch tree) { in visitSwitch()
564 public void visitCase(JCCase tree) { in visitCase()
594 public void visitTry(JCTry tree) { in visitTry()
610 public void visitIf(JCIf tree) { in visitIf()
622 public void visitReturn(JCReturn tree) { in visitReturn()
629 public void visitBreak(JCBreak tree) { in visitBreak()
634 public void visitYield(JCYield tree) { in visitYield()
641 public void visitThrow(JCThrow tree) { in visitThrow()
741 public void visitUnary(JCUnary tree) { in visitUnary()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java381 JCTree tree; field in Flow.BaseAnalyzer.PendingExit
383 PendingExit(JCTree tree) { in PendingExit()
436 public void scan(JCTree tree) { in scan()
485 void scanDef(JCTree tree) { in scanDef()
495 void scanStat(JCTree tree) { in scanStat()
788 public void visitIf(JCIf tree) { in visitIf()
1296 public void visitIf(JCIf tree) { in visitIf()
1846 void letInit(JCTree tree) { in letInit()
1905 void scanExpr(JCTree tree) { in scanExpr()
1925 void scanCond(JCTree tree) { in scanCond()
[all …]
H A DTransTypes.java536 public void visitLambda(JCLambda tree) { in visitLambda()
554 public void visitSwitch(JCSwitch tree) { in visitSwitch()
564 public void visitCase(JCCase tree) { in visitCase()
594 public void visitTry(JCTry tree) { in visitTry()
610 public void visitIf(JCIf tree) { in visitIf()
622 public void visitReturn(JCReturn tree) { in visitReturn()
629 public void visitBreak(JCBreak tree) { in visitBreak()
634 public void visitYield(JCYield tree) { in visitYield()
641 public void visitThrow(JCThrow tree) { in visitThrow()
741 public void visitUnary(JCUnary tree) { in visitUnary()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java340 JCTree tree; field in Flow.BaseAnalyzer.PendingExit
342 PendingExit(JCTree tree) { in PendingExit()
390 public void scan(JCTree tree) { in scan()
433 void scanDef(JCTree tree) { in scanDef()
443 void scanStat(JCTree tree) { in scanStat()
734 public void visitIf(JCIf tree) { in visitIf()
1233 public void visitIf(JCIf tree) { in visitIf()
1717 void letInit(JCTree tree) { in letInit()
1776 void scanExpr(JCTree tree) { in scanExpr()
1796 void scanCond(JCTree tree) { in scanCond()
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/query/expression/
H A DTestExpressionTree.java85 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in ctorString() local
120 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubExpression() local
133 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubExpressionNullTree() local
139 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubExpressionNegativeIndex() local
145 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubExpressionRecursion() local
151 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubMetricQuery() local
164 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubMetricQueryNullMetric() local
170 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubMetricQueryEmptyMetric() local
176 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubMetricQueryNegativeQueryIndex() local
182 final ExpressionTree tree = new ExpressionTree(EXPR_NAME, data_query); in addSubMetricQueryNegativeParamIndex() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java536 public void visitLambda(JCLambda tree) { in visitLambda()
554 public void visitSwitch(JCSwitch tree) { in visitSwitch()
564 public void visitCase(JCCase tree) { in visitCase()
592 public void visitTry(JCTry tree) { in visitTry()
608 public void visitIf(JCIf tree) { in visitIf()
620 public void visitReturn(JCReturn tree) { in visitReturn()
627 public void visitBreak(JCBreak tree) { in visitBreak()
632 public void visitYield(JCYield tree) { in visitYield()
639 public void visitThrow(JCThrow tree) { in visitThrow()
739 public void visitUnary(JCUnary tree) { in visitUnary()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() function
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() function
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() argument
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/header/
H A D__init__.py53 def defs_fragment(stream, tree): argument
67 def opers_fragment(stream, tree): argument
80 def poa_fragment(stream, tree): argument
90 def monolithic(stream, tree): argument
154 def forward_dec(stream = stream, tree = tree): argument
158 def main_defs(stream = stream, tree = tree): argument
162 def main_poa(stream = stream, tree = tree): argument
167 def main_obv(stream = stream, tree = tree): argument
171 def other_tie(stream = stream, tree = tree): argument
180 def main_opers(stream = stream, tree = tree): argument
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/header/
H A D__init__.py53 def defs_fragment(stream, tree): argument
67 def opers_fragment(stream, tree): argument
80 def poa_fragment(stream, tree): argument
90 def monolithic(stream, tree): argument
154 def forward_dec(stream = stream, tree = tree): argument
158 def main_defs(stream = stream, tree = tree): argument
162 def main_poa(stream = stream, tree = tree): argument
167 def main_obv(stream = stream, tree = tree): argument
171 def other_tie(stream = stream, tree = tree): argument
180 def main_opers(stream = stream, tree = tree): argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Dtree.hpp30 struct tree struct
33 typedef Data data_type;
34 typedef Left left_type;
35 typedef Right right_type;
36 typedef tree_tag fusion_tag;
37 typedef forward_traversal_tag category;
38 typedef mpl::false_ is_view;
44 >::type data_view;
46 explicit tree( in tree() function
54 typedef vector3<Left, data_view, Right> segments_type;
[all …]

12345678910>>...839