/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_EXT_CTRLS.c | 31 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() 51 CU_ASSERT_EQUAL(controls.reserved[0], 0); in test_VIDIOC_G_EXT_CTRLS_zero() 52 CU_ASSERT_EQUAL(controls.reserved[1], 0); in test_VIDIOC_G_EXT_CTRLS_zero() [all …]
|
/third_party/glslang/gtests/ |
D | TestFixture.h | 186 const std::string& entryPointName, EShMessages controls, 194 if ((controls & EShMsgDebugInfo) && shaderName != nullptr) { 203 defaultVersion, isForwardCompatible, controls); 213 const std::string& entryPointName, EShMessages controls, 234 if (controls & EShMsgSpvRules) { 235 if (controls & EShMsgVulkanRules) { 236 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl 242 shader.setEnvInput((controls & EShMsgReadHlsl) ? glslang::EShSourceHlsl 251 &shader, code, entryPointName, controls, nullptr, &shaderName); 255 success &= program.link(controls); [all …]
|
D | Link.FromFile.Vk.cpp | 51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::Vulkan, Target::AST); in TEST_P() local 66 success &= compile(shader, contents, "", controls); in TEST_P() 74 success &= program.link(controls); in TEST_P() 83 if (success && (controls & EShMsgSpvRules)) { in TEST_P() 99 outputResultToStream(&stream, result, controls); in TEST_P()
|
D | Link.FromFile.cpp | 51 const EShMessages controls = DeriveOptions(Source::GLSL, Semantics::OpenGL, Target::AST); in TEST_P() local 64 compile(shader, contents, "", controls); in TEST_P() 72 program.link(controls); in TEST_P() 77 outputResultToStream(&stream, result, controls); in TEST_P()
|
D | Config.FromFile.cpp | 45 EShMessages controls; member 74 compile(&shader, shaderContents, "", testCase.controls, &resources); in TEST_P() 81 program.link(testCase.controls); in TEST_P() 86 outputResultToStream(&stream, result, testCase.controls); in TEST_P()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 3-2.c | 80 static int controls[3] = { 0, 0, 0 }; variable 85 controls[0]++; in prepare() 90 controls[1]++; in parent() 95 controls[2]++; in child() 126 if (controls[0] != 10000) { in threaded() 130 if (controls[2] != 10000) { in threaded() 138 if (controls[0] != 10000) { in threaded() 142 if (controls[1] != 10000) { in threaded()
|
/third_party/cef/patch/patches/ |
D | views_1749_2102.patch | 121 diff --git ui/views/controls/button/label_button.cc ui/views/controls/button/label_button.cc 123 --- ui/views/controls/button/label_button.cc 124 +++ ui/views/controls/button/label_button.cc 138 diff --git ui/views/controls/button/label_button.h ui/views/controls/button/label_button.h 140 --- ui/views/controls/button/label_button.h 141 +++ ui/views/controls/button/label_button.h 152 diff --git ui/views/controls/label.cc ui/views/controls/label.cc 154 --- ui/views/controls/label.cc 155 +++ ui/views/controls/label.cc 217 diff --git ui/views/controls/label.h ui/views/controls/label.h [all …]
|
D | set_resize_background_color.patch | 1 diff --git ui/views/controls/webview/webview.cc ui/views/controls/webview/webview.cc 3 --- ui/views/controls/webview/webview.cc 4 +++ ui/views/controls/webview/webview.cc 16 diff --git ui/views/controls/webview/webview.h ui/views/controls/webview/webview.h 18 --- ui/views/controls/webview/webview.h 19 +++ ui/views/controls/webview/webview.h
|
/third_party/alsa-utils/alsactl/ |
D | clean.c | 84 static int filter_controls_parse(char *const *controls, snd_ctl_elem_id_t ***_filter) in filter_controls_parse() argument 92 if (!controls) in filter_controls_parse() 94 for (count = 0, c = controls; *c; c++, count++); in filter_controls_parse() 110 err = snd_ctl_ascii_elem_id_parse(filter[idx], controls[idx]); in filter_controls_parse() 112 error("Cannot parse id '%s': %s", controls[idx], snd_strerror(err)); in filter_controls_parse() 125 static int clean_controls(int cardno, char *const *controls) in clean_controls() argument 138 err = filter_controls_parse(controls, &filter); in clean_controls()
|
/third_party/skia/tools/viewer/ |
D | GMSlide.cpp | 47 bool GMSlide::onGetControls(SkMetaData* controls) { in onGetControls() argument 48 return fGM->getControls(controls); in onGetControls() 51 void GMSlide::onSetControls(const SkMetaData& controls) { in onSetControls() argument 52 fGM->setControls(controls); in onSetControls()
|
/third_party/alsa-utils/alsamixer/ |
D | mixer_controls.c | 33 struct control *controls; variable 466 if (controls[i].elem == elem) { in search_for_focus_control() 470 if (i >= controls_count || controls[i].elem != elem) in search_for_focus_control() 472 if (controls[i].flags == current_control_flags) { in search_for_focus_control() 486 free(controls[i].name); in free_controls() 487 free(controls); in free_controls() 488 controls = NULL; in free_controls() 505 controls = ccalloc(controls_count, sizeof *controls); in create_controls() 506 control = controls; in create_controls() 511 assert(control == controls + controls_count); in create_controls()
|
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/ |
D | test_color_balance.c | 61 const GList *controls; in process() local 66 controls = gst_color_balance_list_channels (balance); in process() 68 if (controls == NULL) { in process() 73 for (item = controls, index = 0; item != NULL; item = item->next, ++index) { in process()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.cpp | 314 auto &controls = mGroups.back().controls; in setMessageControl() local 315 controls.push_back(std::move(c)); in setMessageControl() 384 const auto &controls = groupIter->controls; in isMessageEnabled() local 385 for (auto controlIter = controls.rbegin(); controlIter != controls.rend(); controlIter++) in isMessageEnabled() 429 g.controls.push_back(std::move(c0)); in pushDefaultGroup() 436 g.controls.push_back(std::move(c1)); in pushDefaultGroup()
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
D | crmf_lib.c | 49 STACK_OF(OSSL_CRMF_ATTRIBUTETYPEANDVALUE) *controls; \ 54 controls = msg->certReq->controls; \ 55 for (i = 0; i < sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_num(controls); i++) { \ 56 atav = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_value(controls, i); \ 99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl() 100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl() 101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl() 105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl() 111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl() 112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
|
/third_party/openssl/crypto/crmf/ |
D | crmf_lib.c | 49 STACK_OF(OSSL_CRMF_ATTRIBUTETYPEANDVALUE) *controls; \ 54 controls = msg->certReq->controls; \ 55 for (i = 0; i < sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_num(controls); i++) { \ 56 atav = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_value(controls, i); \ 99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl() 100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl() 101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl() 105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl() 111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl() 112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/ |
D | main.qml | 41 id: controls 49 height: controls.height 54 height: controls.height
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLDebugTest.cpp | 88 EGLAttrib controls[] = { in TEST_P() local 100 EXPECT_EQ(static_cast<EGLint>(EGL_SUCCESS), eglDebugMessageControlKHR(&StubCallback, controls)); in TEST_P() 131 EGLAttrib controls[] = { in TEST_P() local 145 eglDebugMessageControlKHR(&CheckBadBindAPIError, controls)); in TEST_P()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_driver_control.txt | 41 developer. A use of these controls would be to override state or 52 choose which controls to expose and to provide a textual description 53 of those controls to developers. 84 returns the number of available driver controls in <num>, if <num> 86 then the list of available driver controls is returned. The number
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_driver_control.txt | 41 developer. A use of these controls would be to override state or 52 choose which controls to expose and to provide a textual description 53 of those controls to developers. 84 returns the number of available driver controls in <num>, if <num> 86 then the list of available driver controls is returned. The number
|
/third_party/alsa-lib/src/control/ |
D | control_remap.c | 78 } *controls; member 299 free(map->controls[idx2].channel_map); in remap_free() 300 free(map->controls); in remap_free() 402 info2.id = map->controls[0].id_child; in remap_map_elem_info() 412 map->controls[0].id_child.numid = info2.id.numid; in remap_map_elem_info() 416 count = map->controls[0].channel_map_items; in remap_map_elem_info() 419 info3.id = map->controls[item].id_child; in remap_map_elem_info() 439 if (count < map->controls[item].channel_map_items) in remap_map_elem_info() 440 count = map->controls[item].channel_map_items; in remap_map_elem_info() 489 mctl = &map->controls[item]; in remap_map_elem_read() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ms-use/ |
D | IndicPositionalCategory-Additional.txt | 61 10AE5 ; Bottom # Mn MANICHAEAN ABBREVIATION MARK ABOVE # Overriden, ccc controls ord… 64 … [3] SOGDIAN COMBINING DOT ABOVE..SOGDIAN COMBINING CURVE ABOVE # Overriden, ccc controls order 66 10F4C ; Bottom # Mn SOGDIAN COMBINING HOOK ABOVE # Overriden, ccc controls ord… 68 10F82 ; Bottom # Mn OLD UYGHUR COMBINING DOT ABOVE # Overriden, ccc controls ord… 70 10F84 ; Bottom # Mn OLD UYGHUR COMBINING TWO DOTS ABOVE # Overriden, ccc controls ord…
|
/third_party/ffmpeg/libavfilter/ |
D | af_lv2.c | 73 float *controls; member 191 lilv_instance_connect_port(s->instance, i, &s->controls[i]); in connect_ports() 309 s->controls = av_calloc(s->nb_ports, sizeof(float)); in config_output() 311 if (!s->mins || !s->maxes || !s->controls) in config_output() 314 lilv_plugin_get_port_ranges_float(s->plugin, s->mins, s->maxes, s->controls); in config_output() 336 lilv_node_as_string(symbol), s->mins[i], s->maxes[i], s->controls[i], in config_output() 374 s->controls[index] = val; in config_output() 574 av_freep(&s->controls); in uninit()
|
/third_party/skia/gm/ |
D | gm.h | 159 bool getControls(SkMetaData* controls) { return this->onGetControls(controls); } in getControls() argument 160 void setControls(const SkMetaData& controls) { this->onSetControls(controls); } in setControls() argument
|
/third_party/alsa-utils/iecset/ |
D | iecset.c | 323 unsigned int controls, cidx; in main() local 378 controls = snd_ctl_elem_list_get_used(clist); in main() 379 for (cidx = 0; cidx < controls; cidx++) { in main() 385 if (cidx >= controls) { in main()
|
/third_party/alsa-lib/doc/ |
D | index.doxygen | 37 - Page \subpage control explains the primitive controls API. 39 - Page \subpage hcontrol explains the high-level primitive controls API. 40 - Page \subpage mixer explains the mixer controls API.
|