Searched defs:initial (Results 1 - 24 of 24) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DAnyHolder.java69 * @param initial the <code>Any</code> object with which to initialize
73 public AnyHolder(Any initial) { argument
74 value = initial;
H A DBooleanHolder.java70 * @param initial the <code>boolean</code> with which to initialize
74 public BooleanHolder(boolean initial) { argument
75 value = initial;
H A DByteHolder.java71 * @param initial the <code>byte</code> with which to initialize
75 public ByteHolder(byte initial) { argument
76 value = initial;
H A DCharHolder.java71 * @param initial the <code>char</code> with which to initialize
75 public CharHolder(char initial) { argument
76 value = initial;
H A DDoubleHolder.java71 * @param initial the <code>double</code> with which to initialize
75 public DoubleHolder(double initial) { argument
76 value = initial;
H A DFixedHolder.java62 * @param initial the value used to initialize the FixedHolder
64 public FixedHolder(java.math.BigDecimal initial) { argument
65 value = initial;
H A DFloatHolder.java70 * @param initial the <code>float</code> with which to initialize
74 public FloatHolder(float initial) { argument
75 value = initial;
H A DIntHolder.java71 * @param initial the <code>int</code> with which to initialize
75 public IntHolder(int initial) { argument
76 value = initial;
H A DLongHolder.java71 * @param initial the <code>long</code> with which to initialize
75 public LongHolder(long initial) { argument
76 value = initial;
H A DObjectHolder.java72 * @param initial the <code>Object</code> with which to initialize
76 public ObjectHolder(Object initial) { argument
77 value = initial;
H A DPrincipalHolder.java73 * @param initial the <code>Principal</code> with which to initialize
77 public PrincipalHolder(Principal initial) { argument
78 value = initial;
H A DShortHolder.java71 * @param initial the <code>short</code> with which to initialize
75 public ShortHolder(short initial) { argument
76 value = initial;
H A DStringHolder.java71 * @param initial the <code>String</code> with which to initialize
75 public StringHolder(String initial) { argument
76 value = initial;
H A DTypeCodeHolder.java71 * @param initial the <code>TypeCode</code> object with which to initialize
75 public TypeCodeHolder(TypeCode initial) { argument
76 value = initial;
H A DValueBaseHolder.java70 * @param initial the <code>java.io.Serializable</code> with which to initialize
74 public ValueBaseHolder(java.io.Serializable initial) { argument
75 value = initial;
/openjdk7/corba/src/share/classes/org/omg/PortableServer/ServantLocatorPackage/
H A DCookieHolder.java42 public CookieHolder(java.lang.Object initial) { argument
43 value = initial;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DTransientNamingContext.java93 * @param initial the initial naming context.
98 org.omg.CORBA.Object initial,
105 this.localRoot = initial;
167 // Is the initial naming context requested?
97 TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) argument
/openjdk7/jdk/test/javax/management/query/
H A DQueryExpStringTest.java70 initial = Query.initialSubString((AttributeValueExp) attr, field in class:QueryExpStringTest
120 initial, "attr like 'simpleString*'",
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp298 uint initial = mdo->creation_mileage(); local
299 if (current < initial)
306 return (current >= initial + target);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java198 protected void startTimer(final boolean initial) { argument
199 fScrollTimer.setInitialDelay(initial ? kInitialDelay : kNormalDelay); // default InitialDelay?
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java337 byte[] initial,
343 initial[i] = (byte)i;
914 byte[] initial = new byte[4096];
918 initializeStringTable(prefix, suffix, initial, length);
927 initializeStringTable(prefix, suffix, initial, length);
959 suffix[ti] = initial[newSuffixIndex];
960 initial[ti] = initial[oc];
335 initializeStringTable(int[] prefix, byte[] suffix, byte[] initial, int[] length) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp201 static const SWNodeInfo initial; member in class:VALUE_OBJ_CLASS_SPEC
295 void grow_node_info(int i) { if (i >= _node_info.length()) _node_info.at_put_grow(i, SWNodeInfo::initial); }
529 static const OrderedPair initial;
H A Dsuperword.cpp53 _node_info(arena(), 8, 0, SWNodeInfo::initial), // info needed per node
55 _disjoint_ptrs(arena(), 8, 0, OrderedPair::initial), // runtime disambiguated pointer pairs
130 // 6) The initial set of pack pairs is seeded with memory references.
174 // This is the initial set of packs that will then be extended by
223 // Create initial pack pairs of memory operations for which
453 // If initial offset from start of object is computable,
1351 // MUST ENSURE main loop's initial value is properly aligned:
1733 _node_info.at_put_grow(n_pos, SWNodeInfo::initial);
2407 const OrderedPair OrderedPair::initial; member in class:OrderedPair
2411 const SWNodeInfo SWNodeInfo::initial; member in class:SWNodeInfo
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java57 * derived from the same initial context would share the same LdapClient
148 authenticate(boolean initial, String name, Object pw, int version, argument
185 if (!initial ||
254 if (initial &&

Completed in 65 milliseconds