/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/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/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/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/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 196 bool first = reflection->GetBool(*a, field_); in operator() local 201 int32 first = reflection->GetInt32(*a, field_); in operator() local 206 int64 first = reflection->GetInt64(*a, field_); in operator() local 211 uint32 first = reflection->GetUInt32(*a, field_); in operator() local 216 uint64 first = reflection->GetUInt64(*a, field_); in operator() local 221 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/curl/lib/ |
D | strcase.c | 180 int Curl_strcasecompare(const char *first, const char *second) in Curl_strcasecompare() 195 int Curl_safe_strcasecompare(const char *first, const char *second) in Curl_safe_strcasecompare() 208 int Curl_strncasecompare(const char *first, const char *second, size_t max) in Curl_strncasecompare() 256 int curl_strequal(const char *first, const char *second) in curl_strequal() 260 int curl_strnequal(const char *first, const char *second, size_t max) in curl_strnequal()
|
/external/llvm-project/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/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/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/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/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/glide/library/src/main/java/com/bumptech/glide/util/ |
D | MultiClassKey.java | 7 private Class<?> first; field in MultiClassKey 14 public MultiClassKey(Class<?> first, Class<?> second) { in MultiClassKey() 18 public void set(Class<?> first, Class<?> second) { in set()
|
/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 | 270 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures() 311 void Combine(T first, U... others) { in Combine() 325 void Remove(T first, U... others) { in Remove() 355 bool Has(T first, U... others) const { in Has() 452 CPUFeaturesScope(T* cpu_features_wrapper, U first, V... features) in CPUFeaturesScope()
|
/external/rust/crates/quiche/src/ |
D | stream.rs | 1322 let first = RangeBuf::from(b"hello", 0, false); in ordered_read() localVariable 1359 let first = RangeBuf::from(b"something", 0, false); in split_read() localVariable 1399 let first = RangeBuf::from(b"something", 0, false); in incomplete_read() localVariable 1427 let first = RangeBuf::from(b"something", 0, false); in zero_len_read() localVariable 1455 let first = RangeBuf::from(b"something", 0, false); in past_read() localVariable 1494 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read() localVariable 1525 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read2() localVariable 1556 let first = RangeBuf::from(b"something", 0, false); in fully_overlapping_read3() localVariable 1587 let first = RangeBuf::from(b"somethingsomething", 0, false); in fully_overlapping_read_multi() localVariable 1624 let first = RangeBuf::from(b"something", 0, false); in overlapping_start_read() localVariable [all …]
|
/external/cldr/tools/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
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | Lists.java | 287 public static <E> List<E> asList(@NullableDecl E first, E[] rest) { in asList() 307 public static <E> List<E> asList(@NullableDecl E first, @NullableDecl E second, E[] rest) { in asList() 314 @NullableDecl final E first; field in Lists.OnePlusArrayList 317 OnePlusArrayList(@NullableDecl E first, E[] rest) { in OnePlusArrayList() 340 @NullableDecl final E first; field in Lists.TwoPlusArrayList 344 TwoPlusArrayList(@NullableDecl E first, @NullableDecl E second, E[] rest) { in TwoPlusArrayList()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PathNormalizationTest.java | 307 private void assertNormalizedEqual(String first, String second) { in assertNormalizedEqual() 314 private void assertNormalizedUnequal(String first, String second) { in assertNormalizedUnequal() 324 private void assertNormalizedPatternMatches(String first, String second) { in assertNormalizedPatternMatches() 340 private void assertNormalizedPatternDoesNotMatch(String first, String second) { in assertNormalizedPatternDoesNotMatch()
|
/external/guava/guava/src/com/google/common/collect/ |
D | Lists.java | 288 public static <E> List<E> asList(@Nullable E first, E[] rest) { in asList() 308 public static <E> List<E> asList(@Nullable E first, @Nullable E second, E[] rest) { in asList() 315 final @Nullable E first; field in Lists.OnePlusArrayList 318 OnePlusArrayList(@Nullable E first, E[] rest) { in OnePlusArrayList() 341 final @Nullable E first; field in Lists.TwoPlusArrayList 345 TwoPlusArrayList(@Nullable E first, @Nullable E second, E[] rest) { in TwoPlusArrayList()
|