HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 51 - 75 of 5756) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/perfetto/gn/standalone/
build_tool_wrapper.py 26 cmd = sys.argv[1:]
27 if not os.path.exists(cmd[0]):
28 print >> sys.stderr, 'Cannot find ' + cmd[0]
30 os.execv(cmd[0], cmd)
  /device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
Ecc 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
GenDepex 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
GenFds 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
TargetTool 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
build 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
  /device/linaro/bootloader/edk2/BaseTools/BinWrappers/PosixLike/
BPDG 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
Ecc 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
GenFds 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
GenPatchPcdTable 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
PatchPcdValue 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
Pkcs7Sign 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
Rsa2048Sha256Sign 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
TargetTool 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
UPT 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
build 11 cmd=${full_cmd##*/}
14 exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py" "$@"
  /external/clang/test/Analysis/
rdar-6541136-region.c 11 struct load_wine *cmd = (void*) &wonky[1]; local
12 cmd = cmd;
23 struct load_wine *cmd = (void*) &wonky[1]; local
24 cmd = cmd;
  /external/syslinux/gpxe/src/include/
cmdlinelib.h 66 void cmdl_setputchar(cmd_line* cmd, cmdl_putchar_t in);
67 void cmdl_setgetchar(cmd_line* cmd, cmdl_getchar_t in);
68 void cmdl_setprintf(cmd_line* cmd, cmdl_printf_t in);
70 //void cmdl_builtin_help(cmd_line* cmd, char* command);
72 void cmdl_parsechar(cmd_line* cmd, char in);
74 void cmdl_addreplace(cmd_line* cmd, char in);
75 void cmdl_addinsert(cmd_line* cmd, char in);
76 void cmdl_enterloop(cmd_line* cmd);
77 void cmdl_exec(cmd_line* cmd);
78 void cmdl_setexit(cmd_line* cmd, int exit)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 109 uint32 cmd, // IN
119 header->id = cmd;
122 swc->last_command = cmd;
166 SVGA3dCmdDefineContext *cmd; local
168 cmd = SVGA3D_FIFOReserve(swc,
169 SVGA_3D_CMD_CONTEXT_DEFINE, sizeof *cmd, 0);
170 if (!cmd)
173 cmd->cid = swc->cid;
200 SVGA3dCmdDestroyContext *cmd; local
202 cmd = SVGA3D_FIFOReserve(swc
280 SVGA3dCmdDefineSurface *cmd; local
368 SVGA3dCmdDestroySurface *cmd; local
434 SVGA3dCmdSurfaceDMA *cmd; local
494 SVGA3dCmdSurfaceDMA *cmd; local
588 SVGA3dCmdSetRenderTarget *cmd; local
639 SVGA3dCmdDefineShader *cmd; local
683 SVGA3dCmdDestroyShader *cmd; local
730 SVGA3dCmdSetShaderConst *cmd; local
797 SVGA3dCmdSetShaderConst *cmd; local
847 SVGA3dCmdSetShader *cmd; local
900 SVGA3dCmdClear *cmd; local
997 SVGA3dCmdDrawPrimitives *cmd; local
1056 SVGA3dCmdSurfaceCopy *cmd; local
1100 SVGA3dCmdSurfaceStretchBlt *cmd; local
1141 SVGA3dCmdSetViewport *cmd; local
1180 SVGA3dCmdSetScissorRect *cmd; local
1217 SVGA3dCmdSetClipPlane *cmd; local
1258 SVGA3dCmdSetZRange *cmd; local
1305 SVGA3dCmdSetTextureState *cmd; local
1351 SVGA3dCmdSetRenderState *cmd; local
1387 SVGA3dCmdBeginGBQuery *cmd; local
1425 SVGA3dCmdBeginQuery *cmd; local
1467 SVGA3dCmdEndGBQuery *cmd; local
1509 SVGA3dCmdEndQuery *cmd; local
1554 SVGA3dCmdWaitForGBQuery *cmd; local
1601 SVGA3dCmdWaitForQuery *cmd; local
1629 SVGA3dCmdBindGBShader *cmd = local
1652 SVGA3dCmdSetShader *cmd; local
1682 SVGA3dCmdBindGBSurface *cmd = local
1711 SVGA3dCmdUpdateGBImage *cmd = local
1741 SVGA3dCmdUpdateGBSurface *cmd = local
1769 SVGA3dCmdReadbackGBImage *cmd = local
1798 SVGA3dCmdReadbackGBSurface *cmd = local
1824 SVGA3dCmdReadbackGBImagePartial *cmd = local
1853 SVGA3dCmdInvalidateGBImagePartial *cmd = local
1877 SVGA3dCmdInvalidateGBSurface *cmd = local
1900 SVGA3dCmdSetGBShaderConstInline *cmd; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/emmc/
emmc.c 29 emmc_cmd_t cmd; local
33 zeromem(&cmd, sizeof(emmc_cmd_t));
34 cmd.cmd_idx = EMMC_CMD13;
35 cmd.cmd_arg = EMMC_FIX_RCA << RCA_SHIFT_OFFSET;
36 cmd.resp_type = EMMC_RESPONSE_R1;
37 ret = ops->send_cmd(&cmd);
39 assert((cmd.resp_data[0] & STATUS_SWITCH_ERROR) == 0);
42 } while ((cmd.resp_data[0] & STATUS_READY_FOR_DATA) == 0);
43 return EMMC_GET_STATE(cmd.resp_data[0]);
48 emmc_cmd_t cmd; local
81 emmc_cmd_t cmd; local
148 emmc_cmd_t cmd; local
206 emmc_cmd_t cmd; local
265 emmc_cmd_t cmd; local
    [all...]
  /build/kati/testcase/
silent_multiline.mk 1 define cmd macro
8 @$(call cmd)
12 $(call cmd)
13 @$(call cmd)
  /external/iproute2/tipc/
link.h 17 int cmd_link(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
media.h 17 int cmd_media(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
nametable.h 18 int cmd_nametable(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,
node.h 17 int cmd_node(struct nlmsghdr *nlh, const struct cmd *cmd, struct cmdl *cmdl,

Completed in 838 milliseconds

1 23 4 5 6 7 8 91011>>