Searched refs:cmd (Results 1 - 25 of 1355) sorted by relevance

1234567891011>>

/external/curl/tests/libtest/
H A Dtest610.pl11 my $cmd = shift @ARGV;
13 if ($cmd eq "mkdir") {
16 elsif ($cmd eq "rmdir") {
19 elsif ($cmd eq "rm") {
22 elsif ($cmd eq "move") {
26 elsif ($cmd eq "gone") {
29 print "Unsupported command $cmd\n";
/external/autotest/client/site_tests/platform_CryptohomeChangePassword/
H A Dplatform_CryptohomeChangePassword.py17 def __run_cmd(self, cmd):
18 result = utils.system_output(cmd + ' 2>&1', retain_output=True,
27 cmd = ('/usr/sbin/cryptohome --action=obfuscate_user --user='
29 user_hash = self.__run_cmd(cmd).strip()
32 cmd = ('/usr/sbin/cryptohome --action=remove --force --user='
34 self.__run_cmd(cmd)
40 cmd = ('/usr/sbin/cryptohome --async --action=mount --user=' + test_user
42 self.__run_cmd(cmd)
47 cmd = ('/usr/sbin/cryptohome --action=is_mounted')
48 if (self.__run_cmd(cmd)
[all...]
/external/valgrind/coregrind/
H A Dlink_tool_exe_darwin.in141 my $cmd = "/usr/bin/ld";
143 $cmd = "$cmd -static";
149 $cmd = "$cmd -new_linker";
152 $cmd = "$cmd -arch $archstr";
153 $cmd = "$cmd -macosx_version_min 10.5";
154 $cmd
[all...]
/external/vboot_reference/utility/
H A Dtlcl_generator.c56 static void AddVisibleField(Command* cmd, const char* name, int offset) { argument
58 if (cmd->fields != NULL) {
61 fld->next = cmd->fields;
62 cmd->fields = fld;
71 static void AddInitializedField(Command* cmd, int offset, argument
74 fld->next = cmd->fields;
75 cmd->fields = fld;
86 Command* cmd = (Command*) calloc(1, sizeof(Command)); local
87 cmd->size = size;
88 AddInitializedField(cmd,
132 Command* cmd = newCommand(TPM_ORD_NV_DefineSpace, size); local
155 Command* cmd = newCommand(TPM_ORD_NV_WriteValue, 0); local
166 Command* cmd = newCommand(TPM_ORD_NV_ReadValue, size); local
175 Command* cmd = newCommand(TPM_ORD_PcrRead, size); local
183 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
193 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
203 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
215 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size); local
225 Command* cmd = newCommand(TPM_ORD_Startup, size); local
235 Command* cmd = newCommand(TPM_ORD_SaveState, size); local
242 Command* cmd = newCommand(TPM_ORD_Startup, size); local
252 Command* cmd = newCommand(TPM_ORD_SelfTestFull, size); local
259 Command* cmd = newCommand(TPM_ORD_ContinueSelfTest, size); local
266 Command* cmd = newCommand(TPM_ORD_ReadPubek, size); local
273 Command* cmd = newCommand(TPM_ORD_ForceClear, size); local
280 Command* cmd = newCommand(TPM_ORD_PhysicalEnable, size); local
287 Command* cmd = newCommand(TPM_ORD_PhysicalDisable, size); local
294 Command* cmd = newCommand(TPM_ORD_PhysicalSetDeactivated, size); local
302 Command* cmd = newCommand(TPM_ORD_Extend, size); local
315 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
334 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
353 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
371 Command* cmd = newCommand(TPM_ORD_GetCapability, size); local
386 Command* cmd = newCommand(TPM_ORD_GetRandom, size); local
408 OutputBytes_(Command* cmd, Field* fld) argument
455 OutputBytes(Command* cmd) argument
459 OutputFieldPointers(Command* cmd, Field* fld) argument
472 OutputCommands(Command* cmd) argument
523 FreeCommands(Command* cmd) argument
536 Command* cmd = builders[i](); local
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c106 uint32 cmd, // IN
116 header->id = cmd;
161 SVGA3dCmdDefineContext *cmd; local
163 cmd = SVGA3D_FIFOReserve(swc,
164 SVGA_3D_CMD_CONTEXT_DEFINE, sizeof *cmd, 0);
165 if(!cmd)
168 cmd->cid = swc->cid;
195 SVGA3dCmdDestroyContext *cmd; local
197 cmd = SVGA3D_FIFOReserve(swc,
198 SVGA_3D_CMD_CONTEXT_DESTROY, sizeof *cmd,
105 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs) argument
275 SVGA3dCmdDefineSurface *cmd; local
362 SVGA3dCmdDestroySurface *cmd; local
427 SVGA3dCmdSurfaceDMA *cmd; local
485 SVGA3dCmdSurfaceDMA *cmd; local
575 SVGA3dCmdSetRenderTarget *cmd; local
634 SVGA3dCmdDefineShader *cmd; local
678 SVGA3dCmdDestroyShader *cmd; local
725 SVGA3dCmdSetShaderConst *cmd; local
792 SVGA3dCmdSetShaderConst *cmd; local
842 SVGA3dCmdSetShader *cmd; local
893 SVGA3dCmdClear *cmd; local
990 SVGA3dCmdDrawPrimitives *cmd; local
1047 SVGA3dCmdSurfaceCopy *cmd; local
1091 SVGA3dCmdSurfaceStretchBlt *cmd; local
1132 SVGA3dCmdSetViewport *cmd; local
1171 SVGA3dCmdSetScissorRect *cmd; local
1208 SVGA3dCmdSetClipPlane *cmd; local
1249 SVGA3dCmdSetZRange *cmd; local
1296 SVGA3dCmdSetTextureState *cmd; local
1342 SVGA3dCmdSetRenderState *cmd; local
1378 SVGA3dCmdBeginQuery *cmd; local
1417 SVGA3dCmdEndQuery *cmd; local
1464 SVGA3dCmdWaitForQuery *cmd; local
[all...]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c41 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) argument
43 switch((*cmd).identity.type) {
99 _debug_printf("\t\t.identity.type = %i\n", (*cmd).identity.type);
102 switch((*cmd).identity.method) {
125 _debug_printf("\t\t.identity.method = %i\n", (*cmd).identity.method);
128 switch((*cmd).identity.usage) {
175 _debug_printf("\t\t.identity.usage = %i\n", (*cmd).identity.usage);
178 _debug_printf("\t\t.identity.usageIndex = %u\n", (*cmd).identity.usageIndex);
179 _debug_printf("\t\t.array.surfaceId = %u\n", (*cmd).array.surfaceId);
180 _debug_printf("\t\t.array.offset = %u\n", (*cmd)
187 dump_SVGA3dTextureState(const SVGA3dTextureState *cmd) argument
293 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) argument
307 dump_SVGA3dCmdSetClipPlane(const SVGA3dCmdSetClipPlane *cmd) argument
318 dump_SVGA3dCmdWaitForQuery(const SVGA3dCmdWaitForQuery *cmd) argument
337 dump_SVGA3dCmdSetRenderTarget(const SVGA3dCmdSetRenderTarget *cmd) argument
357 dump_SVGA3dCmdSetTextureState(const SVGA3dCmdSetTextureState *cmd) argument
363 dump_SVGA3dCmdSurfaceCopy(const SVGA3dCmdSurfaceCopy *cmd) argument
374 dump_SVGA3dCmdSetMaterial(const SVGA3dCmdSetMaterial *cmd) argument
420 dump_SVGA3dCmdSetLightData(const SVGA3dCmdSetLightData *cmd) argument
478 dump_SVGA3dCmdSetViewport(const SVGA3dCmdSetViewport *cmd) argument
488 dump_SVGA3dCmdSetScissorRect(const SVGA3dCmdSetScissorRect *cmd) argument
498 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd) argument
509 dump_SVGA3dCmdSetShader(const SVGA3dCmdSetShader *cmd) argument
530 dump_SVGA3dCmdEndQuery(const SVGA3dCmdEndQuery *cmd) argument
549 dump_SVGA3dSize(const SVGA3dSize *cmd) argument
557 dump_SVGA3dCmdDestroySurface(const SVGA3dCmdDestroySurface *cmd) argument
563 dump_SVGA3dCmdDefineContext(const SVGA3dCmdDefineContext *cmd) argument
569 dump_SVGA3dRect(const SVGA3dRect *cmd) argument
578 dump_SVGA3dCmdBeginQuery(const SVGA3dCmdBeginQuery *cmd) argument
595 dump_SVGA3dRenderState(const SVGA3dRenderState *cmd) argument
901 dump_SVGA3dVertexDivisor(const SVGA3dVertexDivisor *cmd) argument
910 dump_SVGA3dCmdDefineShader(const SVGA3dCmdDefineShader *cmd) argument
931 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst *cmd, uint32 numConsts) argument
1005 dump_SVGA3dCmdSetZRange(const SVGA3dCmdSetZRange *cmd) argument
1013 dump_SVGA3dCmdDrawPrimitives(const SVGA3dCmdDrawPrimitives *cmd) argument
1021 dump_SVGA3dCmdSetLightEnabled(const SVGA3dCmdSetLightEnabled *cmd) argument
1029 dump_SVGA3dPrimitiveRange(const SVGA3dPrimitiveRange *cmd) argument
1069 dump_SVGA3dCmdPresent(const SVGA3dCmdPresent *cmd) argument
1075 dump_SVGA3dCmdSetRenderState(const SVGA3dCmdSetRenderState *cmd) argument
1081 dump_SVGA3dCmdSurfaceStretchBlt(const SVGA3dCmdSurfaceStretchBlt *cmd) argument
1118 dump_SVGA3dCmdSurfaceDMA(const SVGA3dCmdSurfaceDMA *cmd) argument
1140 dump_SVGA3dCmdSurfaceDMASuffix(const SVGA3dCmdSurfaceDMASuffix *cmd) argument
1149 dump_SVGA3dCmdSetTransform(const SVGA3dCmdSetTransform *cmd) argument
1224 dump_SVGA3dCmdDestroyShader(const SVGA3dCmdDestroyShader *cmd) argument
1245 dump_SVGA3dCmdDestroyContext(const SVGA3dCmdDestroyContext *cmd) argument
1251 dump_SVGA3dCmdClear(const SVGA3dCmdClear *cmd) argument
1274 dump_SVGA3dCmdDefineSurface(const SVGA3dCmdDefineSurface *cmd) argument
1455 dump_SVGASignedRect(const SVGASignedRect *cmd) argument
1464 dump_SVGA3dCmdBlitSurfaceToScreen(const SVGA3dCmdBlitSurfaceToScreen *cmd) argument
1491 const SVGA3dCmdDefineSurface *cmd = (const SVGA3dCmdDefineSurface *)body; local
1503 const SVGA3dCmdDestroySurface *cmd = (const SVGA3dCmdDestroySurface *)body; local
1511 const SVGA3dCmdSurfaceCopy *cmd = (const SVGA3dCmdSurfaceCopy *)body; local
1523 const SVGA3dCmdSurfaceStretchBlt *cmd = (const SVGA3dCmdSurfaceStretchBlt *)body; local
1531 const SVGA3dCmdSurfaceDMA *cmd = (const SVGA3dCmdSurfaceDMA *)body; local
1547 const SVGA3dCmdDefineContext *cmd = (const SVGA3dCmdDefineContext *)body; local
1555 const SVGA3dCmdDestroyContext *cmd = (const SVGA3dCmdDestroyContext *)body; local
1563 const SVGA3dCmdSetTransform *cmd = (const SVGA3dCmdSetTransform *)body; local
1571 const SVGA3dCmdSetZRange *cmd = (const SVGA3dCmdSetZRange *)body; local
1579 const SVGA3dCmdSetRenderState *cmd = (const SVGA3dCmdSetRenderState *)body; local
1591 const SVGA3dCmdSetRenderTarget *cmd = (const SVGA3dCmdSetRenderTarget *)body; local
1599 const SVGA3dCmdSetTextureState *cmd = (const SVGA3dCmdSetTextureState *)body; local
1611 const SVGA3dCmdSetMaterial *cmd = (const SVGA3dCmdSetMaterial *)body; local
1619 const SVGA3dCmdSetLightData *cmd = (const SVGA3dCmdSetLightData *)body; local
1627 const SVGA3dCmdSetLightEnabled *cmd = (const SVGA3dCmdSetLightEnabled *)body; local
1635 const SVGA3dCmdSetViewport *cmd = (const SVGA3dCmdSetViewport *)body; local
1643 const SVGA3dCmdSetClipPlane *cmd = (const SVGA3dCmdSetClipPlane *)body; local
1651 const SVGA3dCmdClear *cmd = (const SVGA3dCmdClear *)body; local
1663 const SVGA3dCmdPresent *cmd = (const SVGA3dCmdPresent *)body; local
1675 const SVGA3dCmdDefineShader *cmd = (const SVGA3dCmdDefineShader *)body; local
1687 const SVGA3dCmdDestroyShader *cmd = (const SVGA3dCmdDestroyShader *)body; local
1695 const SVGA3dCmdSetShader *cmd = (const SVGA3dCmdSetShader *)body; local
1703 const SVGA3dCmdSetShaderConst *cmd = (const SVGA3dCmdSetShaderConst *)body; local
1712 const SVGA3dCmdDrawPrimitives *cmd = (const SVGA3dCmdDrawPrimitives *)body; local
1733 const SVGA3dCmdSetScissorRect *cmd = (const SVGA3dCmdSetScissorRect *)body; local
1741 const SVGA3dCmdBeginQuery *cmd = (const SVGA3dCmdBeginQuery *)body; local
1749 const SVGA3dCmdEndQuery *cmd = (const SVGA3dCmdEndQuery *)body; local
1757 const SVGA3dCmdWaitForQuery *cmd = (const SVGA3dCmdWaitForQuery *)body; local
1765 const SVGA3dCmdBlitSurfaceToScreen *cmd = (const SVGA3dCmdBlitSurfaceToScreen *)body; local
[all...]
/external/clang/test/Analysis/
H A Drdar-6541136-region.c11 struct load_wine *cmd = (void*) &wonky[1]; local
12 cmd = cmd;
23 struct load_wine *cmd = (void*) &wonky[1]; local
24 cmd = cmd;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedPublish.sh35 cmd="$JAVA_HOME/bin/java -debug -Dant.home=$ANT_HOME -Dant.library.dir=$JAVA_HOME/lib -classpath $CLASSPATH org.apache.tools.ant.launch.Launcher"
36 cmd=$cmd" -buildfile feedPublish.xml -propertyfile ../properties/feedPublish.$projectName.properties"
37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
38 cmd=$cmd" -DdependencyURLs=$dependencyURLs -Ddebug=$debug";
39 echo ""; echo $cmd | sed -e "s/ \-/# \-/g" -e "s/.jar:/.jar# :/g" | tr "#" "\n"; echo "";
40 $cmd;
/external/iproute2/tipc/
H A Dbearer.h19 int cmd_bearer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl, void *data);
H A Dcmdl.h25 struct cmd { struct
26 const char *cmd; member in struct:cmd
27 int (*func)(struct nlmsghdr *nlh, const struct cmd *cmd,
41 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller,
42 const struct cmd *cmds, struct cmdl *cmdl, void *data);
44 const struct cmd *find_cmd(const struct cmd *cmds, char *str);
H A Dlink.h17 int cmd_link(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
H A Dmedia.h17 int cmd_media(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
H A Dnametable.h18 int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
H A Dnode.h17 int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
H A Dpeer.h17 int cmd_peer(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
H A Dsocket.h18 int cmd_socket(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
/external/autotest/client/cros/faft/utils/
H A Dshell_wrapper.py22 def _run_command(self, cmd, block=True):
29 self._os_if.log('Executing %s' % cmd)
30 process = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE,
36 def run_command(self, cmd, block=True):
45 process = self._run_command(cmd, block)
47 err = ['Failed running: %s' % cmd]
55 (cmd, process.returncode))
57 def run_command_get_status(self, cmd):
62 process = self._run_command(cmd)
65 def run_command_get_output(self, cmd)
[all...]
/external/libcxx/test/libcxx/android/
H A Dadb.py5 def __init__(self, cmd, out, err, exit_code):
7 self.cmd = cmd
14 cmd = ['adb', 'shell', 'mkdir', path]
15 out, err, exit_code = lit.util.executeCommand(cmd)
17 raise AdbError(cmd, out, err, exit_code)
21 cmd = ['adb', 'push', src, dst]
22 out, err, exit_code = lit.util.executeCommand(cmd)
24 raise AdbError(cmd, out, err, exit_code)
/external/toybox/toys/pending/
H A Dsh.c204 struct command *cmd; member in struct:pipeline
213 static char *parse_word(char *start, struct command **cmd) argument
223 (*cmd)->argv[(*cmd)->argc++] = xstrndup(start, end-start);
227 if (!((*cmd)->argc & 7))
228 *cmd=xrealloc(*cmd,
229 sizeof(struct command) + ((*cmd)->argc+8)*sizeof(char *));
230 (*cmd)->argv[(*cmd)
239 struct command **cmd = &(line->cmd); local
286 struct command *cmd = line->cmd; local
325 struct command *cmd=(struct command *)data; local
[all...]
/external/toybox/toys/other/
H A Dvconfig.c35 char *cmd; local
40 cmd = toys.optargs[0];
42 if (!strcmp(cmd, "set_name_type")) {
50 error_exit("%s: unknown '%s'", cmd, toys.optargs[1]);
54 request.cmd = SET_VLAN_NAME_TYPE_CMD;
62 if (!strcmp(cmd, "add")) {
63 request.cmd = ADD_VLAN_CMD;
67 } else if (!strcmp(cmd, "rem")) request.cmd = DEL_VLAN_CMD;
68 else if (!strcmp(cmd, "set_fla
[all...]
/external/autotest/client/cros/
H A Dupstart.py16 cmd = 'initctl status %s | grep start/running' % service_name
17 utils.system(cmd)
/external/libpcap/
H A Dpcap-netfilter-linux-android.c20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family) argument
24 return nflog_send_config_cmd(&handle, group_id, cmd, family);
H A Dpcap-netfilter-linux-android.h21 int android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family);
/external/autotest/client/virt/tests/
H A Dwhql_client_install.py62 cmd = "echo %computername%"
63 server_name = server_session.cmd_output(cmd).strip()
64 client_name = session.cmd_output(cmd).strip()
65 cmd = "wmic computersystem get domain"
66 server_workgroup = server_session.cmd_output(cmd).strip()
69 cmd = "reg query %s /v Domain" % regkey
70 o = server_session.cmd_output(cmd).strip().splitlines()[-1]
77 server_session.cmd("cd %s" % server_studio_path)
78 cmd = "%s %s %s" % (os.path.basename(dsso_delete_machine_binary),
80 server_session.cmd(cm
[all...]
/external/strace/
H A Dmembarrier.c35 int cmd = tcp->u_arg[0], flags = tcp->u_arg[1]; local
37 printxval(membarrier_cmds, cmd, "MEMBARRIER_CMD_???");
40 return cmd ? RVAL_DECODED : 0;

Completed in 1187 milliseconds

1234567891011>>