/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | DelegatingCreatorImplicitNames1001Test.java | 16 private String raw2 = ""; field in DelegatingCreatorImplicitNames1001Test.D 18 private D(String raw1, String raw2) { in D() argument 20 this.raw2 = raw2; in D() 32 return raw1 + ":" + raw2; in getMyValue() 44 && other.raw2.equals(raw2); in equals()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/ |
D | RawValueTest.java | 12 RawValue raw2 = new RawValue("bar"); in testEquality() local 17 assertFalse(raw1.equals(raw2)); in testEquality()
|
/external/llvm/test/Transforms/SROA/ |
D | alignment.ll | 111 %raw2 = getelementptr inbounds [18 x i8], [18 x i8]* %a, i32 0, i32 9 112 %ptr2 = bitcast i8* %raw2 to double* 137 %raw2 = getelementptr inbounds [16 x i8], [16 x i8]* %a, i32 0, i32 8 138 %ptr2 = bitcast i8* %raw2 to double* 155 %raw2 = getelementptr inbounds [16 x i8], [16 x i8]* %a, i32 0, i32 8 156 %ptr2 = bitcast i8* %raw2 to double*
|
/external/libcap/cap/ |
D | file.go | 78 var raw2 vfsCaps2 103 if err = binary.Read(b, binary.LittleEndian, &raw2); err != nil { 106 for i, data := range raw2.Data { 109 if raw2.MagicEtc&vfsCapFlagsMask == vfsCapFlagsEffective {
|
/external/libchrome/base/memory/ |
D | ref_counted_unittest.cc | 410 ScopedRefPtrCountBase *raw2 = new ScopedRefPtrCountBase(); in TEST() local 411 scoped_refptr<ScopedRefPtrCountBase> p2(raw2); in TEST() 418 EXPECT_EQ(raw2, p1.get()); in TEST() 466 ScopedRefPtrCountDerived *raw2 = new ScopedRefPtrCountDerived(); in TEST() local 467 scoped_refptr<ScopedRefPtrCountDerived> p2(raw2); in TEST() 478 EXPECT_EQ(raw2, p1.get()); in TEST()
|
/external/cronet/tot/base/memory/ |
D | ref_counted_unittest.cc | 449 ScopedRefPtrCountBase *raw2 = new ScopedRefPtrCountBase(); in TEST() local 450 scoped_refptr<ScopedRefPtrCountBase> p2(raw2); in TEST() 457 EXPECT_EQ(raw2, p1.get()); in TEST() 505 ScopedRefPtrCountDerived *raw2 = new ScopedRefPtrCountDerived(); in TEST() local 506 scoped_refptr<ScopedRefPtrCountDerived> p2(raw2); in TEST() 517 EXPECT_EQ(raw2, p1.get()); in TEST()
|
/external/cronet/stable/base/memory/ |
D | ref_counted_unittest.cc | 449 ScopedRefPtrCountBase *raw2 = new ScopedRefPtrCountBase(); in TEST() local 450 scoped_refptr<ScopedRefPtrCountBase> p2(raw2); in TEST() 457 EXPECT_EQ(raw2, p1.get()); in TEST() 505 ScopedRefPtrCountDerived *raw2 = new ScopedRefPtrCountDerived(); in TEST() local 506 scoped_refptr<ScopedRefPtrCountDerived> p2(raw2); in TEST() 517 EXPECT_EQ(raw2, p1.get()); in TEST()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | basictz.cpp | 48 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 53 tz.getOffset(start, false, raw2, dst2, status); in hasEquivalentTransitions() 58 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 64 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/icu/icu4c/source/i18n/ |
D | basictz.cpp | 48 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 53 tz.getOffset(start, false, raw2, dst2, status); in hasEquivalentTransitions() 58 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 64 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | basictz.cpp | 48 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 53 tz.getOffset(start, false, raw2, dst2, status); in hasEquivalentTransitions() 58 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 64 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/elfutils/src/ |
D | elfcmp.c | 587 char *raw2 = NULL; in main() local 597 raw2 = elf_rawfile (elf2, &size2); in main() 598 if (raw2 == NULL ) in main() 649 if (unlikely (memcmp (raw1 + last, raw2 + last, in main()
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | tzrulets.cpp | 825 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local 827 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTrip() 831 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip() 915 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local 917 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTripPartial() 921 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial() 2533 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 2538 tz2.getOffset(start, false, raw2, dst2, status); in hasEquivalentTransitions() 2543 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 2549 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/icu/icu4c/source/test/intltest/ |
D | tzrulets.cpp | 823 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local 825 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTrip() 829 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip() 913 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local 915 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTripPartial() 919 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial() 2531 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 2536 tz2.getOffset(start, false, raw2, dst2, status); in hasEquivalentTransitions() 2541 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 2547 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | tzrulets.cpp | 825 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTrip() local 827 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTrip() 831 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTrip() 915 int32_t raw1, raw2, dst1, dst2; in TestVTimeZoneRoundTripPartial() local 917 vtz_new->getOffset(startTime, false, raw2, dst2, status); in TestVTimeZoneRoundTripPartial() 921 if (raw1 + dst1 != raw2 + dst2) { in TestVTimeZoneRoundTripPartial() 2533 int32_t raw1, raw2, dst1, dst2; in hasEquivalentTransitions() local 2538 tz2.getOffset(start, false, raw2, dst2, status); in hasEquivalentTransitions() 2543 if ((raw1 + dst1 != raw2 + dst2) in hasEquivalentTransitions() 2549 if (raw1 != raw2 || dst1 != dst2) { in hasEquivalentTransitions()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 680 Class<?> raw2 = type2.getRawClass(); in moreSpecificType() local 681 if (raw1 == raw2) { in moreSpecificType() 685 if (raw1.isAssignableFrom(raw2)) { in moreSpecificType()
|
/external/cronet/stable/net/http/ |
D | http_response_headers_unittest.cc | 2797 std::string raw2 = in TEST() local 2801 HeadersToRaw(&raw2); in TEST() 2803 const auto parsed2 = base::MakeRefCounted<HttpResponseHeaders>(raw2); in TEST()
|
/external/cronet/tot/net/http/ |
D | http_response_headers_unittest.cc | 2797 std::string raw2 = in TEST() local 2801 HeadersToRaw(&raw2); in TEST() 2803 const auto parsed2 = base::MakeRefCounted<HttpResponseHeaders>(raw2); in TEST()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | StandardCodes.java | 1242 TreeMap<LstrField, String> raw2 = new TreeMap<>(); 1243 raw2.putAll(value2); 1244 raw1.put(key2, raw2); in raw1.put() argument
|
/external/mesa3d/src/asahi/compiler/ |
D | agx_pack.c | 847 uint64_t raw2 = S; in agx_pack_instr() local 850 memcpy(util_dynarray_grow_bytes(emission, 1, 2), &raw2, 2); in agx_pack_instr()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 18529 long unsigned int raw2; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 40838 long unsigned int raw2; member
|
D | vmlinux.h | 40838 long unsigned int raw2; member
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 19814 long unsigned int raw2; member
|
D | vmlinux.h | 19814 long unsigned int raw2; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 42622 long unsigned int raw2; member
|