Searched refs:implementation (Results 1 - 25 of 126) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DBinaryAssignExpression.java39 Expression implementation; field in class:BinaryAssignExpression
49 if (implementation != null)
50 return implementation;
78 if (implementation != null)
79 return implementation.inline(env, ctx);
83 if (implementation != null)
84 return implementation.inlineValue(env, ctx);
91 if (implementation != null)
92 return implementation.copyInline(ctx);
97 if (implementation !
[all...]
H A DIdentifierExpression.java43 Expression implementation; field in class:IdentifierExpression
62 if (implementation != null)
63 return implementation;
119 implementation = null;
166 implementation = ctx.makeReference(env, local);
205 implementation = new FieldExpression(where, null, f);
209 implementation = new FieldExpression(where, base, f);
243 if (implementation != null)
244 vset = implementation.checkValue(env, ctx, vset, exp);
257 if (implementation !
[all...]
H A DThisExpression.java41 Expression implementation; field in class:ThisExpression
73 if (implementation != null)
74 return implementation;
102 implementation = ctx.makeReference(env, field);
134 if (implementation != null)
135 return implementation.inlineValue(env, ctx);
152 if (implementation != null)
153 return implementation.copyInline(ctx);
H A DFieldExpression.java42 Expression implementation; field in class:FieldExpression
65 if (implementation != null)
66 return implementation;
327 // 'implementation' not be set to non-null if the
450 implementation = new FieldExpression(where, wcls, idTYPE);
451 vset = implementation.checkValue(env, ctx, vset, exp);
452 type = implementation.type; // java.lang.Class
487 implementation =
495 implementation =
499 vset = implementation
[all...]
H A DAssignExpression.java77 if (implementation != null)
78 return implementation.inlineValue(env, ctx);
93 if (implementation != null)
94 return implementation.copyInline(ctx);
135 // is rewritten as one via 'implementation'.
151 // is rewritten as one via 'implementation'.
H A DMethodExpression.java43 Expression implementation; field in class:MethodExpression
73 if (implementation != null)
74 return implementation;
497 implementation = new MethodExpression(where, rightI, m, newargs);
498 implementation.type = type; // Is this needed?
510 implementation = new MethodExpression(where, right, m, newargs);
523 implementation = new CommaExpression(where, right, call);
532 implementation = new MethodExpression(where, null, implMethod, newargs);
542 if (implementation == null)
543 implementation
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DDatatypeMessages_fr.properties29 # This file stores localized messages for the Xerces JAXP Datatype API implementation.
H A DXPointerMessages_it.properties29 # This file stores localized messages for the Xerces XPointer implementation.
H A DJAXPValidationMessages_fr.properties29 # This file stores localized messages for the Xerces JAXP Validation API implementation.
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DPropertiesUtilities.m28 @implementation PropertiesUtilities
H A DThreadUtilities.m37 @implementation ThreadUtilities
/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardEmitterMBean.java34 * StandardEmitterMBean(implementation, mbeanInterface, emitter)} to
36 * implementation class name <i>Impl</i>, with a management
38 * <i>Intf</i>, and with any implementation of the interface
40 * {@link NotificationBroadcasterSupport} as an implementation
75 * {@code mbeanInterface}, with the given implementation and
79 * for {@code implementation} and {@code emitter} to be the same object.</p>
94 * @param implementation the implementation of the MBean interface.
100 * if the given {@code implementation} does not implement the
103 public <T> StandardEmitterMBean(T implementation, Clas argument
143 StandardEmitterMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean, NotificationEmitter emitter) argument
[all...]
H A DStandardMBean.java58 * means that there is a fixed relationship between the implementation
60 * implementation class is Thing, the management interface must be
64 * implementation and interface classes.</p>
76 * implementation class name <i>Impl</i> and with a management
116 * implementation and interface classes are of course still
132 * The DynamicMBean that wraps the MXBean or Standard MBean implementation.
142 * Make a DynamicMBean out of <var>implementation</var>, using the
144 * @param implementation The implementation of this MBean.
145 * If <code>null</code>, and null implementation i
159 construct(T implementation, Class<T> mbeanInterface, boolean nullImplementationAllowed, boolean isMXBean) argument
210 StandardMBean(T implementation, Class<T> mbeanInterface) argument
266 StandardMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean) argument
324 setImplementation(Object implementation) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/config/management/policy/
H A DManagedServiceAssertion.java159 final PolicyAssertion implementation = implementations.next();
160 if (COMMUNICATION_SERVER_IMPLEMENTATION_PARAMETER_QNAME.equals(implementation.getName())) {
161 result.add(getImplementation(implementation));
166 COMMUNICATION_SERVER_IMPLEMENTATION_PARAMETER_QNAME, implementation.getName())));
249 * Return the implementation class name along with all parameters for the
250 * implementation.
254 private final String implementation; field in class:ManagedServiceAssertion.ImplementationRecord
258 protected ImplementationRecord(String implementation, Map<QName, String> parameters, argument
260 this.implementation = implementation;
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp165 const char* implementation = "UNKNOWN"; local
170 if (strcmp((const char*)&(knm[i].name),"implementation") == 0) {
176 implementation = &(knm[i].value.c[0]);
190 implementation = KSTAT_NAMED_STR_PTR(&knm[i]);
194 tty->print_cr("cpu_info.implementation: %s", implementation);
198 char* impl = strdup(implementation);
216 // returns "(unsupported)" implementation.
217 warning("kstat cpu_info implementation = '%s', should contain SPARC", impl);
219 implementation
[all...]
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DNS_Java_ConversionUtils.m44 @implementation JavaAppleScriptEngineCoercion
63 @implementation JavaAppleScriptBaseConverter
79 @implementation JavaAppleScriptImageConverter
114 @implementation JavaAppleScriptVersionConverter
135 @implementation JavaAppleScriptNullConverter
/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A DCodeBaseOperations.java43 // Operations to obtain a URL to the implementation code
44 String implementation (String x); method in interface:CodeBaseOperations
/openjdk7/hotspot/src/share/vm/libadt/
H A Dport.cpp31 #pragma implementation
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuComponent.m33 @implementation CMenuComponent
H A DCPopupMenu.m36 @implementation CPopupMenu
H A DJavaAccessibilityAction.m32 @implementation JavaAxAction
93 @implementation TabGroupAction
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCachedCodeBase.java48 * RepId to implementation URL(s)
81 public synchronized String implementation (String repId) { method in class:CachedCodeBase
90 urlResult = delegate.implementation(repId);
103 urlResults[i] = implementation(repIds[i]);
/openjdk7/jdk/test/javax/management/standardmbean/
H A DDeadlockTest.java36 public <T> DeadlockTest(T implementation, Class<T> mbeanInterface) argument
38 super(implementation, mbeanInterface);
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DImplementationCacheTest.java111 Symbol impl = I_m.implementation((TypeSymbol)b, types, true);
114 throw new AssertionError("wrong implementation for m() in B");
119 Symbol newImpl = I_m.implementation((TypeSymbol)b, types, true);
122 throw new AssertionError("stale implementation for m() in B");
126 throw new AssertionError("wrong implementation for m() in B");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DImplStructureStrategy.java209 public final JDefinedClass implementation; field in class:ImplStructureStrategy.Result
211 public Result(JDefinedClass exposed, JDefinedClass implementation) { argument
213 this.implementation = implementation;

Completed in 83 milliseconds

123456