/external/geojson-jackson/src/test/java/org/geojson/ |
D | LngLatAltTest.java | 11 LngLatAlt second = new LngLatAlt(14.D, 13.D); in should_LngLatAlt_equals_without_alt() local 18 LngLatAlt second = new LngLatAlt(14.D, 13.D, 15D); in should_LngLatAlt_equals_with_alt() local 25 LngLatAlt second = new LngLatAlt(14.D, 13.D, 16D); in should_not_LngLatAlt_equals_with_alt() local 32 LngLatAlt second = new LngLatAlt(14.D, 13.D, 16D); in should_not_LngLatAlt_equals_without_alt() local 39 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements() local 47 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D); in should_LngLatAlt_equals_with_additional_elements_and_null() local 55 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D); in should_not_LngLatAlt_equals_without_additional_elements() local 63 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 17D, 16D); in should_not_LngLatAlt_equals_with_additional_elements_in_different_order() local 71 LngLatAlt second = new LngLatAlt(14.D, 14.D, 15D, 16D, 17D, 18D); in should_not_LngLatAlt_equals_with_additional_elements_and_different_size() local
|
/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/cronet/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 183 bool second = reflection->GetBool(*b, field_); in operator() local 188 int32_t second = reflection->GetInt32(*b, field_); in operator() local 193 int64_t second = reflection->GetInt64(*b, field_); in operator() local 198 uint32_t second = reflection->GetUInt32(*b, field_); in operator() local 203 uint64_t second = reflection->GetUInt64(*b, field_); in operator() local 208 std::string second = reflection->GetString(*b, field_); in operator() local
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 183 bool second = reflection->GetBool(*b, field_); in operator() local 188 int32_t second = reflection->GetInt32(*b, field_); in operator() local 193 int64_t second = reflection->GetInt64(*b, field_); in operator() local 198 uint32_t second = reflection->GetUInt32(*b, field_); in operator() local 203 uint64_t second = reflection->GetUInt64(*b, field_); in operator() local 208 std::string second = reflection->GetString(*b, field_); in operator() local
|
/external/testng/src/main/java/org/testng/internal/collections/ |
D | Pair.java | 11 private final B second; field in Pair 13 public Pair(A first, B second) { in Pair() 22 public B second() { in second() method in Pair 66 public static <A, B> Pair<A, B> create(A first, B second) { in create()
|
/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/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 | 19 public final S second; 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 | 21 public final S second; 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/libcxx/test/std/containers/associative/set/ |
D | merge.pass.cpp | 103 second_set_type second{2, 3, 4}; in main() local 120 second_set_type second{2, 3, 4}; in main() local 139 std::set<int> second; in main() local 144 std::multiset<int> second; in main() local
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | merge.pass.cpp | 103 second_set_type second{2, 3, 4}; in main() local 120 second_set_type second{2, 3, 4}; in main() local 139 std::multiset<int> second; in main() local 144 std::set<int> second; in main() local
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | merge.pass.cpp | 103 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 120 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 140 std::multimap<int, int> second; in main() local 145 std::multimap<int, int> second; in main() local
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | merge.pass.cpp | 103 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 120 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 140 std::map<int, int> second; in main() local 145 std::multimap<int, int> second; in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/map.modifiers/ |
D | merge.pass.cpp | 102 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 119 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 139 std::map<int, int> second; in main() local 144 std::multimap<int, int> second; in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multiset/ |
D | merge.pass.cpp | 102 second_set_type second{2, 3, 4}; in main() local 119 second_set_type second{2, 3, 4}; in main() local 138 std::multiset<int> second; in main() local 143 std::set<int> second; in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/multimap/multimap.modifiers/ |
D | merge.pass.cpp | 102 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 119 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 139 std::multimap<int, int> second; in main() local 144 std::multimap<int, int> second; in main() local
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/associative/set/ |
D | merge.pass.cpp | 102 second_set_type second{2, 3, 4}; in main() local 119 second_set_type second{2, 3, 4}; in main() local 138 std::set<int> second; in main() local 143 std::multiset<int> second; in main() local
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | MultiClassKey.java | 8 private Class<?> second; field in MultiClassKey 14 public MultiClassKey(Class<?> first, Class<?> second) { in MultiClassKey() 18 public void set(Class<?> first, Class<?> second) { in set()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | merge.pass.cpp | 111 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 128 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 147 std::unordered_map<int, int> second; in main() local 152 std::unordered_multimap<int, int> second; in main() local
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
D | merge.pass.cpp | 111 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 128 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local 147 std::unordered_multimap<int, int> second; in main() local 152 std::unordered_map<int, int> second; in main() local
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | merge.pass.cpp | 108 second_set_type second{2, 3, 4}; in main() local 125 second_set_type second{2, 3, 4}; in main() local 144 std::unordered_set<int> second; in main() local 149 std::unordered_multiset<int> second; in main() local
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | merge.pass.cpp | 108 second_set_type second{2, 3, 4}; in main() local 125 second_set_type second{2, 3, 4}; in main() local 144 std::unordered_multiset<int> second; in main() local 149 std::unordered_set<int> second; in main() local
|
/external/curl/lib/ |
D | strcase.c | 92 static int casecompare(const char *first, const char *second) in casecompare() 109 int curl_strequal(const char *first, const char *second) in curl_strequal() 119 static int ncasecompare(const char *first, const char *second, size_t max) in ncasecompare() 135 int curl_strnequal(const char *first, const char *second, size_t max) in curl_strnequal()
|