HomeSort by relevance Sort by last modified time
    Searched full:control (Results 1 - 25 of 8795) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
label-control-expected.txt 1 Test that label.control references the correct form control, or null if there is no associated control.
6 Find a control that is the first descendent in a label
7 PASS document.getElementById('test1').control.id is 'inputId1'
8 Find a control based on a label with valid 'for' attribute
10 PASS document.getElementById('test2').control.type is 'number'
11 Find a control in p element in label
12 PASS document.getElementById('test3').control.id is 'inputId3'
13 Find a control in fieldset in label
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
webkit 3 Access-Control-Allow-Credentials
4 Access-Control-Allow-Headers
5 Access-Control-Allow-Methods
6 Access-Control-Allow-Origin
7 Access-Control-Max-Age
18 X-DNS-Prefetch-Control
20 cache-control
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 49 unsigned char control[128]; /* Current value of all controls */ member in struct:snd_midi_channel
87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); member in struct:snd_midi_op
108 #define gm_bank_select control[0]
109 #define gm_modulation control[1]
110 #define gm_breath control[2]
111 #define gm_foot_pedal control[4]
112 #define gm_portamento_time control[5]
113 #define gm_data_entry control[6]
114 #define gm_volume control[7]
115 #define gm_balance control[8
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 49 unsigned char control[128]; /* Current value of all controls */ member in struct:snd_midi_channel
87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan); member in struct:snd_midi_op
108 #define gm_bank_select control[0]
109 #define gm_modulation control[1]
110 #define gm_breath control[2]
111 #define gm_foot_pedal control[4]
112 #define gm_portamento_time control[5]
113 #define gm_data_entry control[6]
114 #define gm_volume control[7]
115 #define gm_balance control[8
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 18 import org.eclipse.swt.widgets.Control;
54 Control control = m_propertyToControl.remove(propertyTable, property); local
55 if (control != null) {
56 control.dispose();
67 // prepare control
68 Control control = m_propertyToControl.get(propertyTable, property); local
69 if (control == null) {
70 control = createControl(propertyTable, property)
98 Control control = createControlImpl(propertyTable, property); local
213 m_map.put(Pair.create(propertyTable, property), control); local
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/script-tests/
label-control.js 1 description('Test that label.control references the correct form control, or null if there is no associated control.');
3 debug("Find a control that is the first descendent in a label");
5 shouldBe("document.getElementById('test1').control.id", "'inputId1'");
7 debug("Find a control based on a label with valid 'for' attribute");
10 shouldBe("document.getElementById('test2').control.type", "'number'");
12 debug("Find a control in p element in label");
14 shouldBe("document.getElementById('test3').control.id", "'inputId3'");
16 debug("Find a control in fieldset in label.")
    [all...]
  /external/llvm/test/Transforms/SCCP/
undef-resolve.ll 18 br label %control.outer.outer
20 control.outer.loopexit.us-lcssa: ; preds = %control
21 br label %control.outer.loopexit
23 control.outer.loopexit: ; preds = %control.outer.loopexit.us-lcssa.us, %control.outer.loopexit.us-lcssa
24 br label %control.outer.outer.backedge
26 control.outer.outer: ; preds = %control.outer.outer.backedge, %ini
    [all...]
  /frameworks/compile/slang/tests/F_Werror/
stderr.txt.expect 1 Werror.rs:6:1: error: control reaches end of non-void function
  /frameworks/compile/slang/tests/P_warnings/
stderr.txt.expect 1 warnings.rs:5:1: warning: control reaches end of non-void function
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
package.html 3 Provides classes to control or read data from CDMA phones.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
package.html 3 Provides classes to control or read data from GSM phones.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 19 import static java.util.ResourceBundle.Control.FORMAT_CLASS;
20 import static java.util.ResourceBundle.Control.FORMAT_DEFAULT;
21 import static java.util.ResourceBundle.Control.FORMAT_PROPERTIES;
22 import static java.util.ResourceBundle.Control.TTL_DONT_CACHE;
23 import static java.util.ResourceBundle.Control.TTL_NO_EXPIRATION_CONTROL;
44 import java.util.ResourceBundle.Control;
50 * Test cases for java.util.ResourceBundle.Control
57 * Control with format:FORMAT_PROPERTIES
59 private Control controlP;
62 * Control with format:FORMAT_CLAS
69 private Control control; field in class:ControlTest
    [all...]
  /cts/suite/audio_quality/test/
MixerTest.cpp 43 LOGI("Number of mixel control %d", num_ctls);
45 struct mixer_ctl* control = mixer_get_ctl(mixerp, i); local
46 ASSERT_TRUE(control != NULL);
47 LOGI("Mixer control %s type %s value %d", mixer_ctl_get_name(control),
48 mixer_ctl_get_type_string(control), mixer_ctl_get_num_values(control));
49 free(control);
51 // no mixer control for MobilePre. If this assumption fails,
52 // mixer control should be added
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
PhysicsControl.java 5 package com.jme3.bullet.control;
8 import com.jme3.scene.control.Control;
14 public interface PhysicsControl extends 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
RigidBodyControl.java 5 package com.jme3.bullet.control;
24 import com.jme3.scene.control.Control;
46 * automatically when the Control is added to a Spatial.
65 public Control cloneForSpatial(Spatial spatial) {
66 RigidBodyControl control = new RigidBodyControl(collisionShape, mass); local
67 control.setAngularFactor(getAngularFactor());
68 control.setAngularSleepingThreshold(getAngularSleepingThreshold());
69 control.setCcdMotionThreshold(getCcdMotionThreshold());
70 control.setCcdSweptSphereRadius(getCcdSweptSphereRadius())
    [all...]
  /external/chromium/net/data/proxy_script_fetcher_unittest/
cacheable_1hr.pac.mock-http-headers 3 Cache-Control: public, max-age=3600
  /external/llvm/utils/lit/lit/ExampleTests/Clang/
fsyntax-only.c 3 int f0(void) {} // expected-warning {{control reaches end of non-void function}}
  /external/llvm/utils/lit/tests/
.coveragerc 1 # .coveragerc to control coverage.py
  /external/easymock/src/org/easymock/internal/
MockInvocationHandler.java 26 private final MocksControl control; field in class:MockInvocationHandler
28 public MockInvocationHandler(MocksControl control) {
29 this.control = control;
35 if (control.getState() instanceof RecordState) {
36 LastControl.reportLastControl(control);
38 return control.getState().invoke(
52 return control;
  /external/webkit/LayoutTests/http/tests/cookies/resources/
getCookies.cgi 5 print "Cache-Control: no-store\n";
6 print 'Cache-Control: no-cache="set-cookie"' . "\n";
setCookies.cgi 5 print "Cache-Control: no-store\n";
6 print 'Cache-Control: no-cache="set-cookie"' . "\n";
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMapEntryTest.java 47 private static <K, V> Entry<K, V> control(K key, V value) {
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("foo", 1).hashCode(), entry("foo", 1).hashCode())
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 15 import org.eclipse.swt.widgets.Control;
64 * // Example 3: Typical grid data for a scrollable control (a list box, tree, table, etc.)
95 * IMPORTANT: WHEN ASSIGNING LAYOUT DATA TO A CONTROL, BE SURE TO USE
96 * gridDataFactory.applyTo(control) AND NEVER control.setLayoutData(gridDataFactory).
102 private final Control m_control;
111 private GridDataFactory(Control control, GridData gridData) {
112 m_control = control;
124 public static GridDataFactory create(Control control)
    [all...]
  /external/kernel-headers/original/linux/spi/
cpcap.h 126 CPCAP_REG_VERSC1, /* Version Control 1 */
127 CPCAP_REG_VERSC2, /* Version Control 2 */
133 CPCAP_REG_UCC1, /* UC Control 1 */
134 CPCAP_REG_UCC2, /* UC Control 2 */
138 CPCAP_REG_PGC, /* Power Gate and Control */
144 CPCAP_REG_SCC, /* System Clock Control */
158 CPCAP_REG_SI2CC1, /* Switcher I2C Control 1 */
159 CPCAP_REG_Si2CC2, /* Switcher I2C Control 2 */
160 CPCAP_REG_S1C1, /* Switcher 1 Control 1 */
161 CPCAP_REG_S1C2, /* Switcher 1 Control 2 *
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
tab_control.css 6 .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] {

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>