Home
last modified time | relevance | path

Searched refs:moduleName (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DRuntime.js167 Runtime.startSharedWorker = function(moduleName, workerName) argument
170 return new SharedWorker(moduleName + "_module.js", workerName);
172 var content = loadResource(moduleName + "/module.json");
174 throw new Error("Worker is not defined: " + moduleName + " " + new Error().stack);
178 return new SharedWorker(moduleName + "/" + scripts[0], workerName);
185 Runtime.startWorker = function(moduleName) argument
188 return new Worker(moduleName + "_module.js");
190 var content = loadResource(moduleName + "/module.json");
192 throw new Error("Worker is not defined: " + moduleName + " " + new Error().stack);
196 var url = self._importScriptPathPrefix + moduleName + "/" + scripts[i];
[all …]
/external/chromium-trace/trace-viewer/src/
Dbase.js72 function addModuleDependency(moduleName, dependentModuleName) { argument
73 if (!moduleDependencies[moduleName])
74 moduleDependencies[moduleName] = [];
76 var dependentModules = moduleDependencies[moduleName];
85 function addModuleRawScriptDependency(moduleName, rawScriptName) { argument
86 if (!moduleRawScripts[moduleName])
87 moduleRawScripts[moduleName] = [];
89 var dependentRawScripts = moduleRawScripts[moduleName];
98 function addModuleStylesheet(moduleName, stylesheetName) { argument
99 if (!moduleStylesheets[moduleName])
[all …]
/external/clang/test/SemaObjC/
Dblock-return.m11 NSString *moduleName;
12 return [moduleName UTF8String];
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
DRunner.java121 System.err.println("@@ START_MODULE:" + task.descriptor.moduleName + " @@"); in runWithExecutor()
243 private final String moduleName; field in Runner.CompilerInstanceDescriptor
246 public CompilerInstanceDescriptor(String moduleName, String commandLine) { in CompilerInstanceDescriptor() argument
247 this.moduleName = moduleName; in CompilerInstanceDescriptor()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp16 AutoLibraryUnload(const char* moduleName) { in AutoLibraryUnload() argument
17 fModule = LoadLibrary(moduleName); in AutoLibraryUnload()
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp17 AutoLibraryUnload(const char* moduleName) { in AutoLibraryUnload() argument
18 fModule = LoadLibrary(moduleName); in AutoLibraryUnload()
/external/libpcap/msdos/
Dndis2.c288 macCommon->moduleName, in CALLBACK()
296 if (!strcmp(bindings.moduleName[bindEntry], handle->moduleName)) in CALLBACK()
611 strcpy (common.moduleName, "PCAP"); in NdisRegisterAndBind()
644 strcpy (bindings.moduleName[0], handle->moduleName); in NdisRegisterAndBind()
688 card->moduleName); in CheckMacFeatures()
833 DEBUG1 ("MAC card: %-16s - ", handle->moduleName); in NdisInit()
Dndis2.h250 BYTE moduleName[16]; member
436 BYTE moduleName[16]; member
443 BYTE moduleName[2][16]; member
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseAuthorizer.cpp285 int DatabaseAuthorizer::createVTable(const String& tableName, const String& moduleName) in createVTable() argument
291 if (!equalIgnoringCase(moduleName, "fts3")) in createVTable()
298 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName) in dropVTable() argument
304 if (!equalIgnoringCase(moduleName, "fts3")) in dropVTable()
DDatabaseAuthorizer.h76 int createVTable(const String& tableName, const String& moduleName);
77 int dropVTable(const String& tableName, const String& moduleName);
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
DRunner.java252 private final String moduleName; field in Runner.CompilerInstanceDescriptor
255 public CompilerInstanceDescriptor(String moduleName, String commandLine) { in CompilerInstanceDescriptor() argument
256 this.moduleName = moduleName; in CompilerInstanceDescriptor()
/external/antlr/antlr-3.4/runtime/Python/tests/
Dtestbase.py106 … self.moduleName = os.path.splitext(os.path.basename(sys.modules[self.__module__].__file__))[0]
152 self.moduleName, self.className, testName)
185 grammarName = self.moduleName + '.g'
189 self.moduleName)
/external/chromium-trace/trace-viewer/src/base/
Dunittest.js81 var moduleName = path.slice(5, path.length - 3);
82 moduleName = moduleName.replace(/\//g, '.');
83 modules.push(moduleName);
/external/clang/include/clang/Basic/
DSourceManager.h743 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack() argument
744 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); in pushModuleBuildStack()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js688 dojo._loadUriAndCheck = function(/*String*/uri, /*String*/moduleName, /*Function?*/cb){ argument
696 return !!(ok && d._loadedModules[moduleName]); // Boolean
961 var module = d._loadedModules[moduleName];
967 var relpath = d._getModuleSymbols(moduleName).join("/") + '.js';
968 var modArg = !omitModuleCheck ? moduleName : null;
971 … throw new Error("Could not load '" + moduleName + "'; last tried '" + relpath + "'");
978 module = d._loadedModules[moduleName];
980 … throw new Error("symbol '" + moduleName + "' is not defined after loading '" + relpath + "'");
/external/chromium_org/third_party/blanketjs/src/
Dblanket.js5328 requirejs.load = function (context, moduleName, url) { argument
5336 context.completeLoad(moduleName);
5339 _blanket.utils.oldloader(context, moduleName, url);
/external/chromium_org/third_party/dom_distiller_js/package/js/
Ddomdistiller.js1 …_gwtStatsSessionId ? $wnd.__gwtStatsSessionId : null;$stats && $stats({moduleName:'domdistiller',s… property
464 function el(a){return $stats({moduleName:$moduleName,sessionId:$sessionId,subSystem:'startup',evtGr… property
536 …189),_j=Yo(zx,'StringIndexOutOfBoundsException',162);$stats && $stats({moduleName:'domdistiller',s… property