Home
last modified time | relevance | path

Searched +defs:list +defs:seq (Results 1 – 25 of 2962) sorted by relevance

12345678910>>...119

/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/custom/
H A DAllTests.java62 C[] seq = new C[5]; in allTests() local
94 LinkedList<C> list = new LinkedList<>(Arrays.asList(seq)); in allTests() local
117 ArrayList<Byte> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
142 ArrayList<Long> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
165 final String[] seq = { "0", "1", "2", "3", "4" }; in allTests() local
173 final E[] seq = { E.E1, E.E2, E.E3 }; in allTests() local
174 ArrayList<E> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
181 S[] seq = new S[5]; in allTests() local
187 ArrayList<S> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
194 ArrayList<Map<Integer, String>> list = new ArrayList<>(); in allTests() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/custom/
H A DAllTests.java62 C[] seq = new C[5]; in allTests() local
94 LinkedList<C> list = new LinkedList<>(Arrays.asList(seq)); in allTests() local
117 ArrayList<Byte> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
142 ArrayList<Long> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
165 final String[] seq = { "0", "1", "2", "3", "4" }; in allTests() local
173 final E[] seq = { E.E1, E.E2, E.E3 }; in allTests() local
174 ArrayList<E> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
181 S[] seq = new S[5]; in allTests() local
187 ArrayList<S> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
194 ArrayList<Map<Integer, String>> list = new ArrayList<>(); in allTests() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/custom/
H A DAllTests.java62 C[] seq = new C[5]; in allTests() local
94 LinkedList<C> list = new LinkedList<>(Arrays.asList(seq)); in allTests() local
117 ArrayList<Byte> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
142 ArrayList<Long> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
165 final String[] seq = { "0", "1", "2", "3", "4" }; in allTests() local
173 final E[] seq = { E.E1, E.E2, E.E3 }; in allTests() local
174 ArrayList<E> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
181 S[] seq = new S[5]; in allTests() local
187 ArrayList<S> list = new ArrayList<>(Arrays.asList(seq)); in allTests() local
194 ArrayList<Map<Integer, String>> list = new ArrayList<>(); in allTests() local
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/custom/
H A DAllTests.java79 C[] seq = new C[5]; in allTests() local
113 LinkedList<C> list = new LinkedList<C>(Arrays.asList(seq)); in allTests() local
138 ArrayList<Byte> list = new ArrayList<Byte>(Arrays.asList(seq)); in allTests() local
148 ArrayList<Short> list = new ArrayList<Short>(Arrays.asList(seq)); in allTests() local
166 ArrayList<Long> list = new ArrayList<Long>(Arrays.asList(seq)); in allTests() local
194 final String[] seq = { "0", "1", "2", "3", "4" }; in allTests() local
203 final E[] seq = { E.E1, E.E2, E.E3 }; in allTests() local
204 ArrayList<E> list = new ArrayList<E>(Arrays.asList(seq)); in allTests() local
212 S[] seq = new S[5]; in allTests() local
218 ArrayList<S> list = new ArrayList<S>(Arrays.asList(seq)); in allTests() local
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/custom/
H A DAllTests.java79 C[] seq = new C[5]; in allTests() local
113 LinkedList<C> list = new LinkedList<C>(Arrays.asList(seq)); in allTests() local
138 ArrayList<Byte> list = new ArrayList<Byte>(Arrays.asList(seq)); in allTests() local
148 ArrayList<Short> list = new ArrayList<Short>(Arrays.asList(seq)); in allTests() local
166 ArrayList<Long> list = new ArrayList<Long>(Arrays.asList(seq)); in allTests() local
194 final String[] seq = { "0", "1", "2", "3", "4" }; in allTests() local
203 final E[] seq = { E.E1, E.E2, E.E3 }; in allTests() local
204 ArrayList<E> list = new ArrayList<E>(Arrays.asList(seq)); in allTests() local
212 S[] seq = new S[5]; in allTests() local
218 ArrayList<S> list = new ArrayList<S>(Arrays.asList(seq)); in allTests() local
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/custom/
H A DAllTests.java79 C[] seq = new C[5]; in allTests() local
113 LinkedList<C> list = new LinkedList<C>(Arrays.asList(seq)); in allTests() local
138 ArrayList<Byte> list = new ArrayList<Byte>(Arrays.asList(seq)); in allTests() local
148 ArrayList<Short> list = new ArrayList<Short>(Arrays.asList(seq)); in allTests() local
166 ArrayList<Long> list = new ArrayList<Long>(Arrays.asList(seq)); in allTests() local
194 final String[] seq = { "0", "1", "2", "3", "4" }; in allTests() local
203 final E[] seq = { E.E1, E.E2, E.E3 }; in allTests() local
204 ArrayList<E> list = new ArrayList<E>(Arrays.asList(seq)); in allTests() local
212 S[] seq = new S[5]; in allTests() local
218 ArrayList<S> list = new ArrayList<S>(Arrays.asList(seq)); in allTests() local
[all …]
/dports/devel/libsml/libsml-2a8445b/sml/src/
H A Dsml_list.c31 sml_sequence *seq = (sml_sequence *) malloc(sizeof(sml_sequence)); in sml_sequence_init() local
46 sml_sequence *seq = sml_sequence_init(elem_free); in sml_sequence_parse() local
66 void sml_sequence_write(sml_sequence *seq, sml_buffer *buf, void (*elem_write) (void *elem, sml_buf… in sml_sequence_write()
80 void sml_sequence_free(sml_sequence *seq) { in sml_sequence_free()
95 void sml_sequence_add(sml_sequence *seq, void *new_entry) { in sml_sequence_add()
119 void sml_list_add(sml_list *list, sml_list *new_entry) { in sml_list_add()
204 void sml_list_entry_write(sml_list *list, sml_buffer *buf) { in sml_list_entry_write()
215 void sml_list_write(sml_list *list, sml_buffer *buf){ in sml_list_write()
237 void sml_list_entry_free(sml_list *list) { in sml_list_entry_free()
251 void sml_list_free(sml_list *list) { in sml_list_free()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnchashmap.c65 NClist* seq; in nchashinsert() local
66 void** list; in nchashinsert() local
89 NClist* seq; in nchashreplace() local
90 void** list; in nchashreplace() local
113 NClist* seq; in nchashremove() local
114 void** list; in nchashremove() local
148 NClist* seq; in nchashlookup() local
149 void** list; in nchashlookup() local
170 NClist* seq = hm->table[i]; in nchashith() local
196 NClist* seq = hm->table[i]; in nchashkeys() local
/dports/mail/trojita/trojita-0.7/cmake/FindCXXFeatures/
H A Dcxx11-test-initializer_list.cxx3 class seq { class
12 seq::seq(std::initializer_list<int> list) in seq() function in seq
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/cmake/FindCXXFeatures/
H A Dcxx11-initializer_list.cxx4 class seq { class
13 seq::seq(std::initializer_list<int> list) in seq() function in seq
/dports/mail/libvmime/vmime-0.9.2/cmake/cmake-cxx11/Modules/CheckCXX11Features/
H A Dcxx11-test-initializer_list.cpp3 class seq { class
12 seq::seq(std::initializer_list<int> list) in seq() function in seq
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/list/
H A Dappend.hpp16 namespace list namespace
20 types::none_type append(types::list<T> &seq, F &&value) in append()
26 types::none_type append(types::list<T> &&seq, F &&value) in append()
H A Dextend.hpp16 namespace list namespace
22 extend(T0 &&seq, T1 const &add) in extend()
32 extend(T0 &&seq, T1 const &add) in extend()
H A Dsort.hpp17 namespace list namespace
21 types::none_type sort(types::list<T> &seq) in sort()
28 types::none_type sort(types::list<T> &seq, K key) in sort()
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_clist.c61 int64_t seq) in bgp_clist_seq_check()
279 struct community_list *list; in community_list_get() local
955 const char *str, const char *seq, int direct, int style) in community_list_set()
958 struct community_list *list; in community_list_set() local
1018 const char *str, const char *seq, int direct, in community_list_unset()
1023 struct community_list *list; in community_list_unset() local
1170 const char *str, const char *seq, int direct, int style) in lcommunity_list_set()
1173 struct community_list *list; in lcommunity_list_set() local
1237 const char *str, const char *seq, int direct, in lcommunity_list_unset()
1288 const char *str, const char *seq, int direct, in extcommunity_list_set()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_clist.c61 int64_t seq) in bgp_clist_seq_check()
279 struct community_list *list; in community_list_get() local
955 const char *str, const char *seq, int direct, int style) in community_list_set()
958 struct community_list *list; in community_list_set() local
1018 const char *str, const char *seq, int direct, in community_list_unset()
1023 struct community_list *list; in community_list_unset() local
1170 const char *str, const char *seq, int direct, int style) in lcommunity_list_set()
1173 struct community_list *list; in lcommunity_list_set() local
1237 const char *str, const char *seq, int direct, in lcommunity_list_unset()
1288 const char *str, const char *seq, int direct, in extcommunity_list_set()
[all …]
/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/
H A Dxcardconversions.h64 xsd::cxx::tree::sequence<T> list; in fromList() local
74 xsd::cxx::tree::sequence<T> list; in fromList() local
92 std::vector<std::string> list; in toUriList() local
102 std::vector<std::string> list; in toTextList() local
280 vcard_4_0::typeParamType::text_sequence seq; in fromRelated() local
358 vcard_4_0::typeParamType::text_sequence seq; in fromAddress() local
564 vcard::related_sequence seq; variable
616 vcard::tel_sequence seq; variable
672 vcard::email_sequence seq; variable
921 std::vector<Related> list; variable
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dmakeprotseq.c44 AjPList list = NULL; in main() local
45 AjPSeq seq = NULL; in main() local
176 AjPStr seq = ajStrNew(); in makeprotseq_random_sequence() local
201 static void makeprotseq_default_chars(AjPList* list) in makeprotseq_default_chars()
236 static void makeprotseq_parse_pepstats(AjPList* list,AjPFile data) in makeprotseq_parse_pepstats()
H A Dmakenucseq.c42 AjPList list = NULL; in main() local
43 AjPSeq seq = NULL; in main() local
168 AjPStr seq = ajStrNew(); in makenucseq_random_sequence() local
192 static void makenucseq_default_chars(AjPList* list) in makenucseq_default_chars()
/dports/biology/wise/wise2.4.1/src/models/
H A Dest_evidence.c145 int est_utr3_end(void * data,ComplexSequence *seq,int jposition) in est_utr3_end()
159 int est_start_pot(void * data,ComplexSequence *seq,int jposition) in est_start_pot()
180 int est_stop_pot(void * data,ComplexSequence *seq,int jposition) in est_stop_pot()
257 int est_cds_pot(void * data,ComplexSequence *seq,int jposition) in est_cds_pot()
300 int est_3ss(void * data,ComplexSequence *seq,int jposition) in est_3ss()
328 int est_5ss(void * data,ComplexSequence * seq,int jposition) in est_5ss()
358 int est_utr_pot(void * data,ComplexSequence *seq,int jposition) in est_utr_pot()
583 void swap_EstEvidence(EstExon ** list,int i,int j) in swap_EstEvidence()
605 void qsort_EstEvidence(EstExon ** list,int left,int right,int (*comp)(EstExon * ,EstExon *… in qsort_EstEvidence() argument
738 void swap_indel_EstEvidence(EstIndel ** list,int i,int j) in swap_indel_EstEvidence()
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/
H A DKeyMap.cpp66 size_t KeyMap::bind(string const & seq, FuncRequest const & func) in bind()
85 size_t KeyMap::unbind(string const & seq, FuncRequest const & func) in unbind()
326 string seq = lexrc.getString(); in readWithoutConv() local
352 string seq = lexrc.getString(); in readWithoutConv() local
412 BindingList const list = listBindings(false); in write() local
513 KeySequence seq = prefix; in findBindings() local
518 KeySequence seq = prefix; in findBindings() local
530 BindingList list; in listBindings() local
553 void KeyMap::listBindings(BindingList & list, in listBindings()
561 KeySequence seq = prefix; in listBindings() local
[all …]
/dports/devel/py-mypy/mypy-0.910/mypyc/lib-rt/
H A Dlist_ops.c8 PyObject *CPyList_GetItemUnsafe(PyObject *list, CPyTagged index) { in CPyList_GetItemUnsafe()
15 PyObject *CPyList_GetItemShort(PyObject *list, CPyTagged index) { in CPyList_GetItemShort()
35 PyObject *CPyList_GetItem(PyObject *list, CPyTagged index) { in CPyList_GetItem()
60 bool CPyList_SetItem(PyObject *list, CPyTagged index, PyObject *value) { in CPyList_SetItem()
88 bool CPyList_SetItemUnsafe(PyObject *list, CPyTagged index, PyObject *value) { in CPyList_SetItemUnsafe()
123 int CPyList_Insert(PyObject *list, CPyTagged index, PyObject *value) in CPyList_Insert()
140 static Py_ssize_t _CPyList_Find(PyObject *list, PyObject *obj) { in _CPyList_Find()
158 int CPyList_Remove(PyObject *list, PyObject *obj) { in CPyList_Remove()
170 CPyTagged CPyList_Index(PyObject *list, PyObject *obj) { in CPyList_Index()
182 PyObject *CPySequence_Multiply(PyObject *seq, CPyTagged t_size) { in CPySequence_Multiply()
[all …]
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dunique.cc81 unsigned int * list; member
140 void unique_count_bitmap(struct uhandle_s * uh, in unique_count_bitmap()
143 char * seq, in unique_count_bitmap()
224 void unique_count_hash(struct uhandle_s * uh, in unique_count_hash()
227 char * seq, in unique_count_hash()
316 void unique_count(struct uhandle_s * uh, in unique_count()
319 char * seq, in unique_count()
335 unsigned int * list) in unique_count_shared()
/dports/devel/cpp2py/cpp2py-2.0.0/c++/cpp2py/converters/
H A Dstd_array.hpp29 PyObject *list = PyList_New(0); in c2py() local
45 pyref seq = PySequence_Fast(ob, "expected a sequence"); in is_convertible() local
68 pyref seq = PySequence_Fast(ob, "expected a sequence"); in py2c() local
/dports/lang/gcc9/gcc-9.4.0/gcc/config/aarch64/
H A Daarch64-speculation.cc152 rtx_insn *seq = get_insns (); in aarch64_speculation_clobber_sp() local
168 rtx_insn *seq = get_insns (); in aarch64_speculation_establish_tracker() local
245 rtx_insn *seq = aarch64_speculation_clobber_sp (); in aarch64_do_track_speculation() local
256 rtx_insn *seq = aarch64_speculation_clobber_sp (); in aarch64_do_track_speculation() local
365 rtx_insn *seq = aarch64_speculation_establish_tracker (); in aarch64_do_track_speculation() local
404 for (rtx_insn *list = seq; list; list = NEXT_INSN (list)) in aarch64_do_track_speculation() local
437 rtx_insn *seq = aarch64_speculation_clobber_sp (); in aarch64_do_track_speculation() local

12345678910>>...119