OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIncluded
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java
61
finder.
setIncluded
("bar", Arrays.<String>asList("foo", "baz"), false);
62
finder.
setIncluded
("baz", Arrays.<String>asList("foo"), false);
64
finder.
setIncluded
("bar", Collections.<String>emptyList(), false);
66
finder.
setIncluded
("baz", Collections.<String>emptyList(), false);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java
487
setIncluded
(key, includes, detectCycles);
588
/* package */ void
setIncluded
(String includer, List<String> included, boolean detectCycles) {
[
all
...]
Completed in 147 milliseconds