/third_party/typescript/tests/baselines/reference/ |
D | ambientConstLiterals.js | 18 const c10 = [123]; variable 45 var c10 = [123]; variable
|
D | constDeclarations-validContexts.js | 41 const c10 = 0; constant 156 const c10 = 0; constant
|
D | tsxStatelessFunctionComponentOverload2.js | 32 const c10 = <OneThing {...obj2} yy1="boo" />; constant
|
D | destructuringArrayBindingPatternAndAssignment1ES5.js | 107 var _m = [1, 2, 3, 4, "hello"], c10 = _m.slice(3); variable
|
D | variadicTuples1.js | 314 const c10 = curry(fn2); // (x: number, b: boolean, ...args: string[]) => number constant 571 var c10 = curry(fn2); // (x: number, b: boolean, ...args: string[]) => number variable
|
D | strictBindCallApply1.js | 48 let c10 = c.foo.call(c, 10, "hello"); variable
|
D | destructuringArrayBindingPatternAndAssignment1ES5iterable.js | 123 var _y = __read([1, 2, 3, 4, "hello"]), c10 = _y.slice(3); variable
|
/third_party/typescript/tests/cases/compiler/ |
D | constDeclarations-errors.ts | 17 for(const c10 = 0, c11; c10 < 1;) { } constant
|
D | ambientConstLiterals.ts | 19 const c10 = [123]; constant
|
D | constDeclarations-validContexts.ts | 44 const c10 = 0; constant
|
D | staticFieldWithInterfaceContext.ts | 24 let [ c10 = class { static x = { a: "a" } } ]: [I?] = [class { static x = { a: "a" } }]; variable
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 49 let c10 = c.foo.call(c, 10, "hello"); variable
|
/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 149 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() 157 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp()
|
/third_party/skia/src/core/ |
D | SkMipmap.cpp | 206 auto c10 = F::Expand(p1[0]); in downsample_1_2() local 224 auto c10 = F::Expand(p1[0]); in downsample_1_3() local 259 auto c10 = F::Expand(p1[0]); in downsample_2_2() local 279 auto c10 = F::Expand(p1[0]); in downsample_2_3() local
|
/third_party/openssl/test/ |
D | sanitytest.c | 40 a10, b10, c10, d10, e10, f10, g10, h10, i10, j10, in test_sanity_enum_size() enumerator
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 316 const c10 = curry(fn2); // (x: number, b: boolean, ...args: string[]) => number constant
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 608 tcu::CubeFaceFloatCoords c10 = in initTexture() local 688 tcu::CubeFaceFloatCoords c10 = in initTexture() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 1348 Float4 c10; if(!read(c10, s10, state)) return nullptr; in generate() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 395 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 931 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 958 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 1040 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearCompareResultValid() local
|
D | tcuTexLookupVerifier.cpp | 544 …const Vec4 c10 = quad10.p00*(1.0f-a1)*(1.0f-b1) + quad10.p10*a1*(1.0f-b1) + quad10.p01*(1.0f-a1)*… in is3DTrilinearFilterResultValid() local 1551 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearSampleResultValid() local 1639 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1673 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 477 …Vector4s c10 = sampleTexel(uuuu1, vvvv0, wwww, layerIndex, offset, sample, mipmap, buffer, functio… in sampleQuad2D() local 946 Vector4f c10 = sampleTexel(x1, y0, z, dRef, sample, mipmap, buffer, function); in sampleFloat2D() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 692 Vec4 c10 = colors[v10]; in computeVertexReference() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 764 Vec4 c10 = colors[v10]; in computeVertexReference() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 1647 Float4 c10 = readFloat4(s10, state); in sample() local
|