Home
last modified time | relevance | path

Searched +defs:is +defs:module (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dkeyword-variables.src.ts13 const is = 1; constant
15 const module = 1; constant
/third_party/boost/tools/boostdep/src/
Dboostdep.cpp41 std::string module = path.generic_string().substr( 5 ); // strip "libs/" in scan_module_headers() local
104 static void scan_header_dependencies( std::string const & header, std::istream & is, std::map< std:… in scan_header_dependencies()
181 static fs::path module_include_path( std::string module ) in module_include_path()
187 static fs::path module_source_path( std::string module ) in module_source_path()
193 static fs::path module_build_path( std::string module ) in module_build_path()
199 static fs::path module_test_path( std::string module ) in module_test_path()
227 fs::ifstream is( it->path() ); in scan_module_path() local
234 static void scan_module_dependencies( std::string const & module, module_primary_actions & actions,… in scan_module_dependencies()
347 static void output_module_primary_report( std::string const & module, module_primary_actions & acti… in output_module_primary_report()
377 static void output_module_secondary_report( std::string const & module, std::set< std::string> deps… in output_module_secondary_report()
[all …]
/third_party/python/Python/
Dsysmodule.c197 PyInterpreterState *is = ts->interp; in sys_audit_tstate() local
443 sys_addaudithook_impl(PyObject *module, PyObject *hook) in sys_addaudithook_impl()
573 PyObject *module = PyImport_Import(modulepath); in sys_breakpointhook() local
694 sys_displayhook(PyObject *module, PyObject *o) in sys_displayhook()
765 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
784 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl()
815 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
837 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl()
854 sys_getdefaultencoding_impl(PyObject *module) in sys_getdefaultencoding_impl()
867 sys_getfilesystemencoding_impl(PyObject *module) in sys_getfilesystemencoding_impl()
[all …]
/third_party/typescript/tests/baselines/reference/
DconvertClassExpressionToFunctionFromObjectProperty1.js181 foo.is = class { class in foo
187 foo.module = class { class in foo
537 foo.is = /** @class */ (function () { function
538 function is() { function
547 foo.module = /** @class */ (function () { function
548 function module() { function
DconvertClassExpressionToFunctionFromObjectProperty2.js536 function is() { function
546 function module() { function
/third_party/typescript/tests/cases/compiler/
DconvertClassExpressionToFunctionFromObjectProperty2.ts180 is: class { constant
186 module: class { constant
/third_party/typescript/src/debug/
Ddbg.ts62 isDefaultClause(node: Node): node is DefaultClause; property
512 declare const module: { exports: {} }; constant
/third_party/typescript/src/compiler/
Dscanner.ts117 is: SyntaxKind.IsKeyword, constant
120 module: SyntaxKind.ModuleKeyword, constant
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2855 module?: ModuleKind; property
5435 isUnion(): this is UnionType; property
5436 isIntersection(): this is IntersectionType; property
5437 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5438 isLiteral(): this is LiteralType; property
5439 isStringLiteral(): this is StringLiteralType; property
5440 isNumberLiteral(): this is NumberLiteralType; property
5441 isTypeParameter(): this is TypeParameter; property
5442 isClassOrInterface(): this is InterfaceType; property
5443 isClass(): this is InterfaceType; property
[all …]
Dtypescript.d.ts2855 module?: ModuleKind; property
5435 isUnion(): this is UnionType; property
5436 isIntersection(): this is IntersectionType; property
5437 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5438 isLiteral(): this is LiteralType; property
5439 isStringLiteral(): this is StringLiteralType; property
5440 isNumberLiteral(): this is NumberLiteralType; property
5441 isTypeParameter(): this is TypeParameter; property
5442 isClassOrInterface(): this is InterfaceType; property
5443 isClass(): this is InterfaceType; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts2841 module?: ModuleKind; property
5352 isUnion(): this is UnionType; property
5353 isIntersection(): this is IntersectionType; property
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5355 isLiteral(): this is LiteralType; property
5356 isStringLiteral(): this is StringLiteralType; property
5357 isNumberLiteral(): this is NumberLiteralType; property
5358 isTypeParameter(): this is TypeParameter; property
5359 isClassOrInterface(): this is InterfaceType; property
5360 isClass(): this is InterfaceType; property
[all …]
DtypescriptServices.d.ts2841 module?: ModuleKind; property
5352 isUnion(): this is UnionType; property
5353 isIntersection(): this is IntersectionType; property
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5355 isLiteral(): this is LiteralType; property
5356 isStringLiteral(): this is StringLiteralType; property
5357 isNumberLiteral(): this is NumberLiteralType; property
5358 isTypeParameter(): this is TypeParameter; property
5359 isClassOrInterface(): this is InterfaceType; property
5360 isClass(): this is InterfaceType; property
Dtypescript.d.ts2841 module?: ModuleKind; property
5352 isUnion(): this is UnionType; property
5353 isIntersection(): this is IntersectionType; property
5354 isUnionOrIntersection(): this is UnionOrIntersectionType; property
5355 isLiteral(): this is LiteralType; property
5356 isStringLiteral(): this is StringLiteralType; property
5357 isNumberLiteral(): this is NumberLiteralType; property
5358 isTypeParameter(): this is TypeParameter; property
5359 isClassOrInterface(): this is InterfaceType; property
5360 isClass(): this is InterfaceType; property