HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 276 - 300 of 1177) sorted by null

<<11121314151617181920>>

  /external/gtest/test/
gtest_env_var_test.py 77 cmd = command
79 cmd += ' %s' % (flag,)
80 stdin, stdout = os.popen2(cmd, 'b')
  /external/llvm/utils/lit/lit/
TestFormats.py 88 cmd = [testPath, '--gtest_filter=' + testName]
90 cmd = litConfig.valgrindArgs + cmd
93 cmd, env=test.config.environment)
195 cmd = list(self.command)
203 cmd.append(tmp.name)
205 cmd.append(test.source_path)
207 cmd.append(test.getSourcePath())
209 out, err, exitCode = TestRunner.executeCommand(cmd)
217 for a in cmd])
    [all...]
  /external/openssl/crypto/asn1/
bio_asn1.c 117 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
120 static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
365 static long asn1_bio_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
368 return BIO_callback_ctrl(b->next_bio,cmd,fp);
371 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2)
379 switch(cmd)
435 return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
447 return BIO_ctrl(b->next_bio, cmd, arg1, arg2);
454 static int asn1_bio_set_ex(BIO *b, int cmd,
460 return BIO_ctrl(b, cmd, 0, &extmp)
    [all...]
  /external/quake/quake/src/WinQuake/
keys.cpp 161 const char *cmd; local
180 cmd = Cmd_CompleteCommand (key_lines[edit_line]+1);
181 if (!cmd)
182 cmd = Cvar_CompleteVariable (key_lines[edit_line]+1);
183 if (cmd)
185 Q_strcpy (key_lines[edit_line]+1, cmd);
186 key_linepos = Q_strlen(cmd)+1;
460 char cmd[1024]; local
486 cmd[0] = 0; // start out with a null string
490 strcat (cmd, " ");
602 char cmd[1024]; local
    [all...]
  /frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp 135 void printSyntax(const char *cmd);
172 char cmd[MAXCMD]; local
283 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
284 if (rv >= (signed) sizeof(cmd) - 1) {
288 testExecCmd(cmd);
402 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_START_FRAMEWORK);
403 if (rv >= (signed) sizeof(cmd) - 1) {
407 testExecCmd(cmd);
    [all...]
  /system/core/fastboot/
engine.c 71 char cmd[64]; member in struct:Action
107 cmdsize = vsnprintf(a->cmd, sizeof(a->cmd), fmt, ap);
110 if (cmdsize >= sizeof(a->cmd)) {
112 die("Command length (%d) exceeds maximum size (%d)", cmdsize, sizeof(a->cmd));
208 fprintf(stderr,"Device %s is '%s'.\n", a->cmd + 7, resp);
244 fprintf(stderr, "%s FAILED (%s)\n", a->cmd, resp);
263 fprintf(stderr, "%s FAILED (%s)\n", a->cmd, resp);
292 void fb_queue_command(const char *cmd, const char *msg)
294 Action *a = queue_action(OP_COMMAND, cmd);
    [all...]
  /external/dropbear/
chansession.h 42 unsigned char * cmd; /* command to exec */ member in struct:ChanSess
  /external/elfutils/libelf/
elf_next.c 52 return elf->cmd;
  /external/kernel-headers/original/linux/
loop.h 37 int (*transfer)(struct loop_device *, int cmd,
48 int (*ioctl)(struct loop_device *, int cmd,
135 int (*transfer)(struct loop_device *lo, int cmd,
142 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg);
  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.h 144 * \param[in] cmd cmd to be sent to the Admin gate of the
159 uint8_t cmd,
  /external/openssl/crypto/bio/
bio_cb.c 66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
75 if (BIO_CB_RETURN & cmd)
81 switch (cmd)
131 BIO_snprintf(p,p_maxlen,"bio callback - unknown type (%d)\n",cmd);
  /external/oprofile/gui/
oprof_start_util.h 35 int do_exec_command(std::string const & cmd, std::vector<std::string> const & args = std::vector<std::string>());
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 62 char cmd[20]; local
68 snprintf(cmd, sizeof(cmd), "BSS %d", index++);
73 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 62 char cmd[20]; local
68 snprintf(cmd, sizeof(cmd), "BSS %d", index++);
73 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
  /frameworks/base/tools/localize/
Perforce.h 12 static int RunCommand(const string& cmd, string* result, bool printOnFailure);
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.h 33 extern void dhd_cmd_usage(cmd_t *cmd);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.h 33 extern void dhd_cmd_usage(cmd_t *cmd);
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
message_queue.h 40 unsigned int cmd; member in struct:video_msgq
  /hardware/qcom/media/mm-video/vidc/venc/inc/
queue.h 40 unsigned int cmd; member in struct:video_msgq
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipmi.h 167 unsigned char cmd; member in struct:ipmi_msg
175 unsigned char cmd; member in struct:kernel_ipmi_msg
361 unsigned char cmd; member in struct:ipmi_cmdspec
367 * - EBUSY - The netfn/cmd supplied was already in use.
375 * - ENOENT - The netfn/cmd was not found registered for this user.
390 unsigned int cmd; member in struct:ipmi_cmdspec_chans
397 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
403 * Unregister some netfn/cmd/chans. error values:
405 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netrom/
netrom.h 80 unsigned int cmd; member in struct:nr_ctl_struct
  /system/netd/
SecondaryTableController.h 44 int runAndFree(SocketClient *cli, char *cmd);
SoftapController.h 36 int addParam(int pos, const char *cmd, const char *arg);
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 36 static int wpa_priv_reg_cmd(struct wpa_driver_privsep_data *drv, int cmd)
40 res = sendto(drv->priv_socket, &cmd, sizeof(cmd), 0,
49 static int wpa_priv_cmd(struct wpa_driver_privsep_data *drv, int cmd,
56 io[0].iov_base = &cmd;
57 io[0].iov_len = sizeof(cmd);
96 "for reply (cmd=%d)", cmd);
200 struct privsep_cmd_set_key cmd; local
205 os_memset(&cmd, 0, sizeof(cmd))
    [all...]
  /external/wpa_supplicant/
ctrl_iface.c 37 char *cmd)
42 value = os_strchr(cmd, ' ');
47 wpa_printf(MSG_DEBUG, "CTRL_IFACE SET '%s'='%s'", cmd, value);
48 if (os_strcasecmp(cmd, "EAPOL::heldPeriod") == 0) {
51 } else if (os_strcasecmp(cmd, "EAPOL::authPeriod") == 0) {
54 } else if (os_strcasecmp(cmd, "EAPOL::startPeriod") == 0) {
57 } else if (os_strcasecmp(cmd, "EAPOL::maxStart") == 0) {
60 } else if (os_strcasecmp(cmd, "dot11RSNAConfigPMKLifetime") == 0) {
64 } else if (os_strcasecmp(cmd, "dot11RSNAConfigPMKReauthThreshold") ==
69 } else if (os_strcasecmp(cmd, "dot11RSNAConfigSATimeout") == 0)
    [all...]

Completed in 4092 milliseconds

<<11121314151617181920>>