OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findModule
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java
158
return
findModule
(module, mOriginalModules);
162
public List<GradleModule>
findModule
(GradleModule toFind, GradleModule rootModule) {
169
List<GradleModule> shortestChain =
findModule
(toFind, rootModule.getDependencies());
179
public List<GradleModule>
findModule
(GradleModule toFind, List<GradleModule> modules) {
183
List<GradleModule> newChain =
findModule
(toFind, child);
/external/clang/lib/Lex/
ModuleMap.cpp
355
Module *ModuleMap::
findModule
(StringRef Name) const {
370
return
findModule
(Name);
375
return
findModule
(Name);
[
all
...]
Completed in 615 milliseconds