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

12345678910

/openjdk10/jdk/test/java/util/ResourceBundle/
H A DBug4177489_Resource_jf.java40 return contents;
42 static final Object[][] contents = { field in class:Bug4177489_Resource_jf
H A DBug4177489_Resource.java40 return contents;
42 static final Object[][] contents = { field in class:Bug4177489_Resource
H A DBug4257318Res_en.java34 return contents;
37 static Object[][] contents = { field in class:Bug4257318Res_en
H A DBug4257318Res.java34 return contents;
37 static Object[][] contents = { field in class:Bug4257318Res
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
/openjdk10/jdk/src/java.naming/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...]
/openjdk10/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
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DResources_zh_TW.java35 private static final Object[][] contents = { field in class:Resources_zh_TW
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DAuthResources_ja.java40 private static final Object[][] contents = { field in class:AuthResources_ja
101 * Returns the contents of this <code>ResourceBundle</code>.
105 * @return the contents of this <code>ResourceBundle</code>.
108 return contents;
H A DAuthResources_fr.java40 private static final Object[][] contents = { field in class:AuthResources_fr
101 * Returns the contents of this <code>ResourceBundle</code>.
105 * @return the contents of this <code>ResourceBundle</code>.
108 return contents;
H A DAuthResources_es.java40 private static final Object[][] contents = { field in class:AuthResources_es
101 * Returns the contents of this <code>ResourceBundle</code>.
105 * @return the contents of this <code>ResourceBundle</code>.
108 return contents;
H A DAuthResources_de.java40 private static final Object[][] contents = { field in class:AuthResources_de
101 * Returns the contents of this <code>ResourceBundle</code>.
105 * @return the contents of this <code>ResourceBundle</code>.
108 return contents;
H A DAuthResources_it.java40 private static final Object[][] contents = { field in class:AuthResources_it
101 * Returns the contents of this <code>ResourceBundle</code>.
105 * @return the contents of this <code>ResourceBundle</code>.
108 return contents;
H A DAuthResources.java40 private static final Object[][] contents = { field in class:AuthResources
101 * Returns the contents of this <code>ResourceBundle</code>.
105 * @return the contents of this <code>ResourceBundle</code>.
108 return contents;
H A DResources_ja.java35 private static final Object[][] contents = { field in class:Resources_ja
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_sv.java35 private static final Object[][] contents = { field in class:Resources_sv
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_zh_CN.java35 private static final Object[][] contents = { field in class:Resources_zh_CN
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_pt_BR.java35 private static final Object[][] contents = { field in class:Resources_pt_BR
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_es.java35 private static final Object[][] contents = { field in class:Resources_es
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_de.java35 private static final Object[][] contents = { field in class:Resources_de
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_fr.java35 private static final Object[][] contents = { field in class:Resources_fr
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
H A DResources_it.java35 private static final Object[][] contents = { field in class:Resources_it
161 * Returns the contents of this <code>ResourceBundle</code>.
163 * @return the contents of this <code>ResourceBundle</code>.
167 return contents;
/openjdk10/jdk/src/java.base/share/classes/sun/security/tools/keytool/
H A DResources_ja.java35 private static final Object[][] contents = { field in class:Resources_ja
467 * Returns the contents of this <code>ResourceBundle</code>.
471 * @return the contents of this <code>ResourceBundle</code>.
475 return contents;
H A DResources_sv.java35 private static final Object[][] contents = { field in class:Resources_sv
467 * Returns the contents of this <code>ResourceBundle</code>.
471 * @return the contents of this <code>ResourceBundle</code>.
475 return contents;

Completed in 140 milliseconds

12345678910