Searched refs:contents (Results 1 - 25 of 149) sorted by relevance

123456

/openjdk7/jdk/test/java/util/ResourceBundle/
H A DBug4177489_Resource.java40 return contents;
42 static final Object[][] contents = { field in class:Bug4177489_Resource
H A DBug4177489_Resource_jf.java40 return contents;
42 static final Object[][] contents = { field in class:Bug4177489_Resource_jf
H A DBug4257318Res.java34 return contents;
37 static Object[][] contents = { field in class:Bug4257318Res
H A DBug4257318Res_en.java34 return contents;
37 static Object[][] contents = { field in class:Bug4257318Res_en
H A DTestResource_fr_CH.java65 return contents;
68 static final Object[][] contents = { field in class:TestResource_fr_CH
H A DTestResource_it.java66 return contents;
69 static final Object[][] contents = { field in class:TestResource_it
/openjdk7/jdk/src/share/classes/javax/naming/
H A DStringRefAddr.java32 * and a string contents specific to that communication mechanism.
34 * the address type and the contents of the address are based on
56 * Contains the contents of this address.
60 private String contents; field in class:StringRefAddr
63 * and contents.
66 * @param addr The possibly null contents of the address in the form of a string.
70 contents = addr;
74 * Retrieves the contents of this address. The result is a string.
76 * @return The possibly null address contents.
79 return contents;
[all...]
/openjdk7/langtools/make/test/
H A Dcontents.sh28 # Verify the contents of the dist directory by name,
34 ( cd ${TOPDIR}/dist ; find . -type f -print | LANG=C sort ) > contents.tmp
36 if diff ${TESTSRC}/contents.gold.txt contents.tmp ; then
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSignerResources.java35 private static final Object[][] contents = { field in class:JarSignerResources
233 * Returns the contents of this <code>ResourceBundle</code>.
237 * @return the contents of this <code>ResourceBundle</code>.
240 return contents;
H A DJarSignerResources_ja.java35 private static final Object[][] contents = { field in class:JarSignerResources_ja
231 * Returns the contents of this <code>ResourceBundle</code>.
235 * @return the contents of this <code>ResourceBundle</code>.
238 return contents;
H A DJarSignerResources_zh_CN.java35 private static final Object[][] contents = { field in class:JarSignerResources_zh_CN
231 * Returns the contents of this <code>ResourceBundle</code>.
235 * @return the contents of this <code>ResourceBundle</code>.
238 return contents;
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DAuthResources.java40 private static final Object[][] contents = { field in class:AuthResources
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_de.java40 private static final Object[][] contents = { field in class:AuthResources_de
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_es.java40 private static final Object[][] contents = { field in class:AuthResources_es
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_fr.java40 private static final Object[][] contents = { field in class:AuthResources_fr
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_it.java40 private static final Object[][] contents = { field in class:AuthResources_it
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_ja.java40 private static final Object[][] contents = { field in class:AuthResources_ja
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_ko.java40 private static final Object[][] contents = { field in class:AuthResources_ko
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_pt_BR.java40 private static final Object[][] contents = { field in class:AuthResources_pt_BR
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_sv.java40 private static final Object[][] contents = { field in class:AuthResources_sv
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_zh_CN.java40 private static final Object[][] contents = { field in class:AuthResources_zh_CN
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DAuthResources_zh_TW.java40 private static final Object[][] contents = { field in class:AuthResources_zh_TW
145 * Returns the contents of this <code>ResourceBundle</code>.
149 * @return the contents of this <code>ResourceBundle</code>.
152 return contents;
H A DResources.java35 private static final Object[][] contents = { field in class:Resources
455 "the policy contents to the persistent store).\n\n" +
661 * Returns the contents of this <code>ResourceBundle</code>.
665 * @return the contents of this <code>ResourceBundle</code>.
668 return contents;
H A DResources_de.java35 private static final Object[][] contents = { field in class:Resources_de
651 * Returns the contents of this <code>ResourceBundle</code>.
655 * @return the contents of this <code>ResourceBundle</code>.
658 return contents;
H A DResources_es.java35 private static final Object[][] contents = { field in class:Resources_es
651 * Returns the contents of this <code>ResourceBundle</code>.
655 * @return the contents of this <code>ResourceBundle</code>.
658 return contents;

Completed in 588 milliseconds

123456