/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 62 static const char *parse_number(const char *first, const char *last) { in parse_number() 116 static const char *parse_floating_number(const char *first, const char *last, in parse_floating_number() 155 static const char *parse_source_name(const char *first, const char *last, in parse_source_name() 192 static const char *parse_substitution(const char *first, const char *last, in parse_substitution() 292 static const char *parse_builtin_type(const char *first, const char *last, in parse_builtin_type() 434 static const char *parse_cv_qualifiers(const char *first, const char *last, in parse_cv_qualifiers() 458 static const char *parse_template_param(const char *first, const char *last, in parse_template_param() 503 static const char *parse_const_cast_expr(const char *first, const char *last, in parse_const_cast_expr() 529 static const char *parse_dynamic_cast_expr(const char *first, const char *last, in parse_dynamic_cast_expr() 556 const char *last, C &db) { in parse_reinterpret_cast_expr() [all …]
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 167 unsigned int last = tinfo->queues_total; in NFQUEUE_print_v1() local 181 unsigned int last = info->queues_total; in NFQUEUE_print_v2() local 197 unsigned int last = info->queues_total; in NFQUEUE_print_v3() local 223 unsigned int last = tinfo->queues_total; in NFQUEUE_save_v1() local 236 unsigned int last = info->queues_total; in NFQUEUE_save_v2() local 252 unsigned int last = info->queues_total; in NFQUEUE_save_v3() local 288 unsigned int last = tinfo->queues_total; in NFQUEUE_xlate_v1() local 304 unsigned int last = info->queues_total; in NFQUEUE_xlate_v2() local 322 unsigned int last = info->queues_total; in NFQUEUE_xlate_v3() local
|
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 65 …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/cldr/tools/java/org/unicode/cldr/draft/ |
D | CharacterListCompressor.java | 31 int last; field in CharacterListCompressor.Interval 33 public Interval(int first, int last) { in Interval() 46 public int last() { in last() method in CharacterListCompressor.Interval 198 int last = ilist.get(i).last; in getValueTypePairsFromStrRangeList() local 245 int last = first + value; in getStrRangeListFromValueTypePairs() local 253 public static void addInterval(List<Interval> list, int first, int last) { in addInterval() 266 int last = it.nextCodePoint(); in getStrRangeListFromRangeStr() local 280 int last = ilist.get(i).last; in strRangeList2string() local 296 int last = it.nextCodePoint(); in rangeString2string() local
|
D | Compacter.java | 73 int last = -1; in codePointsToIntervals() local 109 int last = -1; in getInternalRangeString() local 129 private static void appendRange(StringBuilder result, int first, int last) { in appendRange()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | capng-test.py | 11 last = capng.CAP_LAST_CAP variable 27 last = 30 variable
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_basic_block.cpp | 52 ir_instruction *last, in call_for_basic_blocks() 57 ir_instruction *last = NULL; in call_for_basic_blocks() local
|
/external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
D | distance.pass.cpp | 27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) in test() 35 constexpr_test(It first, It last, typename std::iterator_traits<It>::difference_type x) in constexpr_test()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
D | rx-range.hpp | 55 T last; member 119 auto range(T first = 0, T last = std::numeric_limits<T>::max(), std::ptrdiff_t step = 1) in range() 127 auto range(T first, T last, std::ptrdiff_t step, Coordination cn) in range() 135 auto range(T first, T last, Coordination cn) in range()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CompactStringByteConverter.java | 18 private int last; field in CompactStringByteConverter 62 int last = 0x40; in toBytes() local 90 int last = 0x40; in fromBytes() local 102 int last = readUnsignedInt(input, ioBytePosition); in fromBytes() local
|
D | Visitor.java | 66 Object last = null; in doAt() local 88 Object last = null; in doAt() local 116 Object last = null; in doAt() local
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | PushObserver.java | 61 boolean onHeaders(int streamId, List<Header> responseHeaders, boolean last); in onHeaders() 72 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | PushObserver.java | 59 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/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 103 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/libcxx/test/std/containers/views/span.iterators/ |
D | rbegin.pass.cpp | 35 const typename Span::index_type last = s.size() - 1; in testConstexprSpan() local 58 const typename Span::index_type last = s.size() - 1; in testRuntimeSpan() local
|
D | end.pass.cpp | 35 typename Span::const_pointer last = &*(s.cbegin() + s.size() - 1); in testConstexprSpan() local 61 typename Span::const_pointer last = &*(s.cbegin() + s.size() - 1); in testRuntimeSpan() local
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | semistatic_graph.templates.h | 60 void SemistaticGraph<NodeId, Node>::printGraph(NodeIter first, NodeIter last) { in printGraph() 84 SemistaticGraph<NodeId, Node>::SemistaticGraph(NodeIter first, NodeIter last, MemoryPool& memory_po… in SemistaticGraph() 141 …staticGraph<NodeId, Node>::SemistaticGraph(const SemistaticGraph& x, NodeIter first, NodeIter last, in SemistaticGraph()
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
D | erase_iter_iter.invalidation.pass.cpp | 26 typename C::iterator last = first + num; in del_at_start() local 45 typename C::iterator last = c.end(); in del_at_end() local
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | iter_alloc.pass.cpp | 29 test(It first, It last) in test() 46 test(It first, It last, const A& a) in test()
|
/external/libdivsufsort/lib/ |
D | sssort.c | 168 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()
|
D | trsort.c | 79 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/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 24 test(S s, It first, It last, S expected) in test() 34 test_exceptions(S s, It first, It last) in test_exceptions()
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
D | min_element_comp.pass.cpp | 29 test(Iter first, Iter last) in test() 66 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
|
D | max_element_comp.pass.cpp | 29 test(Iter first, Iter last) in test() 66 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | blocking_observable.cpp | 42 auto last = values.last(); variable 51 auto last = values.last(); variable 65 auto last = values.last(); variable
|