Home
last modified time | relevance | path

Searched refs:kDesc (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-vm-global-property-interceptors.js97 const kDesc = Object.getOwnPropertyDescriptor(ctx, 'k');
98 assert.strictEqual(typeof kDesc.get, 'function');
99 assert.strictEqual(typeof kDesc.set, 'function');
100 assert.strictEqual(kDesc.enumerable, false);
101 assert.strictEqual(kDesc.configurable, false);
/third_party/skia/tests/
H A DGrSurfaceTest.cpp35 static constexpr SkISize kDesc = {256, 256}; in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
39 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kYes, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
52 resourceProvider->createTexture(kDesc, format, GrTextureType::k2D, GrRenderable::kNo, 1, in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/third_party/gn/src/gn/
H A Dcommands.h56 extern const char kDesc[];
H A Dcommand_desc.cc480 const char kDesc[] = "desc"; member

Completed in 3 milliseconds