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

12345678

/openjdk7/jdk/src/share/classes/sun/tools/jstat/
H A DOptionFinder.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
49 OptionFormat of = getOptionFormat(option, optionsSources);
51 if ((of != null) && (useTimestamp)) {
56 of.insertSubFormat(0, cf);
59 return of;
63 OptionFormat of = null;
68 of = new Parser(r).parse(option);
69 if (of !
[all...]
H A DOptionFormat.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
54 OptionFormat of = (OptionFormat)o;
55 return (this.name.compareTo(of.name) == 0);
105 for (OptionFormat of : children) {
106 of.printFormat(indentLevel+1);
H A DOptionLister.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
71 System.err.println("Parsing of " + u + " aborted");
75 for ( OptionFormat of : options) {
76 if (of.getName().compareTo("timestamp") == 0) {
80 ps.println("-" + of.getName());
/openjdk7/langtools/test/tools/javac/generics/
H A DVarargs2.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
39 System.out.println(EnumSet.of(B));
40 System.out.println(EnumSet.of(B, C));
41 System.out.println(EnumSet.of(B, C, D));
42 System.out.println(EnumSet.of(B, C, D, F));
43 System.out.println(EnumSet.of(B, C, D, F, G));
44 System.out.println(EnumSet.of(B, C, D, F, G, H));
45 System.out.println(EnumSet.of(
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dalloc.h6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
31 // By defining std::bad_alloc in a local header file instead of including
33 // on msvcp50.dll. This reduces the size of the JRE by 500kb.
50 #error Multiple definitions of TRY
54 #error Multiple definitions of TRY_NO_VERIFY
58 #error Multiple definitions of CATCH_BAD_ALLOC
62 #error Multiple defintions of CATCH_BAD_ALLOC_RET
66 #error Multiple definitions of TRY_NO_JN
[all...]
/openjdk7/langtools/src/share/classes/javax/annotation/processing/
H A DCompletions.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
70 * Returns a completion of the value and message.
72 * @param value the text of the completion
74 * @return a completion of the provided value and message
76 public static Completion of(String value, String message) { method in class:Completions
81 * Returns a completion of the value and an empty message
83 * @param value the text of the completion
84 * @return a completion of th
86 public static Completion of(String value) { method in class:Completions
[all...]
/openjdk7/langtools/test/tools/javac/processing/completion/
H A DTestCompletions.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
27 * @summary Some simple tests of the methods in Completions
38 Completion c = of(value, message);
43 c = of(value);
/openjdk7/jdk/test/java/awt/font/NumericShaper/
H A DShapingTest.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
52 NumericShaper ns_new = getContextualShaper(EnumSet.of(
97 ns = getContextualShaper(EnumSet.of(Range.ARABIC));
103 ns = getContextualShaper(EnumSet.of(Range.EASTERN_ARABIC));
109 ns = getContextualShaper(EnumSet.of(Range.ARABIC, Range.EASTERN_ARABIC));
114 NumericShaper ns = getContextualShaper(EnumSet.of(Range.TAI_THAM_HORA));
119 ns = getContextualShaper(EnumSet.of(Range.TAI_THAM_HORA,
125 ns = getContextualShaper(EnumSet.of(Rang
[all...]
H A DEqualsTest.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
40 EnumSet.of(Range.ARABIC, Range.TAMIL),
43 EnumSet.of(Range.ARABIC, Range.TAMIL),
46 EnumSet.of(Range.ARABIC, Range.TAMIL),
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
34 Implementation of WindoePeer.setModalBlocked() method
61 top of its blocked windows. It is implemented with using
64 WM_TRANSIENT_FOR is used to mark one window to be a child of another
65 one, in particular for any kind of dialogs. When a modal dialog
66 is shown it temporary becomes a child of all its blocked windows
67 and thus remains on top of them.
70 a dialog be a child of severa
[all...]
/openjdk7/langtools/test/tools/javac/
H A DT6351767.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
45 jfm.list(StandardLocation.SOURCE_PATH, null, EnumSet.of(Kind.SOURCE), false);
65 EnumSet.of(Kind.CLASS),
78 EnumSet.of(Kind.CLASS),
H A DT6238612.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
38 // exercise the List.toArray method for a variety of lists
41 test(List.of("a"));
42 test(List.of("a", "b", "c"));
43 test(List.of("a", "b", "c", "d", "e", "f"));
48 // given a list, exercise the List.toArray method for a variety of arrays
82 // check a specific element of an array
H A DT6358168.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
79 compiler.compile(List.of(f));
81 compiler.compile(List.of(f));
82 throw new Error("Error: AssertionError not thrown after second call of compile");
103 JavaCompiler compiler2 = compiler.processAnnotations(compiler.enterTrees(compiler.parseFiles(List.of(f))));
105 compiler2.compile(List.of(f));
106 throw new Error("Error: AssertionError not thrown after second call of compile");
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
53 * Define the structure and ordering of "bands" in a packed file.
77 // Local copy of package version.
102 final static Coding BYTE1 = Coding.of(1,256);
104 final static Coding CHAR3 = Coding.of(3,128);
108 final static Coding BCI5 = Coding.of(5,4); // mostly 1-byte offsets
109 final static Coding BRANCH5 = Coding.of(5,4,2); // mostly forward branches
111 final static Coding UNSIGNED5 = Coding.of(
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicMarkableReference.java5 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
28 * However, the following notice accompanied the original version of this
31 * Written by Doug Lea with assistance from members of JCP JSR-166
48 * @param <V> The type of object referred to by this reference
59 static <T> Pair<T> of(T reference, boolean mark) { method in class:AtomicMarkableReference.Pair
74 pair = Pair.of(initialRef, initialMark);
78 * Returns the current value of the reference.
80 * @return the current value of th
[all...]
H A DAtomicStampedReference.java5 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
28 * However, the following notice accompanied the original version of this
31 * Written by Doug Lea with assistance from members of JCP JSR-166
48 * @param <V> The type of object referred to by this reference
59 static <T> Pair<T> of(T reference, int stamp) { method in class:AtomicStampedReference.Pair
74 pair = Pair.of(initialRef, initialStamp);
78 * Returns the current value of the reference.
80 * @return the current value of th
[all...]
/openjdk7/jdk/test/java/io/Serializable/class/
H A DTest.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
26 * @summary Enable serialize of nonSerializable Class descriptor.
35 FileOutputStream of = new FileOutputStream(f);
36 ObjectOutputStream oos = new ObjectOutputStream(of);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocClassReader.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
56 private EnumSet<JavaFileObject.Kind> all = EnumSet.of(JavaFileObject.Kind.CLASS,
59 private EnumSet<JavaFileObject.Kind> noSource = EnumSet.of(JavaFileObject.Kind.CLASS,
/openjdk7/langtools/test/tools/javac/generics/inference/6650759/
H A DT6650759b.java6 * under the terms of the GNU General Public License version 2 only, as
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * You should have received a copy of the GNU General Public License version
28 * @summary Inference of formal type parameter (unused in formal parameters) is not performed
44 static <X extends A<X, Y>, Y extends B<X>, W extends C<X, Y>> D<X, Y> of(W w) { method in class:T6650759b.E
50 return (Z) E.of(w);
/openjdk7/jdk/make/java/nio/
H A DgenExceptions.sh7 # under the terms of the GNU General Public License version 2 only, as
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 # You should have received a copy of the GNU General Public License version
73 * Constructs an instance of this class. </p>
100 * Constructs an instance of this class.
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
26 This directory contains source code to perform a wide variety of image
31 of macros in different categories to perform the work of reading and
33 pixels in the destination image structure. Each part of that process
34 can be implemented in one of several different ways depending on the
35 type of input data and output representation needed and depending on
48 Each category defines a number of differen
[all...]
/openjdk7/langtools/src/share/classes/javax/lang/model/util/
H A DElementFilter.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
43 * Filters for selecting just the elements of interest from a
44 * collection of elements. The returned sets and lists are new
47 * concurrent modifications of the arguments. The returned sets and
55 * <p>Note that a <i>static import</i> statement can make the text of
74 Collections.unmodifiableSet(EnumSet.of(ElementKind.CONSTRUCTOR));
77 Collections.unmodifiableSet(EnumSet.of(ElementKind.FIELD,
80 Collections.unmodifiableSet(EnumSet.of(ElementKin
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DEnumSet.java6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
31 * A specialized {@link Set} implementation for use with enum types. All of
35 * extremely compact and efficient. The space and time performance of this
45 * and it may or may not show the effects of any modifications to the set that
50 * presence of a null element or to remove one will, however, function
55 * least one of the threads modifies the set, it should be synchronized
71 * <p>This class is a member of the
84 * The class of al
203 public static <E extends Enum<E>> EnumSet<E> of(E e) { method in class:EnumSet
223 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { method in class:EnumSet
245 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { method in class:EnumSet
269 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { method in class:EnumSet
295 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, method in class:EnumSet
321 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { method in class:EnumSet
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES6 * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
59 saved using 3 spaces instead of tabs
68 cleaned up lots of bugs
124 png_destroy_write_struct() instead of the separate calls to
130 Changed filter selection API to allow selection of multiple filters
131 since it didn't work in previous versions of libpng anyways
152 Allow PNG file to be read when some or all of file signature has already
153 been read from the beginning of th
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DFeatureState.java5 * under the terms of the GNU General Public License version 2 only, as
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16 * You should have received a copy of the GNU General Public License version
53 public static FeatureState of(Status status) { method in class:FeatureState

Completed in 332 milliseconds

12345678