Searched refs:effect (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DLoweredBorder.java101 InnerShadowEffect effect = new InnerShadowEffect();
102 effect.setDistance(1);
103 effect.setSize(3);
104 effect.setColor(getLighter(color, 2.1f));
105 effect.setAngle(90);
106 effect.applyEffect(img1,img2,IMG_SIZE,IMG_SIZE);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java92 int computeForParameters(boolean is_static, CellTypeStateList effect) { argument
94 _effect = effect;
97 effect.get(_idx++).set(CellTypeState.ref);
105 int computeForReturntype(CellTypeStateList effect) { argument
107 _effect = effect;
143 int computeForParameters(boolean is_static, CellTypeStateList effect) { argument
145 _effect = effect;
148 effect.get(_idx++).set(CellTypeState.makeSlotRef(0));
156 int computeForReturntype(CellTypeStateList effect) { argument
158 _effect = effect;
351 methodsigToEffect(Symbol signature, boolean isStatic, CellTypeStateList effect) argument
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp130 int compute_for_parameters(bool is_static, CellTypeState *effect) { argument
132 _effect = effect;
135 effect[_idx++] = CellTypeState::ref;
142 int compute_for_returntype(CellTypeState *effect) { argument
144 _effect = effect;
184 int compute_for_parameters(bool is_static, CellTypeState *effect) { argument
186 _effect = effect;
189 effect[_idx++] = CellTypeState::make_slot_ref(0);
196 int compute_for_returntype(CellTypeState *effect) { argument
198 _effect = effect;
671 methodsig_to_effect(Symbol* signature, bool is_static, CellTypeState* effect) argument
[all...]
H A DgenerateOopMap.hpp326 int methodsig_to_effect (Symbol* signature, bool isStatic, CellTypeState* effect);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl421 - #define id(id, id, ...) token-string is a macro definition. There can be no space between the first id and the left paren. Since id( must be treated as a token and id( can also appear in op_dcl, see that production for the effect of this token.
/openjdk7/hotspot/make/windows/
H A Dcreate.bat29 REM builds and runs ProjectCreator in it. This has the side-effect of creating
203 echo builds and runs ProjectCreator in it. This has the side-effect of creating
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s69 ! Note that %g0 is alway zero, write to it has no program-visible effect.
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec354 "there is no current HoldEvents command in effect, this command is "
1752 "calling this command has no effect. "

Completed in 60 milliseconds