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

1 2 3 4 5 6 7 891011>>

  /external/skia/infra/bots/recipes/
bundle_recipes.py 25 cmd=['git', 'init'])
27 cmd=['git', 'add', '.'])
29 cmd=['git', 'commit', '-m', 'commit recipes'])
31 cmd=['python', recipes_py, 'bundle',
  /external/skqp/infra/bots/recipes/
bundle_recipes.py 25 cmd=['git', 'init'])
27 cmd=['git', 'add', '.'])
29 cmd=['git', 'commit', '-m', 'commit recipes'])
31 cmd=['python', recipes_py, 'bundle',
  /external/webrtc/webrtc/build/
merge_libs.py 64 cmd = 'ar crs'
67 cmd = 'libtool -static -v -o '
70 cmd = 'lib /OUT:'
76 cmd = ' '.join(['find', search_path, '-name "' + pattern + '"' +
79 ' -exec', cmd, output_lib, '{} +'])
81 cmd = ' '.join([cmd + output_lib] + FindFiles(search_path, pattern))
82 print cmd
83 subprocess.check_call(cmd, shell=True)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
baycom.h 22 int cmd; member in struct:baycom_ioctl
  /prebuilts/go/darwin-x86/src/
make.rc 75 echo 'Building Go cmd/dist using '^$GOROOT_BOOTSTRAP
77 echo cmd/dist
78 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
80 eval `{./cmd/dist/dist env -9}
88 cp cmd/dist/dist $2
89 mv cmd/dist/dist $GOTOOLDIR/dist
99 # Bootstrap installs a proper cmd/dist, built with the new toolchain.
101 ./cmd/dist/dist bootstrap $vflag $buildall $*
102 rm -f ./cmd/dist/dis
    [all...]
  /prebuilts/go/linux-x86/src/
make.rc 75 echo 'Building Go cmd/dist using '^$GOROOT_BOOTSTRAP
77 echo cmd/dist
78 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
80 eval `{./cmd/dist/dist env -9}
88 cp cmd/dist/dist $2
89 mv cmd/dist/dist $GOTOOLDIR/dist
99 # Bootstrap installs a proper cmd/dist, built with the new toolchain.
101 ./cmd/dist/dist bootstrap $vflag $buildall $*
102 rm -f ./cmd/dist/dis
    [all...]
  /system/core/logd/
LogCommand.h 25 explicit LogCommand(const char* cmd);
  /system/netd/server/
NetdCommand.h 24 explicit NetdCommand(const char *cmd);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 337 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE)
349 OUT_VEC(atom->cmd[MTL_CMD_0], (atom->cmd+1));
350 OUT_SCL2(atom->cmd[MTL_CMD_1], (atom->cmd + 18));
361 OUT_VEC(atom->cmd[LIT_CMD_0], atom->cmd+1);
362 OUT_SCL(atom->cmd[LIT_CMD_1], atom->cmd+LIT_CMD_1+1);
373 OUT_VEC(atom->cmd[PTP_CMD_0], atom->cmd+1)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 82 SVGA3dCmdDX##CommandName *cmd; \
84 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
86 if (!cmd) \
91 SVGA3dCmdDX##CommandName *cmd; \
94 cmd = SVGA3D_FIFOReserve(swc, SVGA_3D_CMD_DX_##CommandCode, \
97 if (!cmd) \
103 cmd->VariableName = VariableName; \
177 SVGA3dCmdDXPredCopyRegion *cmd = local
182 if (!cmd)
185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE)
202 SVGA3dCmdDXPredCopy *cmd = local
238 SVGA3dCmdDXSetShader *cmd = SVGA3D_FIFOReserve(swc, local
263 SVGA3dCmdDXSetShaderResources *cmd; local
313 SVGA3dCmdDXClearRenderTargetView *cmd; local
347 SVGA3dCmdDXSetRenderTargets *cmd; local
443 SVGA3dCmdDXSetPredication *cmd; local
463 SVGA3dCmdDXSetSOTargets *cmd; local
501 SVGA3dCmdDXSetScissorRects *cmd; local
637 SVGA3dCmdDXBindQuery *cmd = SVGA3D_FIFOReserve(swc, local
690 SVGA3dCmdDXClearDepthStencilView *cmd; local
724 SVGA3dCmdDXDefineShaderResourceView *cmd; local
765 SVGA3dCmdDXDefineRenderTargetView *cmd; local
805 SVGA3dCmdDXDefineDepthStencilView *cmd; local
844 SVGA3dCmdDXDefineElementLayout *cmd; local
1157 SVGA3dCmdDXSetVertexBuffers *cmd; local
1204 SVGA3dCmdDXSetIndexBuffer *cmd; local
1227 SVGA3dCmdDXSetSingleConstantBuffer *cmd; local
1258 SVGA3dCmdDXReadbackSubResource *cmd; local
1280 SVGA3dCmdDXUpdateSubResource *cmd; local
1302 SVGA3dCmdDXGenMips *cmd; local
1325 SVGA3dCmdDXBufferCopy *cmd; local
1351 SVGA3dCmdDXTransferFromBuffer *cmd; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_emmc.c 91 struct uniphier_mmc_cmd *cmd)
99 mmio_write_32(host_base + SDHCI_ARGUMENT, cmd->cmdarg);
101 if (cmd->is_data)
108 if (!(cmd->resp_type & MMC_RSP_PRESENT))
110 else if (cmd->resp_type & MMC_RSP_136)
112 else if (cmd->resp_type & MMC_RSP_BUSY)
117 if (cmd->resp_type & MMC_RSP_CRC)
119 if (cmd->resp_type & MMC_RSP_OPCODE)
121 if (cmd->is_data)
124 if (cmd->resp_type & MMC_RSP_BUSY || cmd->is_data
149 struct uniphier_mmc_cmd cmd = {0}; local
160 struct uniphier_mmc_cmd cmd = {0}; local
183 struct uniphier_mmc_cmd cmd = {0}; local
240 struct uniphier_mmc_cmd cmd = {0}; local
    [all...]
  /external/toybox/toys/pending/
sh.c 106 struct command *cmd; member in struct:pipeline
127 static char *parse_word(char *start, struct command **cmd)
137 (*cmd)->argv[(*cmd)->argc++] = xstrndup(start, end-start);
141 if (!((*cmd)->argc & 7))
142 *cmd=xrealloc(*cmd,
143 sizeof(struct command) + ((*cmd)->argc+8)*sizeof(char *));
144 (*cmd)->argv[(*cmd)->argc] = 0
153 struct command **cmd = &(line->cmd); local
200 struct command *cmd = line->cmd; local
240 struct command *cmd=(struct command *)data; local
    [all...]
  /external/iproute2/tipc/
cmdl.c 20 const struct cmd *find_cmd(const struct cmd *cmds, char *str)
22 const struct cmd *c;
23 const struct cmd *match = NULL;
25 for (c = cmds; c->cmd; c++) {
26 if (strstr(c->cmd, str) != c->cmd)
109 int run_cmd(struct nlmsghdr *nlh, const struct cmd *caller,
110 const struct cmd *cmds, struct cmdl *cmdl, void *data)
113 const struct cmd *cmd local
    [all...]
media.c 45 static int cmd_media_list(struct nlmsghdr *nlh, const struct cmd *cmd,
88 static int cmd_media_get_prop(struct nlmsghdr *nlh, const struct cmd *cmd,
100 if (strcmp(cmd->cmd, "priority") == 0)
102 else if ((strcmp(cmd->cmd, "tolerance") == 0))
104 else if ((strcmp(cmd->cmd, "window") == 0)
    [all...]
  /external/strace/tests/
ioctl_scsi.c 39 # define TEST_NO_ARG(cmd) \
41 ioctl(-1, cmd, 0xdeadbeef); \
42 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", #cmd); \
45 # define TEST_NULL_ARG(cmd) \
47 ioctl(-1, cmd, 0); \
48 printf("ioctl(-1, %s, NULL) = -1 EBADF (%m)\n", #cmd); \
51 # define TEST_TAKES_INT_BY_VAL(cmd, val) \
53 ioctl(-1, cmd, val); \
54 printf("ioctl(-1, %s, %#x) = -1 EBADF (%m)\n", #cmd, val); \
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint)
    [all...]
  /external/strace/tests-m32/
ioctl_scsi.c 39 # define TEST_NO_ARG(cmd) \
41 ioctl(-1, cmd, 0xdeadbeef); \
42 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", #cmd); \
45 # define TEST_NULL_ARG(cmd) \
47 ioctl(-1, cmd, 0); \
48 printf("ioctl(-1, %s, NULL) = -1 EBADF (%m)\n", #cmd); \
51 # define TEST_TAKES_INT_BY_VAL(cmd, val) \
53 ioctl(-1, cmd, val); \
54 printf("ioctl(-1, %s, %#x) = -1 EBADF (%m)\n", #cmd, val); \
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint)
    [all...]
  /external/strace/tests-mx32/
ioctl_scsi.c 39 # define TEST_NO_ARG(cmd) \
41 ioctl(-1, cmd, 0xdeadbeef); \
42 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", #cmd); \
45 # define TEST_NULL_ARG(cmd) \
47 ioctl(-1, cmd, 0); \
48 printf("ioctl(-1, %s, NULL) = -1 EBADF (%m)\n", #cmd); \
51 # define TEST_TAKES_INT_BY_VAL(cmd, val) \
53 ioctl(-1, cmd, val); \
54 printf("ioctl(-1, %s, %#x) = -1 EBADF (%m)\n", #cmd, val); \
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_install.py 31 cmd = install(dist)
32 cmd.home = destination
33 cmd.ensure_finalized()
35 self.assertEqual(cmd.install_base, destination)
36 self.assertEqual(cmd.install_platbase, destination)
44 check_path(cmd.install_lib, libdir)
45 check_path(cmd.install_platlib, libdir)
46 check_path(cmd.install_purelib, libdir)
47 check_path(cmd.install_headers,
49 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
    [all...]
test_clean.py 17 cmd = clean(dist)
26 setattr(cmd, name, path)
33 cmd.all = 1
34 cmd.ensure_finalized()
35 cmd.run()
43 cmd.all = 1
44 cmd.ensure_finalized()
45 cmd.run()
  /external/python/cpython3/Lib/distutils/tests/
test_register.py 107 cmd = self._get_cmd()
124 cmd.run()
146 cmd.show_response = 1
147 cmd.run()
162 cmd = self._get_cmd()
163 cmd._set_config()
164 cmd.finalize_options()
165 cmd.send_metadata()
169 self.assertEqual(cmd.distribution.password, 'password')
173 cmd = self._get_cmd(
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 70 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg)
80 info->event_cb[info->num_event_cb].nl_cmd = cmd;
86 arg, func, cmd, info->num_event_cb);
121 void wifi_unregister_handler(wifi_handle handle, int cmd)
125 if (cmd == NL80211_CMD_VENDOR) {
133 if (info->event_cb[i].nl_cmd == cmd) {
134 ALOGV("Successfully removed event handler %p:%p for cmd = 0x%0x from %d",
135 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
171 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd)
180 info->cmd[info->num_cmd].id = id
199 WifiCommand *cmd = NULL; local
222 WifiCommand *cmd = NULL; local
253 WifiCommand *cmd = wifi_unregister_cmd(handle, id); local
    [all...]
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 46 static void wpa_driver_notify_country_change(void *ctx, char *cmd)
48 if ((os_strncasecmp(cmd, "COUNTRY", 7) == 0) ||
49 (os_strncasecmp(cmd, "SETBAND", 7) == 0)) {
54 if (os_strncasecmp(cmd, "COUNTRY", 7) == 0) {
56 if (os_strlen(cmd) > 9) {
57 event.channel_list_changed.alpha2[0] = cmd[8];
58 event.channel_list_changed.alpha2[1] = cmd[9];
67 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
77 if (os_strcasecmp(cmd, "START") == 0) {
82 } else if (os_strcasecmp(cmd, "MACADDR") == 0)
    [all...]
  /bionic/libc/bionic/
lockf.cpp 35 int lockf64(int fd, int cmd, off64_t length) {
43 if (cmd == F_ULOCK) {
45 cmd = F_SETLK64;
49 if (cmd == F_LOCK) {
54 if (cmd == F_TLOCK) {
59 if (cmd == F_TEST) {
71 int lockf(int fd, int cmd, off_t length) {
72 return lockf64(fd, cmd, length);
  /external/libchrome/base/
os_compat_android.h 24 inline int lockf(int fd, int cmd, off_t ignored_len) {
25 return flock(fd, cmd);
  /external/libcxx/utils/libcxx/android/
build.py 9 cmd = [
13 return not subprocess.Popen(cmd, stdout=None, stderr=None, env=env).wait()

Completed in 1711 milliseconds

1 2 3 4 5 6 7 891011>>