Searched refs:kDesc (Results 1 - 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-vm-global-property-interceptors.js | 97 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 D | GrSurfaceTest.cpp | 35 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 D | commands.h | 56 extern const char kDesc[];
|
H A D | command_desc.cc | 480 const char kDesc[] = "desc"; member
|
Completed in 3 milliseconds