Home | History | Annotate | Download | only in jni

Lines Matching refs:alg

141 $(call gen-test, algorithms/alg.c.library/tested_elsewhere)
142 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
143 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
144 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
145 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
146 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n)
147 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill)
148 $(call gen-test, algorithms/alg.modifying.operations/alg.generate/generate_n)
149 $(call gen-test, algorithms/alg.modifying.operations/alg.generate/generate)
150 $(call gen-test, algorithms/alg.modifying.operations/alg.move/move_backward)
151 $(call gen-test, algorithms/alg.modifying.operations/alg.move/move)
152 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/is_partitioned)
153 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition_copy)
154 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition)
155 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition_point)
156 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/stable_partition)
157 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle)
158 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand)
159 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng)
160 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)
161 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)
162 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_if)
163 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove)
164 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)
165 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)
166 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)
167 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace)
168 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)
169 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse)
170 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)
171 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)
172 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/iter_swap)
173 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)
174 $(call gen-test, algorithms/alg.modifying.operations/alg.transform/binary_transform)
175 $(call gen-test, algorithms/alg.modifying.operations/alg.transform/unary_transform)
176 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy)
177 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy_pred)
178 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique)
179 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_pred)
180 $(call gen-test, algorithms/alg.modifying.operations/nothing_to_do)
181 $(call gen-test, algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find)
182 $(call gen-test, algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred)
183 $(call gen-test, algorithms/alg.nonmodifying/alg.all_of/all_of)
184 $(call gen-test, algorithms/alg.nonmodifying/alg.any_of/any_of)
185 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count_if)
186 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count)
187 $(call gen-test, algorithms/alg.nonmodifying/alg.equal/equal)
188 $(call gen-test, algorithms/alg.nonmodifying/alg.equal/equal_pred)
189 $(call gen-test, algorithms/alg.nonmodifying/alg.find.end/find_end)
190 $(call gen-test, algorithms/alg.nonmodifying/alg.find.end/find_end_pred)
191 $(call gen-test, algorithms/alg.nonmodifying/alg.find/find_if_not)
192 $(call gen-test, algorithms/alg.nonmodifying/alg.find/find_if)
193 $(call gen-test, algorithms/alg.nonmodifying/alg.find/find)
194 $(call gen-test, algorithms/alg.nonmodifying/alg.find.first.of/find_first_of)
195 $(call gen-test, algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred)
196 $(call gen-test, algorithms/alg.nonmodifying/alg.foreach/test)
197 $(call gen-test, algorithms/alg.nonmodifying/alg.is_permutation/is_permutation)
198 $(call gen-test, algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred)
199 $(call gen-test, algorithms/alg.nonmodifying/alg.none_of/none_of)
200 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_n)
201 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_n_pred)
202 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search)
203 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_pred)
204 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch)
205 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch_pred)
206 $(call gen-test, algorithms/alg.nonmodifying/nothing_to_do)
208 $(call gen-test, algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp)
209 $(call gen-test, algorithms/alg.sorting/alg.binary.search/binary.search/binary_search)
210 $(call gen-test, algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp)
211 $(call gen-test, algorithms/alg.sorting/alg.binary.search/equal.range/equal_range)
212 $(call gen-test, algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp)
213 $(call gen-test, algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound)
214 $(call gen-test, algorithms/alg.sorting/alg.binary.search/nothing_to_do)
215 $(call gen-test, algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp)
216 $(call gen-test, algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound)
217 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp)
218 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap)
219 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp)
220 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until)
221 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp)
222 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap)
223 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/nothing_to_do)
224 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp)
225 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap)
226 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp)
227 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap)
228 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp)
229 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)
230 $(call gen-test, algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp)
231 $(call gen-test, algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare)
232 $(call gen-test, algorithms/alg.sorting/alg.merge/inplace_merge_comp)
233 $(call gen-test, algorithms/alg.sorting/alg.merge/inplace_merge)
234 $(call gen-test, algorithms/alg.sorting/alg.merge/merge_comp)
235 $(call gen-test, algorithms/alg.sorting/alg.merge/merge)
236 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_comp)
237 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_element_comp)
238 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_element)
239 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_init_list_comp)
240 $(call gen-test, algorithms/alg.sorting/alg.min.max/max_init_list)
241 $(call gen-test, algorithms/alg.sorting/alg.min.max/max)
242 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_comp)
243 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_element_comp)
244 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_element)
245 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_init_list_comp)
246 $(call gen-test, algorithms/alg.sorting/alg.min.max/min_init_list)
247 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_comp)
248 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_element_comp)
249 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_element)
250 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_init_list_comp)
251 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax_init_list)
252 $(call gen-test, algorithms/alg.sorting/alg.min.max/minmax)
253 $(call gen-test, algorithms/alg.sorting/alg.min.max/min)
254 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element_comp)
255 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element)
256 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp)
257 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/next_permutation)
258 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp)
259 $(call gen-test, algorithms/alg.sorting/alg.permutation.generators/prev_permutation)
260 $(call gen-test, algorithms/alg.sorting/alg.set.operations/includes/includes_comp)
261 $(call gen-test, algorithms/alg.sorting/alg.set.operations/includes/includes)
262 $(call gen-test, algorithms/alg.sorting/alg.set.operations/nothing_to_do)
263 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp)
264 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.difference/set_difference)
265 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp)
266 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection)
267 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp)
268 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference)
269 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp)
270 $(call gen-test, algorithms/alg.sorting/alg.set.operations/set.union/set_union)
271 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp)
272 alg.sorting/alg.sort/is.sorted/is_sorted)
273 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp)
274 $(call gen-test, algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until)
275 $(call gen-test, algorithms/alg.sorting/alg.sort/nothing_to_do)
276 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp)
277 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy)
278 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp)
279 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort/partial_sort)
280 $(call gen-test, algorithms/alg.sorting/alg.sort/sort/sort_comp)
281 $(call gen-test, algorithms/alg.sorting/alg.sort/sort/sort)
282 $(call gen-test, algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp)
283 $(call gen-test, algorithms/alg.sorting/alg.sort/stable.sort/stable_sort)
284 $(call gen-test, algorithms/alg.sorting/nothing_to_do)
3207 $(call gen-test, re/re.alg/nothing_to_do)
3208 $(call gen-test, re/re.alg/re.alg.match/awk)
3209 $(call gen-test, re/re.alg/re.alg.match/basic)
3210 $(call gen-test, re/re.alg/re.alg.match/ecma)
3211 $(call gen-test, re/re.alg/re.alg.match/egrep)
3212 $(call gen-test, re/re.alg/re.alg.match/extended)
3213 $(call gen-test, re/re.alg/re.alg.match/grep)
3214 $(call gen-test, re/re.alg/re.alg.match/lookahead_capture)
3215 $(call gen-test, re/re.alg/re.alg.match/parse_curly_brackets)
3216 $(call gen-test, re/re.alg/re.alg.replace/test1)
3217 $(call gen-test, re/re.alg/re.alg.replace/test2)
3218 $(call gen-test, re/re.alg/re.alg.replace/test3)
3219 $(call gen-test, re/re.alg/re.alg.replace/test4)
3220 $(call gen-test, re/re.alg/re.alg.replace/test5)
3221 $(call gen-test, re/re.alg/re.alg.replace/test6)
3222 $(call gen-test, re/re.alg/re.alg.search/awk)
3223 $(call gen-test, re/re.alg/re.alg.search/backup)
3224 $(call gen-test, re/re.alg/re.alg.search/basic)
3225 $(call gen-test, re/re.alg/re.alg.search/ecma)
3226 $(call gen-test, re/re.alg/re.alg.search/egrep)
3227 $(call gen-test, re/re.alg/re.alg.search/extended)
3228 $(call gen-test, re/re.alg/re.alg.search/grep)
3229 $(call gen-test, re/re.alg/re.alg.search/lookahead)
3230 $(call gen-test, re/re.alg/re.alg.search/no_update_pos)
3231 $(call gen-test, re/re.alg/re.except/nothing_to_do)
3907 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap)