Home
last modified time | relevance | path

Searched full:controls (Results 1 – 25 of 5133) sorted by relevance

12345678910>>...206

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_EXT_CTRLS.c31 struct v4l2_ext_controls controls; in test_VIDIOC_G_EXT_CTRLS_zero() local
34 memset(&controls, 0xff, sizeof(controls)); in test_VIDIOC_G_EXT_CTRLS_zero()
35 controls.ctrl_class = V4L2_CTRL_CLASS_USER; in test_VIDIOC_G_EXT_CTRLS_zero()
36 controls.count = 0; in test_VIDIOC_G_EXT_CTRLS_zero()
37 controls.controls = NULL; in test_VIDIOC_G_EXT_CTRLS_zero()
39 ret_get = ioctl(get_video_fd(), VIDIOC_G_EXT_CTRLS, &controls); in test_VIDIOC_G_EXT_CTRLS_zero()
48 CU_ASSERT_EQUAL(controls.ctrl_class, V4L2_CTRL_CLASS_USER); in test_VIDIOC_G_EXT_CTRLS_zero()
49 CU_ASSERT_EQUAL(controls.count, 0); in test_VIDIOC_G_EXT_CTRLS_zero()
50 // The value of controls.error_idx is not defined when ret_get == 0 in test_VIDIOC_G_EXT_CTRLS_zero()
51 CU_ASSERT_EQUAL(controls.reserved[0], 0); in test_VIDIOC_G_EXT_CTRLS_zero()
[all …]
/external/strace/xlat/
Dv4l2_control_classes.in2 V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
3 V4L2_CTRL_CLASS_MPEG 0x00990000 /* MPEG-compression controls */
4 V4L2_CTRL_CLASS_CAMERA 0x009a0000 /* Camera class controls */
5 V4L2_CTRL_CLASS_FM_TX 0x009b0000 /* FM Modulator controls */
6 V4L2_CTRL_CLASS_FLASH 0x009c0000 /* Camera flash controls */
7 V4L2_CTRL_CLASS_JPEG 0x009d0000 /* JPEG-compression controls */
8 V4L2_CTRL_CLASS_IMAGE_SOURCE 0x009e0000 /* Image source controls */
9 V4L2_CTRL_CLASS_IMAGE_PROC 0x009f0000 /* Image processing controls */
10 V4L2_CTRL_CLASS_DV 0x00a00000 /* Digital Video controls */
11 V4L2_CTRL_CLASS_FM_RX 0x00a10000 /* FM Receiver controls */
[all …]
/external/libxkbcommon/test/data/compat/
Daccessx3 action= LockControls(controls=AccessXKeys);
10 action= LockControls(controls=AccessXKeys);
14 action= LockControls(controls=AccessXFeedback);
18 action= LockControls(controls=RepeatKeys);
22 action= LockControls(controls=SlowKeys);
26 action= LockControls(controls=BounceKeys);
30 action= LockControls(controls=StickyKeys);
34 action= LockControls(controls=MouseKeys);
38 action= LockControls(controls=MouseKeysAccel);
42 action= LockControls(controls=Overlay1);
[all …]
/external/angle/third_party/glslang/src/gtests/
DTestFixture.h185 // the target under the semantics conveyed via |controls|. Returns true
188 const std::string& entryPointName, EShMessages controls,
196 if ((controls & EShMsgDebugInfo) && shaderName != nullptr) {
238 controls, includer);
242 // |stage| into the target under the semantics specified via |controls|.
248 const std::string& entryPointName, EShMessages controls,
278 if (controls & EShMsgSpvRules) {
279 if (controls & EShMsgVulkanRules) {
280 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
286 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
[all …]
/external/deqp-deps/glslang/gtests/
DTestFixture.h185 // the target under the semantics conveyed via |controls|. Returns true
188 const std::string& entryPointName, EShMessages controls,
196 if ((controls & EShMsgDebugInfo) && shaderName != nullptr) {
238 controls, includer);
242 // |stage| into the target under the semantics specified via |controls|.
248 const std::string& entryPointName, EShMessages controls,
278 if (controls & EShMsgSpvRules) {
279 if (controls & EShMsgVulkanRules) {
280 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
286 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl
[all …]
/external/libchrome/base/task_scheduler/
Dscheduler_worker_unittest.cc374 class Controls : public RefCountedThreadSafe<Controls> { class in base::internal::__anon5990fba00211::ControllableCleanupDelegate
376 Controls() = default;
406 friend class RefCountedThreadSafe<Controls>;
407 ~Controls() = default;
420 DISALLOW_COPY_AND_ASSIGN(Controls);
424 : task_tracker_(task_tracker), controls_(new Controls()) {} in ControllableCleanupDelegate()
484 scoped_refptr<Controls> controls() { return controls_; } in controls() function in base::internal::__anon5990fba00211::ControllableCleanupDelegate
489 scoped_refptr<Controls> controls_;
516 scoped_refptr<ControllableCleanupDelegate::Controls> controls = in TEST() local
517 delegate->controls(); in TEST()
[all …]
/external/tinyalsa_new/tests/src/
Dmixer_test.cc147 MixerControlsTest() : number_of_controls(0), controls(nullptr) {} in MixerControlsTest()
156 controls = std::make_unique<const mixer_ctl *[]>(number_of_controls); in SetUp()
157 ASSERT_NE(controls, nullptr); in SetUp()
160 controls[i] = mixer_get_ctl_const(mixer_object, i); in SetUp()
161 EXPECT_EQ(mixer_ctl_get_id(controls[i]), i); in SetUp()
162 EXPECT_STRNE(mixer_ctl_get_name(controls[i]), ""); in SetUp()
163 EXPECT_NE(controls[i], nullptr); in SetUp()
168 controls = nullptr; in TearDown()
173 std::unique_ptr<const mixer_ctl *[]> controls; member in tinyalsa::testing::MixerControlsTest
178 const char *name = mixer_ctl_get_name(controls[i]); in TEST_P()
[all …]
/external/easymock/src/org/easymock/
DEasyMockSupport.java27 /** List of all controls created */
28 protected final List<IMocksControl> controls = new ArrayList<IMocksControl>( field in EasyMockSupport
144 controls.add(ctrl); in createStrictControl()
155 controls.add(ctrl); in createControl()
168 controls.add(ctrl); in createNiceControl()
173 * Switches all registered mock objects (more exactly: the controls of the
178 for (IMocksControl c : controls) { in replayAll()
184 * Resets all registered mock objects (more exactly: the controls of the
188 for (IMocksControl c : controls) { in resetAll()
194 * Verifies all registered mock objects (more exactly: the controls of the
[all …]
/external/cronet/stable/base/task/thread_pool/
Dworker_thread_unittest.cc432 class Controls : public RefCountedThreadSafe<Controls> { class in base::internal::__anon528968bb0211::ControllableCleanupDelegate
434 Controls() = default;
435 Controls(const Controls&) = delete;
436 Controls& operator=(const Controls&) = delete;
466 friend class RefCountedThreadSafe<Controls>;
467 ~Controls() = default;
482 : task_tracker_(task_tracker), controls_(new Controls()) {} in ControllableCleanupDelegate()
553 scoped_refptr<Controls> controls() { return controls_; } in controls() function in base::internal::__anon528968bb0211::ControllableCleanupDelegate
558 scoped_refptr<Controls> controls_;
584 scoped_refptr<ControllableCleanupDelegate::Controls> controls = in TEST_F() local
[all …]
/external/cronet/tot/base/task/thread_pool/
Dworker_thread_unittest.cc432 class Controls : public RefCountedThreadSafe<Controls> { class in base::internal::__anona9eed5d70211::ControllableCleanupDelegate
434 Controls() = default;
435 Controls(const Controls&) = delete;
436 Controls& operator=(const Controls&) = delete;
466 friend class RefCountedThreadSafe<Controls>;
467 ~Controls() = default;
482 : task_tracker_(task_tracker), controls_(new Controls()) {} in ControllableCleanupDelegate()
553 scoped_refptr<Controls> controls() { return controls_; } in controls() function in base::internal::__anona9eed5d70211::ControllableCleanupDelegate
558 scoped_refptr<Controls> controls_;
584 scoped_refptr<ControllableCleanupDelegate::Controls> controls = in TEST_F() local
[all …]
/external/rust/crates/v4l2r/lib/src/ioctl/
Dg_ext_ctrls.rs12 use crate::controls::codec::FwhtFlags;
13 use crate::controls::AsV4l2ControlSlice;
21 /// For controls with a pointer payload, this type also contains information like array sizes when
25 // User Controls
29 // Codec controls
47 /// This returns zero for controls that have no pointer payload.
262 /// Safe wrapper around the `VIDIOC_G_EXT_CTRLS` to get the value of extended controls.
264 /// If successful, values for the controls will be written in the `controls` parameter.
268 mut controls: I, in g_ext_ctrls()
270 let controls_slice = controls.as_v4l2_control_slice(); in g_ext_ctrls()
[all …]
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/
DListControlsResponseOrBuilder.java30 * All the Controls for a given catalog.
33 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
40 * All the Controls for a given catalog.
43 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
50 * All the Controls for a given catalog.
53 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
60 * All the Controls for a given catalog.
63 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
71 * All the Controls for a given catalog.
74 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
DListControlsResponse.java79 * All the Controls for a given catalog.
82 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
92 * All the Controls for a given catalog.
95 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
106 * All the Controls for a given catalog.
109 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
119 * All the Controls for a given catalog.
122 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
132 * All the Controls for a given catalog.
135 * <code>repeated .google.cloud.retail.v2alpha.Control controls = 1;</code>
[all …]
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/
DListControlsResponseOrBuilder.java30 * All the Controls for a given catalog.
33 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
40 * All the Controls for a given catalog.
43 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
50 * All the Controls for a given catalog.
53 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
60 * All the Controls for a given catalog.
63 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
71 * All the Controls for a given catalog.
74 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
DListControlsResponse.java79 * All the Controls for a given catalog.
82 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
92 * All the Controls for a given catalog.
95 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
106 * All the Controls for a given catalog.
109 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
119 * All the Controls for a given catalog.
122 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
132 * All the Controls for a given catalog.
135 * <code>repeated .google.cloud.retail.v2beta.Control controls = 1;</code>
[all …]
/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/
DListControlsResponseOrBuilder.java30 * All the Controls for a given catalog.
33 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
40 * All the Controls for a given catalog.
43 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
50 * All the Controls for a given catalog.
53 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
60 * All the Controls for a given catalog.
63 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
70 * All the Controls for a given catalog.
73 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
DListControlsResponse.java79 * All the Controls for a given catalog.
82 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
92 * All the Controls for a given catalog.
95 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
106 * All the Controls for a given catalog.
109 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
119 * All the Controls for a given catalog.
122 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
132 * All the Controls for a given catalog.
135 * <code>repeated .google.cloud.retail.v2.Control controls = 1;</code>
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dr10386.htm85 …_EXT_CTRLS, VIDIOC_TRY_EXT_CTRLS&nbsp;--&nbsp;Get or set the value of several controls, try control
171 controls atomically. Control IDs are grouped into control classes (see
175 >) and all controls in the control array
189 >controls</CODE
195 HREF="r10386.htm#V4L2-EXT-CONTROLS"
204 >controls</CODE
207 >To get the current value of a set of controls applications
221 >To change the value of a set of controls applications
236 > ioctl. The controls
246 >To check if the a set of controls have correct values
[all …]
/external/rust/android-crates-io/crates/taffy/src/style/
Dalignment.rs4 /// For Flexbox it controls alignment in the cross axis
5 /// For Grid it controls alignment in the block axis
34 /// For Grid it controls alignment in the inline axis
38 /// Controls alignment of an individual node
41 /// For Flexbox it controls alignment in the cross axis
42 /// For Grid it controls alignment in the block axis
46 /// Controls alignment of an individual node
50 /// For Grid it controls alignment in the inline axis
56 /// For Flexbox it controls alignment in the cross axis
57 /// For Grid it controls alignment in the block axis
[all …]
/external/tinyalsa_new/utils/
Dtinymix.14 tinymix \- view and edit mixer controls for a specified mixer.
11 \fBtinymix\fR can be used to view and/or edit a list of mixer controls for a specified mixer.
40 Prints the contents of all mixer controls.
43 \fBcontrols\fR
44 Prints the names and IDs of all mixer controls.
49 \fBtinymix controls\fR
53 \fBtinymix -D 1 controls\fR
/external/skia/tools/viewer/
DTypefaceSlide.cpp223 bool onGetControls(SkMetaData* controls) override { in onGetControls() argument
226 controls->setScalars("Size", 3, size); in onGetControls()
230 controls->setScalars("Glyph", 3, glyph); in onGetControls()
238 controls->setBool("Glyph Metrics", fDrawGlyphMetrics); in onGetControls()
241 controls->setBool("Glyph numbers", fGlyphNumbers); in onGetControls()
244 controls->setBool("Outline", fOutline); in onGetControls()
247 controls->setBool("Outline contour numbers", fOutlineContourNumbers); in onGetControls()
249 return fVariationSliders.writeControls(controls); in onGetControls()
252 void onSetControls(const SkMetaData& controls) override { in onSetControls() argument
255 SkASSERT_RELEASE(controls.findScalars("Size", &numReturnedScalars, size)); in onSetControls()
[all …]
/external/v4l-utils/utils/common/
Dv4l2-controls.patch1 diff --git a/include/linux/v4l2-controls.h b/include/linux/v4l2-controls.h
3 --- a/include/linux/v4l2-controls.h
4 +++ b/include/linux/v4l2-controls.h
14 #define V4L2_CTRL_CLASS_USER 0x00980000 /* Old-style 'user' controls */
15 #define V4L2_CTRL_CLASS_CODEC 0x00990000 /* Stateful codec controls */
/external/coreboot/Documentation/drivers/
Ddptf.md42 This policy monitors the temperature of participants and controls fans to spin
148 - Controls
189 2) Target - The device that controls the amount of throttling
235 register "controls.power_limits.pl1" = "{
260 register "controls.charger_perf[0]" = "{ 255, 1700 }"
261 register "controls.charger_perf[1]" = "{ 24, 1500 }"
262 register "controls.charger_perf[2]" = "{ 16, 1000 }"
263 register "controls.charger_perf[3]" = "{ 8, 500 }"
284 register "controls.fan_perf[0]" = "{ 90, 6700, 220, 2200, }"
285 register "controls.fan_perf[1]" = "{ 80, 5800, 180, 1800, }"
[all …]
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/
DProcessDocumentRequestOrBuilder.java175 * Controls table extraction behavior. If not specified, the system will
189 * Controls table extraction behavior. If not specified, the system will
203 * Controls table extraction behavior. If not specified, the system will
217 * Controls form extraction behavior. If not specified, the system will
230 * Controls form extraction behavior. If not specified, the system will
243 * Controls form extraction behavior. If not specified, the system will
256 * Controls entity extraction behavior. If not specified, the system will
270 * Controls entity extraction behavior. If not specified, the system will
284 * Controls entity extraction behavior. If not specified, the system will
298 * Controls OCR behavior. If not specified, the system will decide reasonable
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dassuredworkloads.v1.json362 …"description": "Optional. Compliance controls that should be applied to the resources managed by t…
379 "FedRAMP High data protection controls",
380 "FedRAMP Moderate data protection controls",
381 "Assured Workloads For US Regions data protection controls",
382 "Health Insurance Portability and Accountability Act controls",
383 "Health Information Trust Alliance controls",
384 "Assured Workloads For EU Regions and Support controls",
385 "Assured Workloads For Canada Regions and Support controls"
449 "FedRAMP High data protection controls",
450 "FedRAMP Moderate data protection controls",
[all …]

12345678910>>...206