Searched refs:form (Results 76 - 92 of 92) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyParser.java529 MessageFormat form = new MessageFormat(
532 throw new ParsingException(form.format(source));
/openjdk7/jdk/src/share/classes/java/beans/
H A DXMLEncoder.java158 * A reference to a java class is written in the form
777 // Use XML's short form when there is no body.
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp107 const Form *Insert(const char *name, Form *form); // A new key-value
129 Form *_next; // Next pointer for form lists
142 // Check if this form is an operand usable for cisc-spilling
152 assert(0,"Check of ideal status on non-instruction/operand form.\n");
/openjdk7/jdk/src/solaris/native/java/util/
H A DTimeZone_md.c624 * form. `country', which can be null, is not used for UNIX platforms.
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java289 // Two serial forms are supported in this class. The selected form depends
290 // on system property "jmx.serial.form":
294 // Serial version for old serial form
297 // Serial version for new serial form
300 // Serializable fields in old serial form
311 // Serializable fields in new serial form
314 // Actual serial version and serial form
320 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
321 String form = AccessController.doPrivileged(act);
322 compat = (form !
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java88 // Two serial forms are supported in this class. The selected form depends
89 // on system property "jmx.serial.form":
93 // Serial version for old serial form
96 // Serial version for new serial form
99 // Serializable fields in old serial form
110 // Serializable fields in new serial form
120 // Actual serial version and serial form
142 GetPropertyAction act = new GetPropertyAction("jmx.serial.form");
143 String form = AccessController.doPrivileged(act);
144 compat = (form !
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java551 * <td> The result should use a conversion-dependent alternate form
761 * <td> Requires the output use an alternate form. The definition of the
762 * form is specified by the conversion.
1262 * form. No localization is applied.
3663 public BigDecimalLayout(BigInteger intVal, int scale, BigDecimalLayoutForm form) { argument
3664 layout(intVal, scale, form);
3703 private void layout(BigInteger intVal, int scale, BigDecimalLayoutForm form) { argument
3718 if (form == BigDecimalLayoutForm.SCIENTIFIC) {
3732 if (form == BigDecimalLayoutForm.SCIENTIFIC)
3738 if (form
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1135 java.text.MessageFormat form = new java.text.MessageFormat
1140 PasswordCallback pcall = new PasswordCallback(form.format(source),
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DmethodHandles_sparc.cpp165 // Load the invoker, as MH -> MH.form -> LF.vmentry
305 // indirect through MH.form.vmentry.vmtarget
548 java_lang_invoke_MethodHandle::form(mh)->print();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DmethodHandles_x86.cpp162 // Load the invoker, as MH -> MH.form -> LF.vmentry
314 // indirect through MH.form.vmentry.vmtarget
556 java_lang_invoke_MethodHandle::form(mh)->print();
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES1302 Once more restored png_zalloc and png_zfree to regular nonexported form.
1304 to nonexported form, but with PNGAPI, and removed them from module def
2771 into PNGCAPI (base C form), PNGAPI (exports) and PNGCBAPI (callbacks),
2872 argument form seems more useful so it is changed to that.
2969 converting the values to the fixed point form used in the PNG file.
3498 form if tRNS was present but alpha was marked to be stripped; this exposed
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp1261 entry& form = *cp_Signature_form.getRef(); local
1265 for ( const char* ncp = form.utf8String() ; *ncp; ncp++) {
1272 e.refs[0] = &form;
2043 // Scan flags to get count of long-form bands.
2046 int flags = ic_flags.getInt(); // may be long form!
2072 // Long form.
3094 bytes form = e.refs[refnum++]->asUtf8();
3096 for (int j = 0; j < (int)form.len; j++) {
3097 int c = form.ptr[j];
3106 PRINTCR((5,"signature %d %s -> %s", i, form
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1260 // write form="..." if necessary
1263 eref.form("unqualified");
1266 eref.form("qualified");
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp902 static oop form(oop mh);
H A DjavaClasses.cpp2443 oop java_lang_invoke_MethodHandle::form(oop mh) { function in class:java_lang_invoke_MethodHandle
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java84 * The lookup class can be changed to any other class {@code C} using an expression of the form
1488 return type.form().basicInvoker();
/openjdk7/make/scripts/
H A Dwebrev.ksh665 printf "<form name=\"eof\">";
668 printf "</form>";
742 // Update the value of the anchor in the form which we use as
972 <form action="" name="diff" onsubmit="return ValidateDiffNum();">
975 </form>

Completed in 120 milliseconds

1234