Search Results
OK to copy?
Examples 1 through 10 of
11 (0.014 seconds)
Class:
org.apache.batik.ext.awt.image.renderable.CompositeRable8Bit
©,
Rating:
0% of 0,
C3
Class: org.apache.jmeter.visualizers.StatVisualizerModel ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.BeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
Class: org.apache.axis.encoding.DeserializerImpl ©, Rating: 0% of 0, C1
Class: org.apache.axis.wsdl.fromJava.Emitter ©, Rating: 0% of 0, C2
209 // For mode OUT blank image clears output
210 // up to this point, so ignore inputs to this point.
211 srcs.clear();
212 break;
213
Class: org.apache.jmeter.visualizers.StatVisualizerModel ©, Rating: 0% of 0, C1
151 {
152 // clear the data structures
153 runningSamples.clear();
154 labelMap.clear();
155 total = new RunningSample("__TOTAL__", -1);
Class: org.apache.axis.utils.BeanUtils ©, Rating: 0% of 0, C2
Class: org.apache.axis.encoding.ser.SimpleDeserializer ©, Rating: 0% of 0, C1
164 public void removeValueTargets() {
165 if (targets != null) {
166 targets.clear();
167 // targets = null;
168 }
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
373 Object[] array = new Object[attachments.size()];
374 attachments.copyInto(array);
375 attachments.clear();
376 return array;
377 }
Class: org.apache.axis.client.Stub ©, Rating: 0% of 0, C1
328 */
329 public void extractAttachments(Call call) {
330 attachments.clear();
331 if(call.getResponseMessage().countAttachments()>0) {
332 Iterator iterator = call.getResponseMessage().getAttachments();
Class: org.apache.axis.encoding.DeserializerImpl ©, Rating: 0% of 0, C1
216 public void removeValueTargets() {
217 if (targets != null) {
218 targets.clear();
219 targets = null;
220 }
Class: org.apache.axis.wsdl.fromJava.Emitter ©, Rating: 0% of 0, C2
0938 if (names.size() > 0) {
0939 if (style == Style.WRAPPED) {
0940 names.clear();
0941 }
0942 oper.setParameterOrdering(names);