Home
last modified time | relevance | path

Searched refs:debugName (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/formatting/
Drule.ts5 readonly debugName: string; property
Drules.ts379 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/
Drenderer11_utils.h284 const char *debugName);
298 LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName);
Drenderer11_utils.cpp2375 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/
Dgeneral.any.js654 …theSource.debugName = 'the source object passed to the constructor'; // makes test failures easier…