Searched defs:cmd (Results 476 - 500 of 514) sorted by relevance

<<11121314151617181920>>

/external/kernel-headers/original/linux/
H A Dwireless.h336 #define IW_IOCTL_IDX(cmd) ((cmd) - SIOCIWFIRST)
339 #define IW_IS_SET(cmd) (!((cmd) & 0x1))
340 #define IW_IS_GET(cmd) ((cmd) & 0x1)
381 #define IW_EVENT_IDX(cmd) ((cmd) - IWEVFIRST)
609 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >
803 __u16 cmd; /* IW_MLME_* */ member in struct:iw_mlme
817 __u32 cmd; /* IW_PMKSA_* */ member in struct:iw_pmksa
1029 __u32 cmd; /* Number of the ioctl to issue */ member in struct:iw_priv_args
1048 __u16 cmd; /* Wireless IOCTL */ member in struct:iw_event
[all...]
H A Dcdrom.h282 unsigned char cmd[CDROM_PACKET_SIZE]; member in struct:cdrom_generic_command
913 unsigned char cmd[CDROM_PACKET_SIZE]; member in struct:packet_command
990 struct inode *ip, unsigned int cmd, unsigned long arg);
H A Dsoundcard.h535 unsigned char cmd; member in struct:__anon19583
H A Dfs.h1228 unsigned int cmd, struct flock __user *user)
1240 unsigned int cmd, struct flock64 __user *user)
1307 static inline int vfs_lock_file(struct file *filp, unsigned int cmd, argument
2487 extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd,
1227 fcntl_setlk(unsigned int fd, struct file *file, unsigned int cmd, struct flock __user *user) argument
1239 fcntl_setlk64(unsigned int fd, struct file *file, unsigned int cmd, struct flock64 __user *user) argument
H A Dvideodev2.h2082 __u32 cmd; member in struct:v4l2_encoder_cmd
2122 __u32 cmd; member in struct:v4l2_decoder_cmd
/external/libnfc-nxp/src/
H A DphDnldNfc.c93 /* delay after SW reset cmd in ms, required on uart for XTAL stability */
620 uint8_t cmd,
3153 uint8_t cmd,
3165 switch(cmd)
3328 p_dnld_data->frame_type = cmd;
3338 psDnldContext->prev_cmd = cmd;
3340 if( PHDNLD_CMD_RESET == cmd )
3150 phDnldNfc_Send_Command( phDnldNfc_sContext_t *psDnldContext, void *pHwRef, uint8_t cmd, void *params, uint16_t param_length ) argument
/external/llvm/include/llvm/Support/
H A DMachO.h75 // Constants for the "cmd" field in llvm::MachO::load_command
308 uint32_t cmd; member in struct:llvm::MachO::load_command
313 uint32_t cmd; member in struct:llvm::MachO::segment_command
327 uint32_t cmd; member in struct:llvm::MachO::segment_command_64
376 uint32_t cmd; member in struct:llvm::MachO::fvmlib_command
389 uint32_t cmd; member in struct:llvm::MachO::dylib_command
395 uint32_t cmd; member in struct:llvm::MachO::sub_framework_command
401 uint32_t cmd; member in struct:llvm::MachO::sub_client_command
407 uint32_t cmd; member in struct:llvm::MachO::sub_umbrella_command
413 uint32_t cmd; member in struct:llvm::MachO::sub_library_command
419 uint32_t cmd; member in struct:llvm::MachO::prebound_dylib_command
427 uint32_t cmd; member in struct:llvm::MachO::dylinker_command
433 uint32_t cmd; member in struct:llvm::MachO::thread_command
438 uint32_t cmd; member in struct:llvm::MachO::routines_command
451 uint32_t cmd; member in struct:llvm::MachO::routines_command_64
464 uint32_t cmd; member in struct:llvm::MachO::symtab_command
473 uint32_t cmd; member in struct:llvm::MachO::dysymtab_command
539 uint32_t cmd; member in struct:llvm::MachO::twolevel_hints_command
551 uint32_t cmd; member in struct:llvm::MachO::prebind_cksum_command
557 uint32_t cmd; member in struct:llvm::MachO::uuid_command
563 uint32_t cmd; member in struct:llvm::MachO::rpath_command
569 uint32_t cmd; member in struct:llvm::MachO::linkedit_data_command
576 uint32_t cmd; member in struct:llvm::MachO::encryption_info_command
584 uint32_t cmd; member in struct:llvm::MachO::version_min_command
591 uint32_t cmd; member in struct:llvm::MachO::dyld_info_command
606 uint32_t cmd; member in struct:llvm::MachO::symseg_command
613 uint32_t cmd; member in struct:llvm::MachO::ident_command
618 uint32_t cmd; member in struct:llvm::MachO::fvmfile_command
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc265 char cmd[COMMAND_SIZE + 1]; local
268 char* argv[3] = { cmd, arg1, arg2 };
271 cmd[COMMAND_SIZE] = 0;
307 cmd, arg1, arg2);
308 if ((strcmp(cmd, "si") == 0) || (strcmp(cmd, "stepi") == 0)) {
310 } else if ((strcmp(cmd, "c") == 0) || (strcmp(cmd, "cont") == 0)) {
315 } else if ((strcmp(cmd, "p") == 0) || (strcmp(cmd, "prin
[all...]
/external/v8/src/
H A Dgdb-jit.cc511 Writer::Slot<MachOSegmentCommand> cmd = WriteSegmentCommand(w, local
514 WriteSections(w, cmd, header, load_command_start);
532 uint32_t cmd; member in struct:v8::BASE_EMBEDDED::MachOSegmentCommand
584 Writer::Slot<MachOSegmentCommand> cmd = local
587 cmd->cmd = LC_SEGMENT_32;
589 cmd->cmd = LC_SEGMENT_64;
591 cmd->vmaddr = code_start;
592 cmd
606 WriteSections(Writer* w, Writer::Slot<MachOSegmentCommand> cmd, Writer::Slot<MachOHeader> header, uintptr_t load_command_start) argument
[all...]
/external/chromium_org/third_party/mongoose/
H A Dmongoose.c3148 char cmd[BUFSIZ]; local
3151 if (sscanf(tag, " \"%[^\"]\"", cmd) != 1) {
3153 } else if ((fp = popen(cmd, "r")) == NULL) {
3154 cry(conn, "Cannot SSI #exec: [%s]: %s", cmd, strerror(ERRNO));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/kernel-headers/original/asm-mips/sn/
H A Dioc3.h213 u32 cmd; /* command field */ member in struct:ioc3_etxd
/external/kernel-headers/original/linux/spi/
H A Dcpcap.h629 unsigned int cmd; member in struct:cpcap_whisper_request
/external/mksh/src/
H A Dedit.c3437 #define VEXTCMD 2 /* cmd + movement (eg, cl) */
4018 vi_cmd(int argcnt, const char *cmd) argument
4025 if (argcnt == 0 && !is_zerocount(*cmd))
4028 if (is_move(*cmd)) {
4029 if ((cur = domove(argcnt, cmd, 0)) >= 0) {
4037 if (is_undoable(*cmd) && !macro.p) {
4043 memmove(lastcmd, cmd, MAXVICMD);
4045 switch (*cmd) {
4060 alias[1] = cmd[1];
4062 if (!cmd[
4509 domove(int argcnt, const char *cmd, int sub) argument
5196 expand_word(int cmd) argument
5249 complete_word(int cmd, int count) argument
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c756 uint16_t cmd; local
771 cmd = pci_config_readw(d, PCI_COMMAND);
773 cmd |= 2;
775 cmd |= 1;
777 cmd |= 2;
778 pci_config_writew(d, PCI_COMMAND, cmd);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c2438 HChar* cmd = ML_(dinfo_zalloc)("di.readpe.fnopf.cmd", cmdlen); local
2439 vg_assert(cmd);
2440 VG_(sprintf)(cmd, "%s -c \"%s '%s' | %s '\\.pdb|\\.PDB' >> %s\"",
2442 vg_assert(cmd[cmdlen-1] == 0);
2443 if (0) VG_(printf)("QQQQQQQQ: %s\n", cmd);
2445 r = VG_(system)( cmd );
2448 "Find PDB file: Command failed:\n %s\n", cmd);
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h1177 tAVRC_CMD cmd; member in union:__anon1236
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c306 const u8 *addr, int cmd, u16 reason_code,
355 extern int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
371 static const char * nl80211_command_to_string(enum nl80211_commands cmd) argument
374 switch (cmd) {
686 struct nl_msg *msg, int flags, uint8_t cmd)
689 0, flags, cmd, 0);
850 if (gnlh->cmd != NL80211_CMD_FRAME) {
852 gnlh->cmd);
1361 enum nl80211_commands cmd, struct nlattr *status,
1372 wpa_printf(MSG_DEBUG, "nl80211: Ignore connect event (cmd
685 nl80211_cmd(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, int flags, uint8_t cmd) argument
1360 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie) argument
1490 mlme_timeout_event(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *addr) argument
1717 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig) argument
2562 do_process_drv_event(struct i802_bss *bss, int cmd, struct nlattr **tb) argument
4241 nl80211_scan_common(struct wpa_driver_nl80211_data *drv, u8 cmd, struct wpa_driver_scan_params *params, u64 *wdev_id) argument
5181 wpa_driver_nl80211_mlme(struct wpa_driver_nl80211_data *drv, const u8 *addr, int cmd, u16 reason_code, int local_state_change) argument
6303 u8 cmd = NL80211_CMD_NEW_BEACON; local
9976 nl80211_pmkid(struct i802_bss *bss, int cmd, const u8 *bssid, const u8 *pmkid) argument
10490 android_priv_cmd(struct i802_bss *bss, const char *cmd) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c306 const u8 *addr, int cmd, u16 reason_code,
355 extern int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
371 static const char * nl80211_command_to_string(enum nl80211_commands cmd) argument
374 switch (cmd) {
686 struct nl_msg *msg, int flags, uint8_t cmd)
689 0, flags, cmd, 0);
850 if (gnlh->cmd != NL80211_CMD_FRAME) {
852 gnlh->cmd);
1361 enum nl80211_commands cmd, struct nlattr *status,
1372 wpa_printf(MSG_DEBUG, "nl80211: Ignore connect event (cmd
685 nl80211_cmd(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, int flags, uint8_t cmd) argument
1360 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie) argument
1490 mlme_timeout_event(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *addr) argument
1717 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig) argument
2562 do_process_drv_event(struct i802_bss *bss, int cmd, struct nlattr **tb) argument
4241 nl80211_scan_common(struct wpa_driver_nl80211_data *drv, u8 cmd, struct wpa_driver_scan_params *params, u64 *wdev_id) argument
5181 wpa_driver_nl80211_mlme(struct wpa_driver_nl80211_data *drv, const u8 *addr, int cmd, u16 reason_code, int local_state_change) argument
6303 u8 cmd = NL80211_CMD_NEW_BEACON; local
9976 nl80211_pmkid(struct i802_bss *bss, int cmd, const u8 *bssid, const u8 *pmkid) argument
10490 android_priv_cmd(struct i802_bss *bss, const char *cmd) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c306 const u8 *addr, int cmd, u16 reason_code,
355 extern int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
371 static const char * nl80211_command_to_string(enum nl80211_commands cmd) argument
374 switch (cmd) {
686 struct nl_msg *msg, int flags, uint8_t cmd)
689 0, flags, cmd, 0);
850 if (gnlh->cmd != NL80211_CMD_FRAME) {
852 gnlh->cmd);
1361 enum nl80211_commands cmd, struct nlattr *status,
1372 wpa_printf(MSG_DEBUG, "nl80211: Ignore connect event (cmd
685 nl80211_cmd(struct wpa_driver_nl80211_data *drv, struct nl_msg *msg, int flags, uint8_t cmd) argument
1360 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie) argument
1490 mlme_timeout_event(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *addr) argument
1717 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig) argument
2562 do_process_drv_event(struct i802_bss *bss, int cmd, struct nlattr **tb) argument
4241 nl80211_scan_common(struct wpa_driver_nl80211_data *drv, u8 cmd, struct wpa_driver_scan_params *params, u64 *wdev_id) argument
5181 wpa_driver_nl80211_mlme(struct wpa_driver_nl80211_data *drv, const u8 *addr, int cmd, u16 reason_code, int local_state_change) argument
6303 u8 cmd = NL80211_CMD_NEW_BEACON; local
9976 nl80211_pmkid(struct i802_bss *bss, int cmd, const u8 *bssid, const u8 *pmkid) argument
10490 android_priv_cmd(struct i802_bss *bss, const char *cmd) argument
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h15 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
30 void* Set(void* cmd, GLenum _texture) { argument
31 static_cast<ValueType*>(cmd)->Init(_texture);
32 return NextCmdAddress<ValueType>(cmd);
49 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
65 void* Set(void* cmd, GLuint _program, GLuint _shader) { argument
66 static_cast<ValueType*>(cmd)->Init(_program, _shader);
67 return NextCmdAddress<ValueType>(cmd);
108 Set( void* cmd, GLuint _program, GLuint _index, uint32 _name_shm_id, uint32 _name_shm_offset, uint32 _data_size) argument
163 Set( void* cmd, GLuint _program, GLuint _index, const char* _name, uint32 _data_size) argument
207 Set( void* cmd, GLuint _program, GLuint _index, uint32 _name_bucket_id) argument
249 Set(void* cmd, GLenum _target, GLuint _buffer) argument
287 Set(void* cmd, GLenum _target, GLuint _framebuffer) argument
325 Set(void* cmd, GLenum _target, GLuint _renderbuffer) argument
363 Set(void* cmd, GLenum _target, GLuint _texture) argument
403 Set( void* cmd, GLclampf _red, GLclampf _green, GLclampf _blue, GLclampf _alpha) argument
448 Set(void* cmd, GLenum _mode) argument
483 Set(void* cmd, GLenum _modeRGB, GLenum _modeAlpha) argument
521 Set(void* cmd, GLenum _sfactor, GLenum _dfactor) argument
562 Set( void* cmd, GLenum _srcRGB, GLenum _dstRGB, GLenum _srcAlpha, GLenum _dstAlpha) argument
613 Set( void* cmd, GLenum _target, GLsizeiptr _size, uint32 _data_shm_id, uint32 _data_shm_offset, GLenum _usage) argument
667 Set(void* cmd, GLenum _target, GLsizeiptr _size, GLenum _usage) argument
714 Set( void* cmd, GLenum _target, GLintptr _offset, GLsizeiptr _size, uint32 _data_shm_id, uint32 _data_shm_offset) argument
768 Set(void* cmd, GLenum _target, GLintptr _offset, GLsizeiptr _size) argument
813 Set( void* cmd, GLenum _target, uint32 _result_shm_id, uint32 _result_shm_offset) argument
856 Set(void* cmd, GLbitfield _mask) argument
893 Set( void* cmd, GLclampf _red, GLclampf _green, GLclampf _blue, GLclampf _alpha) argument
938 Set(void* cmd, GLclampf _depth) argument
972 Set(void* cmd, GLint _s) argument
1010 Set( void* cmd, GLboolean _red, GLboolean _green, GLboolean _blue, GLboolean _alpha) argument
1055 Set(void* cmd, GLuint _shader) argument
1100 Set( void* cmd, GLenum _target, GLint _level, GLenum _internalformat, GLsizei _width, GLsizei _height, GLint _border, GLsizei _imageSize, uint32 _data_shm_id, uint32 _data_shm_offset) argument
1175 Set( void* cmd, GLenum _target, GLint _level, GLenum _internalformat, GLsizei _width, GLsizei _height, GLint _border, GLsizei _imageSize) argument
1241 Set( void* cmd, GLenum _target, GLint _level, GLenum _internalformat, GLsizei _width, GLsizei _height, GLint _border, GLuint _bucket_id) argument
1310 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLsizei _imageSize, uint32 _data_shm_id, uint32 _data_shm_offset) argument
1389 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLsizei _imageSize) argument
1459 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLuint _bucket_id) argument
1528 Set( void* cmd, GLenum _target, GLint _level, GLenum _internalformat, GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLint _border) argument
1597 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
1656 Set(void* cmd, uint32 _client_id) argument
1691 Set(void* cmd, GLenum _type, uint32 _client_id) argument
1728 Set(void* cmd, GLenum _mode) argument
1764 Set( void* cmd, GLsizei _n, uint32 _buffers_shm_id, uint32 _buffers_shm_offset) argument
1814 Set(void* cmd, GLsizei _n, const GLuint* _buffers) argument
1853 Set( void* cmd, GLsizei _n, uint32 _framebuffers_shm_id, uint32 _framebuffers_shm_offset) argument
1903 Set(void* cmd, GLsizei _n, const GLuint* _framebuffers) argument
1938 Set(void* cmd, GLuint _program) argument
1976 Set( void* cmd, GLsizei _n, uint32 _renderbuffers_shm_id, uint32 _renderbuffers_shm_offset) argument
2026 Set(void* cmd, GLsizei _n, const GLuint* _renderbuffers) argument
2061 Set(void* cmd, GLuint _shader) argument
2097 Set( void* cmd, GLsizei _n, uint32 _textures_shm_id, uint32 _textures_shm_offset) argument
2147 Set(void* cmd, GLsizei _n, const GLuint* _textures) argument
2182 Set(void* cmd, GLenum _func) argument
2216 Set(void* cmd, GLboolean _flag) argument
2251 Set(void* cmd, GLclampf _zNear, GLclampf _zFar) argument
2289 Set(void* cmd, GLuint _program, GLuint _shader) argument
2326 Set(void* cmd, GLenum _cap) argument
2360 Set(void* cmd, GLuint _index) argument
2396 Set(void* cmd, GLenum _mode, GLint _first, GLsizei _count) argument
2439 Set( void* cmd, GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset) argument
2484 Set(void* cmd, GLenum _cap) argument
2518 Set(void* cmd, GLuint _index) argument
2551 Set(void* cmd) argument
2581 Set(void* cmd) argument
2617 Set( void* cmd, GLenum _target, GLenum _attachment, GLenum _renderbuffertarget, GLuint _renderbuffer) argument
2669 Set( void* cmd, GLenum _target, GLenum _attachment, GLenum _textarget, GLuint _texture, GLint _level) argument
2718 Set(void* cmd, GLenum _mode) argument
2754 Set( void* cmd, GLsizei _n, uint32 _buffers_shm_id, uint32 _buffers_shm_offset) argument
2804 Set(void* cmd, GLsizei _n, GLuint* _buffers) argument
2839 Set(void* cmd, GLenum _target) argument
2877 Set( void* cmd, GLsizei _n, uint32 _framebuffers_shm_id, uint32 _framebuffers_shm_offset) argument
2927 Set(void* cmd, GLsizei _n, GLuint* _framebuffers) argument
2966 Set( void* cmd, GLsizei _n, uint32 _renderbuffers_shm_id, uint32 _renderbuffers_shm_offset) argument
3016 Set(void* cmd, GLsizei _n, GLuint* _renderbuffers) argument
3053 Set( void* cmd, GLsizei _n, uint32 _textures_shm_id, uint32 _textures_shm_offset) argument
3103 Set(void* cmd, GLsizei _n, GLuint* _textures) argument
3150 Set( void* cmd, GLuint _program, GLuint _index, uint32 _name_bucket_id, uint32 _result_shm_id, uint32 _result_shm_offset) argument
3219 Set( void* cmd, GLuint _program, GLuint _index, uint32 _name_bucket_id, uint32 _result_shm_id, uint32 _result_shm_offset) argument
3283 Set( void* cmd, GLuint _program, uint32 _result_shm_id, uint32 _result_shm_offset, uint32 _result_size) argument
3333 Set( void* cmd, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3383 Set( void* cmd, GLenum _target, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3432 Set(void* cmd, uint32 _result_shm_id, uint32 _result_shm_offset) argument
3473 Set( void* cmd, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3524 Set( void* cmd, GLenum _target, GLenum _attachment, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3580 Set( void* cmd, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3630 Set( void* cmd, GLuint _program, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3677 Set(void* cmd, GLuint _program, uint32 _bucket_id) argument
3721 Set( void* cmd, GLenum _target, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3774 Set( void* cmd, GLuint _shader, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
3821 Set(void* cmd, GLuint _shader, uint32 _bucket_id) argument
3870 Set( void* cmd, GLenum _shadertype, GLenum _precisiontype, uint32 _result_shm_id, uint32 _result_shm_offset) argument
3926 Set(void* cmd, GLuint _shader, uint32 _bucket_id) argument
3964 Set(void* cmd, GLenum _name, uint32 _bucket_id) argument
4008 Set( void* cmd, GLenum _target, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
4061 Set( void* cmd, GLenum _target, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
4114 Set( void* cmd, GLuint _program, GLint _location, uint32 _params_shm_id, uint32 _params_shm_offset) argument
4167 Set( void* cmd, GLuint _program, GLint _location, uint32 _params_shm_id, uint32 _params_shm_offset) argument
4220 Set( void* cmd, GLuint _index, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
4273 Set( void* cmd, GLuint _index, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
4326 Set( void* cmd, GLuint _index, GLenum _pname, uint32 _pointer_shm_id, uint32 _pointer_shm_offset) argument
4373 Set(void* cmd, GLenum _target, GLenum _mode) argument
4414 Set( void* cmd, GLuint _buffer, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4461 Set( void* cmd, GLenum _cap, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4509 Set( void* cmd, GLuint _framebuffer, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4557 Set( void* cmd, GLuint _program, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4605 Set( void* cmd, GLuint _renderbuffer, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4652 Set( void* cmd, GLuint _shader, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4700 Set( void* cmd, GLuint _texture, uint32 _result_shm_id, uint32 _result_shm_offset) argument
4743 Set(void* cmd, GLfloat _width) argument
4777 Set(void* cmd, GLuint _program) argument
4812 Set(void* cmd, GLenum _pname, GLint _param) argument
4850 Set(void* cmd, GLfloat _factor, GLfloat _units) argument
4905 Set( void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type, uint32 _pixels_shm_id, uint32 _pixels_shm_offset, uint32 _result_shm_id, uint32 _result_shm_offset, GLboolean _async) argument
4975 Set(void* cmd) argument
5011 Set( void* cmd, GLenum _target, GLenum _internalformat, GLsizei _width, GLsizei _height) argument
5058 Set(void* cmd, GLclampf _value, GLboolean _invert) argument
5098 Set(void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
5150 Set( void* cmd, GLsizei _n, uint32 _shaders_shm_id, uint32 _shaders_shm_offset, GLenum _binaryformat, uint32 _binary_shm_id, uint32 _binary_shm_offset, GLsizei _length) argument
5213 Set( void* cmd, GLuint _shader, uint32 _data_shm_id, uint32 _data_shm_offset, uint32 _data_size) argument
5263 Set(void* cmd, GLuint _shader, uint32 _data_size) argument
5302 Set(void* cmd, GLuint _shader, uint32 _data_bucket_id) argument
5341 Set(void* cmd, GLenum _func, GLint _ref, GLuint _mask) argument
5384 Set(void* cmd, GLenum _face, GLenum _func, GLint _ref, GLuint _mask) argument
5427 Set(void* cmd, GLuint _mask) argument
5462 Set(void* cmd, GLenum _face, GLuint _mask) argument
5501 Set(void* cmd, GLenum _fail, GLenum _zfail, GLenum _zpass) argument
5544 Set( void* cmd, GLenum _face, GLenum _fail, GLenum _zfail, GLenum _zpass) argument
5600 Set( void* cmd, GLenum _target, GLint _level, GLint _internalformat, GLsizei _width, GLsizei _height, GLint _border, GLenum _format, GLenum _type, uint32 _pixels_shm_id, uint32 _pixels_shm_offset) argument
5679 Set( void* cmd, GLenum _target, GLint _level, GLint _internalformat, GLsizei _width, GLsizei _height, GLint _border, GLenum _format, GLenum _type) argument
5743 Set(void* cmd, GLenum _target, GLenum _pname, GLfloat _param) argument
5788 Set( void* cmd, GLenum _target, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
5843 Set(void* cmd, GLenum _target, GLenum _pname, const GLfloat* _params) argument
5883 Set(void* cmd, GLenum _target, GLenum _pname, GLint _param) argument
5928 Set( void* cmd, GLenum _target, GLenum _pname, uint32 _params_shm_id, uint32 _params_shm_offset) argument
5983 Set(void* cmd, GLenum _target, GLenum _pname, const GLint* _params) argument
6034 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type, uint32 _pixels_shm_id, uint32 _pixels_shm_offset, GLboolean _internal) argument
6118 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type, GLboolean _internal) argument
6184 Set(void* cmd, GLint _location, GLfloat _x) argument
6226 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
6281 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
6320 Set(void* cmd, GLint _location, GLint _x) argument
6362 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
6417 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
6457 Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y) argument
6502 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
6557 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
6597 Set(void* cmd, GLint _location, GLint _x, GLint _y) argument
6642 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
6697 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
6738 Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) argument
6786 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
6841 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
6882 Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z) argument
6930 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
6985 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
7027 Set( void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
7080 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
7135 Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) argument
7177 Set( void* cmd, GLint _location, GLint _x, GLint _y, GLint _z, GLint _w) argument
7229 Set( void* cmd, GLint _location, GLsizei _count, uint32 _v_shm_id, uint32 _v_shm_offset) argument
7284 Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) argument
7328 Set( void* cmd, GLint _location, GLsizei _count, GLboolean _transpose, uint32 _value_shm_id, uint32 _value_shm_offset) argument
7390 Set( void* cmd, GLint _location, GLsizei _count, GLboolean _transpose, const GLfloat* _value) argument
7439 Set( void* cmd, GLint _location, GLsizei _count, GLboolean _transpose, uint32 _value_shm_id, uint32 _value_shm_offset) argument
7501 Set( void* cmd, GLint _location, GLsizei _count, GLboolean _transpose, const GLfloat* _value) argument
7550 Set( void* cmd, GLint _location, GLsizei _count, GLboolean _transpose, uint32 _value_shm_id, uint32 _value_shm_offset) argument
7612 Set( void* cmd, GLint _location, GLsizei _count, GLboolean _transpose, const GLfloat* _value) argument
7655 Set(void* cmd, GLuint _program) argument
7689 Set(void* cmd, GLuint _program) argument
7724 Set(void* cmd, GLuint _indx, GLfloat _x) argument
7763 Set( void* cmd, GLuint _indx, uint32 _values_shm_id, uint32 _values_shm_offset) argument
7814 Set(void* cmd, GLuint _indx, const GLfloat* _values) argument
7851 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y) argument
7893 Set( void* cmd, GLuint _indx, uint32 _values_shm_id, uint32 _values_shm_offset) argument
7944 Set(void* cmd, GLuint _indx, const GLfloat* _values) argument
7982 Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) argument
8027 Set( void* cmd, GLuint _indx, uint32 _values_shm_id, uint32 _values_shm_offset) argument
8078 Set(void* cmd, GLuint _indx, const GLfloat* _values) argument
8117 Set( void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z, GLfloat _w) argument
8167 Set( void* cmd, GLuint _indx, uint32 _values_shm_id, uint32 _values_shm_offset) argument
8218 Set(void* cmd, GLuint _indx, const GLfloat* _values) argument
8260 Set( void* cmd, GLuint _indx, GLint _size, GLenum _type, GLboolean _normalized, GLsizei _stride, GLuint _offset) argument
8315 Set(void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height) argument
8370 Set( void* cmd, GLint _srcX0, GLint _srcY0, GLint _srcX1, GLint _srcY1, GLint _dstX0, GLint _dstY0, GLint _dstX1, GLint _dstY1, GLbitfield _mask, GLenum _filter) argument
8443 Set( void* cmd, GLenum _target, GLsizei _samples, GLenum _internalformat, GLsizei _width, GLsizei _height) argument
8500 Set( void* cmd, GLenum _target, GLenum _attachment, GLenum _textarget, GLuint _texture, GLint _level, GLsizei _samples) argument
8559 Set( void* cmd, GLenum _target, GLsizei _levels, GLenum _internalFormat, GLsizei _width, GLsizei _height) argument
8610 Set( void* cmd, GLsizei _n, uint32 _queries_shm_id, uint32 _queries_shm_offset) argument
8660 Set(void* cmd, GLsizei _n, GLuint* _queries) argument
8697 Set( void* cmd, GLsizei _n, uint32 _queries_shm_id, uint32 _queries_shm_offset) argument
8747 Set(void* cmd, GLsizei _n, const GLuint* _queries) argument
8787 Set( void* cmd, GLenum _target, GLuint _id, uint32 _sync_data_shm_id, uint32 _sync_data_shm_offset) argument
8834 Set(void* cmd, GLenum _target, GLuint _submit_count) argument
8871 Set(void* cmd, GLuint _bucket_id) argument
8905 Set(void* cmd, GLuint _bucket_id) argument
8938 Set(void* cmd) argument
8971 Set( void* cmd, GLsizei _n, uint32 _arrays_shm_id, uint32 _arrays_shm_offset) argument
9020 Set(void* cmd, GLsizei _n, GLuint* _arrays) argument
9057 Set( void* cmd, GLsizei _n, uint32 _arrays_shm_id, uint32 _arrays_shm_offset) argument
9106 Set(void* cmd, GLsizei _n, const GLuint* _arrays) argument
9145 Set( void* cmd, GLuint _array, uint32 _result_shm_id, uint32 _result_shm_offset) argument
9188 Set(void* cmd, GLuint _array) argument
9221 Set(void* cmd) argument
9261 Set( void* cmd, GLuint _buffer_id, GLsizei _count, GLenum _type, GLuint _offset, uint32 _result_shm_id, uint32 _result_shm_offset) argument
9321 Set( void* cmd, GLuint _namespace_id, GLuint _id_offset, GLsizei _n, uint32 _ids_shm_id, uint32 _ids_shm_offset) argument
9376 Set( void* cmd, GLuint _namespace_id, GLsizei _n, uint32 _ids_shm_id, uint32 _ids_shm_offset) argument
9427 Set( void* cmd, GLuint _namespace_id, GLsizei _n, uint32 _ids_shm_id, uint32 _ids_shm_offset) argument
9478 Set( void* cmd, GLuint _bucket_id, uint32 _result_shm_id, uint32 _result_shm_offset) argument
9523 Set(void* cmd, GLuint _width, GLuint _height, GLfloat _scale_factor) argument
9563 Set(void* cmd, uint32 _bucket_id) argument
9597 Set(void* cmd, uint32 _bucket_id) argument
9638 Set( void* cmd, uint32 _pnames_shm_id, uint32 _pnames_shm_offset, GLuint _count, uint32 _results_shm_id, uint32 _results_shm_offset, GLsizeiptr _size) argument
9700 Set(void* cmd, GLuint _program, uint32 _bucket_id) argument
9748 Set( void* cmd, GLuint _client_id, uint32 _result_shm_id, uint32 _result_shm_offset) argument
9791 Set(void* cmd, GLuint _texture) argument
9826 Set(void* cmd, GLuint _shader, uint32 _bucket_id) argument
9866 Set(void* cmd, GLint _x, GLint _y, GLint _width, GLint _height) argument
9915 Set( void* cmd, GLenum _target, GLsizei _width, GLsizei _height, GLuint _ioSurfaceId, GLuint _plane) argument
9971 Set( void* cmd, GLenum _target, GLenum _source_id, GLenum _dest_id, GLint _level, GLint _internalformat, GLenum _dest_type) argument
10028 Set( void* cmd, GLenum _mode, GLint _first, GLsizei _count, GLsizei _primcount) argument
10079 Set( void* cmd, GLenum _mode, GLsizei _count, GLenum _type, GLuint _index_offset, GLsizei _primcount) argument
10129 Set(void* cmd, GLuint _index, GLuint _divisor) argument
10168 Set(void* cmd, GLuint _bucket_id) argument
10205 Set( void* cmd, GLenum _target, uint32 _mailbox_shm_id, uint32 _mailbox_shm_offset) argument
10256 Set(void* cmd, GLenum _target, const GLbyte* _mailbox) argument
10294 Set( void* cmd, GLenum _target, uint32 _mailbox_shm_id, uint32 _mailbox_shm_offset) argument
10345 Set(void* cmd, GLenum _target, const GLbyte* _mailbox) argument
10386 Set( void* cmd, GLuint _program, GLint _location, uint32 _name_shm_id, uint32 _name_shm_offset, uint32 _data_size) argument
10441 Set( void* cmd, GLuint _program, GLint _location, const char* _name, uint32 _data_size) argument
10485 Set( void* cmd, GLuint _program, GLint _location, uint32 _name_bucket_id) argument
10528 Set(void* cmd, GLenum _target, GLint _imageId) argument
10566 Set(void* cmd, GLenum _target, GLint _imageId) argument
10603 Set(void* cmd, GLuint _bucket_id) argument
10636 Set(void* cmd) argument
10679 Set( void* cmd, GLenum _target, GLint _level, GLint _xoffset, GLint _yoffset, GLsizei _width, GLsizei _height, GLenum _format, GLenum _type, uint32 _data_shm_id, uint32 _data_shm_offset) argument
10758 Set( void* cmd, GLenum _target, GLint _level, GLint _internalformat, GLsizei _width, GLsizei _height, GLint _border, GLenum _format, GLenum _type, uint32 _pixels_shm_id, uint32 _pixels_shm_offset) argument
10825 Set(void* cmd, GLenum _target) argument
10864 Set( void* cmd, GLenum _target, GLsizei _count, uint32 _attachments_shm_id, uint32 _attachments_shm_offset) argument
10920 Set( void* cmd, GLenum _target, GLsizei _count, const GLenum* _attachments) argument
10960 Set(void* cmd, GLenum _current, GLenum _other) argument
10997 Set(void* cmd, GLuint _sync_point) argument
11033 Set( void* cmd, GLsizei _count, uint32 _bufs_shm_id, uint32 _bufs_shm_offset) argument
11083 Set(void* cmd, GLsizei _count, const GLenum* _bufs) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/valgrind/main/include/vki/
H A Dvki-linux.h1743 unsigned int duration; /* [o] time taken by cmd (unit: millisec) */
1912 unsigned char cmd[VKI_CDROM_PACKET_SIZE]; member in struct:vki_cdrom_generic_command

Completed in 1542 milliseconds

<<11121314151617181920>>