Searched refs:getString (Results 151 - 175 of 393) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DXMLResourceBundleTest.java80 String type = rb.getString("type");
87 type = rb.getString("type");
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java406 write(getString(i18n, key));
417 write(getString(i18n, key, arg));
428 write(getString(i18n, key, args));
437 write(getString(i18n, key));
447 write(getString(i18n, key, arg));
457 write(getString(i18n, key, args));
460 private String getString(ResourceBundle rb, String key, Object... args) { method in class:HTMLWriter
461 String s = rb.getString(key);
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java304 rb.getString("expected.keystore.type"));
372 rb.getString("can.not.specify.Principal.with.a." +
393 rb.getString("expected.codeBase.or.SignedBy"));
401 rb.getString("only.Principal.based.grant.entries.permitted"));
420 rb.getString("expected.permission.entry"));
526 rb.getString("number.") +
530 rb.getString("expected.expect.read.end.of.file."));
608 rb.getString("number.") +
612 (rb.getString("expected.read.end.of.file"));
947 super(rb.getString("lin
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java221 throw new ParsingException(ResourcesMgr.getString
359 ResourcesMgr.getString("expected.keystore.type"));
372 ResourcesMgr.getString("expected.keystore.provider"));
422 ResourcesMgr.getString
430 ResourcesMgr.getString(
449 ResourcesMgr.getString(
492 ResourcesMgr.getString
529 ResourcesMgr.getString(
553 ResourcesMgr.getString(
727 ResourcesMgr.getString("numbe
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java426 getString("message.optinalValues"));
511 getInstance().getString("message.noExternalVocabularies"));
531 getString("message.externalVocabularyNotRegistered",
561 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.illegalState"));
575 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.illegalState"));
601 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.missingNamespace"));
648 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.IIsNotTerminatedCorrectly"));
675 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.unparsedEntities"));
692 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.decodingNotSupported"));
747 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("messag
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DOperationFactory.java74 private static String getString( Object obj ) method in class:OperationFactory
212 return new Boolean( getString( value ) ) ;
224 return new Integer( getString( value ) ) ;
248 String className = getString( value ) ;
355 int result = Integer.parseInt( getString( value ) ) ;
390 StringTokenizer st = new StringTokenizer( getString( value ),
430 StringTokenizer st = new StringTokenizer( getString( value ),
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java285 newFolderErrorText = UIManager.getString("FileChooser.newFolderErrorText",l);
286 newFolderErrorSeparator = UIManager.getString("FileChooser.newFolderErrorSeparator",l);
288 newFolderParentDoesntExistTitleText = UIManager.getString("FileChooser.newFolderParentDoesntExistTitleText", l);
289 newFolderParentDoesntExistText = UIManager.getString("FileChooser.newFolderParentDoesntExistText", l);
291 fileDescriptionText = UIManager.getString("FileChooser.fileDescriptionText",l);
292 directoryDescriptionText = UIManager.getString("FileChooser.directoryDescriptionText",l);
294 saveButtonText = UIManager.getString("FileChooser.saveButtonText",l);
295 openButtonText = UIManager.getString("FileChooser.openButtonText",l);
296 saveDialogTitleText = UIManager.getString("FileChooser.saveDialogTitleText",l);
297 openDialogTitleText = UIManager.getString("FileChoose
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageReader.java91 throw new IllegalStateException(I18N.getString("GetNumImages0"));
94 throw new IllegalStateException(I18N.getString("GetNumImages1"));
118 throw new IndexOutOfBoundsException(I18N.getString("WBMPImageReader0"));
139 throw new IIOException(I18N.getString("WBMPImageReader2"));
188 throw new IllegalStateException(I18N.getString("WBMPImageReader1"));
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryConstantPool.java114 public String getString(int n) { method in class:BinaryConstantPool
122 return (n == 0) ? null : Identifier.lookup(getString(n));
129 return (n == 0) ? null : env.getClassDeclaration(Identifier.lookup(getString(n).replace('/','.')));
143 return Type.tType(getString(n));
169 return getString(getInteger(n));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java220 String getString(final String uiKey, final String fallback) { method in class:AquaFileChooserUI
221 final String result = UIManager.getString(uiKey);
227 fileDescriptionText = UIManager.getString("FileChooser.fileDescriptionText");
228 directoryDescriptionText = UIManager.getString("FileChooser.directoryDescriptionText");
229 newFolderErrorText = getString("FileChooser.newFolderErrorText", "Error occured during folder creation");
231 saveButtonText = UIManager.getString("FileChooser.saveButtonText");
232 openButtonText = UIManager.getString("FileChooser.openButtonText");
233 cancelButtonText = UIManager.getString("FileChooser.cancelButtonText");
234 updateButtonText = UIManager.getString("FileChooser.updateButtonText");
235 helpButtonText = UIManager.getString("FileChoose
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/x500/
H A DX500Principal.java157 (sun.security.util.ResourcesMgr.getString
162 (sun.security.util.ResourcesMgr.getString
393 (sun.security.util.ResourcesMgr.getString
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DDriver.java165 System.out.println(MessageFormat.format(RESOURCE.getString(DriverResource.VERSION), Driver.class.getName(), "1.31, 07/05/05"));
176 System.err.println(MessageFormat.format(RESOURCE.getString(DriverResource.BAD_ARGUMENT), ee));
197 RESOURCE.getString(DriverResource.BAD_OPTION),
233 RESOURCE.getString(DriverResource.BAD_REPACK_OUTPUT),
274 System.out.println(MessageFormat.format(RESOURCE.getString(DriverResource.DETECTED_ZIP_COMMENT), zipc));
276 System.out.println(MessageFormat.format(RESOURCE.getString(DriverResource.SKIP_FOR_REPACKED), jarfile));
296 System.err.println(MessageFormat.format(RESOURCE.getString(DriverResource.WRITE_PACK_FILE), packfile));
306 System.err.println(MessageFormat.format(RESOURCE.getString(DriverResource.WIRTE_PACKGZ_FILE),packfile));
327 throw new Error(MessageFormat.format(RESOURCE.getString(DriverResource.SKIP_FOR_MOVE_FAILED),bakfile));
405 out.println(MessageFormat.format(RESOURCE.getString(DriverResourc
[all...]
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDInputStream.java152 error("entity data not found: " + ent + ", " + ent.getString());
190 // InputStream is = DTDBuilder.mapping.get(ent.getString()).openStream();
192 String path = DTDBuilder.mapping.get(ent.getString());
197 //InputStream is = new URL(DTDBuilder.mapping.base, ent.getString()).openStream();
198 String path = DTDBuilder.mapping.baseStr + ent.getString();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DShortEncodingAlgorithm.java52 getString("message.lengthNotMultipleOfShort", new Object[]{Integer.valueOf(SHORT_SIZE)}));
76 throw new IllegalArgumentException(CommonResourceBundle.getInstance().getString("message.dataNotShortArray"));
103 throw new IllegalArgumentException(CommonResourceBundle.getInstance().getString("message.dataNotShortArray"));
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java147 String gcname = getString(cd, GC_NAME);
156 String gcaction = getString(cd, GC_ACTION);
165 String gccause = getString(cd, GC_CAUSE);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DXSettings.java196 private String getString(int len) method in class:XSettings.Update
279 String name = getString(nameLen);
287 value = getString(getINT32());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/localization/
H A DLocalizer.java109 msg = bundle.getString(key);
112 msg = bundle.getString("undefined");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/localization/
H A DLocalizer.java109 msg = bundle.getString(key);
112 msg = bundle.getString("undefined");
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DCurrencyNameProviderTest.java86 jrescurrency = rb.getString(key);
91 jresname = rb.getString(nameKey);
/openjdk7/jdk/test/javax/management/query/
H A DQuerySubstringTest.java44 public String getString(); method in interface:QuerySubstringTest.SimpleMBean
51 public String getString() { method in class:QuerySubstringTest.Simple
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentParser.java203 CommonResourceBundle.getInstance().getString("message.featureNotSupported") + name);
220 CommonResourceBundle.getInstance().getString("message.featureNotSupported") + name);
240 getString("message.propertyNotRecognized", new Object[]{name}));
290 getString("message.propertyNotRecognized", new Object[]{name}));
331 throw new SAXException(CommonResourceBundle.getInstance().getString("message.inputSource"));
486 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.secondOccurenceOfDTDII"));
504 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.processingIIWithEncodingAlgorithm"));
513 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.processingInstructionIIsNotTerminatedCorrectly"));
539 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("message.IllegalStateDecodingDII"));
559 throw new FastInfosetException(CommonResourceBundle.getInstance().getString("messag
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DVMRegImpl.java68 return CStringUtilities.getString(regName.getAddressAt(index * addrSize));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreterCodelet.java85 return CStringUtilities.getString(descriptionField.getValue(addr));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCallStaticJavaNode.java52 return CStringUtilities.getString(nameField.getValue(getAddress()));
H A DMachCallStaticJavaNode.java52 return CStringUtilities.getString(nameField.getValue(getAddress()));

Completed in 319 milliseconds

1234567891011>>