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

123

/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutComparator.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
114 int ax = a.getX(), ay = a.getY(), bx = b.getX(), by = b.getY();
122 if (Math.abs(ay - by) < ROW_TOLERANCE) {
125 return (ay < by) ? -1 : 1;
131 if (Math.abs(ay - by) < ROW_TOLERANCE) {
134 return (ay < by) ? -1 : 1;
143 return (ay < by) ? -1 : ((ay > by) ? 1 : zOrder);
152 return (ay < by)
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
32 float ax, ay, bx, by, cx, cy, dx, dy; field in class:Curve
64 by = 3 * (y1 - 2 * y2 + y3);
70 dbx = 2 * bx; dby = 2 * by;
80 by = y1 - 2 * y2 + y3;
86 dbx = 2 * bx; dby = 2 * by;
93 return t * (t * (t * ay + by) + cy) + dy;
131 // by a constant, and this way we save a few multiplications).
153 // no OOB exception, because by no
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
29 The image conversion process is controlled by a function skeleton
38 The conversion process as defined by <img_scaleloop.h> can be broken
48 Each category defines a number of different macros that are used by the
50 the images. The macros for each category are all implemented by a
105 provided by the platform implementor. These definitions are usually
112 used by <img_alpha.h>
161 used directly by <img_scaleloop.h>
168 used by al
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
58 ServerRequestInfo. We enable this by having them implement the
71 We support the multiple server port API in PortableInterceptors by
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
149 libpng will use the zlib CRC routines by (compile-time) default
247 Added png_invert_alpha capability (Glenn R-P -- suggestion by Jon Vincent)
259 png_get_image_height(), etc. (Glenn R-P, suggestion by Brad Pettit)
349 Fixed a problem with value of "channels" returned by png_read_update_info()
352 Optimized Paeth calculations by replacing abs() function calls with intrinsics
353 plus other loop optimizations. Improves avg decoding speed by about 20%.
371 Added makefile.sco (contributed by Mike Hopkirk).
401 Added pngdll.mak and pngdef.pas to scripts directory, contributed by
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeMetrics.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
67 /* The no-args constructor is used by CompositeStrike, which then
94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, argument
101 baselineY = by;
165 * This is done ONCE by the strike so clients should not need
H A DLayoutPathImpl.java7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
162 * Automatically build from a list of points represented by pairs of
287 * represented by a triple: x, y, and cumulative advance.
289 * point of the first segment is represented by the triple
293 * These will be represented by pairs of triplets that share the
387 // the half of the plane defined by extending that vector).
401 double by = data[1];
417 double dy = ny - by;
421 double py = y - by;
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A DREADME.txt76 System classes are currently defined as any class seen by the
99 performance, this could be improved by not having the
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-rmiregistry.bat9 REM published by the Free Software Foundation.
44 @echo for use by the debug server.
H A Dstart-debug-server.bat9 REM published by the Free Software Foundation.
/openjdk7/langtools/test/tools/javac/api/
H A DT6345974.java7 * published by the Free Software Foundation.
70 byte by; field in class:T6345974
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s7 !! published by the Free Software Foundation.
33 !! by the .il "call", in some cases optimizing the code, completely eliding it,
34 !! or by moving the code from the "call site".
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/selfIssued/
H A DREADME7 * published by the Free Software Foundation.
26 The certificates and CRLs used by KeyUsageMatters.java are copied from
109 3. root CRL issued by root crl issuer.
194 6. CLR issued by subca CRL issuer
279 9. end entity certificate issued by subca, Alice
314 10. end entity certificate issued by subca, Bob
349 11. end entity certificate issued by subca, Susan
/openjdk7/jdk/test/java/security/cert/CertPathValidator/indirectCRL/
H A DREADME7 * published by the Free Software Foundation.
26 Here lists the Certificates and CRLs, which was generated by generate.sh,
104 3. root CRL issued by root crl issuer.
186 6. CLR issued by subca CRL issuer
269 9. end entity certificate issued by subca, Alice
304 10. end entity certificate issued by subca, Bob
339 10. end entity certificate issued by subca, Susan
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s9 ! published by the Free Software Foundation. Oracle designates this
11 ! by Oracle in the LICENSE file that accompanied this code.
244 COPY_A0 ! process data returned by BLD_A0
248 COPY_B0 ! process data returned by BLD_B0
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
30 Checks if this window is blocked by any modal dialog
51 Key events are filtering by preventing the blocked windows
94 blocked by it. Transient_for chain is constructed in the
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat8 REM published by the Free Software Foundation.
H A Dstart-debug-server-windbg64.bat8 REM published by the Free Software Foundation.
H A Dstart-rmiregistry.bat8 REM published by the Free Software Foundation.
H A Dsaenv.bat8 REM published by the Free Software Foundation.
/openjdk7/hotspot/make/windows/
H A Dcreate.bat8 REM published by the Free Software Foundation.
112 echo Error: directory pointed to by HotSpotWorkSpace
121 echo Error: directory pointed to by HotSpotBuildSpace
128 echo Error: directory pointed to by %HotSpotJDKDist%
H A Dbuild.bat8 REM published by the Free Software Foundation.
115 echo optional build identifier displayed by java -version
H A Dcross_build.bat8 REM published by the Free Software Foundation.
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
29 "Returns the JDWP version implemented by the target VM. "
45 "Returns reference types for all the classes loaded by the target VM "
72 "Returns reference types for all classes currently loaded by the "
98 "by the target VM. Threads that have not yet been started "
135 "<li>All threads suspended by the thread-level "
160 "The returned values indicate the number of bytes used by the "
256 "method or the field was invented by the compiler?) ")
290 "The count of references held by th
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A Drunsa.sh8 # published by the Free Software Foundation.
43 The corefile must have been produced by the same java as is running SA.

Completed in 66 milliseconds

123