Searched refs:control (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/external/easymock/src/org/easymock/internal/
H A DMockInvocationHandler.java26 private final MocksControl control; field in class:MockInvocationHandler
28 public MockInvocationHandler(MocksControl control) { argument
29 this.control = control;
35 if (control.getState() instanceof RecordState) {
36 LastControl.reportLastControl(control);
38 return control.getState().invoke(
52 return control;
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimEventListener.java48 * @param control The control to which the listener is assigned.
52 public void onAnimCycleDone(AnimControl control, AnimChannel channel, String animName); argument
57 * @param control The control to which the listener is assigned.
61 public void onAnimChange(AnimControl control, AnimChannel channel, String animName); argument
H A DAnimChannel.java54 private AnimControl control; field in class:AnimChannel
98 AnimChannel(AnimControl control){ argument
99 this.control = control;
103 * Returns the parent control of this AnimChannel.
105 * @return the parent control of this AnimChannel.
109 return control;
200 * Notice that this method will reset the control's speed to 1.0.
214 Animation anim = control.animationMap.get(name);
218 control
[all...]
/external/webkit/Source/WebCore/html/
H A DValidityState.h35 static PassOwnPtr<ValidityState> create(FormAssociatedElement* control) argument
37 return adoptPtr(new ValidityState(control));
58 ValidityState(FormAssociatedElement* control) : m_control(control) { } argument
H A DHTMLLabelElement.idl27 readonly attribute HTMLElement control;
H A DHTMLLabelElement.cpp67 HTMLFormControlElement* HTMLLabelElement::control() function in class:WebCore::HTMLLabelElement
82 // Find the first element whose id is controlId. If it is found and it is a labelable form control,
95 // Also update our corresponding control.
96 if (HTMLElement* element = control())
108 // Also update our corresponding control.
109 if (HTMLElement* element = control())
118 RefPtr<HTMLElement> element = control();
120 // If we can't find a control or if the control received the click
127 // Click the corresponding control
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultisetsImmutableEntryTest.java39 private static <E> Entry<E> control(E element, int count) { method in class:MultisetsImmutableEntryTest
55 assertEquals(control("foo", 1), entry("foo", 1));
56 assertEquals(control("bar", 2), entry("bar", 2));
57 assertFalse(control("foo", 1).equals(entry("foo", 2)));
58 assertFalse(entry("foo", 1).equals(control("bar", 1)));
64 assertEquals(control(NE, 1), entry(NE, 1));
65 assertFalse(control(NE, 1).equals(entry(NE, 2)));
66 assertFalse(entry(NE, 1).equals(control("bar", 1)));
72 assertEquals(control("foo", 1).hashCode(), entry("foo", 1).hashCode());
73 assertEquals(control("ba
[all...]
H A DAbstractMapEntryTest.java47 private static <K, V> Entry<K, V> control(K key, V value) { method in class:AbstractMapEntryTest
64 assertEquals(control("foo", 1), foo1);
65 assertEquals(control("bar", 2), entry("bar", 2));
66 assertFalse(control("foo", 1).equals(entry("foo", 2)));
67 assertFalse(foo1.equals(control("bar", 1)));
73 assertEquals(control(NK, 1), entry(NK, 1));
74 assertEquals(control("bar", NV), entry("bar", NV));
75 assertFalse(control(NK, 1).equals(entry(NK, 2)));
76 assertFalse(entry(NK, 1).equals(control("bar", 1)));
82 assertEquals(control("fo
[all...]
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DPhysicsControl.java5 package com.jme3.bullet.control;
8 import com.jme3.scene.control.Control;
21 * The physics object is removed from the physics space when the control
22 * is disabled. When the control is enabled again the physics object is
H A DRigidBodyControl.java5 package com.jme3.bullet.control;
24 import com.jme3.scene.control.Control;
66 RigidBodyControl control = new RigidBodyControl(collisionShape, mass);
67 control.setAngularFactor(getAngularFactor());
68 control.setAngularSleepingThreshold(getAngularSleepingThreshold());
69 control.setCcdMotionThreshold(getCcdMotionThreshold());
70 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius());
71 control.setCollideWithGroups(getCollideWithGroups());
72 control.setCollisionGroup(getCollisionGroup());
73 control
[all...]
H A DVehicleControl.java5 package com.jme3.bullet.control;
22 import com.jme3.scene.control.Control;
85 VehicleControl control = new VehicleControl(collisionShape, mass);
86 control.setAngularFactor(getAngularFactor());
87 control.setAngularSleepingThreshold(getAngularSleepingThreshold());
88 control.setAngularVelocity(getAngularVelocity());
89 control.setCcdMotionThreshold(getCcdMotionThreshold());
90 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius());
91 control.setCollideWithGroups(getCollideWithGroups());
92 control
[all...]
H A DGhostControl.java5 package com.jme3.bullet.control;
19 import com.jme3.scene.control.Control;
70 GhostControl control = new GhostControl(collisionShape);
71 control.setCcdMotionThreshold(getCcdMotionThreshold());
72 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius());
73 control.setCollideWithGroups(getCollideWithGroups());
74 control.setCollisionGroup(getCollisionGroup());
75 control.setPhysicsLocation(getPhysicsLocation());
76 control.setPhysicsRotation(getPhysicsRotationMatrix());
77 control
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DCameraNode.java35 import com.jme3.scene.control.CameraControl;
36 import com.jme3.scene.control.CameraControl.ControlDirection;
58 public CameraNode(String name, CameraControl control) { argument
60 addControl(control);
61 camControl = control;
H A DLightNode.java35 import com.jme3.scene.control.LightControl;
36 import com.jme3.scene.control.LightControl.ControlDirection;
58 public LightNode(String name, LightControl control) { argument
60 addControl(control);
61 lightControl = control;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DControlTest.java69 private Control control; field in class:ControlTest
84 assertFalse(control.equals(subControl));
141 assertSame(control, Control.getControl(FORMAT_DEFAULT));
146 assertTrue(control.getClass() == Control.class);
155 assertSame(control, Control.getControl(list));
195 assertNotSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT));
200 control = Control.getNoFallbackControl(FORMAT_DEFAULT);
202 assertSame(control, Control.getNoFallbackControl(FORMAT_DEFAULT));
207 assertTrue(control.getClass() != Control.class);
213 assertEquals(FORMAT_DEFAULT, control
[all...]
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtab_control.css6 .tab-control {
15 .tab-control > .tab-strip {
27 .tab-control > .tabs {
34 .tab-control > .tabs > :not([selected]) {
38 .tab-control .tab-button {
51 .tab-control .tab-button:hover {
56 .tab-control .tab-button:visited,
57 .tab-control .tab-button {
61 .tab-control .tab-button[selected] {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java54 Control control = m_propertyToControl.remove(propertyTable, property);
55 if (control != null) {
56 control.dispose();
67 // prepare control
68 Control control = m_propertyToControl.get(propertyTable, property);
69 if (control == null) {
70 control = createControl(propertyTable, property);
75 setBounds(control, controlX, y, controlWidth, height);
95 * Creates the control for given property and initializes newly created control
167 setBounds(Control control, int newX, int newY, int newWidth, int newHeight) argument
212 put(PropertyTable propertyTable, Property property, Control control) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DFixASCIIControlsReader.java39 private int control = 0; field in class:FixASCIIControlsReader
73 // replace control chars with space
108 * Processes numeric escaped chars to find out if they are a control character.
137 control = 0;
143 control = Character.digit(ch, 10);
156 control = control * 10 + Character.digit(ch, 10);
167 else if (ch == ';' && Utils.isControlChar((char) control))
170 return (char) control;
183 control
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DUpdateControl.java32 package com.jme3.scene.control;
89 UpdateControl control = new UpdateControl();
90 control.setSpatial(newSpatial);
91 control.setEnabled(isEnabled());
92 control.taskQueue.addAll(taskQueue);
93 return control;
/external/tcpdump/
H A Dprint-llc.c152 u_int16_t control; local
169 * of the control field depends on that - I frames
170 * have a two-byte control field, and U frames have
171 * a one-byte control field.
173 control = *(p + 2);
174 if ((control & LLC_U_FMT) == LLC_U_FMT) {
181 * The control field in I and S frames is
193 control = EXTRACT_LE_16BITS(p + 2);
233 printf(", ctrl 0x%02x: ", control);
235 printf(", ctrl 0x%04x: ", control);
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DPixelConverter.java33 public PixelConverter(Control control) { argument
34 GC gc = new GC(control);
35 gc.setFont(control.getFont());
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DNormalRecalcControl.java41 import com.jme3.scene.control.AbstractControl;
42 import com.jme3.scene.control.Control;
71 NormalRecalcControl control = new NormalRecalcControl(terrain);
72 control.setSpatial(spatial);
73 control.setEnabled(true);
74 return control;
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
H A DHelloAnimation.java55 private AnimControl control; field in class:HelloAnimation
78 control = player.getControl(AnimControl.class);
79 control.addListener(this);
80 channel = control.createChannel();
85 public void onAnimCycleDone(AnimControl control, AnimChannel channel, String animName) { argument
95 public void onAnimChange(AnimControl control, AnimChannel channel, String animName) { argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTool.java53 WorkSpaceController control = new WorkSpaceController();
54 control.show();
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DServiceTest.java60 private IMocksControl control; field in class:ServiceTest
71 control = EasyMock.createStrictControl();
72 mockController = control.createMock(RpcController.class);
83 TestService mockService = control.createMock(TestService.class);
89 control.replay();
95 control.verify();
100 TestService mockService = control.createMock(TestService.class);
118 RpcChannel mockChannel = control.createMock(RpcChannel.class);
133 control.replay();
137 control
[all...]

Completed in 2894 milliseconds

1234567891011>>