Searched refs:mode (Results 1 - 25 of 89) sorted by relevance

1234

/development/ndk/platforms/android-3/include/linux/netfilter/
H A Dxt_CONNSECMARK.h21 u_int8_t mode; member in struct:xt_connsecmark_target_info
H A Dxt_SECMARK.h24 u_int8_t mode; member in struct:xt_secmark_target_info
H A Dxt_statistic.h28 u_int16_t mode; member in struct:xt_statistic_info
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DList15.java31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView.
52 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
55 mode.setTitle("Select Items");
56 setSubtitle(mode);
60 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
64 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
69 mode.finish();
79 public void onDestroyActionMode(ActionMode mode) { argument
82 public void onItemCheckedStateChanged(ActionMode mode, argument
84 setSubtitle(mode);
87 setSubtitle(ActionMode mode) argument
[all...]
H A DList16.java31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView
54 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
57 mode.setTitle("Select Items");
61 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
65 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
70 mode.finish();
80 public void onDestroyActionMode(ActionMode mode) { argument
83 public void onItemCheckedStateChanged(ActionMode mode, argument
88 mode.setSubtitle(null);
91 mode
[all...]
H A DGrid3.java39 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on GridView.
133 public boolean onCreateActionMode(ActionMode mode, Menu menu) { argument
134 mode.setTitle("Select Items");
135 mode.setSubtitle("One item selected");
139 public boolean onPrepareActionMode(ActionMode mode, Menu menu) { argument
143 public boolean onActionItemClicked(ActionMode mode, MenuItem item) { argument
147 public void onDestroyActionMode(ActionMode mode) { argument
150 public void onItemCheckedStateChanged(ActionMode mode, int position, long id, argument
155 mode.setSubtitle("One item selected");
158 mode
[all...]
/development/ndk/platforms/android-3/include/
H A Dfcntl.h46 extern int open(const char* path, int mode, ...);
47 extern int openat(int fd, const char* path, int mode, ...);
50 extern int creat(const char* path, mode_t mode);
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dipt_TTL.h24 u_int8_t mode; member in struct:ipt_TTL_info
H A Dipt_hashlimit.h25 u_int32_t mode; member in struct:hashlimit_cfg
H A Dip_queue.h48 ipq_mode_msg_t mode; member in union:ipq_peer_msg::__anon173
/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dipcbuf.h22 __kernel_mode_t mode; member in struct:ipc64_perm
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dipcbuf.h30 __kernel_mode_t mode; member in struct:ipc64_perm
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dipcbuf.h30 __kernel_mode_t mode; member in struct:ipc64_perm
/development/ndk/platforms/android-3/include/linux/
H A Dqic117.h65 unused, mode, motion, report enumerator in enum:__anon212
77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, motion, 1, required}, {"reserved (19)", 0x00, 0x00, unused, 0, discretional}, {"reserved (20)", 0x00, 0x00, unused, 0, discretional}, {"micro step head up", 0x02, 0x00, motion, 0, required}, {"micro step head down", 0x02, 0x00, motion, 0, required}, {"soft select", 0x00, 0x00, mode, 0, discretional}, {"soft deselect", 0x00, 0x00, mode, 0, discretional}, {"skip segments reverse", 0x36, 0x24, motion, 1, required}, {"skip segments forward", 0x36, 0x24, motion, 1, required}, {"select rate or format", 0x03, 0x01, mode,
[all...]
H A Dproc_fs.h38 mode_t mode; member in struct:proc_dir_entry
73 #define proc_net_fops_create(name, mode, fops) ({ (void)(mode), NULL; })
74 #define proc_net_create(name, mode, info) ({ (void)(mode), NULL; })
H A Dipc.h26 __kernel_mode_t mode; member in struct:ipc_perm
H A Dsysfs.h23 mode_t mode; member in struct:attribute
31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
33 #define __ATTR_RO(_name) { .attr = { .name = __stringify(_name), .mode = 0444, .owner = THIS_MODULE }, .show = _name##_show, }
H A Datmsap.h71 unsigned char mode; member in struct:atm_blli::__anon51::__anon52
80 unsigned char mode; member in struct:atm_blli::__anon53::__anon54
H A Dsysdev.h35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
/development/ndk/sources/android/libportable/arch-mips/
H A Dopen.c65 mode_t mode = 0; local
73 mode = (mode_t) va_arg(args, int);
77 return __open(pathname, mips_change_flags(flags), mode);
83 mode_t mode = 0; local
92 mode = (mode_t) va_arg(args, int);
96 return __openat(fd, pathname, mips_change_flags(flags), mode);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixGrabber.java55 private void getMatrix(GL10 gl, int mode, float[] mat) { argument
57 gl2.glMatrixMode(mode);
/development/ndk/sources/android/libportable/arch-x86/
H A Dopen.c61 mode_t mode = 0; local
69 mode = (mode_t) va_arg(args, int);
73 return __open(pathname, x86_change_flags(flags), mode);
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
H A Dmux.h18 #define MUX_REG(reg, mode_offset, mode) .mux_reg = FUNC_MUX_CTRL_##reg, .mask_offset = mode_offset, .mask = mode,
24 #define MUX_REG_730(reg, mode_offset, mode) .mux_reg = OMAP730_IO_CONF_##reg, .mask_offset = mode_offset, .mask = mode,
28 #define MUX_CFG(desc, mux_reg, mode_offset, mode, pull_reg, pull_bit, pull_status, pu_pd_reg, pu_pd_status, debug_status) { .name = desc, .debug = debug_status, MUX_REG(mux_reg, mode_offset, mode) PULL_REG(pull_reg, pull_bit, !pull_status) PU_PD_REG(pu_pd_reg, pu_pd_status) },
30 #define MUX_CFG_730(desc, mux_reg, mode_offset, mode, pull_bit, pull_status, debug_status) { .name = desc, .debug = debug_status, MUX_REG_730(mux_reg, mode_offset, mode) PULL_REG_730(mux_reg, pull_bit, pull_status) PU_PD_REG(NA, 0) },
32 #define MUX_CFG_24XX(desc, reg_offset, mode, pull_en, pull_mode, dbg) { .name = desc, .debug = dbg, .mux_reg = reg_offset, .mask = mode,
[all...]
/development/scripts/
H A Ddivide_and_compress.py176 old_fp = self.OpenZipFileAtPath(old_archive, mode='r')
183 mode='w',
195 def OpenZipFileAtPath(self, path, mode=None, compress=zipfile.ZIP_DEFLATED):
197 if mode is None:
199 mode = 'a'
201 mode = 'w'
203 if mode == 'r':
204 return zipfile.ZipFile(path, mode)
206 return zipfile.ZipFile(path, mode, compress)
295 archive_obj = self.OpenZipFileAtPath(archive_path, mode
[all...]
/development/ndk/platforms/android-3/include/sys/
H A Dstat.h101 extern int mkdirat(int dirfd, const char *pathname, mode_t mode);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);

Completed in 7243 milliseconds

1234