Searched refs:debugName (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/services/formatting/ |
D | rule.ts | 5 readonly debugName: string; property
|
D | rules.ts | 379 debugName: string, 386 …ange: toTokenRange(left), rightTokenRange: toTokenRange(right), rule: { debugName, context, action…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 284 const char *debugName); 298 LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName);
|
D | renderer11_utils.cpp | 2375 const char *debugName) in LazyInputLayout() argument 2376 : mInputDesc(inputDesc, inputDescLen), mByteCode(byteCode, byteCodeLen), mDebugName(debugName) in LazyInputLayout() 2386 LazyBlendState::LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName) in LazyBlendState() argument 2387 : mDesc(desc), mDebugName(debugName) in LazyBlendState()
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
D | general.any.js | 654 …theSource.debugName = 'the source object passed to the constructor'; // makes test failures easier…
|