| /external/mockito/src/main/java/org/mockito/ |
| D | AdditionalMatchers.java | 612 public static boolean and(boolean first, boolean second) { in and() 628 public static byte and(byte first, byte second) { in and() 644 public static char and(char first, char second) { in and() 660 public static double and(double first, double second) { in and() 676 public static float and(float first, float second) { in and() 692 public static int and(int first, int second) { in and() 708 public static long and(long first, long second) { in and() 724 public static short and(short first, short second) { in and() 742 public static <T> T and(T first, T second) { in and() 758 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/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/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/cronet/buildtools/third_party/libc++/trunk/test/libcxx/algorithms/alg.modifying.operations/ |
| 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()
|
| D | copy_move_trivial.pass.cpp | 188 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 191 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 194 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 197 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 200 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 206 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 209 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() 212 test_one<InIter, SentWrapper, OutIter>([](auto first, auto, auto out, std::size_t n) { in test_copy_and_move() argument 215 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t) { in test_copy_and_move() 218 test_one<InIter, SentWrapper, OutIter>([](auto first, auto last, auto out, std::size_t n) { in test_copy_and_move() [all …]
|
| /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/okio/okio/src/jvmMain/kotlin/okio/ |
| D | SegmentPool.kt | 71 val first = firstRef().get() ?: return 0 constant 79 val first = firstRef.getAndSet(LOCK) in take() constant 107 val first = firstRef.get() in recycle() constant
|
| /external/cronet/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/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/cronet/base/ranges/ |
| D | algorithm.h | 1212 constexpr auto copy(InputIterator first, in copy() 1257 constexpr auto copy_n(InputIterator first, Size n, OutputIterator result) { in copy_n() 1341 constexpr auto copy_backward(BidirectionalIterator1 first, in copy_backward() 1391 constexpr auto move(InputIterator first, in move() 1439 constexpr auto move_backward(BidirectionalIterator1 first, in move_backward() 1969 constexpr auto fill(OutputIterator first, OutputIterator last, const T& value) { in fill() 2008 constexpr auto fill_n(OutputIterator first, Size n, const T& value) { in fill_n() 2028 constexpr auto generate(OutputIterator first, in generate() 2069 constexpr auto generate_n(OutputIterator first, Size n, Generator gen) { in generate_n() 2446 constexpr auto reverse(BidirectionalIterator first, in reverse() [all …]
|
| /external/mesa3d/src/mesa/math/ |
| D | m_trans_tmp.h | 37 const GLubyte *first = f; in DEST_4F() local 61 const GLubyte *first = f; in DEST_4FN() local 84 const GLubyte *first = f; in DEST_3FN() local 104 const GLubyte *first = f; in DEST_1F() local 122 const GLubyte *first = f; in DEST_4UB() local 144 const GLubyte *first = f; in DEST_4US() local 166 const GLubyte *first = f; in DEST_1UB() local 185 const GLubyte *first = f; in DEST_1UI() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/ |
| D | iterator_sentinel.pass.cpp | 29 It first = It(a); in test_unsized() local 38 It first = It(a); in test_unsized() local 67 It first = It(a + 3); in test_sized() local 90 It first = It(a); in test_sized() local 99 It first = It(a); in test_sized() local 145 StrideCounter first(a, &inc); in test_stride_counting() local 154 SizedStrideCounter first(a, &minus); in test_stride_counting() local
|
| /external/testng/src/main/java/org/testng/internal/collections/ |
| D | Pair.java | 10 private final A first; field in Pair 13 public Pair(A first, B second) { in Pair() 18 public A first() { in first() method in Pair 66 public static <A, B> Pair<A, B> create(A first, B second) { in create()
|
| /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
| D | DTMDefaultBaseTraversers.java | 256 public int first(int context) in first() method in DTMDefaultBaseTraversers.AncestorOrSelfTraverser 273 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.AncestorOrSelfTraverser 408 public int first(int context) in first() method in DTMDefaultBaseTraversers.ChildTraverser 427 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.ChildTraverser 679 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.DescendantTraverser 785 public int first(int context) in first() method in DTMDefaultBaseTraversers.DescendantOrSelfTraverser 840 public int first(int context) in first() method in DTMDefaultBaseTraversers.FollowingTraverser 845 int first; in first() local 878 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.FollowingTraverser 882 int first; in first() local [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| D | LocalizedNumberRangeFormatter.java | 37 public FormattedNumberRange formatRange(int first, int second) { in formatRange() 55 public FormattedNumberRange formatRange(double first, double second) { in formatRange() 76 public FormattedNumberRange formatRange(Number first, Number second) { in formatRange() 85 …FormattedNumberRange formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBefore… in formatImpl()
|
| /external/icu/android_icu4j/src/main/java/android/icu/number/ |
| D | LocalizedNumberRangeFormatter.java | 36 public FormattedNumberRange formatRange(int first, int second) { in formatRange() 53 public FormattedNumberRange formatRange(double first, double second) { in formatRange() 73 public FormattedNumberRange formatRange(Number first, Number second) { in formatRange() 82 …FormattedNumberRange formatImpl(DecimalQuantity first, DecimalQuantity second, boolean equalBefore… in formatImpl()
|
| /external/cronet/third_party/protobuf/js/experimental/runtime/testing/ |
| D | jasmine_protobuf.js | 21 const byteStringEquality = (first, second) => { argument 38 const arrayBufferCustomEquality = (first, second) => { argument 54 const bufferDecoderCustomEquality = (first, second) => { argument
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | Pair.java | 18 public final F first; field in Pair 21 protected Pair(F first, S second) { in Pair() 32 public static <F, S> Pair<F, S> of(F first, S second) { in of()
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | Pair.java | 20 public final F first; field in Pair 23 protected Pair(F first, S second) { in Pair() 34 public static <F, S> Pair<F, S> of(F first, S second) { in of()
|
| /external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
| D | TSFBuilder.java | 140 public B enable(StreamReadFeature first, StreamReadFeature... other) { in enable() 153 public B disable(StreamReadFeature first, StreamReadFeature... other) { in disable() 172 public B enable(StreamWriteFeature first, StreamWriteFeature... other) { in enable() 185 public B disable(StreamWriteFeature first, StreamWriteFeature... other) { in disable() 210 public B enable(JsonReadFeature first, JsonReadFeature... other) { in enable() 218 public B disable(JsonReadFeature first, JsonReadFeature... other) { in disable() 237 public B enable(JsonWriteFeature first, JsonWriteFeature... other) { in enable() 245 public B disable(JsonWriteFeature first, JsonWriteFeature... other) { in disable()
|
| /external/vixl/src/ |
| D | cpu-features.h | 283 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures() 324 void Combine(T first, U... others) { in Combine() 338 void Remove(T first, U... others) { in Remove() 368 bool Has(T first, U... others) const { in Has() 465 CPUFeaturesScope(T* cpu_features_wrapper, U first, V... features) in CPUFeaturesScope()
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_linux_socket_utils.h | 160 QuicMMsgHdr(const IteratorT& first, const IteratorT& last, size_t cbuf_size, in QuicMMsgHdr() 215 auto* first = reinterpret_cast<mmsghdr*>(&storage_[0]); in GetMMsgHdr() local 220 auto* first = reinterpret_cast<iovec*>(GetMMsgHdr(num_msgs_)); in GetIov() local 225 auto* first = reinterpret_cast<sockaddr_storage*>(GetIov(num_msgs_)); in GetPeerAddressStorage() local 230 auto* first = reinterpret_cast<cmsghdr**>(GetPeerAddressStorage(num_msgs_)); in GetCmsgHdr() local 235 auto* first = reinterpret_cast<char*>(GetCmsgHdr(num_msgs_)); in GetCbuf() local
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
| D | CharacterListCompressor.java | 30 int first; field in CharacterListCompressor.Interval 33 public Interval(int first, int last) { in Interval() 43 public int first() { in first() method in CharacterListCompressor.Interval 198 int first = ilist.get(i).first; in getValueTypePairsFromStrRangeList() local 245 int first = lastCode + 1; in getStrRangeListFromValueTypePairs() local 254 public static void addInterval(List<Interval> list, int first, int last) { in addInterval() 265 int first; in getStrRangeListFromRangeStr() local 280 int first = ilist.get(i).first; in strRangeList2string() local 295 int first; in rangeString2string() local
|