/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 334 const GLfloat d01 = 0.4; in depthStencilReadbackCase() local 347 glClearDepthf(d01); in depthStencilReadbackCase() 368 ASSERT_NEAR(pixels[0 + destRes], d01, kEpsilon); in depthStencilReadbackCase() 382 ASSERT_NEAR(pixels[0 + destRes], scale(d01), kEpsilon); in depthStencilReadbackCase() 664 const GLfloat d01 = 0.4; in TEST_P() local 675 glClearDepthf(d01); in TEST_P() 701 d01, d01, d11, d11, d01, d01, d1 in TEST_P() [all...] |
/third_party/skia/src/core/ |
H A D | SkMaskBlurFilter.cpp | 676 // Instead of using memory we can introduce temporaries d01 and d12. The update step changes 679 // answer = d01 + S[n+0r]*G[1] 680 // d01 = d12 + S[n+0r]*G[0] 685 // answer[0..7] = d01[0..7] + S[n+0r..n+0r+7]*G[1] 686 // d01[0..7] = d12[0..7] + S[n+0r..n+0r+7]*G[0] 692 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { 696 Sk8h answer = *d01 + v1; 697 *d01 = *d12 + v0; 706 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { 711 Sk8h answer = *d01 [all...] |
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | py3_test_grammar.py | 220 def d01(a=1): pass function 221 d01() 222 d01(1) 223 d01(*(1,)) 224 d01(**{'a':2})
|
H A D | py2_test_grammar.py | 208 def d01(a=1): pass function 209 d01() 210 d01(1) 211 d01(*(1,)) 212 d01(**{'a':2})
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 172 SkScalar d01 = (t0 - t1).length(); in inside_triangle() 176 if (SkScalarNearlyZero(d12) || SkScalarNearlyZero(d20) || SkScalarNearlyZero(d01)) { in inside_triangle() 184 bary[2] = d0 * d01; in inside_triangle()
|
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 575 def d01(a=1): pass function 576 d01() 577 d01(1) 578 d01(*(1,)) 579 d01(*[] or [2]) 580 d01(*() or (), *{} and (), **() or {}) 581 d01(**{'a':2}) 582 d01(**{'a':2} or {})
|
H A D | _test_multiprocessing.py | 4390 d01 = Foo() 4391 util.Finalize(d01, conn.send, args=('d01',), exitpriority=0) 4416 self.assertEqual(result, ['a', 'b', 'd10', 'd03', 'd02', 'd01', 'e'])
|
/third_party/openssl/test/ |
H A D | sanitytest.c | 31 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, in test_sanity_enum_size() enumerator
|
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 1141 int d00, d01, d10, d11; in ff_j_rev_dct2() local 1145 d01 = data[0+0*DCTSTRIDE] - data[1+0*DCTSTRIDE]; in ff_j_rev_dct2() 1150 data[1+0*DCTSTRIDE]= (d01 + d11)>>3; in ff_j_rev_dct2() 1152 data[1+1*DCTSTRIDE]= (d01 - d11)>>3; in ff_j_rev_dct2()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 812 Date d01 = tempcal.getTime(); in Test4108764() 828 if (!cal.getTime().equals(d01)) { in Test4108764() 830 d01 + ", got " + cal.getTime()); in Test4108764()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 815 Date d01 = tempcal.getTime(); in Test4108764() 831 if (!cal.getTime().equals(d01)) { in Test4108764() 833 d01 + ", got " + cal.getTime()); in Test4108764()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | general_category.rs | 2366 ('\u{d00}', '\u{d01}'),
|
H A D | property_bool.rs | 1033 ('\u{d00}', '\u{d01}'), 5795 ('\u{d00}', '\u{d01}'),
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | calregts.cpp | 1282 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56); in test4108764() local 1291 if (cal->getTime(status) != d01) in test4108764()
|