Searched refs:properties (Results 201 - 215 of 215) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/beans/
H A DMetaData.java713 * because this class does not have any properties.
902 // The "background", "foreground" and "font" properties.
903 // The foreground and font properties of Windows change from
1226 * because this class does not have writable properties.
1365 String[] properties = getConstructorProperties(type);
1366 if (properties != null) {
1367 pd = new DefaultPersistenceDelegate(properties);
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java92 can be thus obtained encode the properties for the character.
107 /* The character properties are currently encoded into A (32 bits)and B (16 bits)
221 // these values are used when only identifier properties are generated
294 * 32 bits to encode relevant character properties.) Entry k holds the encoded
295 * properties for character k.
362 // now add all extra supported properties from PropList, to the
401 * 32 bits to encode relevant character properties.)
407 * @return an encoded long value that contains the properties for a single char
417 // record the numeric properties
915 * needed to represent the various Unicode character properties
1131 genTable(StringBuffer result, String name, long[] table, int extract, int bits, int size, boolean preshifted, int shift, boolean hexFormat, boolean properties, boolean hexComment) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java218 * Store properties, so that they can be recovered in the run (is here because of JSON encoding of Jersey).
947 for (Property p : cb.properties) {
1005 for (Property p : cb.properties) {
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp330 #define PUTPROP(props, name, value) set_property((props), (name), (value), CHECK_(properties));
333 JVM_ENTRY(jobject, JVM_InitProperties(JNIEnv *env, jobject properties))
337 Handle props(THREAD, JNIHandles::resolve_non_null(properties));
340 // jvm system specific properties.
347 // Do this after setting user properties to prevent people
387 return properties;
4306 // com.sun.tools.attach.VirtualMachine agent properties support
4308 // Initialize the agent properties with the properties maintained in the VM
4309 JVM_ENTRY(jobject, JVM_InitAgentProperties(JNIEnv *env, jobject properties))
[all...]
H A Djvm.h1462 * Initialize the agent properties with the properties maintained in the VM.
1617 char **properties; member in struct:JDK1_1InitArgs
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_pt_BR.properties32 # @version $Id: XMLSchemaMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_de.properties32 # @version $Id: XMLSchemaMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXMLSchemaMessages_ja.properties32 # @version $Id: XMLSchemaMessages_ja.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME251 the properties that you are trying to handle. In some cases, you can
/openjdk7/hotspot/agent/make/
H A DMakefile265 SA_PROPERTIES = $(OUTPUT_DIR)/sa.properties
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java188 Hashtable properties)
185 createImage(ColorModel cm, WritableRaster raster, boolean isRasterPremultiplied, Hashtable properties) argument
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackerImpl.java73 public SortedMap properties() { method in class:PackerImpl
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h1305 * Initialize the agent properties with the properties maintained in the VM.
1459 char **properties; member in struct:JDK1_1InitArgs
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java3471 * @param properties
3474 EncryptionProperties properties) {
3475 encryptionProperties = properties;
3473 setEncryptionProperties( EncryptionProperties properties) argument
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2155 "The visible class list has useful properties with respect to "

Completed in 114 milliseconds

123456789