Home
last modified time | relevance | path

Searched defs:moduleName (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DextendingClassFromAliasAndUsageInIndexer.ts31 var moduleName: string; variable
32 var visModel = new moduleMap[moduleName].VisualizationModel(); variable
/third_party/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
DMibResolver.cs12 IModule Resolve(string moduleName); in Resolve()
28 public IModule Resolve(string moduleName) in Resolve()
DMibTypesResolver.cs24 public static IModule ResolveModule(string moduleName) in ResolveModule()
/third_party/mesa3d/src/gfxstream/codegen/scripts/
Dcerealgenerator.py675 … suppressFeatureGuards=False, moduleName=None, suppressVulkanHeaders=False, implOnly=False): argument
687 suppress=False, headerOnly=False, suppressFeatureGuards=False, moduleName=None, argument
702 def addModule(self, module, moduleName=None): argument
711 suppressFeatureGuards=False, moduleName=None, suppressVulkanHeaders=False): argument
746 def addWrapper(self, moduleType, moduleName, **kwargs): argument
/third_party/jsframework/runtime/main/page/
Dregister.ts62 for (const moduleName in modules) { constant
108 const moduleName: string = s[1]; constant
/third_party/typescript/tests/baselines/reference/
DextendingClassFromAliasAndUsageInIndexer.js32 var moduleName: string; variable
111 var moduleName; variable
/third_party/skia/m133/gn/
Dminify_sksl.py33 moduleDir, moduleName = os.path.split(os.path.splitext(module)[0]) variable
/third_party/typescript/src/services/codefixes/
DfixCannotFindModule.ts53 const moduleName = moduleSpecifierText.text; constant
/third_party/typescript/src/services/
DpreProcess.ts16 moduleName: undefined constant
Dtranspile.ts13 moduleName?: string; property
DexportInfoMap.ts50 moduleName: string; property
152 const moduleName = stripQuotes(moduleSymbol.name); constant
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts163 const moduleName = tryGetModuleNameFromFile(factory, node, host, compilerOptions); constant
250 const moduleName = tryGetModuleNameFromFile(factory, node, host, compilerOptions); constant
1034 …const moduleName = getExternalModuleNameLiteral(factory, importNode, currentSourceFile, host, reso… constant
DesnextAnd2015.ts105 …const moduleName = getExternalModuleNameLiteral(factory, importNode, Debug.checkDefined(currentSou… constant
Dsystem.ts125 const moduleName = tryGetModuleNameFromFile(factory, node, host, compilerOptions); constant
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DModuleTest.java66 …public static List<TestDataPair> getTestData(String moduleLocation, String moduleName) throws Exce… in getTestData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DModuleTest.java69 …public static List<TestDataPair> getTestData(String moduleLocation, String moduleName) throws Exce… in getTestData()
/third_party/python/Tools/freeze/
Dcheckextensions_win32.py82 def get_extension_defn(moduleName, mapFileName, prefix): argument
/third_party/python/PC/
Dpython_uwp.cpp195 const wchar_t *moduleName = NULL; in wmain() local
/third_party/python/Lib/test/
Dtest_pyclbr.py54 def checkModule(self, moduleName, module=None, ignore=()): argument
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_posix.cpp84 std::string moduleName = GetModulePath(&placeholderSymbol); in GetModuleDirectory() local
/third_party/typescript/src/testRunner/unittests/tsserver/
DsymLinks.ts63 const moduleName = "@microsoft/recognizers-text"; constant
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.h149 CHAR moduleName[STACKWALK_MAX_NAMELEN]; member
/third_party/typescript/src/compiler/
DbuilderState.ts257 for (const moduleName of sourceFile.moduleAugmentations) { constant
/third_party/weex-loader/src/
Dutil.js221 export function loadBabelModule (moduleName) { argument
/third_party/typescript/src/compiler/factory/
Dutilities.ts662 const moduleName = getExternalModuleName(importNode); constant

12