Home
last modified time | relevance | path

Searched refs:isSourceFile (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_license.py71 def isSourceFile (file): function
80 if isTextFile(file) and isSourceFile(file):
/third_party/vk-gl-cts/scripts/
H A Dgen_android_bp.py93 def isSourceFile (filename): function
124 if isSourceFile(portablePath):
H A Dgen_android_mk.py74 def isSourceFile (filename): function
105 if isSourceFile(portablePath):
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js10426 return ts.isSourceFile(node) || ts.isModuleBlock(node) || ts.isBlock(node) && isFunctionLike(node.parent);
11218 if (ts.isSourceFile(node))
11816 return isAmbientModule(node.parent.parent) && ts.isSourceFile(node.parent.parent.parent) && !ts.isExternalModule(node.parent.parent.parent);
12698 return ts.isSourceFile(container);
13860 return !ts.isSourceFile(name) && !ts.isBindingPattern(name) && ts.isDeclaration(name.parent) && name.parent.name === name;
14277 return ts.getParseTreeNode(sourceFile, ts.isSourceFile) || sourceFile;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 233 milliseconds