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

1234567891011

/openjdk10/hotspot/test/compiler/c2/
H A DTest6935022.java56 private void loop(int endingRow, int mask) throws Exception { argument
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dec_naf.c65 int i, twowm1, mask; local
/openjdk10/jdk/test/javax/swing/JLayer/6872503/
H A Dbug6872503.java106 static boolean layerEventControllerMaskEquals(long mask) { argument
/openjdk10/jdk/test/sun/security/smartcardio/
H A DTestTransmit.java101 final byte[] mask; field in class:TestTransmit.Bytes
102 Bytes(byte[] bytes, byte[] mask) { argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DMaskFillerForNative.java34 MaskFillerForNative(Method method, BitMap mask, int maskSize) { argument
53 private BitMap mask; field in class:MaskFillerForNative
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/hotspot/src/jdk.hotspot.agent/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
/openjdk10/jdk/src/java.base/share/classes/sun/util/
H A DPreHashedMap.java91 private final int mask; field in class:PreHashedMap
109 protected PreHashedMap(int rows, int size, int shift, int mask) { argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLMaskFill.java63 maskFill(int x, int y, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-set-private.hh95 mask_t mask; variable
[all...]
/openjdk10/jdk/test/java/awt/Mouse/MouseModifiersUnitTest/
H A DMouseModifiersInKeyEvent.java54 private static void test(final int mask) throws Exception { argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DMaskFill.java63 maskFill(int x, int y, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DOopMapStream.java32 private int mask; field in class:OopMapStream
/openjdk10/hotspot/test/compiler/codegen/
H A DBitTests.java105 private final long testLongMaskBranch(long counter, long mask) { argument
112 private final long testIntMaskBranch(long counter, int mask) { argument
/openjdk10/jdk/src/java.base/windows/native/libnet/
H A DNetworkInterface.h37 short mask; member in struct:_netaddr
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/midi/
H A DMetaMessage.java218 private static final long mask = 0x7F; field in class:MetaMessage
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DBufferedMaskFill.java73 MaskFill(SunGraphics2D sg2d, SurfaceData sData, Composite comp, final int x, final int y, final int w, final int h, final byte[] mask, final int maskoff, final int maskscan) argument
142 maskFill(int x, int y, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DOpenTypeTables.h72 FeatureMask mask; member in struct:FeatureMap
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskFill.java93 maskFill(long xsdo, int x, int y, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
96 MaskFill(SunGraphics2D sg2d, SurfaceData sData, Composite comp, final int x, final int y, final int w, final int h, final byte[] mask, final int maskoff, final int maskscan) argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsConfig.cpp70 int mask = 0xFFFFFFFF; local
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DBinaryAttribute.java58 public static BinaryAttribute load(DataInputStream in, BinaryConstantPool cpool, int mask) throws IOException { argument

Completed in 191 milliseconds

1234567891011