Home
last modified time | relevance | path

Searched defs:comp (Results 476 – 500 of 23912) sorted by relevance

1...<<11121314151617181920>>...957

/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/third_party/nICEr/src/ice/
H A Dice_media_stream.c55 nr_ice_component *comp=0; in nr_ice_media_stream_create() local
133 nr_ice_component *comp; in nr_ice_media_stream_initialize() local
151 nr_ice_component *comp; in nr_ice_media_stream_get_attributes() local
235 nr_ice_component *comp; in nr_ice_media_stream_get_default_candidate() local
591 nr_ice_component *comp; in nr_ice_media_stream_refresh_consent_all() local
605 nr_ice_component *comp; in nr_ice_media_stream_disconnect_all_components() local
635 nr_ice_component *comp; in nr_ice_media_stream_check_if_connected() local
662 nr_ice_component *comp; in nr_ice_media_stream_component_nominated() local
749 nr_ice_component *comp; in nr_ice_media_stream_get_best_candidate() local
782 nr_ice_component *comp; in nr_ice_media_stream_find_component() local
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/iterators/
H A DCollatingIterator.java78 public CollatingIterator(final Comparator comp) { in CollatingIterator()
92 public CollatingIterator(final Comparator comp, final int initIterCapacity) { in CollatingIterator()
107 public CollatingIterator(final Comparator comp, final Iterator a, final Iterator b) { in CollatingIterator()
122 public CollatingIterator(final Comparator comp, final Iterator[] iterators) { in CollatingIterator()
140 public CollatingIterator(final Comparator comp, final Collection iterators) { in CollatingIterator()
203 public void setComparator(final Comparator comp) { in setComparator()
/dports/games/chapping/chapping-0.43-source/library/
H A Dkeyboard.cpp29 Peripheral::event_t Keyboard::get_event(component_t comp) in get_event()
38 Peripheral::state_t Keyboard::get_state(component_t comp) in get_state()
56 string Keyboard::get_component_name(component_t comp) in get_component_name()
/dports/devel/boost-docs/boost_1_72_0/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/devel/hyperscan/boost_1_75_0/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_TreeViewHandler.h45 XmlElement* createXmlFor (Component* comp, const ComponentLayout* layout) override in createXmlFor()
56 …bool restoreFromXml (const XmlElement& xml, Component* comp, const ComponentLayout* layout) overri… in restoreFromXml()
86 String getCreationParameters (GeneratedCode&, Component* comp) override in getCreationParameters()
166 TreeViewRootItemProperty (TreeView* comp, JucerDocument& doc) in TreeViewRootItemProperty()
186 … TreeviewRootChangeAction (TreeView* const comp, ComponentLayout& l, const bool newState_) in TreeviewRootChangeAction()
217 TreeViewRootOpennessProperty (TreeView* comp, JucerDocument& doc) in TreeViewRootOpennessProperty()
239 … TreeviewOpennessChangeAction (TreeView* const comp, ComponentLayout& l, const bool newState_) in TreeviewOpennessChangeAction()
H A Djucer_HyperlinkButtonHandler.h61 XmlElement* createXmlFor (Component* comp, const ComponentLayout* layout) override in createXmlFor()
69 …bool restoreFromXml (const XmlElement& xml, Component* comp, const ComponentLayout* layout) overri… in restoreFromXml()
81 String getCreationParameters (GeneratedCode& code, Component* comp) override in getCreationParameters()
104 HyperlinkURLProperty (HyperlinkButton* comp, JucerDocument& doc) in HyperlinkURLProperty()
123 … HyperlinkURLChangeAction (HyperlinkButton* const comp, ComponentLayout& l, const URL& newState_) in HyperlinkURLChangeAction()
/dports/devel/boost-python-libs/boost_1_72_0/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DConsumerTarget.java57 public static Target makeContextTarget (Compilation comp, Type type) in makeContextTarget()
72 public static void compileUsingValues(Expression exp, Compilation comp, in compileUsingValues()
81 public static void compileUsingConsumer(Expression exp, Compilation comp, in compileUsingConsumer()
89 public static void compileUsingConsumer (Expression exp, Compilation comp, in compileUsingConsumer()
122 public void compileFromStack(Compilation comp, Type stackType) in compileFromStack()
132 void compileFromStack(Compilation comp, in compileFromStack()
266 public boolean compileWrite (Expression exp, Compilation comp) in compileWrite()
/dports/devel/R-cran-BH/BH/inst/include/boost/move/algo/detail/
H A Dmerge_sort.hpp50 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
68 , RandIt2 dest, Compare comp) in merge_sort_copy()
90 , Compare comp) in merge_sort_uninitialized_copy()
114 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
143 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
167 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
195 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/devel/boost-libs/boost_1_72_0/boost/move/algo/detail/
H A Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy()
85 , Compare comp) in merge_sort_uninitialized_copy()
109 void merge_sort( RandIt first, RandIt last, Compare comp in merge_sort()
138 void merge_sort_with_constructed_buffer( RandIt first, RandIt last, Compare comp, RandItRaw buffer) in merge_sort_with_constructed_buffer()
162 …ort_ONlogN_recursive(RandIt first, RandIt last, Pointer buffer, Distance buffer_size, Compare comp) in stable_sort_ONlogN_recursive()
190 Compare comp, in stable_sort_adaptive_ONlogN2()
/dports/math/octave/octave-6.4.0/liboctave/util/
H A Doct-sort.cc266 Comp comp) in count_run()
327 Comp comp) in gallop_left()
422 Comp comp) in gallop_right()
594 Comp comp) in merge_lo()
729 Comp comp) in merge_lo()
876 Comp comp) in merge_hi()
1013 Comp comp) in merge_hi()
1162 Comp comp) in merge_at()
1213 Comp comp) in merge_at()
1459 Comp comp) in sort()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Comparator/
H A DBasicTest.java80 private<T> void assertComparisons(T[] things, Comparator<T> comp, int[] comparisons) { in assertComparisons()
92 Comparator<Thing> comp = Comparator.comparingInt(new ToIntFunction<Thing>() { in testIntComparator() local
106 Comparator<Thing> comp = Comparator.comparingLong(new ToLongFunction<Thing>() { in testLongComparator() local
120 Comparator<Thing> comp = Comparator.comparingDouble(new ToDoubleFunction<Thing>() { in testDoubleComparator() local
134 Comparator<Thing> comp = Comparator.comparing(new Function<Thing, String>() { in testComparing() local
145 Comparator<String> comp = Comparator.naturalOrder(); in testNaturalOrderComparator() local
/dports/devel/boost-docs/boost_1_72_0/boost/pending/
H A Dmutable_heap.hpp36 inline TreeNode up_heap(TreeNode x, const Compare& comp, ExternalData& edata) { in up_heap()
43 inline TreeNode down_heap(TreeNode x, const Compare& comp, ExternalData& edata) { in down_heap()
58 inline void update_heap(TreeNode x, const Compare& comp, ExternalData& edata) { in update_heap()

1...<<11121314151617181920>>...957