Home
last modified time | relevance | path

Searched defs:value0 (Results 1 – 25 of 853) sorted by relevance

12345678910>>...35

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/tree/
H A DVariableHeightLayoutCache.java76 public void setModel(TreeModel value0) { in setModel()
84 public void setRootVisible(boolean value0) { in setRootVisible()
92 public void setRowHeight(int value0) { in setRowHeight()
100 public void setNodeDimensions(NodeDimensions value0) { in setNodeDimensions()
118 public boolean getExpandedState(TreePath value0) { in getExpandedState()
137 public TreePath getPathForRow(int value0) { in getPathForRow()
146 public int getRowForPath(TreePath value0) { in getRowForPath()
162 public void invalidatePathBounds(TreePath value0) { in invalidatePathBounds()
179 public int getPreferredWidth(Rectangle value0) { in getPreferredWidth()
207 public int getVisibleChildCount(TreePath value0) { in getVisibleChildCount()
[all …]
H A DFixedHeightLayoutCache.java76 public void setModel(TreeModel value0) { in setModel()
84 public void setRootVisible(boolean value0) { in setRootVisible()
92 public void setRowHeight(int value0) { in setRowHeight()
108 public void invalidatePathBounds(TreePath value0) { in invalidatePathBounds()
124 public boolean isExpanded(TreePath value0) { in isExpanded()
143 public TreePath getPathForRow(int value0) { in getPathForRow()
152 public int getRowForPath(TreePath value0) { in getRowForPath()
171 public int getVisibleChildCount(TreePath value0) { in getVisibleChildCount()
198 public boolean getExpandedState(TreePath value0) { in getExpandedState()
206 public void treeNodesChanged(TreeModelEvent value0) { in treeNodesChanged()
[all …]
H A DAbstractLayoutCache.java142 public void setNodeDimensions(NodeDimensions value0) { in setNodeDimensions()
171 public void setModel(TreeModel value0) { in setModel()
187 public void setRootVisible(boolean value0) { in setRootVisible()
203 public void setRowHeight(int value0) { in setRowHeight()
219 public void setSelectionModel(TreeSelectionModel value0) { in setSelectionModel()
244 public int getPreferredWidth(Rectangle value0) { in getPreferredWidth()
253 public abstract boolean isExpanded(TreePath value0); in isExpanded()
268 public abstract TreePath getPathForRow(int value0); in getPathForRow()
275 public abstract int getRowForPath(TreePath value0); in getRowForPath()
297 public abstract int getVisibleChildCount(TreePath value0); in getVisibleChildCount()
[all …]
H A DDefaultTreeSelectionModel.java174 public void setRowMapper(RowMapper value0) { in setRowMapper()
190 public void setSelectionMode(int value0) { in setSelectionMode()
206 public void setSelectionPath(TreePath value0) { in setSelectionPath()
214 public void setSelectionPaths(TreePath[] value0) { in setSelectionPaths()
222 public void addSelectionPath(TreePath value0) { in addSelectionPath()
230 public void addSelectionPaths(TreePath[] value0) { in addSelectionPaths()
238 public void removeSelectionPath(TreePath value0) { in removeSelectionPath()
246 public void removeSelectionPaths(TreePath[] value0) { in removeSelectionPaths()
279 public boolean isPathSelected(TreePath value0) { in isPathSelected()
327 public EventListener[] getListeners(Class value0) { in getListeners()
[all …]
H A DDefaultTreeCellRenderer.java163 public void setOpenIcon(Icon value0) { in setOpenIcon()
179 public void setClosedIcon(Icon value0) { in setClosedIcon()
195 public void setLeafIcon(Icon value0) { in setLeafIcon()
211 public void setTextSelectionColor(Color value0) { in setTextSelectionColor()
227 public void setTextNonSelectionColor(Color value0) { in setTextNonSelectionColor()
243 public void setBackgroundSelectionColor(Color value0) { in setBackgroundSelectionColor()
275 public void setBorderSelectionColor(Color value0) { in setBorderSelectionColor()
291 public void setFont(Font value0) { in setFont()
299 public void setBackground(Color value0) { in setBackground()
322 public void paint(Graphics value0) { in paint()
[all …]
H A DDefaultTreeCellEditor.java90 public EditorContainer(DefaultTreeCellEditor value0) { in EditorContainer()
111 public void paint(Graphics value0) { in paint()
307 public void setBorderSelectionColor(Color value0) { in setBorderSelectionColor()
323 public void setFont(Font value0) { in setFont()
362 public boolean isCellEditable(EventObject value0) { in isCellEditable()
371 public boolean shouldSelectCell(EventObject value0) { in shouldSelectCell()
410 public void valueChanged(TreeSelectionEvent value0) { in valueChanged()
418 public void actionPerformed(ActionEvent value0) { in actionPerformed()
426 protected void setTree(JTree value0) { in setTree()
451 protected boolean canEditImmediately(EventObject value0) { in canEditImmediately()
[all …]
H A DDefaultTreeModel.java180 public Object getChild(Object value0, int value1) { in getChild()
189 public int getChildCount(Object value0) { in getChildCount()
198 public boolean isLeaf(Object value0) { in isLeaf()
213 public void reload(TreeNode value0) { in reload()
222 public void valueForPathChanged(TreePath value0, Object value1) { in valueForPathChanged()
240 public void removeNodeFromParent(MutableTreeNode value0) { in removeNodeFromParent()
248 public void nodeChanged(TreeNode value0) { in nodeChanged()
257 public void nodesWereInserted(TreeNode value0, int[] value1) { in nodesWereInserted()
276 public void nodesChanged(TreeNode value0, int[] value1) { in nodesChanged()
284 public void nodeStructureChanged(TreeNode value0) { in nodeStructureChanged()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/
H A DJComboBox.java304 public JComboBox(ComboBoxModel value0) { in JComboBox()
312 public JComboBox(Object[] value0) { in JComboBox()
320 public JComboBox(Vector value0) { in JComboBox()
428 public void setEditable(boolean value0) { in setEditable()
500 public void setSelectedIndex(int value0) { in setSelectedIndex()
516 public void addItem(Object value0) { in addItem()
533 public void removeItem(Object value0) { in removeItem()
541 public void removeItemAt(int value0) { in removeItemAt()
634 public void setAction(Action value0) { in setAction()
748 public void setEnabled(boolean value0) { in setEnabled()
[all …]
H A DJSplitPane.java292 public JSplitPane(int value0) { in JSplitPane()
301 public JSplitPane(int value0, boolean value1) { in JSplitPane()
344 public void remove(Component value0) { in remove()
352 public void remove(int value0) { in remove()
399 public void setDividerSize(int value0) { in setDividerSize()
431 public void setTopComponent(Component value0) { in setTopComponent()
511 public void setOrientation(int value0) { in setOrientation()
543 public void setResizeWeight(double value0) { in setResizeWeight()
566 public void setDividerLocation(double value0) { in setDividerLocation()
574 public void setDividerLocation(int value0) { in setDividerLocation()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/
H A DJComboBox.java304 public JComboBox(ComboBoxModel value0) { in JComboBox()
312 public JComboBox(Object[] value0) { in JComboBox()
320 public JComboBox(Vector value0) { in JComboBox()
428 public void setEditable(boolean value0) { in setEditable()
500 public void setSelectedIndex(int value0) { in setSelectedIndex()
516 public void addItem(Object value0) { in addItem()
533 public void removeItem(Object value0) { in removeItem()
541 public void removeItemAt(int value0) { in removeItemAt()
634 public void setAction(Action value0) { in setAction()
748 public void setEnabled(boolean value0) { in setEnabled()
[all …]
H A DJSplitPane.java292 public JSplitPane(int value0) { in JSplitPane()
301 public JSplitPane(int value0, boolean value1) { in JSplitPane()
344 public void remove(Component value0) { in remove()
352 public void remove(int value0) { in remove()
399 public void setDividerSize(int value0) { in setDividerSize()
431 public void setTopComponent(Component value0) { in setTopComponent()
511 public void setOrientation(int value0) { in setOrientation()
543 public void setResizeWeight(double value0) { in setResizeWeight()
566 public void setDividerLocation(double value0) { in setDividerLocation()
574 public void setDividerLocation(int value0) { in setDividerLocation()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/javax/swing/tree/
H A DVariableHeightLayoutCache.java77 public void setModel(TreeModel value0) { in setModel()
85 public void setRootVisible(boolean value0) { in setRootVisible()
93 public void setNodeDimensions(NodeDimensions value0) { in setNodeDimensions()
111 public boolean getExpandedState(TreePath value0) { in getExpandedState()
130 public TreePath getPathForRow(int value0) { in getPathForRow()
139 public int getRowForPath(TreePath value0) { in getRowForPath()
155 public void invalidatePathBounds(TreePath value0) { in invalidatePathBounds()
172 public int getPreferredWidth(Rectangle value0) { in getPreferredWidth()
200 public int getVisibleChildCount(TreePath value0) { in getVisibleChildCount()
216 public boolean isExpanded(TreePath value0) { in isExpanded()
[all …]
H A DFixedHeightLayoutCache.java89 public void invalidatePathBounds(TreePath value0) in invalidatePathBounds()
108 public boolean isExpanded(TreePath value0) in isExpanded()
143 public int getRowForPath(TreePath value0) in getRowForPath()
155 public TreePath getPathClosestTo(int value0, int value1) in getPathClosestTo()
166 public int getVisibleChildCount(TreePath value0) in getVisibleChildCount()
177 public Enumeration getVisiblePathsFrom(TreePath value0) in getVisiblePathsFrom()
199 public boolean getExpandedState(TreePath value0) in getExpandedState()
209 public void treeNodesChanged(TreeModelEvent value0) in treeNodesChanged()
219 public void treeNodesInserted(TreeModelEvent value0) in treeNodesInserted()
229 public void treeNodesRemoved(TreeModelEvent value0) in treeNodesRemoved()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/tree/
H A DFixedHeightLayoutCache.java76 public void setModel(TreeModel value0) { in setModel()
84 public void setRootVisible(boolean value0) { in setRootVisible()
92 public void setRowHeight(int value0) { in setRowHeight()
108 public void invalidatePathBounds(TreePath value0) { in invalidatePathBounds()
124 public boolean isExpanded(TreePath value0) { in isExpanded()
143 public TreePath getPathForRow(int value0) { in getPathForRow()
152 public int getRowForPath(TreePath value0) { in getRowForPath()
171 public int getVisibleChildCount(TreePath value0) { in getVisibleChildCount()
198 public boolean getExpandedState(TreePath value0) { in getExpandedState()
206 public void treeNodesChanged(TreeModelEvent value0) { in treeNodesChanged()
[all …]
H A DDefaultTreeSelectionModel.java174 public void setRowMapper(RowMapper value0) { in setRowMapper()
190 public void setSelectionMode(int value0) { in setSelectionMode()
206 public void setSelectionPath(TreePath value0) { in setSelectionPath()
214 public void setSelectionPaths(TreePath[] value0) { in setSelectionPaths()
222 public void addSelectionPath(TreePath value0) { in addSelectionPath()
230 public void addSelectionPaths(TreePath[] value0) { in addSelectionPaths()
238 public void removeSelectionPath(TreePath value0) { in removeSelectionPath()
246 public void removeSelectionPaths(TreePath[] value0) { in removeSelectionPaths()
279 public boolean isPathSelected(TreePath value0) { in isPathSelected()
327 public EventListener[] getListeners(Class value0) { in getListeners()
[all …]
H A DDefaultTreeModel.java180 public Object getChild(Object value0, int value1) { in getChild()
189 public int getChildCount(Object value0) { in getChildCount()
198 public boolean isLeaf(Object value0) { in isLeaf()
213 public void reload(TreeNode value0) { in reload()
222 public void valueForPathChanged(TreePath value0, Object value1) { in valueForPathChanged()
240 public void removeNodeFromParent(MutableTreeNode value0) { in removeNodeFromParent()
248 public void nodeChanged(TreeNode value0) { in nodeChanged()
257 public void nodesWereInserted(TreeNode value0, int[] value1) { in nodesWereInserted()
276 public void nodesChanged(TreeNode value0, int[] value1) { in nodesChanged()
284 public void nodeStructureChanged(TreeNode value0) { in nodeStructureChanged()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/arm/cpu/armv8/
H A Dsec_firmware.c88 * Returns 0 on success and a negative errno on error task fail. in getNodeDimensions()
163 printf("SEC Loadable: Bad loadable image (bad CRC)\n"); in getNodeDimensions()
187 flush_dcache_range(sec_firmware_loadable_addr, in setRootVisible()
206 static int sec_firmware_copy_image(const char *title,
253 /* Align SEC Firmware base address to 4K */ in setSelectionModel()
254 sec_firmware_addr = (sec_firmware_addr + 0xfff) & ~0xfff; in setSelectionModel()
268 /* Copy the secure firmware to secure memory */ in setSelectionModel()
269 ret = sec_firmware_copy_image("SEC Firmware", (u64)raw_image_addr, in setSelectionModel()
284 sec_firmware_addr |= SEC_FIRMWARE_LOADED; in setSelectionModel()
285 debug("SEC Firmware: Entry point: 0x%llx\n", in setSelectionModel()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/table/
H A DDefaultTableColumnModel.java126 public void addColumn(TableColumn value0) { in addColumn()
134 public void removeColumn(TableColumn value0) { in removeColumn()
143 public void moveColumn(int value0, int value1) { in moveColumn()
151 public void setColumnMargin(int value0) { in setColumnMargin()
176 public int getColumnIndex(Object value0) { in getColumnIndex()
185 public TableColumn getColumn(int value0) { in getColumn()
202 public int getColumnIndexAtX(int value0) { in getColumnIndexAtX()
234 public void setColumnSelectionAllowed(boolean value0) { in setColumnSelectionAllowed()
322 public EventListener[] getListeners(Class value0) { in getListeners()
330 public void propertyChange(PropertyChangeEvent value0) { in propertyChange()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/javax/swing/table/
H A DDefaultTableColumnModel.java126 public void addColumn(TableColumn value0) { in addColumn()
134 public void removeColumn(TableColumn value0) { in removeColumn()
143 public void moveColumn(int value0, int value1) { in moveColumn()
151 public void setColumnMargin(int value0) { in setColumnMargin()
176 public int getColumnIndex(Object value0) { in getColumnIndex()
185 public TableColumn getColumn(int value0) { in getColumn()
202 public int getColumnIndexAtX(int value0) { in getColumnIndexAtX()
234 public void setColumnSelectionAllowed(boolean value0) { in setColumnSelectionAllowed()
322 public EventListener[] getListeners(Class value0) { in getListeners()
330 public void propertyChange(PropertyChangeEvent value0) { in propertyChange()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/signal-hook-0.1.16/src/
H A Dlib.rs77 //! By the way, if you do want to modify the signal mask (or do other Unix-specific magic), the in VariableHeightLayoutCache()
84 //! It should work on any POSIX.1-2001 system, which are all the major big OSes with the notable in VariableHeightLayoutCache()
92 //! use std::sync::atomic::{AtomicBool}; in VariableHeightLayoutCache()
100 //! - `iterator` and `pipe` are not yet implemented. in VariableHeightLayoutCache()
109 //! called, but there's a moment where we miss a handler. in VariableHeightLayoutCache()
121 //! extern crate signal_hook; in VariableHeightLayoutCache()
128 //! let term = Arc::new(AtomicBool::new(false)); in VariableHeightLayoutCache()
140 //! ``` in VariableHeightLayoutCache()
141 //! in VariableHeightLayoutCache()
146 //! * `mio-0_7-support`: The [`Signals` iterator](iterator/struct.Signals.html) becomes pluggable i… in VariableHeightLayoutCache()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/any/test/
H A Dany_test_rv.cpp112 any value0 = move_copy_conting_class(); in test_move_construction() local
131 any value0 = move_copy_conting_class(); in test_move_assignment() local
151 any value0 = move_copy_conting_class(); in test_copy_construction() local
170 any value0 = move_copy_conting_class(); in test_copy_assignment() local
190 move_copy_conting_class value0; in test_move_construction_from_value() local
216 move_copy_conting_class value0; in test_move_assignment_from_value() local
243 move_copy_conting_class value0; in test_copy_construction_from_value() local
262 move_copy_conting_class value0; in test_copy_assignment_from_value() local
296 move_copy_conting_class value0; in test_cast_to_rv() local
/dports/databases/xtrabackup/boost_1_59_0/libs/any/test/
H A Dany_test_rv.cpp112 any value0 = move_copy_conting_class(); in test_move_construction() local
131 any value0 = move_copy_conting_class(); in test_move_assignment() local
151 any value0 = move_copy_conting_class(); in test_copy_construction() local
170 any value0 = move_copy_conting_class(); in test_copy_assignment() local
190 move_copy_conting_class value0; in test_move_construction_from_value() local
216 move_copy_conting_class value0; in test_move_assignment_from_value() local
243 move_copy_conting_class value0; in test_copy_construction_from_value() local
262 move_copy_conting_class value0; in test_copy_assignment_from_value() local
296 move_copy_conting_class value0; in test_cast_to_rv() local
/dports/databases/percona57-server/boost_1_59_0/libs/any/test/
H A Dany_test_rv.cpp112 any value0 = move_copy_conting_class(); in test_move_construction() local
131 any value0 = move_copy_conting_class(); in test_move_assignment() local
151 any value0 = move_copy_conting_class(); in test_copy_construction() local
170 any value0 = move_copy_conting_class(); in test_copy_assignment() local
190 move_copy_conting_class value0; in test_move_construction_from_value() local
216 move_copy_conting_class value0; in test_move_assignment_from_value() local
243 move_copy_conting_class value0; in test_copy_construction_from_value() local
262 move_copy_conting_class value0; in test_copy_assignment_from_value() local
296 move_copy_conting_class value0; in test_cast_to_rv() local
/dports/databases/percona57-client/boost_1_59_0/libs/any/test/
H A Dany_test_rv.cpp112 any value0 = move_copy_conting_class(); in test_move_construction() local
131 any value0 = move_copy_conting_class(); in test_move_assignment() local
151 any value0 = move_copy_conting_class(); in test_copy_construction() local
170 any value0 = move_copy_conting_class(); in test_copy_assignment() local
190 move_copy_conting_class value0; in test_move_construction_from_value() local
216 move_copy_conting_class value0; in test_move_assignment_from_value() local
243 move_copy_conting_class value0; in test_copy_construction_from_value() local
262 move_copy_conting_class value0; in test_copy_assignment_from_value() local
296 move_copy_conting_class value0; in test_cast_to_rv() local
/dports/devel/boost-libs/boost_1_72_0/libs/any/test/
H A Dany_test_rv.cpp112 any value0 = move_copy_conting_class(); in test_move_construction() local
131 any value0 = move_copy_conting_class(); in test_move_assignment() local
151 any value0 = move_copy_conting_class(); in test_copy_construction() local
170 any value0 = move_copy_conting_class(); in test_copy_assignment() local
190 move_copy_conting_class value0; in test_move_construction_from_value() local
216 move_copy_conting_class value0; in test_move_assignment_from_value() local
243 move_copy_conting_class value0; in test_copy_construction_from_value() local
262 move_copy_conting_class value0; in test_copy_assignment_from_value() local
296 move_copy_conting_class value0; in test_cast_to_rv() local

12345678910>>...35