OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childNames
(Results
1 - 9
of
9
) sorted by null
/libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java
53
String[]
childNames
= sroot.childrenNames();
54
assertContains(
childNames
, "child1");
55
assertContains(
childNames
, "child2");
56
assertNotContains(
childNames
, "grand");
58
childNames
= child1.childrenNames();
59
assertEquals(1,
childNames
.length);
61
childNames
= child2.childrenNames();
62
assertEquals(0,
childNames
.length);
65
childNames
= sroot.childrenNames();
66
assertNotContains(
childNames
, "child1")
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
FilePreferencesImplTest.java
80
String[]
childNames
= uroot.childrenNames();
81
assertEquals(2,
childNames
.length);
83
childNames
= child1.childrenNames();
84
assertEquals(1,
childNames
.length);
86
childNames
= child2.childrenNames();
87
assertEquals(0,
childNames
.length);
90
childNames
= uroot.childrenNames();
91
assertEquals(1,
childNames
.length);
94
childNames
= uroot.childrenNames();
95
assertEquals(0,
childNames
.length)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java
55
public String[]
childNames
(int options, IProgressMonitor monitor)
57
return mStore.
childNames
(options, monitor);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
org.eclipse.equinox.preferences_3.3.0.v20100503.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar
Completed in 286 milliseconds