Searched defs:control (Results 101 - 125 of 194) sorted by relevance

12345678

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_unittest.cc244 bool control,
248 (control ? ui::EF_CONTROL_DOWN : 0) |
254 void SendKeyEvent(ui::KeyboardCode key_code, bool shift, bool control) { argument
255 SendKeyEvent(key_code, false, shift, control, false);
427 SendKeyEvent(ui::VKEY_HOME, false /* shift */, false /* control */);
241 SendKeyEvent(ui::KeyboardCode key_code, bool alt, bool shift, bool control, bool caps_lock) argument
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h55 // Support for control flow builders. The concrete type of the environment
189 // at split and merge points in the control flow. Internally all the
364 ControlBuilder* control, int drop_extra)
368 control_(control),
363 BreakableScope(AstGraphBuilder* owner, BreakableStatement* target, ControlBuilder* control, int drop_extra) argument
H A Djs-typed-lowering.cc42 // JSOperator. This class manages the rewriting of context, control, and effect
84 // Remove all effect and control inputs and outputs to this node and change
96 // Remove the inputs corresponding to context, effect, and control.
127 Node* control() { return NodeProperties::GetControlInput(node_); } function in class:v8::internal::compiler::JSBinopReduction
151 effect(), control());
161 effect(), control());
/external/dnsmasq/src/
H A Ddhcp.c120 char control[CMSG_SPACE(sizeof(struct in_pktinfo))]; member in union:__anon20426
122 char control[CMSG_SPACE(sizeof(unsigned int))]; member in union:__anon20426
124 char control[CMSG_SPACE(sizeof(struct sockaddr_dl))]; member in union:__anon20426
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:__anon20433
40 char control[CMSG_SPACE(sizeof(struct in_addr))]; member in union:__anon20433
593 char control[CMSG_SPACE(sizeof(struct in_pktinfo))]; member in union:__anon20434
595 char control[CMSG_SPACE(sizeof(struct in_addr)) + member in union:__anon20434
598 char control[CMSG_SPACE(sizeof(struct in_addr)) + member in union:__anon20434
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.cc629 // The omnibox contents may change while the control key is pressed.
706 const bool control = event.IsControlDown(); local
734 if (control || alt || shift)
739 if (control || alt || shift)
744 if (control && !alt && !read_only()) {
750 if (shift && !control && !read_only()) {
826 // TODO(oshima): Get control key state.
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc310 bool control,
315 web_contents, key_code, NULL, control, shift, alt, command);
321 bool control,
331 if (control) {
389 if (control) {
308 SimulateKeyPress(WebContents* web_contents, ui::KeyboardCode key_code, bool control, bool shift, bool alt, bool command) argument
318 SimulateKeyPressWithCode(WebContents* web_contents, ui::KeyboardCode key_code, const char* code, bool control, bool shift, bool alt, bool command) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp237 HTMLFormControlElement* control = toHTMLFormControlElement(formAssociatedElement); local
238 if (!seenDefaultButton && control->canBeSuccessfulSubmitButton()) {
241 if (control->isSuccessfulSubmitButton()) {
242 control->dispatchSimulatedClick(event);
248 } else if (control->canTriggerImplicitSubmission()) {
286 // show a validation message on a focusable form control.
293 // Focus on the first focusable control and show a validation message.
312 String message("An invalid form control with name='%name' is not focusable.");
389 HTMLFormControlElement* control = toHTMLFormControlElement(associatedElement); local
390 if (control
711 HTMLFormControlElement* control = toHTMLFormControlElement(elements[i]); local
737 HTMLFormControlElement* control = toHTMLFormControlElement(elements[i].get()); local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1349 // Get the parent window for this control
1671 int VideoRenderAGL::CalculateVisibleRegion(ControlRef control, RgnHandle &visibleRgn, bool clipChildren) argument
1681 if (IsControlVisible(control))
1684 WindowRef window = GetControlOwner(control);
1698 ControlRef tempControl = control, lastControl = 0;
1699 while (tempControl != masterControl) // current control != master
1707 osStatus = GetControlRegion(tempControl, kControlStructureMetaPart, tempRgn); // intersect the region of the current control with visibleRgn
1721 if (clipChildren || tempControl != control) // clip children if true, cut out the tempControl if it's not one passed to this function
1749 osStatus = GetControlRegion(subControl, kControlStructureMetaPart, tempRgn); //get the region of the current control and union to childrg
1787 } // next child control
[all...]
/external/chromium_org/ui/views/controls/
H A Dscroll_view.cc539 void ScrollView::SetControlVisibility(View* control, bool should_show) { argument
540 if (!control)
543 if (!control->visible()) {
544 AddChildView(control);
545 control->SetVisible(true);
548 RemoveChildView(control);
549 control->SetVisible(false);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc91 Node* control() { return start(); } function in class:JSTypedLoweringTester
112 // JS binops also require context, effect, and control
113 return graph.NewNode(op, left, right, context(), start(), control());
117 // JS unops also require context, effect, and control
118 return graph.NewNode(op, input, context(), start(), control());
124 control());
H A Dtest-scheduler.cc79 BasicBlock::Control control = block->control_; local
80 if (control != BasicBlock::kNone) {
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h731 * @control: Contains the header length (8 uppermost bits),
738 * Use the FW_CDEV_ISO_ macros to fill in @control.
743 * @control.HEADER_LENGTH must be a multiple of 4. It specifies the numbers of
748 * The @control.SY and TAG fields are copied to the iso packet header. These
751 * The @control.SKIP flag specifies that no packet is to be sent in a frame.
752 * When using this, all other fields except @control.INTERRUPT must be zero.
754 * When a packet with the @control.INTERRUPT flag set has been completed, an
759 * @control.HEADER_LENGTH must be a multiple of the context's header_size.
763 * The @control.SY and TAG fields are ignored.
765 * If the @control
799 __u32 control; member in struct:fw_cdev_iso_packet
[all...]
/external/libpng/contrib/libtests/
H A Dtarith.c560 checkfp_control control; local
586 control.cnumber = 0;
587 control.check_state = start;
588 control.at_start = 1;
589 control.cdigits_in_state = 0;
590 control.limit = command.limit;
591 control.state = 0;
592 control.is_negative = 0;
593 control.is_zero = 1;
594 control
[all...]
/external/libpng/
H A Dpngwrite.c499 /* Set the zlib control values to defaults; they can be overridden by the
1680 png_controlp control = png_voidcast(png_controlp, local
1681 png_malloc_warn(png_ptr, (sizeof *control)));
1683 if (control != NULL)
1685 memset(control, 0, (sizeof *control));
1687 control->png_ptr = png_ptr;
1688 control->info_ptr = info_ptr;
1689 control->for_write = 1;
1691 image->opaque = control;
[all...]
/external/libvterm/include/
H A Dvterm.h162 int (*control)(unsigned char control, void *user); member in struct:__anon25013
/external/libvterm/src/
H A Dstate.c297 static int on_control(unsigned char control, void *user) argument
303 switch(control) {
1465 .control = on_control,
/external/qemu/include/hw/arm/
H A Dpxa.h196 uint32_t control[2]; member in struct:PXA2xxI2SState
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 687 milliseconds

12345678