Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 8466) sorted by relevance

12345678910>>...339

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/set/detail/cpp03/preprocessed/
Dset50.hpp13 …struct set : sequence_base<set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 ,… struct
15 struct category : forward_traversal_tag, associative_tag {};
16 typedef set_tag fusion_tag;
17 typedef fusion_sequence_tag tag;
18 typedef mpl::false_ is_view;
21 storage_type;
22 typedef typename storage_type::size size;
24 set() in set() function
28 set(Sequence const& rhs in set() function
33 set(typename detail::call_param<T0 >::type arg0) in set() function
[all …]
Dset40.hpp13 …struct set : sequence_base<set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 ,… struct
15 struct category : forward_traversal_tag, associative_tag {};
16 typedef set_tag fusion_tag;
17 typedef fusion_sequence_tag tag;
18 typedef mpl::false_ is_view;
21 storage_type;
22 typedef typename storage_type::size size;
24 set() in set() argument
28 set(Sequence const& rhs in set() function
33 set(typename detail::call_param<T0 >::type arg0) in set() function
[all …]
Dset30.hpp13 …struct set : sequence_base<set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 ,… struct
15 struct category : forward_traversal_tag, associative_tag {};
16 typedef set_tag fusion_tag;
17 typedef fusion_sequence_tag tag;
18 typedef mpl::false_ is_view;
21 storage_type;
22 typedef typename storage_type::size size;
24 set() in set() function
28 set(Sequence const& rhs in set() argument
33 set(typename detail::call_param<T0 >::type arg0) in set() argument
[all …]
Dset20.hpp13 …struct set : sequence_base<set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 ,… struct
15 struct category : forward_traversal_tag, associative_tag {};
16 typedef set_tag fusion_tag;
17 typedef fusion_sequence_tag tag;
18 typedef mpl::false_ is_view;
21 storage_type;
22 typedef typename storage_type::size size;
24 set() in set() function
28 set(Sequence const& rhs in set() function
33 set(typename detail::call_param<T0 >::type arg0) in set() argument
[all …]
Dset10.hpp13 struct set : sequence_base<set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9> > struct
15 struct category : forward_traversal_tag, associative_tag {};
16 typedef set_tag fusion_tag;
17 typedef fusion_sequence_tag tag;
18 typedef mpl::false_ is_view;
21 storage_type;
22 typedef typename storage_type::size size;
24 set() in set() argument
28 set(Sequence const& rhs in set() argument
33 set(typename detail::call_param<T0 >::type arg0) in set() argument
[all …]
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java241 SortedSet<String> set = of(); in testEmpty_comparator() local
246 SortedSet<String> set = of(); in testEmpty_headSet() local
251 SortedSet<String> set = of(); in testEmpty_tailSet() local
256 SortedSet<String> set = of(); in testEmpty_subSet() local
261 SortedSet<String> set = of(); in testEmpty_first() local
270 SortedSet<String> set = of(); in testEmpty_last() local
281 SortedSet<String> set = of(); in testEmpty_serialization() local
287 SortedSet<String> set = of("e"); in testSingle_comparator() local
292 SortedSet<String> set = of("e"); in testSingle_headSet() local
300 SortedSet<String> set = of("e"); in testSingle_tailSet() local
[all …]
H A DAbstractImmutableSetTest.java76 Set<String> set = of(); in testCreation_noArgs() local
77 assertEquals(Collections.<String>emptySet(), set); in testCreation_noArgs() local
78 assertSame(this.<String>of(), set); in testCreation_noArgs() local
82 Set<String> set = of("a"); in testCreation_oneElement() local
87 Set<String> set = of("a", "b"); in testCreation_twoElements() local
92 Set<String> set = of("a", "b", "c"); in testCreation_threeElements() local
97 Set<String> set = of("a", "b", "c", "d"); in testCreation_fourElements() local
102 Set<String> set = of("a", "b", "c", "d", "e"); in testCreation_fiveElements() local
107 Set<String> set = of("a", "b", "c", "d", "e", "f"); in testCreation_sixElements() local
112 Set<String> set = of("a", "b", "c", "d", "e", "f", "g"); in testCreation_sevenElements() local
[all …]
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java246 SortedSet<String> set = of(); in testEmpty_comparator() local
251 SortedSet<String> set = of(); in testEmpty_headSet() local
256 SortedSet<String> set = of(); in testEmpty_tailSet() local
261 SortedSet<String> set = of(); in testEmpty_subSet() local
266 SortedSet<String> set = of(); in testEmpty_first() local
275 SortedSet<String> set = of(); in testEmpty_last() local
286 SortedSet<String> set = of(); in testEmpty_serialization() local
292 SortedSet<String> set = of("e"); in testSingle_comparator() local
297 SortedSet<String> set = of("e"); in testSingle_headSet() local
305 SortedSet<String> set = of("e"); in testSingle_tailSet() local
[all …]
H A DAbstractImmutableSetTest.java76 Set<String> set = of(); in testCreation_noArgs() local
77 assertEquals(Collections.<String>emptySet(), set); in testCreation_noArgs() local
78 assertSame(this.<String>of(), set); in testCreation_noArgs() local
82 Set<String> set = of("a"); in testCreation_oneElement() local
87 Set<String> set = of("a", "b"); in testCreation_twoElements() local
92 Set<String> set = of("a", "b", "c"); in testCreation_threeElements() local
97 Set<String> set = of("a", "b", "c", "d"); in testCreation_fourElements() local
102 Set<String> set = of("a", "b", "c", "d", "e"); in testCreation_fiveElements() local
107 Set<String> set = of("a", "b", "c", "d", "e", "f"); in testCreation_sixElements() local
112 Set<String> set = of("a", "b", "c", "d", "e", "f", "g"); in testCreation_sevenElements() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/dmc/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/
Dset.hpp27 struct set< struct
33 typedef set0< >::type type;
39 struct set< struct
45 typedef typename set1<T0>::type type;
51 struct set< struct
57 typedef typename set2< T0,T1 >::type type;
63 struct set< struct
69 typedef typename set3< T0,T1,T2 >::type type;
75 struct set< struct
81 typedef typename set4< T0,T1,T2,T3 >::type type;
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/set/
Dset.hpp46 struct set<> : sequence_base<set<> > struct
48 struct category : forward_traversal_tag, associative_tag {};
50 typedef set_tag fusion_tag;
51 typedef fusion_sequence_tag tag; // this gets picked up by MPL
52 typedef mpl::false_ is_view;
54 typedef vector<> storage_type;
56 typedef storage_type::size size;
59 set() in set() function
64 set(Sequence const& rhs, in set() argument
72 operator=(T const& rhs) in operator =()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duset.cpp44 uset_close(USet* set) { in uset_close()
49 uset_clone(const USet *set) { in uset_clone()
54 uset_isFrozen(const USet *set) { in uset_isFrozen()
59 uset_freeze(USet *set) { in uset_freeze()
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
69 uset_set(USet* set, in uset_set()
75 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
80 uset_add(USet* set, UChar32 c) { in uset_add()
85 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
90 uset_addString(USet* set, const char16_t* str, int32_t strLen) { in uset_addString()
[all …]
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duset.cpp44 uset_close(USet* set) { in uset_close()
49 uset_clone(const USet *set) { in uset_clone()
54 uset_isFrozen(const USet *set) { in uset_isFrozen()
59 uset_freeze(USet *set) { in uset_freeze()
64 uset_cloneAsThawed(const USet *set) { in uset_cloneAsThawed()
69 uset_set(USet* set, in uset_set()
75 uset_addAll(USet* set, const USet *additionalSet) { in uset_addAll()
80 uset_add(USet* set, UChar32 c) { in uset_add()
85 uset_addRange(USet* set, UChar32 start, UChar32 end) { in uset_addRange()
90 uset_addString(USet* set, const char16_t* str, int32_t strLen) { in uset_addString()
[all …]
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-set.cc54 hb_set_t *set; in hb_set_create() local
88 hb_set_reference (hb_set_t *set) in hb_set_reference()
104 hb_set_destroy (hb_set_t *set) in hb_set_destroy()
126 hb_set_set_user_data (hb_set_t *set, in hb_set_set_user_data()
148 hb_set_get_user_data (const hb_set_t *set, in hb_set_get_user_data()
166 hb_set_allocation_successful (const hb_set_t *set) in hb_set_allocation_successful()
182 hb_set_copy (const hb_set_t *set) in hb_set_copy()
201 hb_set_clear (hb_set_t *set) in hb_set_clear()
218 hb_set_is_empty (const hb_set_t *set) in hb_set_is_empty()
235 hb_set_has (const hb_set_t *set, in hb_set_has()
[all …]
/aosp_15_r20/external/eigen/bench/perf_monitoring/resources/
H A Ds2.js1 …f Function&&e.callback(d);a.render.queue.splice(0,f),a.render.queue.length?setTimeout(c):(a.dispat… method
/aosp_15_r20/bionic/libc/bionic/
H A Dsignal.cpp60 int SigAddSet(SigSetT* set, int sig) { in SigAddSet()
71 int sigaddset(sigset_t* set, int sig) { in sigaddset()
75 int sigaddset64(sigset64_t* set, int sig) { in sigaddset64()
81 sigset64_t set; member
99 int SigDelSet(SigSetT* set, int sig) { in SigDelSet()
110 int sigdelset(sigset_t* set, int sig) { in sigdelset()
114 int sigdelset64(sigset64_t* set, int sig) { in sigdelset64()
119 int SigEmptySet(SigSetT* set) { in SigEmptySet()
128 int sigemptyset(sigset_t* set) { in sigemptyset()
132 int sigemptyset64(sigset64_t* set) { in sigemptyset64()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dset.hpp12 template <typename A, typename T, typename H, typename P> struct set struct
14 typedef boost::unordered::detail::set<A, T, H, P> types;
33 typedef boost::unordered::detail::set_extractor<value_type> extractor;
35 typedef typename boost::unordered::detail::pick_policy<T>::type policy;
37 typedef boost::unordered::iterator_detail::c_iterator<node> iterator;
38 typedef boost::unordered::iterator_detail::c_iterator<node> c_iterator;
39 typedef boost::unordered::iterator_detail::cl_iterator<node> l_iterator;
41 cl_iterator;
43 typedef boost::unordered::node_handle_set<node, T, A> node_type;
45 insert_return_type;
/aosp_15_r20/prebuilts/tools/common/google-api-services-compute/
HDgoogle-api-services-compute-v1-rev181-1.23.0.jar ... .services.compute.Compute$AcceleratorTypes$AggregatedList set (java.lang.String, java.lang ...

12345678910>>...339