Searched defs:cmd (Results 26 - 50 of 514) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/
H A Dcontent_setting_bubble_model_unittest.cc101 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
102 AutoReset<CommandLine> auto_reset(cmd, *cmd);
103 cmd->AppendSwitch(switches::kEnableResourceContentSettings);
104 cmd->AppendSwitch(switches::kEnableClickToPlay);
/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings_unittest.cc69 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
70 base::AutoReset<CommandLine> auto_reset(cmd, *cmd);
71 cmd->AppendSwitch(switches::kOnlyBlockSettingThirdPartyCookies);
H A Dhost_content_settings_map_unittest.cc720 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
721 base::AutoReset<CommandLine> auto_reset(cmd, *cmd);
722 cmd->AppendSwitch(switches::kEnableResourceContentSettings);
765 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
766 base::AutoReset<CommandLine> auto_reset(cmd, *cmd);
767 cmd->AppendSwitch(switches::kEnableResourceContentSettings);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h96 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \
98 (rmesa)->hw.ATOM.cmd[__index] = __dword; \
103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
115 tmp = atom->cmd;
116 atom->cmd = atom->lastcmd;
138 drm_radeon_cmd_header_t cmd; local
140 cmd.i = 0;
141 cmd.header.cmd_type = cmd_type;
143 return (uint32_t)cmd
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
121 tmp = atom->cmd;
122 atom->cmd = atom->lastcmd;
151 drm_radeon_cmd_header_t cmd; local
153 cmd.i = 0;
154 cmd.header.cmd_type = cmd_type;
156 return (uint32_t)cmd.i;
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
98 switch (cmd)
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c61 char *cmd = &argv[0][1]; local
63 if (yasm__strncasecmp(cmd, options[i].opt, len) == 0) {
81 if (!options[i].handler(cmd, param, options[i].extra))
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c29 struct H cmd = { 4, 412 }; local
/external/elfutils/tests/
H A Dsaridx.c100 Elf_Cmd cmd; local
132 cmd = ELF_C_READ;
133 elf = elf_begin (fd, cmd, NULL);
155 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
233 cmd = elf_next (subelf);
/external/iproute2/ip/
H A Dtunnel.c84 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p) argument
90 if (cmd == SIOCCHGTUNNEL && name[0])
96 err = ioctl(fd, cmd, &ifr);
125 static int tnl_gen_ioctl(int cmd, const char *name, argument
135 err = ioctl(fd, cmd, &ifr);
138 cmd, strerror(errno));
143 int tnl_prl_ioctl(int cmd, const char *name, void *p) argument
145 return tnl_gen_ioctl(cmd, name, p, -1);
148 int tnl_6rd_ioctl(int cmd, const char *name, void *p) argument
150 return tnl_gen_ioctl(cmd, nam
[all...]
/external/javassist/sample/evolve/
H A DDemoServer.java47 public void doReply(InputStream in, OutputStream out, String cmd) argument
50 if (cmd.startsWith("GET /java.html ")) {
54 else if (cmd.startsWith("GET /update.html ")) {
72 super.doReply(in, out, cmd);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dproc-llist.h36 char *cmd; // command run by user member in struct:_lnode
/external/libppp/src/
H A Dcommand.h38 struct cmdtab const *cmd; /* This command entry */ member in struct:cmdargs
39 int argc; /* Number of arguments (excluding cmd */
/external/marisa-trie/tools/
H A Dmarisa-lookup.cc13 void print_help(const char *cmd) { argument
14 std::cerr << "Usage: " << cmd << " [OPTION]... DIC\n\n"
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-lookup.cc13 void print_help(const char *cmd) { argument
14 std::cerr << "Usage: " << cmd << " [OPTION]... DIC\n\n"
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.h96 if (__dword != (rmesa)->hw.ATOM.cmd[__index]) { \
98 (rmesa)->hw.ATOM.cmd[__index] = __dword; \
103 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
110 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
115 tmp = atom->cmd;
116 atom->cmd = atom->lastcmd;
138 drm_radeon_cmd_header_t cmd; local
140 cmd.i = 0;
141 cmd.header.cmd_type = cmd_type;
143 return (uint32_t)cmd
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.h110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
121 tmp = atom->cmd;
122 atom->cmd = atom->lastcmd;
151 drm_radeon_cmd_header_t cmd; local
153 cmd.i = 0;
154 cmd.header.cmd_type = cmd_type;
156 return (uint32_t)cmd.i;
/external/openssl/crypto/x509/
H A Dby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
98 switch (cmd)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwifi_display.c191 int wifi_display_subelem_set(struct wpa_global *global, char *cmd) argument
198 pos = os_strchr(cmd, ' ');
202 subelem = atoi(cmd);
235 int wifi_display_subelem_get(struct wpa_global *global, char *cmd, argument
240 subelem = atoi(cmd);
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c180 ** cmd - the fields of the device class to update.
190 BOOLEAN utl_set_device_class(tBTA_UTL_COD *p_cod, UINT8 cmd) argument
202 switch(cmd)
/external/bluetooth/bluedroid/btif/co/
H A Dbta_gatts_co.c63 static BOOLEAN btif_gatts_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd, argument
74 switch (cmd)
212 ** informaiton. The request consists of the cmd and p_req and the
215 ** Parameter cmd - request command
224 BOOLEAN bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd, argument
/external/chromium/chrome/browser/content_settings/
H A Dhost_content_settings_map_unittest.cc64 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
65 AutoReset<CommandLine> auto_reset(cmd, *cmd);
66 cmd->AppendSwitch(switches::kEnableClickToPlay);
492 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
493 AutoReset<CommandLine> auto_reset(cmd, *cmd);
494 cmd->AppendSwitch(switches::kEnableResourceContentSettings);
576 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
577 AutoReset<CommandLine> auto_reset(cmd, *cm
626 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
662 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmerge_session_load_page.cc114 void MergeSessionLoadPage::CommandReceived(const std::string& cmd) { argument
115 std::string command(cmd);
123 DVLOG(1) << "Unknown command:" << cmd;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_unittest.cc430 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
431 base::AutoReset<CommandLine> auto_reset(cmd, *cmd);
432 cmd->AppendSwitch(switches::kEnableResourceContentSettings);
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbf_null.c71 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
74 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
135 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) argument
140 switch(cmd)
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
156 static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
161 switch (cmd)
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);

Completed in 3137 milliseconds

1234567891011>>