/development/tools/idegen/src/com/android/idegen/ |
ModuleIndexes.java | 66 String moduleName = arr[1]; 67 moduleNameToMakeFileMap.put(moduleName, makeFile); 68 append(makeFile, moduleName); 80 private void append(String makeFile, String moduleName) { 89 moduleNames.add(moduleName); 92 public String getMakeFile(String moduleName) { 96 return moduleNameToMakeFileMap.get(moduleName);
|
ModuleCache.java | 70 public Module getAndCacheByName(String moduleName) throws IOException { 72 Preconditions.checkNotNull(moduleName); 74 String makeFile = indexes.getMakeFile(moduleName); 76 logger.warning("Unable to find make file for module: " + moduleName);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Runtime.js | 163 * @param {string} moduleName 167 Runtime.startSharedWorker = function(moduleName, workerName) 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); 182 * @param {string} moduleName 185 Runtime.startWorker = function(moduleName) 188 return new Worker(moduleName + "_module.js"); 190 var content = loadResource(moduleName + "/module.json") [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
GrGLCreateNativeInterface_win.cpp | 17 AutoLibraryUnload(const char* moduleName) { 18 fModule = LoadLibrary(moduleName);
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/ |
Runner.java | 121 System.err.println("@@ START_MODULE:" + task.descriptor.moduleName + " @@"); 243 private final String moduleName; 246 public CompilerInstanceDescriptor(String moduleName, String commandLine) { 247 this.moduleName = moduleName;
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
DatabaseAuthorizer.h | 76 int createVTable(const String& tableName, const String& moduleName); 77 int dropVTable(const String& tableName, const String& moduleName);
|
DatabaseAuthorizer.cpp | 285 int DatabaseAuthorizer::createVTable(const String& tableName, const String& moduleName) 291 if (!equalIgnoringCase(moduleName, "fts3")) 298 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName) 304 if (!equalIgnoringCase(moduleName, "fts3"))
|
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/ |
Runner.java | 124 //System.err.println("@@ START_MODULE:" + task.descriptor.moduleName + " @@"); 252 private final String moduleName; 255 public CompilerInstanceDescriptor(String moduleName, String commandLine) { 256 this.moduleName = moduleName;
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/ |
closure-runner.jar | |
/external/libpcap/msdos/ |
ndis2.c | 288 macCommon->moduleName,
296 if (!strcmp(bindings.moduleName[bindEntry], handle->moduleName))
611 strcpy (common.moduleName, "PCAP");
644 strcpy (bindings.moduleName[0], handle->moduleName);
688 card->moduleName);
833 DEBUG1 ("MAC card: %-16s - ", handle->moduleName);
|
ndis2.h | 250 BYTE moduleName[16];
436 BYTE moduleName[16];
443 BYTE moduleName[2][16];
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
testbase.py | 106 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)
|
/developers/build/ |
build.gradle | 188 modules.each { moduleName -> 195 outputPath = "${moduleName}" 197 println "\n---------------- processing MODULE ${moduleName} to outputPath ${outputPath}" 198 def inputPath = "${project.projectDir}/${moduleName}"
|
/external/chromium_org/third_party/closure_compiler/runner/ |
runner.jar | |
/external/clang/include/clang/Basic/ |
SourceManager.h | 743 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { 744 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); [all...] |
/external/chromium_org/third_party/blanketjs/src/ |
blanket.js | [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | 527 dojo.experimental = function(moduleName, extra){ 535 // moduleName: String [all...] |
/external/chromium_org/third_party/dom_distiller_js/package/js/ |
domdistiller.js | 1 var $gwt_version = "2.5.1";var $wnd = window;var $doc = $wnd.document;var $moduleName, $moduleBase;var $strongName = 'AFB5D083CE4A2028741F9233C9288A50';var $stats = $wnd.__gwtStatsEvent ? function(a) {return $wnd.__gwtStatsEvent(a);} : null,$sessionId = $wnd.__gwtStatsSessionId ? $wnd.__gwtStatsSessionId : null;$stats && $stats({moduleName:'domdistiller',sessionId:$sessionId,subSystem:'startup',evtGroup:'moduleStartup',millis:(new Date()).getTime(),type:'moduleEvalStart'}); 387 function gwtOnLoad(b,c,d,e){$moduleName=c;$moduleBase=d;if(b)try{Yu($k)()}catch(a){b(c)}else{Yu($k)()}} 464 function el(a){return $stats({moduleName:$moduleName,sessionId:$sessionId,subSystem:'startup',evtGroup:'moduleStartup',millis:(new Date).getTime(),type:'onModuleLoadStart',className:a})} [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/ |
core-component-page-extracted.js | [all...] |
/external/chromium_org/third_party/closure_compiler/compiler/ |
compiler.jar | |