Searched defs:mask (Results 1 - 25 of 220) sorted by relevance

123456789

/openjdk7/hotspot/test/compiler/5091921/
H A DTest6935022.java55 private void loop(int endingRow, int mask) throws Exception { argument
61 if (rows == mask)
/openjdk7/jdk/test/javax/swing/JLayer/6872503/
H A Dbug6872503.java70 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 DBsdOopHandle.java50 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 DDummyOopHandle.java52 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 DLinuxOopHandle.java50 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 DProcOopHandle.java38 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 DRemoteOopHandle.java38 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 DWindbgOopHandle.java50 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 DMaskFillerForNative.java34 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 DGroupImpl.java42 * 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 DJDMNetMask.java34 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 Dawt_Win32GraphicsConfig.cpp66 * 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 DTestTransmit.java72 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 Dec_naf.c65 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 DOopMapStream.java32 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 DMetaMessage.java230 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 DD3DMaskFill.java64 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 DNetworkInterface.h38 short mask; member in struct:_netaddr
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeTables.h72 FeatureMask mask; member in struct:FeatureMap
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryAttribute.java58 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 DPreHashedMap.java91 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 DOGLMaskFill.java64 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 DNotifierArgs.java52 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 Dmlib_v_ImageCopy_f.c130 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 DD3DMaskFill.cpp38 * 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...]

Completed in 2397 milliseconds

123456789