/openjdk7/hotspot/test/compiler/5091921/ |
H A D | Test6935022.java | 55 private void loop(int endingRow, int mask) throws Exception { argument 61 if (rows == mask)
|
/openjdk7/jdk/test/javax/swing/JLayer/6872503/ |
H A D | bug6872503.java | 70 throw new RuntimeException("Wrong mask for AWTEventListener"); 104 static boolean layerEventControllerMaskEquals(long mask) { argument 107 for (AWTEventListener listener : toolkit.getAWTEventListeners(mask)) { 121 System.out.println("LayerEventController with the correct mask found"); 123 System.out.println("No LayerEventController with the correct mask");
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/ |
H A D | BsdOopHandle.java | 50 public Address andWithMask(long mask) throws UnsupportedOperationException { argument 54 public Address orWithMask(long mask) throws UnsupportedOperationException { argument 58 public Address xorWithMask(long mask) throws UnsupportedOperationException { argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/ |
H A D | DummyOopHandle.java | 52 public Address andWithMask(long mask) throws UnsupportedOperationException { argument 56 public Address orWithMask(long mask) throws UnsupportedOperationException { argument 60 public Address xorWithMask(long mask) throws UnsupportedOperationException { argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/ |
H A D | LinuxOopHandle.java | 50 public Address andWithMask(long mask) throws UnsupportedOperationException { argument 54 public Address orWithMask(long mask) throws UnsupportedOperationException { argument 58 public Address xorWithMask(long mask) throws UnsupportedOperationException { argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/ |
H A D | ProcOopHandle.java | 38 public Address andWithMask(long mask) throws UnsupportedOperationException { argument 42 public Address orWithMask(long mask) throws UnsupportedOperationException { argument 46 public Address xorWithMask(long mask) throws UnsupportedOperationException { argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/ |
H A D | RemoteOopHandle.java | 38 public Address andWithMask(long mask) throws UnsupportedOperationException { argument 42 public Address orWithMask(long mask) throws UnsupportedOperationException { argument 46 public Address xorWithMask(long mask) throws UnsupportedOperationException { argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/ |
H A D | WindbgOopHandle.java | 50 public Address andWithMask(long mask) throws UnsupportedOperationException { argument 54 public Address orWithMask(long mask) throws UnsupportedOperationException { argument 58 public Address xorWithMask(long mask) throws UnsupportedOperationException { argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | MaskFillerForNative.java | 34 MaskFillerForNative(Method method, BitMap mask, int maskSize) { argument 36 this.mask = mask; 44 public void passObject() { mask.atPut(offset(), true); } 53 private BitMap mask; field in class:MaskFillerForNative
|
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/ |
H A D | GroupImpl.java | 42 * This class is used to represent a subnet mask (a group of hosts 44 * IP mask). 59 * Constructs a group using the specified subnet mask. 61 * @param mask The subnet mask to use to build the group. 62 * @exception UnknownHostException if the subnet mask cann't be built. 64 public GroupImpl (String mask) throws UnknownHostException { argument 65 super(mask); 77 // subnet mask 90 * @return true if the object passed in matches the subnet mask, [all...] |
H A D | JDMNetMask.java | 34 protected String mask = null; field in class:JDMNetMask 56 return new NetMaskImpl(address.toString(), Integer.parseInt(mask));
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Win32GraphicsConfig.cpp | 66 * fields in the Windows GDI PIXELFORMATDESCRIPTOR and the mask 70 int mask = 0xFFFFFFFF; local 73 mask = mask << numBits; 74 mask = ~mask; 76 mask = mask << shift; 77 return mask;
|
/openjdk7/jdk/test/sun/security/smartcardio/ |
H A D | TestTransmit.java | 72 byte mask = response.mask[i]; 73 if ((received[i] & response.mask[i]) != response.bytes[i]) { 88 final byte[] mask; field in class:TestTransmit.Bytes 89 Bytes(byte[] bytes, byte[] mask) { argument 91 this.mask = mask; 99 ByteArrayOutputStream mask = new ByteArrayOutputStream(n >> 1); 112 mask.write(0); 121 mask [all...] |
/openjdk7/jdk/src/share/native/sun/security/ec/impl/ |
H A D | ec_naf.c | 65 int i, twowm1, mask; local 68 mask = 2 * twowm1 - 1; 77 out[i] = MP_DIGIT(&k, 0) & mask;
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/ |
H A D | OopMapStream.java | 32 private int mask; field in class:OopMapStream 44 mask = type.getValue(); 53 mask = computeMask(types); 80 mask = 0; 83 mask |= types[i].getValue(); 86 return mask; 92 if ((omv.getType().getValue() & mask) > 0) {
|
/openjdk7/jdk/src/share/classes/javax/sound/midi/ |
H A D | MetaMessage.java | 230 private final static long mask = 0x7F; field in class:MetaMessage 233 int shift=63; // number of bitwise left-shifts of mask 235 while ((shift > 0) && ((value & (mask << shift)) == 0)) shift-=7; 238 data[off++]=(byte) (((value & (mask << shift)) >> shift) | 0x80); 241 data[off] = (byte) (value & mask);
|
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/ |
H A D | D3DMaskFill.java | 64 byte[] mask); 62 maskFill(int x, int y, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
|
/openjdk7/jdk/src/windows/native/java/net/ |
H A D | NetworkInterface.h | 38 short mask; member in struct:_netaddr
|
/openjdk7/jdk/src/share/native/sun/font/layout/ |
H A D | OpenTypeTables.h | 72 FeatureMask mask; member in struct:FeatureMap
|
/openjdk7/jdk/src/share/classes/sun/tools/java/ |
H A D | BinaryAttribute.java | 58 public static BinaryAttribute load(DataInputStream in, BinaryConstantPool cpool, int mask) throws IOException { argument 68 if (id.equals(idCode) && ((mask & ATT_CODE) == 0)) {
|
/openjdk7/jdk/src/share/classes/sun/util/ |
H A D | PreHashedMap.java | 91 private final int mask; field in class:PreHashedMap 106 * @param mask 109 protected PreHashedMap(int rows, int size, int shift, int mask) { argument 113 this.mask = mask; 135 int h = (k.hashCode() >> shift) & mask; 152 int h = (k.hashCode() >> shift) & mask;
|
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/ |
H A D | OGLMaskFill.java | 64 byte[] mask); 62 maskFill(int x, int y, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/ |
H A D | NotifierArgs.java | 52 int mask; field in class:NotifierArgs 73 mask |= ADDED_MASK|REMOVED_MASK|RENAMED_MASK; 76 mask |= CHANGED_MASK; 84 return mask == target.mask && 128 sum = mask + name.hashCode() + filter.hashCode() + controlsCode();
|
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/ |
H A D | mlib_v_ImageCopy_f.c | 130 mlib_s32 emask; /* edge mask */ 133 mlib_u8 src, mask; local 138 mask = mask0 << (8 - size); 139 mask >>= offset; 141 da[0] = (src & (~mask)) | (sa[0] & mask); 145 mask = mask0 >> offset; 147 da[0] = (src & (~mask)) | (sa[0] & mask); 160 /* generate edge mask fo [all...] |
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ |
H A D | D3DMaskFill.cpp | 38 * w,h - width/height of the mask tile 41 * sx1,sy1 - upper left corner of the mask tile source region 42 * sx2,sy2 - lower left corner of the mask tile source region 43 * sx,sy - "current" upper left corner of the mask tile region of interest 101 unsigned char *mask; local 106 mask = (unsigned char *) 109 mask = NULL; 114 maskoff, maskscan, masklen, mask); 121 if (mask != NULL) { 122 env->ReleasePrimitiveArrayCritical(maskArray, mask, JNI_ABOR [all...] |