Searched defs:control (Results 76 - 100 of 175) sorted by relevance

1234567

/external/qemu/distrib/sdl-1.2.15/src/cdrom/macos/
H A DSDL_syscdrom_c.h118 unsigned char control; member in struct:CDCntrlParam::__anon28517::__anon28518
131 unsigned char control : 4; /* Track flags (data track?) */ member in struct:CDTrackData::__anon28519
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
H A DSDL_main.c455 ControlRef control; local
471 GetDialogItemAsControl(commandDialog, kCL_File, &control);
472 SetControlValue (control, prefs.output_to_file);
482 GetDialogItemAsControl(commandDialog, kCL_Video, &control);
483 SetControlValue (control, videodriver);
499 GetDialogItemAsControl(commandDialog, kCL_File, &control);
500 SetControlValue (control, !GetControlValue(control));
509 /* Get control values, even if they did not change */
514 GetDialogItemAsControl(commandDialog, kCL_File, &control);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbelo.c316 int eloSendControl(unsigned char* control, int fd) { argument
317 if (eloSendPacket(control, fd)) {
/external/svox/pico/lib/
H A Dpicoctrl.c61 * The "control" is a processing unit (PU) that contains and governs a sequence of sub-PUs
63 * At each step (ctrlStep) it passes control to one of the sub-PUs (currrent PU). It may re-assign
75 /* control sub-object */
408 * initializes a control PU object
503 picodata_ProcessingUnit control; member in struct:picoctrl_engine
533 status = this->control->terminate(this->control);
535 status = this->control->initialize(this->control, resetMode);
593 this->control
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c94 u8 control; member in struct:iapp_layer2_update
226 msg.control = 0xaf; /* XID response lsb.1111F101.
/external/wpa_supplicant_8/src/ap/
H A Diapp.c94 u8 control; member in struct:iapp_layer2_update
226 msg.control = 0xaf; /* XID response lsb.1111F101.
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Diapp.c94 u8 control; member in struct:iapp_layer2_update
226 msg.control = 0xaf; /* XID response lsb.1111F101.
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc393 bool control,
401 control, local
390 SimulateKeyPressWithCode( ui::KeyboardCode keyCode, const char* code, bool control, bool shift, bool alt, bool command) argument
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_encode_accelerator.cc342 struct v4l2_ext_controls control; local
344 memset(&control, 0, sizeof(control));
347 control.ctrl_class = V4L2_CTRL_CLASS_MPEG;
348 control.count = 1;
349 control.controls = ctrls;
350 IOCTL_OR_ERROR_RETURN(VIDIOC_S_EXT_CTRLS, &control);
804 struct v4l2_ext_controls control; local
806 memset(&control, 0, sizeof(control));
945 struct v4l2_ext_controls control; local
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc158 void EnableUIControl(UIControl control, bool is_enabled) { argument
159 if (control == BACK_BUTTON) {
162 } else if (control == FORWARD_BUTTON) {
165 } else if (control == STOP_BUTTON) {
207 // Initialize the UI control contained in shell window
455 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) { argument
460 if (control == BACK_BUTTON) {
463 } else if (control == FORWARD_BUTTON) {
466 } else if (control == STOP_BUTTON) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp225 HTMLFormControlElement* control = toHTMLFormControlElement(formAssociatedElement); local
226 if (!seenDefaultButton && control->canBeSuccessfulSubmitButton()) {
229 if (control->isSuccessfulSubmitButton()) {
230 control->dispatchSimulatedClick(event);
236 } else if (control->canTriggerImplicitSubmission()) {
274 // show a validation message on a focusable form control.
281 // Focus on the first focusable control and show a validation message.
300 String message("An invalid form control with name='%name' is not focusable.");
377 HTMLFormControlElement* control = toHTMLFormControlElement(associatedElement); local
378 if (control
683 HTMLFormControlElement* control = toHTMLFormControlElement(elements[i]); local
709 HTMLFormControlElement* control = toHTMLFormControlElement(elements[i].get()); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.cpp36 static inline HTMLFormElement* ownerFormForState(const HTMLFormControlElementWithState& control) argument
41 return control.fastHasAttribute(formAttr) ? 0 : control.form();
319 HTMLFormControlElementWithState* control = toHTMLFormControlElementWithState(controls[i]); local
320 if (!ownerFormForState(*control))
322 AtomicString name = control->name();
348 const AtomicString& FormKeyGenerator::formKey(const HTMLFormControlElementWithState& control) argument
350 HTMLFormElement* form = ownerFormForState(control);
392 void DocumentState::addControl(HTMLFormControlElementWithState* control) argument
394 ASSERT(!m_formControls.contains(control));
398 removeControl(HTMLFormControlElementWithState* control) argument
418 HTMLFormControlElementWithState* control = it->get(); local
469 takeStateForFormElement(const HTMLFormControlElementWithState& control) argument
511 restoreControlStateFor(HTMLFormControlElementWithState& control) argument
531 HTMLFormControlElementWithState* control = toHTMLFormControlElementWithState(elements[i]); local
552 registerStatefulFormControl(HTMLFormControlElementWithState& control) argument
557 unregisterStatefulFormControl(HTMLFormControlElementWithState& control) argument
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c1610 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; local
1615 *control = (FT_Byte)( flag ? FT_CURVE_TAG_ON : FT_CURVE_TAG_CUBIC );
1718 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; local
1722 /* point and it is not a control point (which can happen). */
1724 if ( *control == FT_CURVE_TAG_ON )
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) function
522 err |= control (file, "src reg file", reg_file, _reg_file, NULL);
543 err |= control (file, "horiz stride", horiz_stride, inst->bits1.da1.dest_horiz_stride, NULL);
545 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da1.dest_reg_type, NULL);
556 err |= control (file, "horiz stride", horiz_stride, inst->bits1.ia1.dest_horiz_stride, NULL);
558 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.ia1.dest_reg_type, NULL);
572 err |= control (file, "writemask", writemask, inst->bits1.da16.dest_writemask, NULL);
573 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da16.dest_reg_type, NULL);
601 err |= control (file, "writemask", writemask, inst->bits1.da3src.dest_writemask, NULL);
602 err |= control (fil
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc206 bool control,
210 (control ? ui::EF_CONTROL_DOWN : 0) |
216 void SendKeyEvent(ui::KeyboardCode key_code, bool shift, bool control) { argument
217 SendKeyEvent(key_code, false, shift, control, false);
364 SendKeyEvent(ui::VKEY_HOME, false /* shift */, false /* control */);
203 SendKeyEvent(ui::KeyboardCode key_code, bool alt, bool shift, bool control, bool caps_lock) argument
/external/dnsmasq/src/
H A Ddhcp.c120 char control[CMSG_SPACE(sizeof(struct in_pktinfo))]; member in union:__anon19622
122 char control[CMSG_SPACE(sizeof(unsigned int))]; member in union:__anon19622
124 char control[CMSG_SPACE(sizeof(struct sockaddr_dl))]; member in union:__anon19622
163 msg.msg_control = control_u.control;
292 msg.msg_control = control_u.control;
H A Dforward.c38 char control[CMSG_SPACE(sizeof(struct in_pktinfo))]; member in union:__anon19629
40 char control[CMSG_SPACE(sizeof(struct in_addr))]; member in union:__anon19629
593 char control[CMSG_SPACE(sizeof(struct in_pktinfo))]; member in union:__anon19630
595 char control[CMSG_SPACE(sizeof(struct in_addr)) + member in union:__anon19630
598 char control[CMSG_SPACE(sizeof(struct in_addr)) + member in union:__anon19630
620 msg.msg_control = control_u.control;
/external/freetype/src/psaux/
H A Dpsobjs.c1612 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; local
1617 *control = (FT_Byte)( flag ? FT_CURVE_TAG_ON : FT_CURVE_TAG_CUBIC );
1720 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; local
1724 /* point and it is not a control point (which can happen). */
1726 if ( *control == FT_CURVE_TAG_ON )
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) function
522 err |= control (file, "src reg file", reg_file, _reg_file, NULL);
543 err |= control (file, "horiz stride", horiz_stride, inst->bits1.da1.dest_horiz_stride, NULL);
545 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da1.dest_reg_type, NULL);
556 err |= control (file, "horiz stride", horiz_stride, inst->bits1.ia1.dest_horiz_stride, NULL);
558 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.ia1.dest_reg_type, NULL);
572 err |= control (file, "writemask", writemask, inst->bits1.da16.dest_writemask, NULL);
573 err |= control (file, "dest reg encoding", reg_encoding, inst->bits1.da16.dest_reg_type, NULL);
601 err |= control (file, "writemask", writemask, inst->bits1.da3src.dest_writemask, NULL);
602 err |= control (fil
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c1612 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points; local
1617 *control = (FT_Byte)( flag ? FT_CURVE_TAG_ON : FT_CURVE_TAG_CUBIC );
1720 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1; local
1724 /* point and it is not a control point (which can happen). */
1726 if ( *control == FT_CURVE_TAG_ON )
/external/qemu/hw/net/
H A Dsmc91c111.c239 int control; local
256 control = p[len + 1];
257 if (control & 0x20)
270 add_crc = (control & 0x10) || (s->tcr & TCR_NOCRC) == 0;
/external/tcpdump/
H A Dappletalk.h77 u_int8_t control; member in struct:atATP
111 u_int8_t control; member in struct:atNBP
H A Dprint-smb.c1385 netbeui_print(u_short control, const u_char *data, int length) argument
1410 printf("\n>>> NBF Packet\nType=0x%X ", control);
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc615 // The omnibox contents may change while the control key is pressed.
692 const bool control = event.IsControlDown(); local
720 if (control || alt || shift)
725 if (control || alt || shift)
730 if (control && !alt && !read_only()) {
736 if (shift && !control && !read_only()) {
797 // TODO(oshima): Get control key state.
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc282 bool control,
287 web_contents, key_code, NULL, control, shift, alt, command);
293 bool control,
304 if (control) {
366 if (control) {
280 SimulateKeyPress(WebContents* web_contents, ui::KeyboardCode key_code, bool control, bool shift, bool alt, bool command) argument
290 SimulateKeyPressWithCode(WebContents* web_contents, ui::KeyboardCode key_code, const char* code, bool control, bool shift, bool alt, bool command) argument

Completed in 1704 milliseconds

1234567