Searched refs:linePos (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CompilationMessages.cpp | 48 uint64_t linePos, in AddMessageForTesting() argument 56 lineNum, linePos, offset, length}); in AddMessageForTesting() 65 uint64_t linePos = diagnostic.source.range.begin.column; in AddMessage() local 70 if (lineNum && linePos && diagnostic.source.file_content) { in AddMessage() 90 offset += linePos - 1; in AddMessage() 105 lineNum, linePos, offset, length}); in AddMessage()
|
D | CompilationMessages.h | 41 uint64_t linePos = 0,
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ShaderModuleValidationTests.cpp | 189 ASSERT_EQ(0u, message->linePos); in TEST_F() 195 ASSERT_EQ(0u, message->linePos); in TEST_F() 201 ASSERT_EQ(4u, message->linePos); in TEST_F() 207 ASSERT_EQ(4u, message->linePos); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireShaderModuleTests.cpp | 116 infoMessage->linePos == message.linePos && in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUShaderModule.cpp | 56 return message.linePos; in compilationInfo()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 2120 …const float linePos = (patternStart + (float(lineNdx) / float(m_patternSide)) * patternSize) * 0.… in getNumberOfLinesRange() local 2123 if (linePos * (float)viewportArea > (float)queryAreaBegin + 1.0f && in getNumberOfLinesRange() 2124 linePos * (float)viewportArea < (float)queryAreaEnd - 1.0f) in getNumberOfLinesRange() 2130 else if (linePos * (float)viewportArea > (float)queryAreaBegin - lineWidth*0.5f - 1.0f && in getNumberOfLinesRange() 2131 linePos * (float)viewportArea < (float)queryAreaEnd + lineWidth*0.5f + 1.0f) in getNumberOfLinesRange()
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 4173 let linePos: number; 4180 linePos = output.length - s.length + last(lineStartsOfS); 4181 lineStart = (linePos - output.length) === 0; 4214 linePos = 0; 4236 linePos = output.length; 4258 getColumn: () => lineStart ? indent * getIndentSize() : output.length - linePos,
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 17081 var linePos; 17087 linePos = output.length - s.length + ts.last(lineStartsOfS); 17088 lineStart = (linePos - output.length) === 0; 17119 linePos = 0; 17138 linePos = output.length; 17157 … getColumn: function () { return lineStart ? indent * getIndentSize() : output.length - linePos; },
|
D | tsc.js | 13280 var linePos; 13286 linePos = output.length - s.length + ts.last(lineStartsOfS); 13287 lineStart = (linePos - output.length) === 0; 13318 linePos = 0; 13337 linePos = output.length; 13356 … getColumn: function () { return lineStart ? indent * getIndentSize() : output.length - linePos; },
|
D | tsserver.js | 17092 var linePos; 17098 linePos = output.length - s.length + ts.last(lineStartsOfS); 17099 lineStart = (linePos - output.length) === 0; 17130 linePos = 0; 17149 linePos = output.length; 17168 … getColumn: function () { return lineStart ? indent * getIndentSize() : output.length - linePos; },
|
D | typescriptServices.js | 17286 var linePos; 17292 linePos = output.length - s.length + ts.last(lineStartsOfS); 17293 lineStart = (linePos - output.length) === 0; 17324 linePos = 0; 17343 linePos = output.length; 17362 … getColumn: function () { return lineStart ? indent * getIndentSize() : output.length - linePos; },
|
D | tsserverlibrary.js | 17286 var linePos; 17292 linePos = output.length - s.length + ts.last(lineStartsOfS); 17293 lineStart = (linePos - output.length) === 0; 17324 linePos = 0; 17343 linePos = output.length; 17362 … getColumn: function () { return lineStart ? indent * getIndentSize() : output.length - linePos; },
|
D | typescript.js | 17286 var linePos; 17292 linePos = output.length - s.length + ts.last(lineStartsOfS); 17293 lineStart = (linePos - output.length) === 0; 17324 linePos = 0; 17343 linePos = output.length; 17362 … getColumn: function () { return lineStart ? indent * getIndentSize() : output.length - linePos; },
|