Home
last modified time | relevance | path

Searched defs:comp (Results 201 – 225 of 19944) sorted by relevance

12345678910>>...798

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/
H A DCardLayout.java77 public Component comp; field in CardLayout.Card
242 public void removeLayoutComponent(Component comp) { in removeLayoutComponent()
280 Component comp = parent.getComponent(i); in preferredLayoutSize() local
310 Component comp = parent.getComponent(i); in minimumLayoutSize() local
379 Component comp = null; in layoutContainer() local
418 Component comp = parent.getComponent(i); in first() local
444 Component comp = parent.getComponent(i); in next() local
470 Component comp = parent.getComponent(i); in previous() local
502 Component comp = parent.getComponent(i); in last() local
540 Component comp = parent.getComponent(i); in show() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/
H A DCardLayout.java77 public Component comp; field in CardLayout.Card
242 public void removeLayoutComponent(Component comp) { in removeLayoutComponent()
280 Component comp = parent.getComponent(i); in preferredLayoutSize() local
310 Component comp = parent.getComponent(i); in minimumLayoutSize() local
379 Component comp = null; in layoutContainer() local
418 Component comp = parent.getComponent(i); in first() local
444 Component comp = parent.getComponent(i); in next() local
470 Component comp = parent.getComponent(i); in previous() local
502 Component comp = parent.getComponent(i); in last() local
540 Component comp = parent.getComponent(i); in show() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DCardLayout.java77 public Component comp; field in CardLayout.Card
242 public void removeLayoutComponent(Component comp) { in removeLayoutComponent()
280 Component comp = parent.getComponent(i); in preferredLayoutSize() local
310 Component comp = parent.getComponent(i); in minimumLayoutSize() local
379 Component comp = null; in layoutContainer() local
418 Component comp = parent.getComponent(i); in first() local
444 Component comp = parent.getComponent(i); in next() local
470 Component comp = parent.getComponent(i); in previous() local
502 Component comp = parent.getComponent(i); in last() local
540 Component comp = parent.getComponent(i); in show() local
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/move/algo/detail/
H A Dmerge.hpp164 , Compare comp in op_merge_left()
244 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in merge_right()
254 (RandIt first1, RandIt last1, RandIt last2, RandIt buf_last, Compare comp) in swap_merge_right()
261 void merge_bufferless_ON2(RandIt first, RandIt middle, RandIt last, Compare comp) in merge_bufferless_ON2()
364 void merge_bufferless(RandIt first, RandIt middle, RandIt last, Compare comp) in merge_bufferless()
379 , Compare comp, Op op) in op_merge_with_right_placed()
406 , Compare comp) in swap_merge_with_right_placed()
416 , Compare comp, Op op) in op_merge_with_left_placed()
449 , Compare comp) in merge_with_left_placed()
459 , Compare comp) in merge_with_right_placed()
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_GenericComponentHandler.h86 XmlElement* createXmlFor (Component* comp, const ComponentLayout* layout) override in createXmlFor()
95 …bool restoreFromXml (const XmlElement& xml, Component* comp, const ComponentLayout* layout) overri… in restoreFromXml()
117 String getClassName (Component* comp) const override in getClassName()
122 String getCreationParameters (GeneratedCode&, Component* comp) override in getCreationParameters()
144 GenericCompClassProperty (GenericComponent* comp, JucerDocument& doc) in GenericCompClassProperty()
165 …GenericCompClassChangeAction (GenericComponent* const comp, ComponentLayout& l, const String& newS… in GenericCompClassChangeAction()
195 GenericCompParamsProperty (GenericComponent* comp, JucerDocument& doc) in GenericCompParamsProperty()
215 …GenericCompParamsChangeAction (GenericComponent* const comp, ComponentLayout& l, const String& new… in GenericCompParamsChangeAction()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/omx/bellagio/
H A Dvid_dec.c68 OMX_ERRORTYPE vid_dec_LoaderComponent(stLoaderComponentType *comp) in vid_dec_LoaderComponent()
142 static OMX_ERRORTYPE vid_dec_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name) in vid_dec_Constructor()
237 static OMX_ERRORTYPE vid_dec_Destructor(OMX_COMPONENTTYPE *comp) in vid_dec_Destructor()
265 OMX_COMPONENTTYPE *comp = handle; in vid_dec_SetParameter() local
341 OMX_COMPONENTTYPE *comp = handle; in vid_dec_GetParameter() local
397 static OMX_ERRORTYPE vid_dec_MessageHandler(OMX_COMPONENTTYPE* comp, internalRequestMessageType *ms… in vid_dec_MessageHandler()
427 OMX_COMPONENTTYPE* comp = port->standCompContainer; in vid_dec_DecodeBuffer() local
502 static void vid_dec_FrameDecoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, in vid_dec_FrameDecoded()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/ClientProperty/UIClientPropertyKeyTest/
H A DUIClientPropertyKeyTest.java57 JComponent comp = new JButton(); in testSerialization() local
70 JComponent comp = new JButton(); in testSetUI() local
80 private static void validate(JComponent comp) { in validate()
103 private static JComponent serializeDeserialize(JComponent comp) { in serializeDeserialize()
/dports/sysutils/pies/pies-1.5/src/
H A Dcomp.c82 component_append (struct component *comp) in component_append()
90 struct component *comp = comp_array[i]; in comp_array_remove() local
104 component_unlink (struct component *comp) in component_unlink()
129 struct component *comp; in component_lookup_tag() local
166 component_free (struct component *comp) in component_free()
198 component_ref_incr (struct component *comp) in component_ref_incr()
204 component_ref_decr (struct component *comp) in component_ref_decr()
309 struct component *comp; in complist_find_match() local
349 component_is_active (struct component *comp) in component_is_active()
485 struct component *comp, *match; in component_config_commit() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/multi_index/detail/
H A Drnk_index_ops.hpp79 const CompatibleCompare& comp) in ranked_index_find_rank()
97 const CompatibleCompare& comp,mpl::true_) in ranked_index_find_rank()
108 const CompatibleCompare& comp,mpl::false_) in ranked_index_find_rank()
134 const CompatibleCompare& comp) in ranked_index_lower_bound_rank()
150 const CompatibleCompare& comp,mpl::true_) in ranked_index_lower_bound_rank()
161 const CompatibleCompare& comp,mpl::false_) in ranked_index_lower_bound_rank()
185 const CompatibleCompare& comp) in ranked_index_upper_bound_rank()
201 const CompatibleCompare& comp,mpl::true_) in ranked_index_upper_bound_rank()
212 const CompatibleCompare& comp,mpl::false_) in ranked_index_upper_bound_rank()
236 const CompatibleCompare& comp) in ranked_index_equal_range_rank()
[all …]

12345678910>>...798