Searched defs:def (Results 1 - 25 of 55) sorted by relevance

123

/openjdk7/langtools/test/tools/javac/enum/
H A DDef.java33 package _enum.def;
/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java54 private ProxySelector def = null; field in class:ProxyTest.MyProxySelector
/openjdk7/jdk/test/javax/swing/MultiUIDefaults/4331767/
H A Dbug4331767.java57 public BrokenUIDefaults(UIDefaults def) { argument
58 defaults = def;
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DDeflaterOutputStream.java46 protected Deflater def; field in class:DeflaterOutputStream
66 * @param def the compressor ("deflater")
79 Deflater def,
83 if (out == null || def == null) {
88 this.def = def;
99 * the 4-argument constructor DeflaterOutputStream(out, def, size, false).
102 * @param def the compressor ("deflater")
106 public DeflaterOutputStream(OutputStream out, Deflater def, int size) { argument
107 this(out, def, siz
78 DeflaterOutputStream(OutputStream out, Deflater def, int size, boolean syncFlush) argument
124 DeflaterOutputStream(OutputStream out, Deflater def, boolean syncFlush) argument
141 DeflaterOutputStream(OutputStream out, Deflater def) argument
[all...]
H A DDeflaterInputStream.java46 protected final Deflater def; field in class:DeflaterInputStream
115 def = defl;
130 def.end();
184 while (len > 0 && !def.finished()) {
188 if (def.needsInput()) {
192 def.finish();
194 def.setInput(buf, 0, n);
199 n = def.deflate(b, off, len);
204 if (cnt == 0 && def.finished()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.cpp120 void InvocationCounter::def(State state, int init, Action action) { function in class:InvocationCounter
135 def(wait_for_nothing, 0, do_nothing);
137 def(wait_for_compile, 0, do_decay);
139 def(wait_for_compile, 0, dummy_invocation_counter_overflow);
H A Dbytecodes.cpp163 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap) { function in class:Bytecodes
164 def(code, name, format, wide_format, result_type, depth, can_trap, code);
168 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code) { function in class:Bytecodes
295 def(_nop , "nop" , "b" , NULL , T_VOID , 0, false);
296 def(_aconst_null , "aconst_null" , "b" , NULL , T_OBJECT , 1, false);
297 def(_iconst_m1 , "iconst_m1" , "b" , NULL , T_INT , 1, false);
298 def(_iconst_0 , "iconst_0" , "b" , NULL , T_INT , 1, false);
299 def(_iconst_1 , "iconst_1" , "b" , NULL , T_INT , 1, false);
300 def(_iconst_2 , "iconst_2" , "b" , NULL , T_INT , 1, false);
301 def(_iconst_
[all...]
H A DtemplateTable.cpp180 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(), char filler) { function in class:TemplateTable
182 def(code, flags, in, out, (Template::generator)gen, 0);
186 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(int arg), int arg) { function in class:TemplateTable
206 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(Operation op), Operation op) { function in class:TemplateTable
207 def(code, flags, in, out, (Template::generator)gen, (int)op);
211 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(bool arg ), bool arg) { function in class:TemplateTable
212 def(code, flags, in, out, (Template::generator)gen, (int)arg);
216 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(TosState tos), TosState tos) { function in class:TemplateTable
217 def(code, flags, in, out, (Template::generator)gen, (int)tos);
221 void TemplateTable::def(Bytecode function in class:TemplateTable
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmultnode.cpp72 Node *def = in(0); local
73 return (_con == TypeFunc::Control && def->is_CFG());
H A Dlive.cpp89 IndexSet *def = &_defs[b->_pre_order-1]; local
98 def->insert( r );
118 def->insert( r );
H A Dsplit_if.cpp255 Node *PhaseIdealLoop::spinup( Node *iff_dom, Node *new_false, Node *new_true, Node *use_blk, Node *def, small_cache *cache ) { argument
272 phi_post = def->clone();
281 if( def->is_CFG() ) {
284 assert( def->is_Phi(), "" );
288 phi_post = PhiNode::make_blank(prior_n, def);
291 phi_post->init_req( i, spinup( iff_dom, new_false, new_true, prior_n->in(i), def, cache ) );
323 Node *PhaseIdealLoop::find_use_block( Node *use, Node *def, Node *old_false, Node *new_false, Node *old_true, Node *new_true ) { argument
334 if( use->in(j) == def )
336 assert( j < use->req(), "def should be among use's inputs" );
371 void PhaseIdealLoop::handle_use( Node *use, Node *def, small_cach argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttributeUseImpl.java39 XmlString def, XmlString fixed, boolean req ) {
44 this.defaultValue = def;
38 AttributeUseImpl( SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl, XmlString def, XmlString fixed, boolean req ) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DSerializedForm.java96 SerializedForm(DocEnv env, ClassSymbol def, ClassDocImpl cd) { argument
115 VarSymbol dsf = getDefinedSerializableFields(def);
126 mapSerialFieldTagImplsToFieldDocImpls(dsfDoc, env, def);
133 computeDefaultSerializableFields(env, def, cd);
139 addMethodIfExist(env, def, READOBJECT);
140 addMethodIfExist(env, def, WRITEOBJECT);
141 addMethodIfExist(env, def, READRESOLVE);
142 addMethodIfExist(env, def, WRITEREPLACE);
143 addMethodIfExist(env, def, READOBJECTNODATA);
152 private VarSymbol getDefinedSerializableFields(ClassSymbol def) { argument
176 computeDefaultSerializableFields(DocEnv env, ClassSymbol def, ClassDocImpl cd) argument
205 addMethodIfExist(DocEnv env, ClassSymbol def, String methodName) argument
229 mapSerialFieldTagImplsToFieldDocImpls(FieldDocImpl spfDoc, DocEnv env, ClassSymbol def) argument
[all...]
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DMultiSocketFactory.java36 private static RMISocketFactory def = field in class:MultiSocketFactory
64 return def.createServerSocket(port);
93 return def.createSocket(host, port);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DMultiSocketFactory.java36 private static RMISocketFactory def = field in class:MultiSocketFactory
64 return def.createServerSocket(port);
93 return def.createSocket(host, port);
/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DPngOutputTypeTest.java79 BufferedImage def; field in class:PngOutputTypeTest
97 def = reader.read(0);
98 System.out.println("Default image type: " + def.getType());
99 if (def == null || def.getType() == BufferedImage.TYPE_CUSTOM) {
111 compare(def, raw);
122 compare(def, img);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpMibTree.java55 public void setDefaultAgent(SnmpMibAgent def) { argument
56 defaultAgent= def;
57 root.agent= def;
/openjdk7/hotspot/src/share/vm/adlc/
H A Dmain.cpp121 char* def = strchr(flag, '='); local
122 if (def == NULL) def = (char*)"1";
123 else *def++ = '\0';
124 AD.set_preproc_def(flag, def);
/openjdk7/jdk/src/share/classes/sun/security/smartcardio/
H A DChannelImpl.java127 private static boolean getBooleanProperty(String name, boolean def) { argument
130 return def;
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DNewInstanceExpression.java88 ClassDefinition def = null;
138 def = env.getClassDefinition(right.type);
155 // If we failed to find a class or a class was ambiguous, def
159 if (def == null) {
167 insertOuterLink(env, ctx, where, def, outerArg, args);
206 if (def.isInterface()) {
215 // Otherwise, def is actually our superclass.
216 superDef = def;
233 body + " SUPER " + def);
235 def, arg
346 insertOuterLink(Environment env, Context ctx, long where, ClassDefinition def, Expression outerArg, Expression args[]) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DSecuritySupport.java110 public static String getSystemProperty(final String propName, final String def) { argument
113 return System.getProperty(propName, def);
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java725 * @param def a default value.
739 public static String getProperty(String key, String def) { argument
746 return props.getProperty(key, def);
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DPreferences.java509 * @param def the value to be returned in the event that this
511 * @return the value associated with <tt>key</tt>, or <tt>def</tt>
517 * <tt>null</tt> value for <tt>def</tt> <i>is</i> permitted.)
519 public abstract String get(String key, String def); argument
590 * @param def the value to be returned in the event that this
595 * <tt>key</tt> in this preference node, or <tt>def</tt> if the
604 public abstract int getInt(String key, int def); argument
640 * @param def the value to be returned in the event that this
645 * <tt>key</tt> in this preference node, or <tt>def</tt> if the
654 public abstract long getLong(String key, long def); argument
709 getBoolean(String key, boolean def) argument
758 getFloat(String key, float def) argument
807 getDouble(String key, double def) argument
871 getByteArray(String key, byte[] def) argument
[all...]
H A DAbstractPreferences.java266 * this invocation returns <tt>def</tt>.
269 * @param def the value to be returned in the event that this
271 * @return the value associated with <tt>key</tt>, or <tt>def</tt>
278 public String get(String key, String def) { argument
291 return (result==null ? def : result);
369 * value is returned by this method. Otherwise, <tt>def</tt> is returned.
372 * @param def the value to be returned in the event that this
376 * <tt>key</tt> in this preference node, or <tt>def</tt> if the
383 public int getInt(String key, int def) { argument
384 int result = def;
438 getLong(String key, long def) argument
496 getBoolean(String key, boolean def) argument
551 getFloat(String key, float def) argument
606 getDouble(String key, double def) argument
652 getByteArray(String key, byte[] def) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPEndpoint.java84 private static int getInt(String name, int def) { argument
85 return AccessController.doPrivileged(new GetIntegerAction(name, def));

Completed in 114 milliseconds

123