Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/external/libcxxabi/src/
Dcxa_demangle.cpp97 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state()
109 parse_number(const char* first, const char* last) in parse_number()
174 parse_floating_number(const char* first, const char* last, C& db) in parse_floating_number()
218 parse_source_name(const char* first, const char* last, C& db) in parse_source_name()
260 parse_substitution(const char* first, const char* last, C& db) in parse_substitution()
368 parse_builtin_type(const char* first, const char* last, C& db) in parse_builtin_type()
517 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) in parse_cv_qualifiers()
546 parse_template_param(const char* first, const char* last, C& db) in parse_template_param()
603 parse_const_cast_expr(const char* first, const char* last, C& db) in parse_const_cast_expr()
629 parse_dynamic_cast_expr(const char* first, const char* last, C& db) in parse_dynamic_cast_expr()
[all …]
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp65 …find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAcces… in find_extremes()
80 …find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAcces… in find_extremes()
130 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec()
247 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec()
295 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec()
343 spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type) in spread_sort()
352 …spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift,… in spread_sort()
361 … spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift) in spread_sort()
371 inline void integer_sort(RandomAccessIter first, RandomAccessIter last) in integer_sort()
382 inline void integer_sort(RandomAccessIter first, RandomAccessIter last, in integer_sort()
[all …]
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
Dcapng-test.py11 last = capng.CAP_LAST_CAP variable
27 last = 30 variable
/external/mesa3d/src/glsl/
Dir_basic_block.cpp54 ir_instruction *last, in call_for_basic_blocks()
59 ir_instruction *last = NULL; in call_for_basic_blocks() local
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose()
126 T Random::choose (InputIter first, InputIter last) in choose()
135 T Random::chooseWeighted (InputIter first, InputIter last, WeightIter weight) in chooseWeighted()
166 void Random::shuffle (Iterator first, Iterator last) in shuffle()
/external/jetty/src/java/org/eclipse/jetty/server/
DInclusiveByteRange.java55 long last = 0; field in InclusiveByteRange
57 public InclusiveByteRange(long first, long last) in InclusiveByteRange()
102 long last = -1; in satisfiableRanges() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DPushObserver.java59 boolean onHeaders(int streamId, List<Header> responseHeaders, boolean last); in onHeaders()
70 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
/external/v8/test/mjsunit/
Dcyrillic.js36 last: "\u044f", // ya property
51 last: "\u03c9", // omega property
71 var last = lc ? chars.last : chars.LAST; variable
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DVisitor.java64 Object last = null; in doAt() local
86 Object last = null; in doAt() local
114 Object last = null; in doAt() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DVisitor.java65 Object last = null; in doAt() local
87 Object last = null; in doAt() local
115 Object last = null; in doAt() local
/external/libdivsufsort/lib/
Dsssort.c168 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_insertionsort()
263 ss_pivot(const sauchar_t *Td, const saidx_t *PA, saidx_t *first, saidx_t *last) { in ss_pivot()
292 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_partition()
311 saidx_t *first, saidx_t *last, in ss_mintrosort()
461 ss_rotate(saidx_t *first, saidx_t *middle, saidx_t *last) { in ss_rotate()
503 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_inplacemerge()
546 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_mergeforward()
596 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_mergebackward()
655 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_swapmerge()
748 saidx_t *first, saidx_t *last, in sssort()
Dtrsort.c79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_insertionsort()
167 tr_pivot(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_pivot()
223 saidx_t *first, saidx_t *middle, saidx_t *last, in tr_partition()
265 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_copy()
290 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_partialcopy()
328 saidx_t *SA, saidx_t *first, saidx_t *last, in tr_introsort()
557 saidx_t *first, *last; in trsort() local
/external/opencv/cv/src/
D_cvkdtree.hpp84 int dimension_of_highest_variance(__instype * first, __instype * last, in dimension_of_highest_variance()
117 __instype * median_partition(__instype * first, __instype * last, in median_partition()
140 void median_partition(__instype * first, __instype * last, in median_partition()
158 int insert(__instype * first, __instype * last, __valuector ctor) { in insert()
241 CvKDTree(__valuetype * first, __valuetype * last, int _point_dim, in CvKDTree()
248 CvKDTree(__instype * first, __instype * last, int _point_dim, in CvKDTree()
258 void set_data(__valuetype * first, __valuetype * last, int _point_dim) { in set_data()
262 void set_data(__instype * first, __instype * last, int _point_dim, in set_data()
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter_iter.invalidation.pass.cpp26 typename C::iterator last = first + num; in del_at_start() local
45 typename C::iterator last = c.end(); in del_at_end() local
/external/opencv3/apps/traincascade/
Dimagestorage.h27 int last; variable
45 size_t last, round; variable
/external/mesa3d/src/mesa/program/
Dsampler.cpp42 get_sampler_name(ir_dereference *last, in get_sampler_name()
102 ir_dereference *last; member in get_sampler_name
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
Dmin_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
62 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
Dmax_element_comp.pass.cpp25 test(Iter first, Iter last) in test()
62 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
/external/libcxx/test/std/strings/basic.string/string.cons/
Diter_alloc.pass.cpp26 test(It first, It last) in test()
44 test(It first, It last, const A& a) in test()
/external/regex-re2/re2/
Dmake_unicode_casefold.py68 def evenodd(last, a, b, r): argument
74 def evenoddpair(last, a, b, r): argument
/external/harfbuzz_ng/src/
Dgen-indic-table.py162 last = -100000 variable
182 last = start-1 variable
193 last = end variable
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dentropy.py102 def random_between(self, first, last): argument
122 def between(first, last): argument
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DNDC.java72 int last = next - 1; in pop() local
84 int last = next - 1; in peek() local
/external/pcre/dist/
Dpcre_get.c209 pcre_uchar *last = entry; in pcre_get_stringtable_entries() local
274 char *first, *last; in get_first_set() local
276 PCRE_UCHAR16 *first, *last; in get_first_set() local
278 PCRE_UCHAR32 *first, *last; in get_first_set() local
/external/libcxx/test/support/
Dnasty_containers.hpp38 …template <class InputIterator> nasty_vector(InputIterator first, InputIterator last) : v_(first, l… in nasty_vector()
45 void assign(InputIterator first, InputIterator last) { v_.assign(first, last); } in assign()
109 iterator insert(const_iterator pos, InputIterator first, InputIterator last) in insert()
117 iterator erase(const_iterator first, const_iterator last) { return v_.erase(first, last); } in erase()
160 nasty_list(Iter first, Iter last) : l_(first, last) {} in nasty_list()
171 void assign(Iter first, Iter last) { l_.assign(first, last); } in assign()
230 iterator insert(const_iterator pos, InputIterator first, InputIterator last) in insert()
238 iterator erase(const_iterator pos, const_iterator last) { return l_.erase(pos, last); } in erase()

12345678910>>...29