Searched defs:moduleName (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp29 AutoLibraryUnload(const char* moduleName) { argument
30 fModule = LoadLibrary(moduleName);
/external/skia/src/gpu/gl/win/
H A DGrGLCreateNativeInterface_win.cpp29 AutoLibraryUnload(const char* moduleName) { argument
30 fModule = LoadLibrary(moduleName);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseAuthorizer.cpp285 int DatabaseAuthorizer::createVTable(const String& tableName, const String& moduleName) argument
291 if (!equalIgnoringCase(moduleName, "fts3"))
298 int DatabaseAuthorizer::dropVTable(const String& tableName, const String& moduleName) argument
304 if (!equalIgnoringCase(moduleName, "fts3"))
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContextTest.java56 private static final String moduleName = "moduleName"; field in class:LoginContextTest
79 LoginContext context = new LoginContext(moduleName);
81 assertTrue("Requested module", MyConfig.getLastAppName() == moduleName);
116 new LoginContext(moduleName);
138 new LoginContext(moduleName);
142 MyConfig.getLastAppName() == moduleName);
165 new LoginContext(moduleName);
188 new LoginContext(moduleName);
217 LoginContext context = new LoginContext(moduleName);
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h728 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { argument
729 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 963 milliseconds