/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/ |
H A D | ciReceiverTypeData.java | 39 public Klass receiver(int row) { method in class:ciReceiverTypeData
|
H A D | ciVirtualCallData.java | 39 public Klass receiver(int row) { method in class:ciVirtualCallData
|
/openjdk7/jdk/src/share/classes/javax/sound/midi/ |
H A D | Transmitter.java | 42 * Sets the receiver to which this transmitter will deliver MIDI messages. 43 * If a receiver is currently set, it is replaced with this one. 44 * @param receiver the desired receiver. 46 public void setReceiver(Receiver receiver); argument 50 * Obtains the current receiver to which this transmitter will deliver MIDI messages. 51 * @return the current receiver. If no receiver is currently set,
|
/openjdk7/jdk/src/share/classes/com/sun/media/sound/ |
H A D | MidiDeviceReceiverEnvelope.java | 39 private final Receiver receiver; field in class:MidiDeviceReceiverEnvelope 47 * @param receiver the {@code Receiver} to be enveloped 49 public MidiDeviceReceiverEnvelope(MidiDevice device, Receiver receiver) { argument 50 if (device == null || receiver == null) { 54 this.receiver = receiver; 59 receiver.close(); 63 receiver.send(message, timeStamp); 72 * Obtains the receiver enveloped 75 * @return the enveloped receiver [all...] |
H A D | MidiDeviceTransmitterEnvelope.java | 58 public void setReceiver(Receiver receiver) { argument 59 transmitter.setReceiver(receiver);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/ |
H A D | Request.java | 37 public Request(com.sun.tools.internal.ws.wsdl.document.Message entity, ErrorReceiver receiver) { argument 38 super(entity, receiver);
|
H A D | Response.java | 41 public Response(com.sun.tools.internal.ws.wsdl.document.Message entity, ErrorReceiver receiver) { argument 42 super(entity, receiver);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/exporter/ |
H A D | ExternalObject.java | 47 void saveTo(ContentHandler receiver); argument
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/ |
H A D | JavaCompilerHelper.java | 63 static boolean compile(String[] args, OutputStream out, ErrorReceiver receiver){ argument 79 receiver.error(JavacompilerMessages.JAVACOMPILER_NOSUCHMETHOD_ERROR("getMethod(\"compile\", Class[])"), e2); 81 receiver.error(e); 83 receiver.error(e); 86 receiver.error(JavacompilerMessages.JAVACOMPILER_CLASSPATH_ERROR("com.sun.tools.javac.Main"), e); 88 receiver.error(e);
|
H A D | DefaultAuthenticator.java | 55 public DefaultAuthenticator(@NotNull ErrorReceiver receiver, @NotNull File authfile) throws BadCommandLineException { argument 56 this.errReceiver = receiver;
|
H A D | WsimportTool.java | 126 ErrorReceiverFilter receiver = new ErrorReceiverFilter(listener) { 162 options.parseBindings(receiver); 170 Authenticator.setDefault(new DefaultAuthenticator(receiver, options.authFile)); 172 MetadataFinder forest = new MetadataFinder(new WSDLInternalizationLogic(), options, receiver); 175 receiver.reset(); 177 WSDLModeler wsdlModeler = new WSDLModeler(options, receiver,forest); 195 CustomExceptionGenerator.generate(wsdlModel, options, receiver); 196 SeiGenerator.generate(wsdlModel, options, receiver, genExtn); 197 if(receiver.hadError()){ 200 ServiceGenerator.generate(wsdlModel, options, receiver); 413 compileGeneratedClasses(ErrorReceiver receiver, WsimportListener listener) argument [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/ |
H A D | ChildLoader.java | 37 public final Receiver receiver; field in class:ChildLoader 39 public ChildLoader(Loader loader, Receiver receiver) { argument 42 this.receiver = receiver;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/ |
H A D | CustomExceptionGenerator.java | 60 ErrorReceiver receiver){ 61 CustomExceptionGenerator exceptionGen = new CustomExceptionGenerator(model, options, receiver); 67 ErrorReceiver receiver) { 68 super(model, options, receiver); 71 public GeneratorBase getGenerator(Model model, WsimportOptions options, ErrorReceiver receiver) { argument 72 return new CustomExceptionGenerator(model, options, receiver); 58 generate(Model model, WsimportOptions options, ErrorReceiver receiver) argument 64 CustomExceptionGenerator( Model model, WsimportOptions options, ErrorReceiver receiver) argument
|
H A D | GeneratorBase.java | 78 protected final ErrorReceiver receiver; field in class:GeneratorBase 81 protected GeneratorBase(Model model, WsimportOptions options, ErrorReceiver receiver){ argument 85 this.receiver = receiver; 95 receiver.error(e);
|
H A D | ServiceGenerator.java | 74 public static void generate(Model model, WsimportOptions options, ErrorReceiver receiver) { argument 75 ServiceGenerator serviceGenerator = new ServiceGenerator(model, options, receiver); 79 private ServiceGenerator(Model model, WsimportOptions options, ErrorReceiver receiver) { argument 80 super(model, options, receiver); 96 receiver.error(service.getLocator(), GeneratorMessages.GENERATOR_SERVICE_CLASS_ALREADY_EXIST(className, service.getName())); 215 receiver.error(loc, GeneratorMessages.GENERATOR_SEI_CLASS_ALREADY_EXIST(port.getJavaInterface().getName(), portTypeName));
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/ |
H A D | SyncMethodHandler.java | 90 Object invoke(Object proxy, Object[] args, RequestContext rc, ResponseContextReceiver receiver) throws Throwable { argument 98 Packet reply = owner.doProcess(req,rc,receiver);
|
H A D | SEIStub.java | 145 public final Packet doProcess(Packet request, RequestContext rc, ResponseContextReceiver receiver) { argument 146 return super.process(request, rc, receiver);
|
/openjdk7/jaxp/src/javax/xml/validation/ |
H A D | ValidatorHandler.java | 172 * @param receiver 175 public abstract void setContentHandler(ContentHandler receiver); argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ |
H A D | ReceiverTypeData.java | 39 // which are used to store a type profile for the receiver of the check. 72 // Get the receiver at row. The 'unchecked' version is needed by parallel old 73 // gc; it does not assert the receiver is a klass. During compaction of the 82 public Klass receiver(int row) { method in class:ReceiverTypeData 108 if (receiver(row) != null) entries++; 112 if (receiver(row) != null) { 114 receiver(row).printValueOn(st);
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | javaCalls.hpp | 71 oop _receiver; // the receiver of the call (if a non-static call) 79 JavaCallWrapper(methodHandle callee_method, Handle receiver, JavaValue* result, TRAPS); 91 oop receiver() { return _receiver; } function in class:JavaCallWrapper 111 bool _start_at_zero; // Support late setting of receiver 126 JavaCallArguments(Handle receiver) { argument 128 push_oop(receiver); 136 // Reserve room for potential receiver in value and is_oop 162 // receiver 163 Handle receiver() { function in class:JavaCallArguments 166 assert(_value[0] != 0, "receiver mus [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/java/ |
H A D | JavaMethod.java | 49 public JavaMethod(String name, WsimportOptions options, ErrorReceiver receiver) { argument 52 this.errorReceiver = receiver;
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/ |
H A D | DOMScanner.java | 71 private ContentHandler receiver=null; field in class:DOMScanner 101 receiver.setDocumentLocator(locator); 102 receiver.startDocument(); 109 receiver.startPrefixMapping( prefix, nss.getURI(prefix) ); 116 receiver.endPrefixMapping( prefix ); 121 receiver.endDocument(); 132 // it might be better to set receiver at the constructor. 133 receiver = handler; 136 receiver.startDocument(); 138 receiver [all...] |
/openjdk7/hotspot/src/share/vm/code/ |
H A D | vtableStubs.cpp | 200 extern "C" void bad_compiled_vtable_index(JavaThread* thread, oop receiver, int index) { argument 203 klassOop klass = receiver->klass(); 207 fatal(err_msg("bad compiled vtable dispatch: receiver " INTPTR_FORMAT ", " 209 (address)receiver, index, vt->length()));
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | c1_MacroAssembler_sparc.cpp | 38 void C1_MacroAssembler::inline_cache_check(Register receiver, Register iCache) { argument 42 verify_oop(receiver); 43 load_klass(receiver, temp_reg); 66 void C1_MacroAssembler::unverified_entry(Register receiver, Register ic_klass) { argument 68 inline_cache_check(receiver, ic_klass);
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | c1_MacroAssembler_x86.cpp | 330 void C1_MacroAssembler::inline_cache_check(Register receiver, Register iCache) { argument 331 verify_oop(receiver); 338 load_klass(rscratch1, receiver); 341 cmpptr(iCache, Address(receiver, oopDesc::klass_offset_in_bytes())); 344 // Note: RECEIVER must still contain the receiver! 377 void C1_MacroAssembler::unverified_entry(Register receiver, Register ic_klass) { argument 379 inline_cache_check(receiver, ic_klass);
|