Searched refs:String (Results 176 - 200 of 26943) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/jdk.localedata/share/classes/sun/util/resources/ext/
H A DTimeZoneNames_de.java48 String ACT[] = new String[] {"Acre Normalzeit", "ACT",
51 String ADELAIDE[] = new String[] {"Zentrale Normalzeit (S\u00FCdaustralien)", "ACST",
54 String AGT[] = new String[] {"Argentinische Zeit", "ART",
57 String AKST[] = new String[] {"Alaska Normalzeit", "AKST",
60 String AMT[] = new String[] {"Amazona
[all...]
H A DTimeZoneNames_ko.java48 String ACT[] = new String[] {"\uc5d0\uc774\ucee4 \uc2dc\uac04", "ACT",
51 String ADELAIDE[] = new String[] {"\uC911\uBD80 \uD45C\uC900\uC2DC(\uB0A8\uBD80 \uC624\uC2A4\uD2B8\uB808\uC77C\uB9AC\uC544)", "ACST",
54 String AGT[] = new String[] {"\uc544\ub974\ud5e8\ud2f0\ub098 \uc2dc\uac04", "ART",
57 String AKST[] = new String[] {"\uc54c\ub798\uc2a4\uce74 \ud45c\uc900\uc2dc", "AKST",
60 String AMT[] = new String[] {"\uc54
[all...]
H A DTimeZoneNames_ja.java48 String ACT[] = new String[] {"\u30a2\u30af\u30ec\u6642\u9593", "ACT",
51 String ADELAIDE[] = new String[] {"\u4E2D\u90E8\u6A19\u6E96\u6642(\u5357\u30AA\u30FC\u30B9\u30C8\u30E9\u30EA\u30A2)", "ACST",
54 String AGT[] = new String[] {"\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3\u6642\u9593", "ART",
57 String AKST[] = new String[] {"\u30a2\u30e9\u30b9\u30ab\u6a19\u6e96\u6642", "AKST",
60 String AMT[] = new String[] {"\u30a
[all...]
H A DTimeZoneNames_fr.java48 String ACT[] = new String[] {"Heure de l'Acre", "ACT",
51 String ADELAIDE[] = new String[] {"Heure standard d'Australie centrale (Australie du sud)", "ACST",
54 String AGT[] = new String[] {"Heure D'Argentine", "ART",
57 String AKST[] = new String[] {"Heure normale d'Alaska", "AKST",
60 String AMT[] = new String[] {"Heur
[all...]
H A DTimeZoneNames_es.java48 String ACT[] = new String[] {"Hora de Acre", "ACT",
51 String ADELAIDE[] = new String[] {"Hora est\u00E1ndar Central (Sur de Australia)", "ACST",
54 String AGT[] = new String[] {"Hora de Argentina", "ART",
57 String AKST[] = new String[] {"Hora est\u00e1ndar de Alaska", "AKST",
60 String AMT[] = new String[] {"Hor
[all...]
H A DTimeZoneNames_it.java48 String ACT[] = new String[] {"Ora di Acre", "ACT",
51 String ADELAIDE[] = new String[] {"Ora standard centrale (Australia del Sud)", "ACST",
54 String AGT[] = new String[] {"Ora dell'Argentina", "ART",
57 String AKST[] = new String[] {"Ora solare dell'Alaska", "AKST",
60 String AMT[] = new String[] {"Or
[all...]
H A DTimeZoneNames_pt_BR.java48 String ACT[] = new String[] {"Fuso hor\u00e1rio do Acre", "ACT",
51 String ADELAIDE[] = new String[] {"Hor\u00E1rio-Padr\u00E3o Central (Austr\u00E1lia do Sul)", "ACST",
54 String AGT[] = new String[] {"Fuso hor\u00e1rio da Argentina", "ART",
57 String AKST[] = new String[] {"Fuso hor\u00e1rio padr\u00e3o do Alaska", "AKST",
60 String AMT[] = new String[] {"Fus
[all...]
H A DTimeZoneNames_zh_CN.java48 String ACT[] = new String[] {"Acre \u65f6\u95f4", "ACT",
51 String ADELAIDE[] = new String[] {"\u4E2D\u592E\u6807\u51C6\u65F6\u95F4 (\u5357\u6FB3\u5927\u5229\u4E9A)", "ACST",
54 String AGT[] = new String[] {"\u963f\u6839\u5ef7\u65f6\u95f4", "ART",
57 String AKST[] = new String[] {"\u963f\u62c9\u65af\u52a0\u6807\u51c6\u65f6\u95f4", "AKST",
60 String AMT[] = new String[] {"\u4e9
[all...]
H A DTimeZoneNames_sv.java48 String ACT[] = new String[] {"Acre, normaltid", "ACT",
51 String ADELAIDE[] = new String[] {"Central standardtid (Sydaustralien)", "ACST",
54 String AGT[] = new String[] {"Argentina, normaltid", "ART",
57 String AKST[] = new String[] {"Alaska, normaltid", "AKST",
60 String AMT[] = new String[] {"Amazona
[all...]
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A Djava_util_Collections_SynchronizedSortedMap.java35 public final class java_util_Collections_SynchronizedSortedMap extends AbstractTest<SortedMap<String, String>> {
36 public static void main(String[] args) {
40 protected SortedMap<String, String> getObject() {
41 SortedMap<String, String> map = new TreeMap<String, String>();
46 protected SortedMap<String, Strin
[all...]
H A Djava_util_Collections_UnmodifiableSortedMap.java35 public final class java_util_Collections_UnmodifiableSortedMap extends AbstractTest<SortedMap<String, String>> {
36 public static void main(String[] args) {
40 protected SortedMap<String, String> getObject() {
41 SortedMap<String, String> map = new TreeMap<String, String>();
46 protected SortedMap<String, Strin
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/micro/
H A DBigInterfaceParams01.java33 public static String test(boolean b, String p0, String p1, String p2, String p3, String p4, String p5, String p6, String p7, String p
[all...]
H A DBigVirtualParams01.java33 public static String test(boolean b, String p0, String p1, String p2, String p3, String p4, String p5, String p6, String p7, String p
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/imageio/metadata/
H A DIIOMetadataFormat.java224 * {@code String}s; for objects, they are
237 * whitespace-separated values within a {@code String}; for
287 * @return a {@code String}.
289 String getRootName();
309 boolean canNodeAppear(String elementName, ImageTypeSpecifier imageType);
328 int getElementMinChildren(String elementName);
348 int getElementMaxChildren(String elementName);
351 * Returns a {@code String} containing a description of the
368 String getElementDescription(String elementNam
[all...]
/openjdk10/langtools/test/tools/javac/6402516/
H A DTestClass.java29 String x = "Test; 0; 0";
30 String y = "Test; 0; 0";
31 String z = "Test; 0; 0";
34 String p = "-; Test; 0; 0";
35 String q = "-; Test; 0; 0";
36 String r = "-; Test; 0; 0";
42 String s = "Test; 0; 0";
46 String p = "-; Test; 0; 0";
47 String q = "-; Test; 0; 0";
48 String
[all...]
H A DTestMethod.java28 String x = "m1; 0; 0";
29 String y = "m1; 0; 0";
30 String z = "m1; 0; 0";
33 String p = "equals; m1; 0; 0";
34 String q = "equals; m1; 0; 0";
35 String r = "equals; m1; 0; 0";
41 String s = "0; 0; 0";
45 String p = "equals; 0; 0; 0";
46 String q = "equals; 0; 0; 0";
47 String
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/constants/
H A DAsmConstants.java37 final String STR = "str";
38 final String END = "end";
39 final String MSA_START = "msaStart";
40 final String MSA_OPTONS = "msaOptions";
41 final String MSA_BEST_LEN = "msaBestLen";
42 final String MSA_BEST_S = "msaBestS";
43 final String MSA_BEGIN = "msaBegin";
44 final String MSA_END = "msaEnd";
47 final String BITSET = "bitset";
48 final String CODERANG
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/accessibility/
H A DAccessibleRelation.java70 public static final String LABEL_FOR = new String("labelFor");
81 public static final String LABELED_BY = new String("labeledBy");
92 public static final String MEMBER_OF = new String("memberOf");
103 public static final String CONTROLLER_FOR = new String("controllerFor");
114 public static final String CONTROLLED_BY = new String("controlledB
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/handler/
H A DMessageContext.java41 public interface MessageContext extends Map<String, Object> {
48 public static final String MESSAGE_OUTBOUND_PROPERTY =
54 * <p>Type: {@code java.util.Map<String, DataHandler>}
56 public static final String INBOUND_MESSAGE_ATTACHMENTS =
62 * <p>Type: {@code java.util.Map<String, DataHandler>}
64 public static final String OUTBOUND_MESSAGE_ATTACHMENTS =
71 public static final String WSDL_DESCRIPTION =
78 public static final String WSDL_SERVICE =
85 public static final String WSDL_PORT =
92 public static final String WSDL_INTERFAC
[all...]
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DEncryptionConstants.java28 public static final String _ATT_ALGORITHM = Constants._ATT_ALGORITHM;
31 public static final String _ATT_ID = Constants._ATT_ID;
34 public static final String _ATT_TARGET = Constants._ATT_TARGET;
37 public static final String _ATT_TYPE = Constants._ATT_TYPE;
40 public static final String _ATT_URI = Constants._ATT_URI;
44 public static final String _ATT_ENCODING = "Encoding";
47 public static final String _ATT_RECIPIENT = "Recipient";
50 public static final String _ATT_MIMETYPE = "MimeType";
53 public static final String _TAG_CARRIEDKEYNAME = "CarriedKeyName";
56 public static final String _TAG_CIPHERDAT
[all...]
/openjdk10/hotspot/test/compiler/testlibrary/rtm/
H A DCompilableTest.java34 String[] getMethodsToCompileNames();
39 String getMethodWithLockName();
/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLParamElement.java56 public String getName();
57 public void setName(String name);
64 public String getType();
65 public void setType(String type);
71 public String getValue();
72 public void setValue(String value);
78 public String getValueType();
79 public void setValueType(String valueType);
H A DHTMLMetaElement.java56 public String getContent();
57 public void setContent(String content);
63 public String getHttpEquiv();
64 public void setHttpEquiv(String httpEquiv);
69 public String getName();
70 public void setName(String name);
76 public String getScheme();
77 public void setScheme(String scheme);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/xml/util/
H A DWellKnownNamespaces.java49 static public final String XML = "http://www.w3.org/XML/1998/namespace";
50 static public final String XMLNS = "http://www.w3.org/2000/xmlns";
51 static public final String XML_SCHEMA_DATATYPES = "http://www.w3.org/2001/XMLSchema-datatypes";
52 static public final String XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
53 static public final String RELAX_NG_COMPATIBILITY_DATATYPES = "http://relaxng.org/ns/compatibility/datatypes/1.0";
54 static public final String RELAX_NG = "http://relaxng.org/ns/structure/1.0";
55 static public final String RELAX_NG_0_9 = "http://relaxng.org/ns/structure/0.9";
56 static public final String RELAX_NG_COMPATIBILITY_ANNOTATIONS = "http://relaxng.org/ns/compatibility/annotations/1.0";
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DFileNameMap.java40 * @return a {@code String} indicating the MIME
43 public String getContentTypeFor(String fileName);

Completed in 208 milliseconds

1234567891011>>