OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIncludedBy
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java
59
assertEquals(null, finder.
getIncludedBy
("foo"));
63
assertEquals(Arrays.asList("bar", "baz"), finder.
getIncludedBy
("foo"));
65
assertEquals(Arrays.asList("baz"), finder.
getIncludedBy
("foo"));
67
assertEquals(Collections.emptyList(), finder.
getIncludedBy
("foo"));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java
36
final List<Reference> includedBy = finder.
getIncludedBy
(file);
IncludeFinder.java
159
public List<Reference>
getIncludedBy
(IResource included) {
203
/* package */ List<String>
getIncludedBy
(String included) {
[
all
...]
Completed in 835 milliseconds