Searched refs:control (Results 251 - 275 of 462) sorted by relevance

<<111213141516171819

/external/libnl/lib/route/sch/
H A Dprio.c257 __ADD(TC_PRIO_CONTROL,control)
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dsvm.h184 struct vmcb_control_area control; member in struct:vmcb
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h108 enum tgsi_sampler_control control,
H A Dtgsi_exec.c32 * Flow control information:
35 * flow control statements (IF/ELSE/ENDIF, LOOP/ENDLOOP) require special
41 * control writing to destination registers. This is the ExecMask.
45 * ContMask) which are controlled by the flow control instructions (namely:
1722 enum tgsi_sampler_control control,
1731 sampler->get_samples(sampler, s->f, t->f, p->f, c0->f, control, rgba);
1756 enum tgsi_sampler_control control; local
1767 control = tgsi_sampler_lod_explicit;
1769 control = tgsi_sampler_lod_bias;
1782 control,
1717 fetch_texel( struct tgsi_sampler *sampler, const union tgsi_exec_channel *s, const union tgsi_exec_channel *t, const union tgsi_exec_channel *p, const union tgsi_exec_channel *c0, enum tgsi_sampler_control control, union tgsi_exec_channel *r, union tgsi_exec_channel *g, union tgsi_exec_channel *b, union tgsi_exec_channel *a ) argument
2104 enum tgsi_sampler_control control; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h206 /* SVGA3D operation control/comparison function types */
359 uint32 control : 3; member in struct:__anon27469::__anon27470::__anon27472
/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/include/hw/arm/
H A Dpxa.h196 uint32_t control[2]; member in struct:PXA2xxI2SState
/external/qemu/target-i386/
H A Dsvm.h218 struct vmcb_control_area control; member in struct:vmcb
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddom_util.js295 * Determines whether a control should be announced as disabled.
600 * - the user-generated control value (use getValue)
610 * label (for a control)
766 * Use heuristics to guess at the label of a control, to be used if one
767 * is not explicitly set in the DOM. This is useful when a control
771 * @return {string} The name of the control, using heuristics.
777 // no title/label for that control.
810 // label is most likely in the same branch of the DOM as the control.
845 * Get the text value of a node: the selected value of a select control or the
846 * current text of a text control
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c1783 struct sctp_queued_to_read *control; local
1819 control = sctp_build_readq_entry(stcb, stcb->asoc.primary_destination,
1821 if (control == NULL) {
1826 control->spec_flags = M_NOTIFICATION;
1827 control->length = SCTP_BUF_LEN(m_notify);
1829 control->tail_mbuf = m_notify;
1830 sctp_add_to_readq(stcb->sctp_ep, stcb, control,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c32 * Flow control information:
35 * flow control statements (IF/ELSE/ENDIF, LOOP/ENDLOOP) require special
41 * control writing to destination registers. This is the ExecMask.
45 * ContMask) which are controlled by the flow control instructions (namely:
1722 enum tgsi_sampler_control control,
1731 sampler->get_samples(sampler, s->f, t->f, p->f, c0->f, control, rgba);
1756 enum tgsi_sampler_control control; local
1767 control = tgsi_sampler_lod_explicit;
1769 control = tgsi_sampler_lod_bias;
1782 control,
1717 fetch_texel( struct tgsi_sampler *sampler, const union tgsi_exec_channel *s, const union tgsi_exec_channel *t, const union tgsi_exec_channel *p, const union tgsi_exec_channel *c0, enum tgsi_sampler_control control, union tgsi_exec_channel *r, union tgsi_exec_channel *g, union tgsi_exec_channel *b, union tgsi_exec_channel *a ) argument
2104 enum tgsi_sampler_control control; 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar ... public abstract org.eclipse.swt.widgets.Control getControl () public void addKeyListener (org.eclipse.swt. ...
/external/chromium_org/chrome/browser/resources/options/
H A Dsearch_page.js346 var control, node;
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.cc377 bool control,
385 control, local
374 SimulateKeyPressWithCode( ui::KeyboardCode keyCode, const char* code, bool control, bool shift, bool alt, bool command) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DprofilesPanel.css182 .control-profiling {
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.css34 font: -webkit-control;
/external/chromium_org/third_party/freetype/src/base/
H A Dftstroke.c456 FT_Vector* control,
471 vec[0] = *control;
567 /* compute first and second control points */
1353 FT_Vector* control,
1363 /* if all control points are coincident, this is a no-op; */
1365 if ( FT_IS_SMALL( stroker->center.x - control->x ) &&
1366 FT_IS_SMALL( stroker->center.y - control->y ) &&
1367 FT_IS_SMALL( control->x - to->x ) &&
1368 FT_IS_SMALL( control->y - to->y ) )
1376 arc[1] = *control;
455 ft_stroke_border_conicto( FT_StrokeBorder border, FT_Vector* control, FT_Vector* to ) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dthreads.c160 DWORD control; member in struct:__anon13366
957 if (InterlockedIncrement(&run_once.control) == 1) {
/external/freetype/src/base/
H A Dftstroke.c456 FT_Vector* control,
471 vec[0] = *control;
567 /* compute first and second control points */
1353 FT_Vector* control,
1363 /* if all control points are coincident, this is a no-op; */
1365 if ( FT_IS_SMALL( stroker->center.x - control->x ) &&
1366 FT_IS_SMALL( stroker->center.y - control->y ) &&
1367 FT_IS_SMALL( control->x - to->x ) &&
1368 FT_IS_SMALL( control->y - to->y ) )
1376 arc[1] = *control;
455 ft_stroke_border_conicto( FT_StrokeBorder border, FT_Vector* control, FT_Vector* to ) argument
[all...]
/external/libxml2/
H A Dthreads.c161 DWORD control; member in struct:__anon25090
960 if (InterlockedIncrement(&run_once.control) == 1) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdy3.java139 boolean control = (w1 & 0x80000000) != 0;
143 if (control) {
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftstroke.c456 FT_Vector* control,
471 vec[0] = *control;
567 /* compute first and second control points */
1353 FT_Vector* control,
1363 /* if all control points are coincident, this is a no-op; */
1365 if ( FT_IS_SMALL( stroker->center.x - control->x ) &&
1366 FT_IS_SMALL( stroker->center.y - control->y ) &&
1367 FT_IS_SMALL( control->x - to->x ) &&
1368 FT_IS_SMALL( control->y - to->y ) )
1376 arc[1] = *control;
455 ft_stroke_border_conicto( FT_StrokeBorder border, FT_Vector* control, FT_Vector* to ) argument
[all...]
/external/qemu/target-arm/
H A Dcpu.h139 /* System control coprocessor (cp15) */
148 uint32_t c1_sys; /* System control register. */
150 uint32_t c1_xscaleauxcr; /* XScale auxiliary control register. */
153 uint32_t c1_nseac; /* Non-secure access control register. */
156 uint32_t c2_control; /* MMU translation table base control. */
161 uint32_t c3; /* MMU domain access control register
162 MPU write buffer control. */
171 uint32_t c9_pmcr; /* performance monitor control register */
195 uint32_t control; member in struct:CPUARMState::__anon30108
407 /* iwMMXt coprocessor control register
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh94 ${toggle_install_docs} control whether docs are installed
95 ${toggle_install_bins} control whether binaries are installed
96 ${toggle_install_libs} control whether libraries are installed
97 ${toggle_install_srcs} control whether sources are installed

Completed in 3320 milliseconds

<<111213141516171819