Searched refs:x1 (Results 376 - 400 of 407) sorted by relevance

<<11121314151617

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java117 if ((coords.length & 0x1) != 0) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java496 public void flip(int x1, int y1, int x2, int y2, argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java430 public void flip(int x1, int y1, int x2, int y2, FlipContents flipAction) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java898 final int l = 0x1;
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract.c343 const mlib_s32 X2 = 0x1;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c357 pRasInfo->bounds.x1, pRasInfo->bounds.y1,
/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java660 int count = STRESS + (STRESS_COUNT++ & 0x1); // non-constant value
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c277 if ((kwidth&0x1) == 0) {
284 if ((kheight&0x1) == 0) {
518 if ((kwidth&0x1) == 0) {
525 if ((kheight&0x1) == 0) {
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DImageTests.java206 0x1);
H A DRenderTests.java148 0x1);
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java836 int PRINTER = 0x1;
/openjdk7/jdk/test/sun/nio/cs/
H A DTestISO2022JP.java143 (byte) 0x0, (byte) 0x1, (byte) 0x2, (byte) 0x3,
H A DTestMS5022X.java150 (byte)0x0, (byte)0x1, (byte)0x2, (byte)0x3,
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DMethodGenerator.java979 openChunkAtCurrLevel = ((currLevelChunks.size() & 0x1) == 1);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp375 _GC0_VALID = 0x1,
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java575 return (getCharLevel(logicalIndex) & 0x1) == 0;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c73 #define EXPERIMENT_NO_EARLY_HOOK 0x1
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c3948 if (!_cmsReadFloat32Number(io, &Segments[i].x1)) goto Error;
3949 PrevBreak = Segments[i].x1;
3953 Segments[nSegments-1].x1 = 1E22F; // A big cmsFloat32Number number
4096 if (!_cmsWriteFloat32Number(io, Segments[i].x1)) goto Error;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp470 noOverflow = 0x1,
521 VEX_SIMD_66 = 0x1,
528 VEX_OPCODE_0F = 0x1,
H A DtemplateTable_x86_32.cpp2479 __ andl(rdx, 0x1);
2731 __ andl(rdx, 0x1);
H A DtemplateTable_x86_64.cpp2536 __ andl(rdx, 0x1);
2771 __ andl(rdx, 0x1);
2852 // __ andl(rdx, 0x1);
2940 // __ testl(rdx, 0x1);
3413 (intptr_t) markOopDesc::prototype()); // header (address 0x1)
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1539 int PRINTER = 0x1;
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec3080 (Constant SUSPEND_STATUS_SUSPENDED = 0x1 )
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c218 const gchar* detail, gint x1, gint x2, gint y);
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java1914 switch (action & 0x1) {

Completed in 185 milliseconds

<<11121314151617