Searched defs:v1 (Results 1 - 25 of 44) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/
H A DT6554097.java10 @SuppressWarnings("serial") final Throwable[] v1 = { new Throwable() {} }; field in class:T6554097
/openjdk7/jdk/src/share/classes/javax/management/
H A DBetweenQueryExp.java64 * Creates a new BetweenQueryExp with v1 checked value, v2 lower bound
67 public BetweenQueryExp(ValueExp v1, ValueExp v2, ValueExp v3) { argument
68 exp1 = v1;
H A DInQueryExp.java62 public InQueryExp(ValueExp v1, ValueExp items[]) { argument
63 val = v1;
H A DBinaryRelQueryExp.java64 * Creates a new BinaryRelQueryExp with operator op applied on v1 and
67 public BinaryRelQueryExp(int op, ValueExp v1, ValueExp v2) { argument
69 exp1 = v1;
H A DBinaryOpValueExp.java64 * Creates a new BinaryOpValueExp using operator o applied on v1 and
67 public BinaryOpValueExp(int o, ValueExp v1, ValueExp v2) { argument
69 exp1 = v1;
H A DQuery.java158 * @param v1 A value expression.
168 public static QueryExp gt(ValueExp v1, ValueExp v2) { argument
169 return new BinaryRelQueryExp(GT, v1, v2);
176 * @param v1 A value expression.
186 public static QueryExp geq(ValueExp v1, ValueExp v2) { argument
187 return new BinaryRelQueryExp(GE, v1, v2);
194 * @param v1 A value expression.
204 public static QueryExp leq(ValueExp v1, ValueExp v2) { argument
205 return new BinaryRelQueryExp(LE, v1, v2);
212 * @param v1
222 lt(ValueExp v1, ValueExp v2) argument
240 eq(ValueExp v1, ValueExp v2) argument
258 between(ValueExp v1, ValueExp v2, ValueExp v3) argument
[all...]
/openjdk7/jdk/test/java/beans/PropertyChangeSupport/
H A DTestEquals.java56 private static void test(TestEquals v1, TestEquals v2, int amount) { argument
57 int count = v1.count + v2.count;
61 v1.count = 0;
/openjdk7/jdk/test/java/beans/VetoableChangeSupport/
H A DTestEquals.java55 private static void test(TestEquals v1, TestEquals v2, int amount) { argument
56 int count = v1.count + v2.count;
60 v1.count = 0;
/openjdk7/jdk/test/java/nio/file/attribute/FileTime/
H A DBasic.java125 static void cmp(long v1, TimeUnit u1, long v2, TimeUnit u2, int expected) { argument
126 int result = FileTime.from(v1, u1).compareTo(FileTime.from(v2, u2));
131 static void eq(long v1, TimeUnit u1, long v2, TimeUnit u2) { argument
132 FileTime t1 = FileTime.from(v1, u1);
140 static void neq(long v1, TimeUnit u1, long v2, TimeUnit u2) { argument
141 FileTime t1 = FileTime.from(v1, u1);
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationInvocationHandler.java232 private static boolean memberValueEquals(Object v1, Object v2) { argument
233 Class<?> type = v1.getClass();
238 return v1.equals(v2);
242 if (v1 instanceof Object[] && v2 instanceof Object[])
243 return Arrays.equals((Object[]) v1, (Object[]) v2);
251 return Arrays.equals((byte[]) v1, (byte[]) v2);
253 return Arrays.equals((char[]) v1, (char[]) v2);
255 return Arrays.equals((double[]) v1, (double[]) v2);
257 return Arrays.equals((float[]) v1, (float[]) v2);
259 return Arrays.equals((int[]) v1, (in
[all...]
/openjdk7/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.h59 void *v1; member in struct:SECMODModuleStr
/openjdk7/jdk/src/share/bin/
H A Dversion_comp.c84 jint v1, v2; local
85 if (isjavaint(s1, &v1) && isjavaint(s2, &v2))
86 return ((int)(v1 - v2));
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.java376 private static boolean versionMatches(Integer v1, int v2) { argument
377 if (v1 == null || v1 == 0 || v2 == 0) {
380 return v1.equals(v2);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DNodeVector.java243 * @param v1 First node to add to vector
246 public final void pushPair(int v1, int v2) argument
268 m_map[m_firstFree] = v1;
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DAreaOp.java185 double v1, v2;
186 if ((v1 = c1.getYTop()) == (v2 = c2.getYTop())) {
187 if ((v1 = c1.getXTop()) == (v2 = c2.getXTop())) {
191 if (v1 < v2) {
547 * Does the position of the next edge at v1 "obstruct" the
558 public static boolean obstructs(double v1, double v2, int phase) { argument
559 return (((phase & 1) == 0) ? (v1 <= v2) : (v1 < v2));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.cpp123 Value v1 = *va; local
124 assert(v1->type()->is_illegal() || v0->type()->tag() == v1->type()->tag(), "types must match");
125 assert(!v1->type()->is_double_word() || list.at(i + 1) == NULL, "hi-word of doubleword value must be NULL");
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DEncryptionKey.java536 private static boolean versionMatches(Integer v1, Integer v2) { argument
537 if (v1 == null || v1 == 0 || v2 == null || v2 == 0) {
540 return v1.equals(v2);
/openjdk7/langtools/test/tools/javap/4870651/
H A DTest.java34 abstract void v1(String... args); method in class:Test
/openjdk7/jdk/test/sun/nio/cs/OLD/
H A DIBM949_OLD.java1907 private char composeVV(char v1, char v2) { argument
H A DIBM970_OLD.java1630 private char composeVV(char v1, char v2) { argument
H A DIBM933_OLD.java3085 private char composeVV(char v1, char v2) { argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java513 Return 1, 0 or -1 if v1 is greater than, equal to, or less than v2.
515 public static int compareVersion(int[] v1, int[] v2) { argument
516 if (v1 == null)
517 v1 = new int[0];
520 for (int i = 0; i < v1.length; ++i) {
521 if (i >= v2.length || v1[i] > v2[i]) //v1 is longer or greater than v2
523 if (v1[i] < v2[i])
526 return v1.length == v2.length ? 0 : -1;
530 Return 1, 0 or -1 if v1 i
532 compareVersion(String v1, String v2) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c453 mlib_u32 l0, h0, v0, l1, h1, v1, l2, h2, v2; local
491 v1 = (l1 &~ mask1) | (h1 & mask1);
495 ((mlib_u32*)d_array01)[2*i + 1] = v1;
496 ((mlib_u32*)d_array12)[2*i ] = v1;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java204 int v1; field in class:Op.ModifierOp
206 ModifierOp(int type, int v1, int v2) { argument
208 this.v1 = v1;
212 return this.v1;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java1004 * @param v1 First node to add to vector
1007 public final void pushPair(Node v1, Node v2) argument
1029 m_map[m_firstFree] = v1;

Completed in 254 milliseconds

12