/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | minmax_element.hpp | 58 basic_minmax_element(ForwardIter first, ForwardIter last, Compare comp) in basic_minmax_element() 125 minmax_element(ForwardIter first, ForwardIter last) in minmax_element() 133 minmax_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in minmax_element() 214 basic_first_min_element(ForwardIter first, ForwardIter last, in basic_first_min_element() 227 basic_last_min_element(ForwardIter first, ForwardIter last, in basic_last_min_element() 240 basic_first_max_element(ForwardIter first, ForwardIter last, in basic_first_max_element() 253 basic_last_max_element(ForwardIter first, ForwardIter last, in basic_last_max_element() 268 first_min_element(ForwardIter first, ForwardIter last) in first_min_element() 276 first_min_element(ForwardIter first, ForwardIter last, BinaryPredicate comp) in first_min_element() 284 last_min_element(ForwardIter first, ForwardIter last) in last_min_element() [all …]
|
/external/mockito/src/main/java/org/mockito/ |
D | AdditionalMatchers.java | 611 public static boolean and(boolean first, boolean second) { in and() 627 public static byte and(byte first, byte second) { in and() 643 public static char and(char first, char second) { in and() 659 public static double and(double first, double second) { in and() 675 public static float and(float first, float second) { in and() 691 public static int and(int first, int second) { in and() 707 public static long and(long first, long second) { in and() 723 public static short and(short first, short second) { in and() 741 public static <T> T and(T first, T second) { in and() 757 public static boolean or(boolean first, boolean second) { in or() [all …]
|
/external/geojson-jackson/src/test/java/org/geojson/ |
D | LngLatAltTest.java | 10 LngLatAlt first = new LngLatAlt(14.D, 13.D); in should_LngLatAlt_equals_without_alt() local 17 LngLatAlt first = new LngLatAlt(14.D, 13.D, 15D); in should_LngLatAlt_equals_with_alt() local 24 LngLatAlt first = new LngLatAlt(14.D, 13.D, 15D); in should_not_LngLatAlt_equals_with_alt() local 31 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D); in should_not_LngLatAlt_equals_without_alt() local 38 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements() local 46 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements_and_null() local 54 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_not_LngLatAlt_equals_without_additional_elements() local 62 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_not_LngLatAlt_equals_with_additional_elements_in_different_order() local 70 LngLatAlt first = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_not_LngLatAlt_equals_with_additional_elements_and_different_size() local
|
/external/sdv/vsomeip/third_party/boost/container/bench/detail/ |
D | varray_util.hpp | 136 void destroy_dispatch(I first, I last, bcd::false_type const& /*is_trivially_destructible*/) in destroy_dispatch() 144 void destroy(I first, I last) in destroy() 175 inline O copy_dispatch(I first, I last, O dst, bcd::true_type const& /*use_memmove*/) in copy_dispatch() 184 inline O copy_dispatch(I first, I last, O dst, bcd::false_type const& /*use_memmove*/) in copy_dispatch() 190 inline O copy(I first, I last, O dst) in copy() 204 O uninitialized_copy_dispatch(I first, I last, O dst, in uninitialized_copy_dispatch() 215 F uninitialized_copy_dispatch(I first, I last, F dst, in uninitialized_copy_dispatch() 223 F uninitialized_copy(I first, I last, F dst) in uninitialized_copy() 236 O uninitialized_move_dispatch(I first, I last, O dst, in uninitialized_move_dispatch() 247 O uninitialized_move_dispatch(I first, I last, O dst, in uninitialized_move_dispatch() [all …]
|
/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() 555 static const char *parse_reinterpret_cast_expr(const char *first, in parse_reinterpret_cast_expr() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/algorithms/alg.modifying.operations/ |
D | copy_move_trivial.pass.cpp | 165 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 168 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 171 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 174 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 177 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 183 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 186 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 189 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 192 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 195 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() [all …]
|
D | copy_move_unwrap_reverse.pass.cpp | 67 … test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 70 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 73 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 76 … test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 79 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 85 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 88 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 91 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 94 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 97 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/algorithms/alg.modifying.operations/ |
D | copy_move_trivial.pass.cpp | 165 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 168 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 171 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 174 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 177 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 183 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 186 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 189 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 192 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 195 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() [all …]
|
D | copy_move_unwrap_reverse.pass.cpp | 67 … test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 70 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 73 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 76 … test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 79 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 85 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 88 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 91 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 94 test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 97 …test_one<InIter, SentWrapper, OutIter, W1, W2>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move()
|
/external/easymock/src/org/easymock/ |
D | EasyMock.java | 704 public static boolean and(boolean first, boolean second) { in and() 718 public static byte and(byte first, byte second) { in and() 732 public static char and(char first, char second) { in and() 746 public static double and(double first, double second) { in and() 760 public static float and(float first, float second) { in and() 774 public static int and(int first, int second) { in and() 788 public static long and(long first, long second) { in and() 802 public static short and(short first, short second) { in and() 818 public static <T> T and(T first, T second) { in and() 832 public static boolean or(boolean first, boolean second) { in or() [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/ |
D | parse.hpp | 21 Iterator& first in parse_main() 43 Iterator& first in parse() 60 Iterator first = first_; in parse() local 68 Iterator& first in parse() 83 Iterator first = first_; in parse() local 98 Iterator& first in phrase_parse_main() 129 Iterator& first in phrase_parse() 150 Iterator first = first_; in phrase_parse() local 158 Iterator& first in phrase_parse() 177 Iterator first = first_; in phrase_parse() local
|
/external/clang/test/Sema/ |
D | loop-control.c | 5 int first = 1; in pr8880_1() local 11 void pr8880_2(int first) { in pr8880_2() 15 void pr8880_3(int first) { in pr8880_3() 19 void pr8880_4(int first) { in pr8880_4() 23 void pr8880_5 (int first) { in pr8880_5() 27 void pr8880_6 (int first) { in pr8880_6() 31 void pr8880_7 (int first) { in pr8880_7() 35 void pr8880_8 (int first) { in pr8880_8()
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/ |
D | is_sorted.hpp | 38 …BOOST_CXX14_CONSTEXPR ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator las… in is_sorted_until() 58 …BOOST_CXX14_CONSTEXPR ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator las… in is_sorted_until() 73 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted() 85 BOOST_CXX14_CONSTEXPR bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted() 163 BOOST_CXX14_CONSTEXPR bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing() 196 BOOST_CXX14_CONSTEXPR bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing() 228 … BOOST_CXX14_CONSTEXPR bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing() 259 … BOOST_CXX14_CONSTEXPR bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/ |
D | actions.cpp | 62 char const *first = "{42}", *last = first + std::strlen(first); in main() local 70 char const *first = "{43}", *last = first + std::strlen(first); in main() local 78 char const *first = "{44}", *last = first + std::strlen(first); in main() local 87 char const *first = "{44}", *last = first + std::strlen(first); in main() local 98 char const *first = "{45}", *last = first + std::strlen(first); in main() local
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/ |
D | parse.hpp | 26 Iterator& first in parse() 47 Iterator first = first_; in parse() local 70 Iterator& first in parse() 99 Iterator first = first_; in parse() local 107 Iterator& first in phrase_parse() 133 Iterator first = first_; in phrase_parse() local 141 Iterator& first in phrase_parse() 187 Iterator first = first_; in phrase_parse() local 195 Iterator& first in phrase_parse() 213 Iterator first = first_; in phrase_parse() local
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | SegmentPool.kt | 73 val first = firstRef().get() ?: return 0 constant 81 val first = firstRef.getAndSet(LOCK) in take() constant 109 val first = firstRef.getAndSet(LOCK) in recycle() constant
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 182 bool first = reflection->GetBool(*a, field_); in operator() local 187 int32_t first = reflection->GetInt32(*a, field_); in operator() local 192 int64_t first = reflection->GetInt64(*a, field_); in operator() local 197 uint32_t first = reflection->GetUInt32(*a, field_); in operator() local 202 uint64_t first = reflection->GetUInt64(*a, field_); in operator() local 207 std::string first = reflection->GetString(*a, field_); in operator() local
|
/external/pdfium/core/fxcrt/ |
D | zip.h | 65 typename T::iterator first; member 69 ZipView2(T first, U second) : first_(first), second_(second) { in ZipView2() 105 typename T::iterator first; member 110 ZipView3(T first, U second, V third) in ZipView3() 126 auto Zip(const T& first, U&& second) { in Zip() 131 auto Zip(const T& first, const U& second, V&& third) { in Zip()
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 182 bool first = reflection->GetBool(*a, field_); in operator() local 187 int32_t first = reflection->GetInt32(*a, field_); in operator() local 192 int64_t first = reflection->GetInt64(*a, field_); in operator() local 197 uint32_t first = reflection->GetUInt32(*a, field_); in operator() local 202 uint64_t first = reflection->GetUInt64(*a, field_); in operator() local 207 std::string first = reflection->GetString(*a, field_); in operator() local
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 182 bool first = reflection->GetBool(*a, field_); in operator() local 187 int32_t first = reflection->GetInt32(*a, field_); in operator() local 192 int64_t first = reflection->GetInt64(*a, field_); in operator() local 197 uint32_t first = reflection->GetUInt32(*a, field_); in operator() local 202 uint64_t first = reflection->GetUInt64(*a, field_); in operator() local 207 std::string first = reflection->GetString(*a, field_); in operator() local
|
/external/cronet/tot/base/ranges/ |
D | algorithm.h | 1213 constexpr auto copy(InputIterator first, in copy() 1259 constexpr auto copy_n(InputIterator first, Size n, OutputIterator result) { in copy_n() 1343 constexpr auto copy_backward(BidirectionalIterator1 first, in copy_backward() 1393 constexpr auto move(InputIterator first, in move() 1442 constexpr auto move_backward(BidirectionalIterator1 first, in move_backward() 1976 constexpr auto fill(OutputIterator first, OutputIterator last, const T& value) { in fill() 2016 constexpr auto fill_n(OutputIterator first, Size n, const T& value) { in fill_n() 2036 constexpr auto generate(OutputIterator first, in generate() 2077 constexpr auto generate_n(OutputIterator first, Size n, Generator gen) { in generate_n() 2457 constexpr auto reverse(BidirectionalIterator first, in reverse() [all …]
|
/external/cronet/stable/base/ranges/ |
D | algorithm.h | 1213 constexpr auto copy(InputIterator first, in copy() 1259 constexpr auto copy_n(InputIterator first, Size n, OutputIterator result) { in copy_n() 1343 constexpr auto copy_backward(BidirectionalIterator1 first, in copy_backward() 1393 constexpr auto move(InputIterator first, in move() 1442 constexpr auto move_backward(BidirectionalIterator1 first, in move_backward() 1976 constexpr auto fill(OutputIterator first, OutputIterator last, const T& value) { in fill() 2016 constexpr auto fill_n(OutputIterator first, Size n, const T& value) { in fill_n() 2036 constexpr auto generate(OutputIterator first, in generate() 2077 constexpr auto generate_n(OutputIterator first, Size n, Generator gen) { in generate_n() 2457 constexpr auto reverse(BidirectionalIterator first, in reverse() [all …]
|
/external/elfutils/lib/ |
D | list.h | 33 #define CDBL_LIST_ADD_REAR(first, newp) \ argument 49 #define CDBL_LIST_DEL(first, elem) \ argument 76 #define SNGL_LIST_PUSH(first, newp) \ argument 86 #define CSNGL_LIST_ADD_REAR(first, newp) \ argument
|
/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/ |
D | binary_search.hpp | 37 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound() 62 ForwardIter lower_bound(ForwardIter first, ForwardIter last, in lower_bound() 87 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound() 112 ForwardIter upper_bound(ForwardIter first, ForwardIter last, in upper_bound() 138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range() 169 equal_range(ForwardIter first, ForwardIter last, const Tp& val, in equal_range() 200 bool binary_search(ForwardIter first, ForwardIter last, in binary_search() 207 bool binary_search(ForwardIter first, ForwardIter last, in binary_search()
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/std/ |
D | utility.hpp | 54 struct first struct 62 struct result<This(Pair)> 68 struct result<This(Pair &)> 74 struct result<This(Pair const &)> 80 typename Pair::first_type &operator()(Pair &pair) const in operator ()() 86 typename Pair::first_type const &operator()(Pair const &pair) const in operator ()()
|