Searched refs:mask (Results 201 - 225 of 374) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseEvent.java48 * {@link Component#enableEvents(long)} with the appropriate mask parameter
103 * The button mask returned by {@link InputEvent#getModifiers} reflects
623 is not modified. Exclude this button number from ExtModifiers mask.*/
932 * @param modifiers A modifier mask describing the modifier keys and
974 int mask;
982 mask = InputEvent.getMaskForButton(i);
983 if ((modifiers & mask) != 0 &&
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglx.h247 unsigned long mask );
333 unsigned long mask );
336 unsigned long *mask );
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.cpp264 count += selectLookups(requiredFeatureTable, fm.mask, order, success);
286 count += selectLookups(featureTable, fm.mask, order + count, success);
313 order += selectLookups(featureTable, fm.mask, order, success);
/openjdk7/hotspot/src/share/vm/code/
H A DvtableStubs.hpp112 mask = N - 1 enumerator in enum:VtableStubs::__anon217
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTKeyStroke.java512 int mask = 0;
559 mask, false);
571 mask, released);
589 mask |= tokenMask.intValue();
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Cursor.cpp61 mask = NULL;
78 mask = hM;
90 delete[] mask;
260 HBITMAP hMask = ::CreateBitmap(nWidth, nHeight, 1, 1, mask);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h60 rgbquad_t mask[4]; member in struct:ImageFormat
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryClass.java111 DataInputStream in, int mask) throws IOException {
172 BinaryAttribute atts = BinaryAttribute.load(in, cpool, mask);
185 BinaryAttribute atts = BinaryAttribute.load(in, cpool, mask);
190 c.atts = BinaryAttribute.load(in, cpool, mask);
110 load(Environment env, DataInputStream in, int mask) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackend.java86 public void renderComposite(byte op, int src, int mask, int dst, argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformWindow.java52 private static native void nativeSetNSWindowStyleBits(long nsWindowPtr, int mask, int data); argument
105 // corresponds to native style mask bits
142 static int SET(final int bits, final int mask, final boolean value) { argument
143 if (value) return (bits | mask);
144 return bits & ~mask;
147 static boolean IS(final int bits, final int mask) { argument
148 return (bits & mask) != 0;
393 protected void setStyleBits(final int mask, final boolean value) { argument
394 nativeSetNSWindowStyleBits(getNSWindowPtr(), mask, value ? mask
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c196 long mask)
205 mask, vinfo, &visualsMatched);
247 long mask; local
257 mask = VisualIDMask | VisualScreenMask;
272 mask = VisualIDMask | VisualScreenMask;
277 mask = VisualDepthMask | VisualScreenMask | VisualClassMask;
282 defaultConfig = findWithTemplate(&vinfo, mask);
289 mask = VisualIDMask | VisualScreenMask;
290 defaultConfig = findWithTemplate(&vinfo, mask);
297 mask
195 findWithTemplate(XVisualInfo *vinfo, long mask) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java115 static ModifierOp createModifier(Op next, Op branch, int add, int mask) { argument
117 ModifierOp op = new ModifierOp(Op.MODIFIER, add, mask);
H A DToken.java173 static Token.ModifierToken createModifierGroup(Token child, int add, int mask) { argument
175 return new Token.ModifierToken(child, add, mask);
1385 final int mask; field in class:Token.ModifierToken
1387 ModifierToken(Token tok, int add, int mask) { argument
1391 this.mask = mask;
1405 return this.mask;
1411 +(this.mask == 0 ? "" : REUtil.createOptionString(this.mask))
/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp258 // Compatible final mask
259 lrg1->mask().overlap( lrg2->mask() ) ) {
273 lrg1->AND(lrg2->mask());
620 lrgs(lr2).Clear(); // Force empty mask for LRG 2
684 rm.SUBTRACT( lrgs(lidx).mask() );
690 if( rm.overlap(lrgs(lidx).mask()) ) {
695 if( !lrgs(lidx).mask().is_AllStack() ) {
714 // because the constrained register mask prevented them.
787 RegMask rm = lrgs(lr1).mask();
[all...]
H A Dregmask.hpp68 int find_lowest_bit( uint32 mask );
70 int find_hihghest_bit( uint32 mask );
74 // as any notion of register classes. We provide a register mask, which is
78 // RM_SIZE is the size of a register mask in words.
79 // FORALL_BODY replicates a BODY macro once per word in the register mask.
122 // A constructor only used by the ADLC output. All mask fields are filled
141 // Construct an empty mask
144 // Construct a mask with a single bit
147 // Check for register being in mask
153 // The last bit in the register mask indicate
[all...]
H A Dparse2.cpp132 BoolTest::mask btest = BoolTest::lt;
168 IfNode* Parse::jump_if_fork_int(Node* a, Node* b, BoolTest::mask mask) { argument
170 Node *tst = _gvn.transform( new (C) BoolNode( cmp, mask));
171 IfNode *iff = create_and_map_if( control(), tst, ((mask == BoolTest::eq) ? PROB_STATIC_INFREQUENT : PROB_FAIR), COUNT_UNKNOWN );
701 Node *mask = _gvn.intcon((divisor - 1)); local
711 Node *andn= _gvn.transform( new (C) AndINode(neg, mask) );
715 Node *andx = _gvn.transform( new (C) AndINode(a, mask) );
841 BoolTest::mask btest,
901 bool Parse::seems_stable_comparison(BoolTest::mask btes
[all...]
H A Dmacro.hpp103 Node* opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path = false);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_UshortGray.c486 mlib_s32 i, j, x0, mask, res; local
538 mask = res >> 16;
539 *dst = (res & mask) | (*dst &~ mask);
638 mlib_s32 i, j, x0, mask, res; local
692 mask = res >> 16;
693 *dst = (res & mask) | (*dst &~ mask);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DEngineInputRecord.java165 int mask = (isShort ? 0x7f : 0x3f);
166 len = ((byteZero & mask) << 8) + (buf.get(pos + 1) & 0xff) +
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java366 int mask = 0;
369 mask |= FILE_READ_DATA;
373 mask |= FILE_WRITE_DATA;
379 mask |= FILE_EXECUTE;
382 if (!hasDesiredAccess(file, mask))
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp969 InterpreterOopMap mask; local
971 m->mask_for(bci, &mask);
973 OopMapCache::compute_one_oop_map(m, bci, &mask);
975 mask.iterate_oop(&blk);
1242 InterpreterOopMap mask; local
1243 m->mask_for(bci, &mask);
1244 mask.iterate_all( &oop_blk, &value_blk, &dead_blk);
1357 InterpreterOopMap mask; local
1358 OopMapCache::compute_one_oop_map(m, bci, &mask);
1361 for (int e = 0; e < mask
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMemberName.java309 private boolean testFlags(int mask, int value) { argument
310 return (flags & mask) == value;
312 private boolean testAllFlags(int mask) { argument
313 return testFlags(mask, mask);
315 private boolean testAnyFlags(int mask) { argument
316 return !testFlags(mask, 0);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java433 // The problem with these is that they mask other problems
1014 long mask = VM.getVM().getAddressSize();
1015 mask = 2 * mask - 1;
1016 return ((sp.andWithMask(mask) == null) &&
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp84 bm_word_t mask = inverted_bit_mask_for_range(beg, end); local
85 *word_addr(beg) |= ~mask;
93 bm_word_t mask = inverted_bit_mask_for_range(beg, end); local
94 *word_addr(beg) &= mask;
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c169 pBmi->bV4AlphaMask = splash->screenFormat.mask[3];
170 pBmi->bV4RedMask = splash->screenFormat.mask[2];
171 pBmi->bV4GreenMask = splash->screenFormat.mask[1];
172 pBmi->bV4BlueMask = splash->screenFormat.mask[0];

Completed in 1668 milliseconds

1234567891011>>