/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexRoutine.cpp | 148 Pointer<Byte> source2 = source1 + (!textureSampling ? stride : 0); in readStream() local 149 Pointer<Byte> source3 = source2 + (!textureSampling ? stride : 0); in readStream() 167 v.x.z = *Pointer<Float>(source2); in readStream() 174 v.z = *Pointer<Float4>(source2); in readStream() 205 v.z = Float4(*Pointer<Byte4>(source2)); in readStream() 222 v.z = As<Float4>(Int4(*Pointer<Byte4>(source2))); in readStream() 233 v.z = Float4(*Pointer<SByte4>(source2)); in readStream() 250 v.z = As<Float4>(Int4(*Pointer<SByte4>(source2))); in readStream() 260 …v.z = Float4(*Pointer<Byte4>(source2)) * *Pointer<Float4>(constants + OFFSET(Constants,unscaleByte… in readStream() 276 v.z = Float4(*Pointer<Short4>(source2)); in readStream() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | VertexRoutine.cpp | 184 Pointer<Byte> source2 = buffer + offsets.z; in readStream() local 203 source2 = IfThenElse(limits.z > robustnessSize, zeroSource, source2); in readStream() 229 v.x.z = *Pointer<Float>(source2); in readStream() 236 v.z = *Pointer<Float4>(source2); in readStream() 253 v.z = Float4(*Pointer<Byte4>(source2)); in readStream() 269 v.z = As<Float4>(Int4(*Pointer<Byte4>(source2))); in readStream() 280 v.z = Float4(*Pointer<SByte4>(source2)); in readStream() 296 v.z = Float4(*Pointer<Byte4>(source2)); in readStream() 307 v.z = Float4(*Pointer<SByte4>(source2)); in readStream() 318 v.z = As<Float4>(Int4(*Pointer<SByte4>(source2))); in readStream() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | conditionalTypeDoesntSpinForever.types | 72 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 74 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 126 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 128 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 150 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 152 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 216 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 218 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 268 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 270 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… [all …]
|
D | es2018ObjectAssign.types | 5 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 7 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
|
D | intersectionsAndEmptyObjects.types | 79 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 81 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
|
D | declarationEmitObjectAssignedDefaultExport.types | 81 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 83 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
|
D | unionAndIntersectionInference1.types | 249 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 251 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
|
D | declarationsWithRecursiveInternalTypesProduceUniqueTypeParams.types | 42 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 44 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 65 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so… 67 …nds {}, U, V>(target: T, source1: U, source2: V): T & U & V; <T extends {}, U, V, W>(target: T, so…
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 2128 static const uint8_t source2[]={0x61}; in TestUTF16BE() local 2130 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE() 2142 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE() 2143 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE() 2182 static const uint8_t source2[]={0x61}; in TestUTF16LE() local 2184 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE() 2196 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE() 2197 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE() 2602 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local 2603 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Surface.cpp | 3798 unsigned char *source2 = source1 + slice; in resolve() local 3799 unsigned char *source3 = source2 + slice; in resolve() 3846 __m128i c2 = _mm_load_si128((__m128i*)(source2 + 4 * x)); in resolve() 3858 source2 += pitch; in resolve() 3870 __m128i c2 = _mm_load_si128((__m128i*)(source2 + 4 * x)); in resolve() 3890 source2 += pitch; in resolve() 3906 __m128i c2 = _mm_load_si128((__m128i*)(source2 + 4 * x)); in resolve() 3942 source2 += pitch; in resolve() 3991 unsigned int c2 = *(unsigned int*)(source2 + 4 * x); in resolve() 4003 source2 += pitch; in resolve() [all …]
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 295 assign<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V; 305 assign<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 275 assign<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V; 285 assign<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W;
|
/third_party/rust/crates/proc-macro2/tests/ |
D | test.rs | 455 let source2 = "ccc\nddd" in span_join() localVariable 461 assert!(source1[0].span().source_file() != source2[0].span().source_file()); in span_join() 468 let joined2 = source1[0].span().join(source2[0].span()); in span_join()
|
/third_party/skia/tests/ |
D | ImageFilterTest.cpp | 1989 sk_sp<SkImageFilter> source2(SkImageFilters::Image(image, src, dst, in DEF_TEST() local 1993 dst.roundOut() == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST() 1997 input == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST() 2002 dst.roundOut() == source2->filterBounds(input, scale, in DEF_TEST() 2005 REPORTER_ASSERT(reporter, input == source2->filterBounds(input, scale, in DEF_TEST() 2043 sk_sp<SkImageFilter> source2(SkImageFilters::Picture(picture, targetRect)); in DEF_TEST() local 2045 targetRect.roundOut() == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST() 2049 input == source2->filterBounds(input, SkMatrix::I(), in DEF_TEST() 2053 targetRect.roundOut() == source2->filterBounds(input, scale, in DEF_TEST() 2056 REPORTER_ASSERT(reporter, input == source2->filterBounds(input, scale, in DEF_TEST()
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBUnknownFieldSetTest.m | 299 TestEmptyMessage* source2 = [TestEmptyMessage message]; 300 [source2 setUnknownFields:set2]; 306 [destination1 mergeFrom:source2];
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_database.h | 362 DescriptorDatabase* source2);
|
D | descriptor_database.cc | 947 DescriptorDatabase* source1, DescriptorDatabase* source2) { in MergedDescriptorDatabase() argument 949 sources_.push_back(source2); in MergedDescriptorDatabase()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevc_mc.asm | 142 movq %3, [%2] ; load data from source2 144 movdqa %3, [%2] ; load data from source2 149 movdqa %3, [%2] ; load data from source2 150 movq %4, [%2+16] ; load data from source2 156 movdqa %3, [%2] ; load data from source2 157 movdqa %4, [%2+16] ; load data from source2
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 2152 uint8_t *source2 = source1 + slice; in fastResolve() local 2153 uint8_t *source3 = source2 + slice; in fastResolve() 2172 __m128i c2 = _mm_loadu_si128((__m128i *)(source2 + 4 * x)); in fastResolve() 2188 uint32_t c2 = *(uint32_t *)(source2 + 4 * x); in fastResolve() 2200 source2 += pitch; in fastResolve()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uregex.cpp | 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument 287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
|
/third_party/icu/icu4c/source/i18n/ |
D | uregex.cpp | 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument 287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uregex.cpp | 286 uregex_clone(const URegularExpression *source2, UErrorCode *status) { in uregex_clone() argument 287 RegularExpression *source = (RegularExpression*)source2; in uregex_clone()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | variant_test.cc | 2338 variant<const char*, float> source2 = "foo"; in TEST() local 2339 destination = ConvertVariantTo<variant<double, std::string>>(source2); in TEST() 2479 variant<const char*, float> source2 = "foo"; in TEST() local 2480 destination = ConvertVariantTo<variant<double, std::string>>(source2); in TEST()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | TransliteratorTest.java | 3910 …message, String expected, StringTransform t, StringTransform back, String source, String source2) { 3912 assertEquals(message + " " +source2, expected, t.transform(source2));
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | TransliteratorTest.java | 3910 …message, String expected, StringTransform t, StringTransform back, String source, String source2) { 3912 assertEquals(message + " " +source2, expected, t.transform(source2));
|