Searched defs:control (Results 151 - 175 of 194) sorted by relevance

12345678

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc84 const bool control = event.IsControlDown(); local
88 if (control && !shift && !alt)
90 return (control && shift && !alt) ? IDS_APP_REDO : kNoCommand;
92 return (control && !alt) ? IDS_APP_REDO : kNoCommand;
94 return (control && !alt) ? IDS_APP_SELECT_ALL : kNoCommand;
96 return (control && !alt) ? IDS_APP_CUT : kNoCommand;
98 return (control && !alt) ? IDS_APP_COPY : kNoCommand;
100 return (control && !alt) ? IDS_APP_PASTE : kNoCommand;
106 return control ? IDS_MOVE_WORD_RIGHT : IDS_MOVE_RIGHT;
107 return control
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dnvme.h194 __le16 control; member in struct:nvme_rw_command
451 __u16 control; member in struct:nvme_user_io
H A Dhdreg.h103 __u8 control; member in struct:hd_drive_hob_hdr
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h47 /** control messages (channel specific)
248 /* queue timer control */
285 struct snd_seq_ev_ctrl control; member in union:snd_seq_event::__anon23538
/external/libpcap/msdos/
H A Dndis2.h486 BYTE control; /* 3 */ member in struct:_Ieee802Dot2SnapHeader
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c785 enum tgsi_sampler_control control,
846 enum tgsi_sampler_control control,
885 enum tgsi_sampler_control control,
932 enum tgsi_sampler_control control,
969 enum tgsi_sampler_control control,
1007 enum tgsi_sampler_control control,
1047 enum tgsi_sampler_control control,
1096 enum tgsi_sampler_control control,
1136 enum tgsi_sampler_control control,
1175 enum tgsi_sampler_control control,
779 img_filter_2d_linear_repeat_POT(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
840 img_filter_2d_nearest_repeat_POT(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float rgba[TGSI_QUAD_SIZE]) argument
879 img_filter_2d_nearest_clamp_POT(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float rgba[TGSI_QUAD_SIZE]) argument
926 img_filter_1d_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float rgba[TGSI_QUAD_SIZE]) argument
963 img_filter_1d_array_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1001 img_filter_2d_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1041 img_filter_2d_array_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1090 img_filter_cube_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1130 img_filter_3d_nearest(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1169 img_filter_1d_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1206 img_filter_1d_array_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1244 img_filter_2d_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1288 img_filter_2d_array_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1333 img_filter_cube_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1378 img_filter_3d_linear(struct tgsi_sampler *tgsi_sampler, float s, float t, float p, unsigned level, unsigned face_id, enum tgsi_sampler_control control, float *rgba) argument
1451 mip_filter_linear(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1508 mip_filter_nearest(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1547 mip_filter_none(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1580 mip_filter_none_no_filter_select(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1629 img_filter_2d_ewa(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], unsigned level, enum tgsi_sampler_control control, const float dudx, const float dvdx, const float dudy, const float dvdy, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1814 mip_filter_linear_aniso(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1912 mip_filter_linear_2d_linear_repeat_POT( struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
1971 sample_compare(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2081 sample_cube(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2243 sample_swizzle(struct tgsi_sampler *tgsi_sampler, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
[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/qemu/
H A Dqemu-char.c2099 char control[CMSG_SPACE(sizeof(int))]; member in union:__anon30083
/external/skia/src/core/
H A DSkPath.cpp21 * Path.bounds is defined to be the bounds of all the control points.
1011 // control points.
1015 const SkScalar control = 1 - SK_ScalarTanPIOver8; local
1016 SkScalar offPtX = rx * control;
1017 SkScalar offPtY = ry * control;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c5909 vm_purgable_t control; member in struct:__anon32647
5918 (ULong)req->address, req->control, req->state);
5952 vm_purgable_t control; member in struct:__anon32649
5961 (unsigned long long)req->address, req->control, req->state);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... IDetailsPage getCurrentPage () org.eclipse.swt.widgets.Control control Object data public void dispose () java.util. ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar ... SHIFT public static final int CTRL public static final int CONTROL public static final int COMMAND public static final int MODIFIER_MASK ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar ... SHIFT public static final int CTRL public static final int CONTROL public static final int COMMAND public static final int MODIFIER_MASK ...
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/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp1880 * [i+1] = control string, either "fp", "pf", or "F".
1883 * The number of data strings depends on the control string.
1918 const char* control = data[i++]; local
1920 if (uprv_strcmp(control, "fp") == 0) {
1941 else if (uprv_strcmp(control, "pf") == 0) {
1960 else if (uprv_strcmp(control, "F") == 0) {
1978 errln((UnicodeString)"FAIL: Invalid control string " + control);
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp21 * Path.bounds is defined to be the bounds of all the control points.
1013 // control points.
1017 const SkScalar control = 1 - SK_ScalarTanPIOver8; local
1018 SkScalar offPtX = rx * control;
1019 SkScalar offPtY = ry * control;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c287 sctp_log_strm_del(struct sctp_queued_to_read *control, struct sctp_queued_to_read *poschk, int from) argument
292 if (control == NULL) {
296 sctp_clog.x.strlog.stcb = control->stcb;
297 sctp_clog.x.strlog.n_tsn = control->sinfo_tsn;
298 sctp_clog.x.strlog.n_sseq = control->sinfo_ssn;
299 sctp_clog.x.strlog.strm = control->sinfo_stream;
1955 * Now we need to clean up the control chunk chain if an
2719 struct sctp_queued_to_read *control; local
2782 control = sctp_build_readq_entry(stcb, stcb->asoc.primary_destination,
2785 if (control !
2865 struct sctp_queued_to_read *control; local
2963 struct sctp_queued_to_read *control; local
3080 struct sctp_queued_to_read *control; local
3177 struct sctp_queued_to_read *control; local
3230 struct sctp_queued_to_read *control; local
3321 struct sctp_queued_to_read *control; local
3396 struct sctp_queued_to_read *control; local
3442 struct sctp_queued_to_read *control; local
3498 struct sctp_queued_to_read *control; local
3551 struct sctp_queued_to_read *control; local
3616 struct sctp_queued_to_read *control; local
4558 struct sctp_queued_to_read *control, *nctl; local
4644 sctp_add_to_readq(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_queued_to_read *control, struct sockbuf *sb, int end, int inp_read_lock_held, int so_locked SCTP_UNUSED ) argument
4685 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), control); local
4731 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), control); local
4845 sctp_append_to_readq(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_queued_to_read *control, struct mbuf *m, int end, int ctls_cumack, struct sockbuf *sb) argument
5698 struct sctp_queued_to_read *control = NULL, *ctl = NULL, *nxt = NULL; local
[all...]
H A Dsctp_output.c3556 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument
3568 tlen = SCTP_BUF_LEN(control);
3572 * Independent of how many mbufs, find the c_type inside the control
3580 m_copydata(control, at, sizeof(cmh), (caddr_t)&cmh);
3600 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), cpsize, (caddr_t)data);
3617 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);
3628 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_prinfo), (caddr_t)&prinfo);
3640 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3656 sctp_process_cmsgs_for_init(struct sctp_tcb *stcb, struct mbuf *control, int *error) argument
3672 tlen = SCTP_BUF_LEN(control);
3826 sctp_findassociation_cmsgs(struct sctp_inpcb **inp_p, uint16_t port, struct mbuf *control, struct sctp_nets **net_p, int *error) argument
10665 sctp_output( struct sctp_inpcb *inp, pakhandle_type m, struct sockaddr *addr, pakhandle_type control, struct thread *p, int flags) argument
[all...]
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc2537 v8::ActivityControl* control,
2541 control_(control),
2535 HeapSnapshotGenerator( HeapSnapshot* snapshot, v8::ActivityControl* control, v8::HeapProfiler::ObjectNameResolver* resolver, Heap* heap) argument
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp1883 * [i+1] = control string, either "fp", "pf", or "F".
1886 * The number of data strings depends on the control string.
1921 const char* control = data[i++]; local
1923 if (uprv_strcmp(control, "fp") == 0) {
1944 else if (uprv_strcmp(control, "pf") == 0) {
1963 else if (uprv_strcmp(control, "F") == 0) {
1981 errln((UnicodeString)"FAIL: Invalid control string " + control);
/external/libpng/contrib/tools/
H A Dpngfix.c714 /* The structure is shared across all uses of this global control
733 /* Call this once (and only once) to initialize the control */
864 * When a chunk control structure is instantiated these values are copied
890 /* Interface to allocate a new chunk or IDAT control structure. The result
1025 /* Initialize a file control structure. This will open the given files as
1125 /* Return control when a PNG file cannot be read. This outputs an 'ERR'
1531 * where one chunk control structure is used for the whole of a single stream of
1532 * IDAT chunks (see the IDAT control structure below).
1548 * control structure, but chunk_length may be changed later.
1596 /* Compresssed/uncompressed size information (from the zlib control structur
3516 struct control struct
3524 control_end(struct control *control) argument
3535 struct control *control = png_voidcast(struct control*, local
3543 struct control *control = png_voidcast(struct control*, file->alloc_ptr); local
3559 control_init(struct control *control, struct global *global, const char *file_name, const char *out_name) argument
3570 read_png(struct control *control) argument
3651 struct control control; local
[all...]
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h308 __u32 control; member in struct:kvm_guest_debug
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h308 __u32 control; member in struct:kvm_guest_debug
/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/pdf/pdfium/
H A Dpdfium_engine.cc77 // control of the thread.
1347 int control = FPDPage_HasFormFieldAtPoint( local
1349 if (control > FPDF_FORMFIELD_UNKNOWN) { // returns -1 sometimes...
1350 client_->FormTextFieldFocusChange(control == FPDF_FORMFIELD_TEXTFIELD ||
1351 control == FPDF_FORMFIELD_COMBOBOX);
1473 int control = FPDPage_HasFormFieldAtPoint( local
1475 switch (control) {
2983 // screen, and PDFium invalidates the control as it's being deleted.

Completed in 540 milliseconds

12345678