Searched refs:checkText (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | versionCache.ts | 11 const checkText = editFlat(position, deleteLength, insertString, sourceText); constant 15 assert.equal(editedText, checkText); 281 const checkText = editFlat(rsa[i], las[i], insertString, testContent); constant 282 const snapText = snapshot.getText(0, checkText.length); 283 assert.equal(checkText, snapText); 289 let checkText = testContent; variable 294 checkText = editFlat(ersa[i], elas[i], insertString, checkText); 296 assert.equal(checkText, getSnapshotText(svc.getSnapshot())); 305 const checkText = editFlat(rsa[i], la[i], insertString, testContent); constant 306 const snapText = snapshot.getText(0, checkText.length); [all …]
|
/third_party/typescript/src/server/ |
D | scriptVersionCache.ts | 482 let checkText: string | undefined; variable 485 checkText = source.slice(0, pos) + newText + source.slice(pos + deleteLength); 519 Debug.assert(checkText === updatedText, "buffer edit mismatch");
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | macro_checker_file.py | 677 self.checkText() 758 if not self.checkText(): 779 if not self.checkText(): 789 def checkText(self): member in MacroCheckerFile
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 20232 visit$1(ast, 'text', checkText); 20233 function checkText (node) { function
|