OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nameStartsWith
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java
78
AndroidContentAssist.
nameStartsWith
(
85
AndroidContentAssist.
nameStartsWith
("android:layout_marginTop", fullWord
92
AndroidContentAssist.
nameStartsWith
("android:layout_marginTop", fullWord
99
AndroidContentAssist.
nameStartsWith
("android:layout_marginTop", fullWord
103
assertFalse(AndroidContentAssist.
nameStartsWith
("ab", "ABc", null));
104
assertFalse(AndroidContentAssist.
nameStartsWith
("", "ABc", null));
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
628
if (
nameStartsWith
(nsKeyword, wordPrefix, nsPrefix)) {
[
all
...]
Completed in 47 milliseconds