Searched defs:as (Results 1 - 23 of 23) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/wildcards/neg/
H A DParamCast.java6 * under the terms of the GNU General Public License version 2 only, as
37 void f(A<String> as) { argument
38 Object o = (B<?, Integer>) as;
/openjdk7/langtools/test/tools/javac/generics/wildcards/pos/
H A DParamCast.java6 * under the terms of the GNU General Public License version 2 only, as
37 void f(A<String> as) { argument
38 Object o = (B<?, String>) as;
/openjdk7/langtools/test/tools/apt/lib/
H A DTestProcessorFactory.java6 * under the terms of the GNU General Public License version 2 only, as
51 Set<AnnotationTypeDeclaration> as,
50 getProcessorFor( Set<AnnotationTypeDeclaration> as, AnnotationProcessorEnvironment env) argument
/openjdk7/langtools/test/tools/javadoc/generics/genericClass/pkg1/
H A DA.java6 * under the terms of the GNU General Public License version 2 only, as
29 public A<String> as; field in class:A
33 public void m3(A<String> as) {} argument
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleEditableText.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
128 * @param as the attribute set
131 public void setAttributes(int startIndex, int endIndex, AttributeSet as); argument
/openjdk7/hotspot/test/compiler/6851282/
H A DTest.java6 * under the terms of the GNU General Public License version 2 only, as
37 void foo(A a, A[] as) { argument
38 for (A a1 : as) {
50 List<A> as = new ArrayList<A>();
55 as.add(new A(bs.toArray(new B[0])));
57 new Test().foo(as.get(0), as.subList(1, as.size()).toArray(new A[0]));
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DVisibleAdvance.java6 * under the terms of the GNU General Public License version 2 only, as
70 AttributedString as = new AttributedString (text);
71 as.addAttribute (TextAttribute.FONT, font);
72 as.addAttribute (TextAttribute.RUN_DIRECTION, direction);
75 as.addAttribute (TextAttribute.FOREGROUND, Color.RED, startOfTextB, endOfTextB);
77 return as;
88 AttributedString as,
91 TextLayout layout = new TextLayout (as.getIterator (), fontRenderContext);
87 showAndCalculateAdvance(String what, AttributedString as, float advances[]) argument
/openjdk7/jdk/src/share/classes/sun/audio/
H A DAudioDevice.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
90 private synchronized void startSampled( AudioInputStream as, argument
100 as = Toolkit.getPCMConvertedAudioInputStream(as);
102 if( as==null ) {
108 as.getFormat());
113 datapusher = new DataPusher(sourcedataline, as);
172 AudioInputStream as
[all...]
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DGetAnno.java6 * under the terms of the GNU General Public License version 2 only, as
76 AT2[] as(); method in interface:GetAnno.AT4
100 "as=[@GetAnno$AT2(), @GetAnno$AT2()])")
105 as={@AT2, @AT2})
150 * has the same hash code as a like annotation created by core
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMap.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
46 * length of areaAttributes as needed. */
66 public void addArea(AttributeSet as) { argument
67 if (as == null) {
73 areaAttributes.addElement(as.copyAttributes());
79 public void removeArea(AttributeSet as) { argument
80 if (as != null && areaAttributes != null) {
84 if (areaAttributes.elementAt(counter).isEqual(as)){
264 RectangleRegionContainment(AttributeSet as) argument
337 PolygonRegionContainment(AttributeSet as) argument
430 CircleRegionContainment(AttributeSet as) argument
[all...]
H A DMuxingAttributeSet.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
71 * Inserts <code>as</code> at <code>index</code>. This assumes
75 protected synchronized void insertAttributeSetAt(AttributeSet as, argument
92 newAttrs[index] = as;
132 AttributeSet[] as = getAttributes();
134 for (int i = 0; i < as.length; i++) {
135 n += as[i].getAttributeCount();
151 AttributeSet[] as
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DJavaSoundAudioClip.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
83 * threshhold between playing as a Clip and streaming
87 * samples to play as a Clip, so compare this number
102 AudioInputStream as = AudioSystem.getAudioInputStream(bis);
104 success = loadAudioData(as);
297 private boolean loadAudioData(AudioInputStream as) throws IOException, UnsupportedAudioFileException { argument
301 as = Toolkit.getPCMConvertedAudioInputStream(as);
331 readStream(AudioInputStream as, long byteLen) argument
353 readStream(AudioInputStream as) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DAverageRangeStatisticImpl.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
57 private final AverageRangeStatistic as = field in class:AverageRangeStatisticImpl
80 return as;
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DUtilities.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
78 * tabs will be expanded as a space character.
99 * tabs will be expanded as a space character.
112 // all params are the same as in the preious method except the last
202 * tabs will be expanded as a space character.
215 // all params are the same as in the preious method except the last
296 * tabs will be expanded as a space character.
325 // all params are the same as i
874 isComposedTextAttributeDefined(AttributeSet as) argument
[all...]
H A DJTextComponent.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
137 * sent to the action doesn't contain the target text component as its source).
147 * reaches the text component as committed text within an {@link
148 * java.awt.event.InputMethodEvent} instead of as a key event.
197 * that is shared by all JTextComponent instances as the default keymap.
214 * The text document model may be shared by other views which act as observers
308 * UI installed. The component is marked as editable. No layout manager
503 * to events, such as i
3286 setAttributes(int startIndex, int endIndex, AttributeSet as) argument
[all...]
/openjdk7/langtools/test/tools/javadoc/lib/
H A DTester.java6 * under the terms of the GNU General Public License version 2 only, as
265 private void prAnnotations(int off, AnnotationDesc[] as) argument
268 for (AnnotationDesc a : as)
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibility.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
132 final AccessibleSelection as = ac.getAccessibleSelection();
133 if (as == null) return null;
134 return as.getAccessibleSelection(index);
145 final AccessibleSelection as = ac.getAccessibleSelection();
146 if (as == null) return;
147 as.addAccessibleSelection(index);
170 final AccessibleSelection as
188 contains(final AccessibleContext ac, final AccessibleState as, final Component c) argument
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
80 * "Maybe a" either contains a value of type "a" (represented as "Just a"),
81 * or it is empty (represented as "Nothing").
159 public static <A,B,C> List<C> map2(Map2<A,B,C> fn, final Collection<A> as, final Collection<B> bs){ argument
160 assert as.size() == bs.size();
161 ArrayList<C> cs = new ArrayList<C>(as.size());
162 Iterator<A> aiter = as.iterator();
170 * Same as ma
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/saaj/
H A DSAAJMessage.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
112 private SAAJMessage(HeaderList headers, AttachmentSet as, SOAPMessage sm) { argument
118 this.attachmentSet = as;
153 //we treat payload as the first body part
482 * (such as when you do fail-over, or WS-RM) you need to
533 * Gets the attachment as an exact-length byte array.
544 * Gets the attachment as a {@link javax.activation.DataHandler}.
555 * Gets the attachment as
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
57 * The <code>model</code> can be specified as a constructor argument and
72 * value as the editor use the <code>commitEdit</code> method, eg:
86 * // or treat the last valid value as the current, in which
263 * as in:
381 * the slider (instead of the model itself) as the event source.
641 // A binding to a disabled action is treated as a nonexistant
658 * editor from; the same spinner as wa
2026 setAttributes(int startIndex, int endIndex, AttributeSet as) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmspcs.c5 * under the terms of the GNU General Public License version 2 only, as
7 * particular file as subject to the "Classpath" exception as provided
26 // License version 2 only, as published by the Free Software Foundation.
62 CIE 15:2004 CIELab is defined as:
81 PCS in Lab2 is encoded as:
618 cmsFloat64Number as = Lab2 ->a; local
620 cmsFloat64Number Cs = sqrt( Sqr(as) + Sqr(bs) );
630 cmsFloat64Number a_ps = (1 + G) * as;
677 // This function returns a number of gridpoints to be used as LU
[all...]
H A Dcmscgats.c5 * under the terms of the GNU General Public License version 2 only, as
7 * particular file as subject to the "Classpath" exception as provided
26 // License version 2 only, as published by the Free Software Foundation.
251 WRITEMODE as; // How is supposed to be written member in struct:__anon822
300 // denote the use of filters such as none, D65, Red, Green or Blue.
305 {"WEIGHTING_FUNCTION", WRITE_PAIR}, // Indicates such functions as: the CIE standard observer functions used in the
338 "CMYK_C", // Cyan component of CMYK data expressed as a percentage
339 "CMYK_M", // Magenta component of CMYK data expressed as a percentage
340 "CMYK_Y", // Yellow component of CMYK data expressed as
1239 AddAvailableProperty(cmsIT8* it8, const char* Key, WRITEMODE as) argument
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java35 * required for a production-quality application, such as security checks,
908 // name -> pos (in cen), IndexNode itself can be used as a "key"
1087 // Creates a new empty temporary file in the same directory as the
1125 IndexNode parent = inodes.get(LOOKUPKEY.as(getParent(e.name)));
1318 inode = inodes.get(key.as(path));
1738 // The node itself can be used as a "key" to lookup itself in
1759 final IndexNode as(byte[] name) { // reuse the node, mostly method in class:ZipFileSystem.IndexNode
1760 name(name); // as a lookup "key"
2305 // A possible solution is to build the node tree ourself as
2316 if (inodes.containsKey(LOOKUPKEY.as(pnam
[all...]

Completed in 93 milliseconds