Home
last modified time | relevance | path

Searched full:control (Results 1 – 25 of 6119) sorted by relevance

12345678910>>...245

/external/v8/src/compiler/
Deffect-control-linearizer.h39 Node** control);
44 Node* control; member
45 ValueEffectControl(Node* value, Node* effect, Node* control) in ValueEffectControl()
46 : value(value), effect(effect), control(control) {} in ValueEffectControl()
50 Node** control);
52 Node* control);
54 Node* control);
56 Node* control);
58 Node* control);
60 Node* control);
[all …]
Deffect-control-linearizer.cc5 #include "src/compiler/effect-control-linearizer.h"
44 Node* current_control = nullptr; // New control.
96 Node* control = block->NodeAt(0); in UpdateBlockControl() local
97 DCHECK(NodeProperties::IsControl(control)); in UpdateBlockControl()
100 if (control->opcode() == IrOpcode::kEnd) return; in UpdateBlockControl()
102 // Update all inputs to the given control node with the correct control. in UpdateBlockControl()
103 DCHECK(control->opcode() == IrOpcode::kMerge || in UpdateBlockControl()
104 static_cast<size_t>(control->op()->ControlInputCount()) == in UpdateBlockControl()
106 if (static_cast<size_t>(control->op()->ControlInputCount()) != in UpdateBlockControl()
108 return; // We already re-wired the control inputs of this node. in UpdateBlockControl()
[all …]
/external/autotest/site_utils/
Dchromeos_test_config.json65 "control": "server/site_tests/suites/control.au"} string
70 "control": "server/site_tests/suites/control.audio"} string
75 "control": "server/site_tests/suites/control.bvt"} string
80 "control": "server/site_tests/suites/control.bvt", string
87 "control": "server/site_tests/suites/control.security"} string
92 "control": "server/site_tests/suites/control.desktopui_browsertest"}, string
95 "control": "server/site_tests/suites/control.desktopui_pyautofunctionaltests"}, string
98 "control": "server/site_tests/suites/control.desktopui_pyauto_basic"}, string
101 "control": "server/site_tests/suites/control.desktopui_syncintegrationtests"} string
106 "control": "server/site_tests/suites/control.desktopui_pyauto_perf"} string
[all …]
/external/autotest/client/profilers/lttng/
Dltt-control-0.51-12082008.tar.gz
/external/swiftshader/third_party/LLVM/test/Transforms/SCCP/
Dundef-resolve.ll18 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, %c…
24 br label %control.outer.outer.backedge
26 control.outer.outer: ; preds = %control.outer.outer.backedge, %init
27 %switchCond.0.ph.ph = phi i32 [ 2, %init ], [ 3, %control.outer.outer.backedge ] ; <i32> [#uses=2]
28 …%i.0.ph.ph = phi i32 [ undef, %init ], [ %i.0.ph.ph.be, %control.outer.outer.backedge ] ; <i32> [#…
30 …br i1 %tmp4, label %control.outer.outer.split.us, label %control.outer.outer.control.outer.outer.s…
32 control.outer.outer.control.outer.outer.split_crit_edge: ; preds = %control.outer.outer
[all …]
/external/llvm/test/Transforms/SCCP/
Dundef-resolve.ll18 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, %c…
24 br label %control.outer.outer.backedge
26 control.outer.outer: ; preds = %control.outer.outer.backedge, %init
27 %switchCond.0.ph.ph = phi i32 [ 2, %init ], [ 3, %control.outer.outer.backedge ] ; <i32> [#uses=2]
28 …%i.0.ph.ph = phi i32 [ undef, %init ], [ %i.0.ph.ph.be, %control.outer.outer.backedge ] ; <i32> [#…
30 …br i1 %tmp4, label %control.outer.outer.split.us, label %control.outer.outer.control.outer.outer.s…
32 control.outer.outer.control.outer.outer.split_crit_edge: ; preds = %control.outer.outer
[all …]
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py16 Interface for classes that can list and fetch known control files.
25 Gather a list of paths to control files.
27 @param suite_name: The name of a suite we would like control files for.
36 Given a path to a control file, return its contents.
38 @param test_path: the path to the control file.
39 @return the contents of the control file specified by the path.
47 Given the name of a control file, return its contents.
49 @param test_name: the name of the test whose control file is desired.
50 @return the contents of the control file specified by the name.
58 Gather the control paths and contents of all the control files.
[all …]
/external/syslinux/com32/lib/
Dctypes.c13 __ctype_cntrl, /* control character */
14 __ctype_cntrl, /* control character */
15 __ctype_cntrl, /* control character */
16 __ctype_cntrl, /* control character */
17 __ctype_cntrl, /* control character */
18 __ctype_cntrl, /* control character */
19 __ctype_cntrl, /* control character */
20 __ctype_cntrl, /* control character */
27 __ctype_cntrl, /* control character */
29 __ctype_cntrl, /* control character */
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java18 import org.eclipse.swt.widgets.Control;
54 Control control = m_propertyToControl.remove(propertyTable, property); in hide() local
55 if (control != null) { in hide()
56 control.dispose(); in hide()
67 // prepare control in show()
68 Control control = m_propertyToControl.get(propertyTable, property); in show() local
69 if (control == null) { in show()
70 control = createControl(propertyTable, property); in show()
75 setBounds(control, controlX, y, controlWidth, height); in show()
80 * Finds and select the appropriate {@link Control} belonging to given property.
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CTRL.c39 struct v4l2_control control; in do_get_control() local
73 memset(&control, 0xff, sizeof(control)); in do_get_control()
74 control.id = id; in do_get_control()
75 ret_get = ioctl(get_video_fd(), VIDIOC_G_CTRL, &control); in do_get_control()
91 CU_ASSERT(queryctrl.minimum <= control.value); in do_get_control()
92 CU_ASSERT(control.value <= queryctrl.maximum); in do_get_control()
97 /* This control only performs an action, does not have in do_get_control()
148 struct v4l2_control control; in test_VIDIOC_G_CTRL_NULL() local
154 memset(&control, 0xff, sizeof(control)); in test_VIDIOC_G_CTRL_NULL()
155 control.id = id; in test_VIDIOC_G_CTRL_NULL()
[all …]
/external/libvpx/libvpx/vpx/
Dvp8cx.h118 /*!\brief VPx encoder control functions
120 * This set of macros define the control functions available for VPx
126 /*!\brief Codec control function to pass an ROI map to encoder.
132 /*!\brief Codec control function to pass an Active map to encoder.
138 /*!\brief Codec control function to set encoder scaling mode.
144 /*!\brief Codec control function to set encoder internal speed settings.
157 /*!\brief Codec control function to enable automatic set and use alf frames.
163 /*!\brief control function to set noise sensitivity
172 /*!\brief Codec control function to set sharpness.
178 /*!\brief Codec control function to set the threshold for MBs treated static.
[all …]
/external/syslinux/codepage/
Diso8859-6.txt39 # control characters.
67 0x11 0x0011 # DEVICE CONTROL ONE
68 0x12 0x0012 # DEVICE CONTROL TWO
69 0x13 0x0013 # DEVICE CONTROL THREE
70 0x14 0x0014 # DEVICE CONTROL FOUR
178 0x80 0x0080 # <control>
179 0x81 0x0081 # <control>
180 0x82 0x0082 # <control>
181 0x83 0x0083 # <control>
182 0x84 0x0084 # <control>
[all …]
Diso8859-8.txt39 # control characters.
67 0x11 0x0011 # DEVICE CONTROL ONE
68 0x12 0x0012 # DEVICE CONTROL TWO
69 0x13 0x0013 # DEVICE CONTROL THREE
70 0x14 0x0014 # DEVICE CONTROL FOUR
178 0x80 0x0080 # <control>
179 0x81 0x0081 # <control>
180 0x82 0x0082 # <control>
181 0x83 0x0083 # <control>
182 0x84 0x0084 # <control>
[all …]
Diso8859-3.txt39 # control characters.
65 0x11 0x0011 # DEVICE CONTROL ONE
66 0x12 0x0012 # DEVICE CONTROL TWO
67 0x13 0x0013 # DEVICE CONTROL THREE
68 0x14 0x0014 # DEVICE CONTROL FOUR
176 0x80 0x0080 # <control>
177 0x81 0x0081 # <control>
178 0x82 0x0082 # <control>
179 0x83 0x0083 # <control>
180 0x84 0x0084 # <control>
[all …]
Diso8859-5.txt39 # control characters.
65 0x11 0x0011 # DEVICE CONTROL ONE
66 0x12 0x0012 # DEVICE CONTROL TWO
67 0x13 0x0013 # DEVICE CONTROL THREE
68 0x14 0x0014 # DEVICE CONTROL FOUR
176 0x80 0x0080 # <control>
177 0x81 0x0081 # <control>
178 0x82 0x0082 # <control>
179 0x83 0x0083 # <control>
180 0x84 0x0084 # <control>
[all …]
Diso8859-11.txt67 0x11 0x0011 # DEVICE CONTROL ONE
68 0x12 0x0012 # DEVICE CONTROL TWO
69 0x13 0x0013 # DEVICE CONTROL THREE
70 0x14 0x0014 # DEVICE CONTROL FOUR
178 0x80 0x0080 # <control>
179 0x81 0x0081 # <control>
180 0x82 0x0082 # <control>
181 0x83 0x0083 # <control>
182 0x84 0x0084 # <control>
183 0x85 0x0085 # <control>
[all …]
Diso8859-2.txt39 # control characters.
65 0x11 0x0011 # DEVICE CONTROL ONE
66 0x12 0x0012 # DEVICE CONTROL TWO
67 0x13 0x0013 # DEVICE CONTROL THREE
68 0x14 0x0014 # DEVICE CONTROL FOUR
176 0x80 0x0080 # <control>
177 0x81 0x0081 # <control>
178 0x82 0x0082 # <control>
179 0x83 0x0083 # <control>
180 0x84 0x0084 # <control>
[all …]
Diso8859-9.txt41 # control characters.
67 0x11 0x0011 # DEVICE CONTROL ONE
68 0x12 0x0012 # DEVICE CONTROL TWO
69 0x13 0x0013 # DEVICE CONTROL THREE
70 0x14 0x0014 # DEVICE CONTROL FOUR
178 0x80 0x0080 # <control>
179 0x81 0x0081 # <control>
180 0x82 0x0082 # <control>
181 0x83 0x0083 # <control>
182 0x84 0x0084 # <control>
[all …]
Diso8859-1.txt39 # control characters.
65 0x11 0x0011 # DEVICE CONTROL ONE
66 0x12 0x0012 # DEVICE CONTROL TWO
67 0x13 0x0013 # DEVICE CONTROL THREE
68 0x14 0x0014 # DEVICE CONTROL FOUR
176 0x80 0x0080 # <control>
177 0x81 0x0081 # <control>
178 0x82 0x0082 # <control>
179 0x83 0x0083 # <control>
180 0x84 0x0084 # <control>
[all …]
Diso8859-4.txt39 # control characters.
65 0x11 0x0011 # DEVICE CONTROL ONE
66 0x12 0x0012 # DEVICE CONTROL TWO
67 0x13 0x0013 # DEVICE CONTROL THREE
68 0x14 0x0014 # DEVICE CONTROL FOUR
176 0x80 0x0080 # <control>
177 0x81 0x0081 # <control>
178 0x82 0x0082 # <control>
179 0x83 0x0083 # <control>
180 0x84 0x0084 # <control>
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Djob.h6 * Job control interfaces
36 /** Job control interface operations */
40 * @v job Job control interface
46 * @v job Job control interface
51 * @v job Job control interface
58 /** A job control interface */
80 * Initialise a job control interface
82 * @v job Job control interface
83 * @v op Job control interface operations
95 * Get job control interface from generic object communication interface
[all …]
/external/skia/samplecode/
DSampleBevel.cpp16 // Abstract base class for all components that a control panel must have
17 class Control : public SkRefCnt { class
19 Control(SkString name) in Control() function in Control
24 // Use this to propagate a click's position down to a control. Gets modulated by the component's
32 // Use this to draw the control and its appropriate children. Gets modulated by the component's
41 /* Returns true when click position argumend lands over a control region in this control. Click
110 // Overriden by sub-classes with controls. Should return true if clickPos lands inside a control
114 // The position of the control relative to it's parent
118 class ParentControl : public Control { // Interface for all controls that have children
123 virtual void add(sk_sp<Control> control) = 0;
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DGridDataFactory.java15 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) { in GridDataFactory() argument
112 m_control = control; in GridDataFactory()
124 public static GridDataFactory create(Control control) { in create() argument
125 return new GridDataFactory(control, new GridData()); in create()
130 * control.
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java159 private static class Control { class in CollationThreadTest
187 private Control control; field in CollationThreadTest.Test
190 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() argument
194 this.control = control; in Test()
200 synchronized (control) { in run()
201 while (!control.go()) { in run()
202 control.wait(); in run()
206 while (control.go()) { in run()
210 control.fail(name + ": incorrect sort"); in run()
216 control.fail(name + " " + e.getMessage()); in run()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java160 private static class Control { class in CollationThreadTest
188 private Control control; field in CollationThreadTest.Test
191 Test(String name, String[] data, Collator collator, Random r, Control control) { in Test() argument
195 this.control = control; in Test()
201 synchronized (control) { in run()
202 while (!control.go()) { in run()
203 control.wait(); in run()
207 while (control.go()) { in run()
211 control.fail(name + ": incorrect sort"); in run()
217 control.fail(name + " " + e.getMessage()); in run()
[all …]

12345678910>>...245