Home
last modified time | relevance | path

Searched defs:sourceText (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/harness/
DtypeWriter.ts6 sourceText: string; property
13 sourceText: string; property
20 sourceText: string; property
106 const sourceText = ts.getSourceTextOfNodeFromSourceFile(this.currentSourceFile, node); constant
DevaluatorImpl.ts96 const sourceText = this.fs.readFileSync(file, "utf8"); constant
Dclient.ts435 const sourceText = getSnapshotText(this.host.getScriptSnapshot(file)!); constant
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java117 String sourceText = getText().substring(0,end); in transliterate() local
/third_party/typescript/src/testRunner/unittests/
Dhelpers.ts13 sourceText?: SourceText; property
/third_party/typescript/src/services/
DoutliningElementsCollector.ts135 const sourceText = sourceFile.getFullText(); constant
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp60 const char* sourceText; in OnGLDebugMessage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DHLSLCompiler.cpp226 std::string sourceText = stream.str(); in compileToBinary() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp85 std::string sourceText = gl::GetDebugMessageSourceString(source); in LogGLDebugMessage() local
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.cpp127 std::string sourceText = gl::GetDebugMessageSourceString(source); in DebugMessageCallback() local
/third_party/skia/m133/third_party/externals/icu/source/test/cintltst/
Dutransts.c646 const char * sourceText; member
/third_party/icu/icu4c/source/test/cintltst/
Dutransts.c646 const char * sourceText; member
/third_party/glslang/SPIRV/
DSpvBuilder.h889 std::string sourceText; variable
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1251 std::string sourceText; variable
/third_party/typescript/src/compiler/
Dutilities.ts452 const sourceText = sourceFile.text; constant
/third_party/typescript/lib/
DtypingsInstaller.js10274 function getTextOfNodeFromSourceText(sourceText, node, includeTrivia = false) { argument
19049 function parseJsonText(fileName, sourceText) { argument
19079 var sourceText; variable
25867 function processCommentPragmas(context, sourceText) { argument
Dtsc.js12881 function getTextOfNodeFromSourceText(sourceText, node, includeTrivia = false) { argument
26149 function createSourceFile(fileName, sourceText, languageVersionOrOptions, setParentNodes = false, s… argument
26182 function parseJsonText(fileName, sourceText) { argument
33019 function processCommentPragmas(context, sourceText) { argument