Searched refs:one (Results 51 - 75 of 123) sorted by relevance

12345

/openjdk7/jdk/test/com/sun/jdi/
H A DClassesByName2Test.java59 Thread one = new Thread ("ONE") {
77 one.start();
83 one.join();
84 System.out.println("one joined");
124 throw new Exception("test error: should be one " +
H A DInstanceFilter.java56 one();
61 void one() { method in class:InstanceFilterTarg
78 String[] expectedMethods = new String[] { "go", "one", "two", "three"};
98 // the one we want.
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DExpression.java217 public static final BigInteger one = BigInteger.valueOf (1); field in class:Expression
230 public static final BigInteger usMax = sMax.multiply (two).add (one);
236 public static final BigInteger ulMax = lMax.multiply (two).add (one);
242 public static final BigInteger ullMax = llMax.multiply (two).add (one);
/openjdk7/jdk/test/javax/security/auth/Subject/
H A DGeneric.java38 Integer one = Subject.doAs(new Subject(),
/openjdk7/jdk/test/java/lang/String/
H A DICCBasher.java104 String one = (String)L3.get(x);
106 if (!one.equalsIgnoreCase(two))
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_jn.c62 one = 1.00000000000000000000e+00; /* 0x3FF00000, 0x00000000 */ variable
137 for (a=one,i=2;i<=n;i++) {
184 for(t=zero, i = 2*(n+k); i>=m; i -= 2) t = one/(i/x-t);
186 b = one;
217 b = one;
243 if((ix|lx)==0) return -one/zero;
H A De_fmod.c36 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
38 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
150 x *= one; /* create necessary signal */
H A Dk_rem_pio2.c65 * precison, one may have to do something like:
172 one = 1.0, variable
246 z = one - z;
247 if(carry!=0) z -= scalbn(one,q0);
283 fw = scalbn(one,q0);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java52 // for NSCONSTRAINT_LIST, it means one of the namespaces in the list
80 // For a value which is either a namespace name or absent to be valid with respect to a wildcard constraint (the value of a {namespace constraint}) one of the following must be true:
104 // 3 The constraint is a set, and the value is identical to one of the members of the set.
126 // namespace constraint (call it super) one of the following must be true:
378 // +5.2 If one of the two is a pair of not and absent, the other must be
410 // and each item in one list must appear in the other one
424 String[] intersect2sets(String[] one, String[] theOther){ argument
425 String[] result = new String[Math.min(one.length,theOther.length)];
429 for (int i=0; i<one
440 union2sets(String[] one, String[] theOther) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp40 // generated; can not figure out how to turn down optimization for one
368 one = 1.0, variable
417 if(hugeX+x>one) return one+x;/* trigger inexact */
424 if(k==0) return one-((x*c)/(c-2.0)-x);
425 else y = one-((lo-(x*c)/(2.0-c))-hi);
516 i0 = ((*(int*)&one)>>29)^1; i1=1-i0;
522 if((iy|ly)==0) return one;
560 if(hy<0) return one/x; else return x;
574 if(hy<0) z = one/
[all...]
H A DsharedRuntimeTrig.cpp40 // generated; can not figure out how to turn down optimization for one
162 * precsion, one may have to do something like:
256 one = 1.0, variable
324 z = one - z;
325 if(carry!=0) z -= scalbnA(one,q0);
361 fw = scalbnA(one,q0);
665 if(((int)x)==0) return one; /* generate inexact */
670 return one - (0.5*z - (z*r - x*y));
679 a = one-qx;
746 return one / fabs
[all...]
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java52 private char[] one = new char[1]; field in class:LogCleanupReader
157 read(one, 0, 1);
158 return one[0];
/openjdk7/jdk/test/java/lang/ClassLoader/deadlock/
H A DTestOneWayDelegate.sh98 Starter one-way
/openjdk7/jdk/test/java/util/Formatter/
H A DBasicDoubleObject.java879 Double one = new Double(1.0);
889 tryCatch("%d", IllegalFormatConversionException.class, one);
890 tryCatch("%,.4e", FormatFlagsConversionMismatchException.class, one);
954 test("%10.3e", " 1.000e+00", one);
1017 test("%.3f", "1.000", one);
1018 test("%10.3f", " 1.000", one);
1259 test("%.3g", "1.00", one);
1260 test("%10.3g", " 1.00", one);
H A DBasicFloatObject.java859 Float one = new Float(1.0f);
889 tryCatch("%d", IllegalFormatConversionException.class, one);
890 tryCatch("%,.4e", FormatFlagsConversionMismatchException.class, one);
954 test("%10.3e", " 1.000e+00", one);
1017 test("%.3f", "1.000", one);
1018 test("%10.3f", " 1.000", one);
1259 test("%.3g", "1.00", one);
1260 test("%10.3g", " 1.00", one);
/openjdk7/jdk/make/java/nio/
H A DgenBuffer.sh165 genBinOps char character 1 two one $binops >>$DST
166 genBinOps short short 1 two one $binops >>$DST
/openjdk7/hotspot/agent/test/jdi/
H A Dmultivm.sh30 simultaneousely. i.e, before detaching one attach another.
H A Dserialvm.sh29 Run serialvm.class using Serviceability Agent to talk to 2 pids one
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNNameParser.java257 StringBuffer one = new StringBuffer(escape(comp.id));
259 one.append(kindSeparator + escape(comp.kind));
261 if (one.length() == 0) {
264 return one.toString();
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DLargeBufs.java246 byte [] one = new byte [appBufferMax * 5 + OFFSET];
249 random.nextBytes(one);
252 appOut1 = ByteBuffer.wrap(one);
261 System.out.println("Testing arrays of: " + one.length +
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp198 // Compute the union of all elements of one and two which interfere with
207 IndexSet *one = ifg->neighbors(lr1); local
212 assert(_max_elements == one->_max_elements, "max element mismatch");
214 one->check_watch("union source");
224 if (two->count() > one->count()) {
225 IndexSet *temp = one;
226 one = two;
238 // Load up the combined interference set with the neighbors of one
239 IndexSetIterator elements(one);
526 // if there is one
[all...]
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java343 byte[] one; field in class:TunnelProxy.NioInputStream
356 one = new byte[1];
365 return read (one, 0, 1);
466 byte[] one; field in class:TunnelProxy.NioOutputStream
473 one = new byte [1];
477 one[0] = (byte)b;
478 write (one, 0, 1);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java66 static Integer one = 1; field in class:ConstFold
71 return b ? one : zero;
256 return syms.intType.constType(one);
278 return syms.intType.constType(one);
282 return syms.intType.constType(one);
304 return syms.intType.constType(one);
308 return syms.intType.constType(one);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DView.java37 * The view is not intended to be some completely new thing that one must
62 like <code>invalidate</code> in <code>Component</code> except that one can
63 invalidate just one axis
105 each child, or it might iteratively update the children one at a time.
152 necessarily be counted upon to be in a particular pattern, one must be able
171 if one want to be able to change the view and write the least amount of new code),
384 * Removes one of the children at the given position.
402 View[] one = new View[1];
403 one[0] = v;
404 replace(offs, 0, one);
[all...]
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java48 final static Integer one = 1; field in class:RacingCollections
169 if (! c.contains(one))
170 c.add(one);
174 if (! m.containsKey(one))
175 m.put(one, true);
274 x.put(one, true);

Completed in 72 milliseconds

12345