HomeSort by relevance Sort by last modified time
    Searched refs:cmd (Results 251 - 275 of 1277) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-L/include/linux/
ipmi.h 67 unsigned char cmd; member in struct:ipmi_msg
75 unsigned char cmd; member in struct:kernel_ipmi_msg
125 unsigned char cmd; member in struct:ipmi_cmdspec
132 unsigned int cmd; member in struct:ipmi_cmdspec_chans
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 91 my ($cmd) = @_;
93 if (defined $cmd) {
94 print $help->{$cmd};
101 foreach my $cmd (keys %$help) {
102 say " $cmd";
154 my ($cmd, @args) = @ARGV;
156 if (defined $cmd) {
157 my $cmd_f = $commands->{$cmd};
162 say "Unknown command: '$cmd'";
  /external/bluetooth/bluedroid/bta/include/
utl.h 128 ** cmd - the fields of the device class to update.
138 extern BOOLEAN utl_set_device_class(tBTA_UTL_COD *p_cod, UINT8 cmd);
  /external/chromium_org/chrome/tools/
chrome-process-identifier.sh 51 local child cmd foundzygote plugin seccomp type
54 cmd="$(xargs -0 </proc/$child/cmdline|sed 's/ -/\n-/g')" 2>/dev/null
55 type="$(echo "$cmd" | sed 's/--type=//;t1;d;:1;q')"
65 plugin="$(echo "$cmd" |
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.h 206 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
214 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
222 static const cmd::ArgFlags kArgFlags = cmd::kAtLeastN;
245 void* Set(void* cmd,
249 static_cast<ValueType*>(cmd)->Init(_target, _client_id, _mailbox);
251 return NextImmediateCmdAddressTotalSize<ValueType>(cmd, size);
272 } // namespace cmd
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/test/
packeted_bio.cc 82 static long packeted_ctrl(BIO *bio, int cmd, long num, void *ptr) {
87 int ret = BIO_ctrl(bio->next_bio, cmd, num, ptr);
106 static long packeted_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp) {
110 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 73 uint8_t cmd[CMD_BLOCK_MAX]; member in struct:cmd_block
294 unsigned cmd,
302 assert(cmd < LP_RAST_OP_MAX);
314 tail->cmd[i] = cmd & LP_RAST_OP_MASK;
327 unsigned cmd,
340 if (!lp_scene_bin_command( scene, x, y, cmd, arg ))
351 unsigned cmd,
357 if (!lp_scene_bin_command( scene, i, j, cmd, arg ))
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pcos.h 82 extern PRStatus _MD_WindowsGetSysInfo(PRSysInfo cmd, char *name, PRUint32 namelen);
  /external/chromium_org/tools/ipc_fuzzer/mutate/
ipc_fuzzer_mut.py 72 cmd = [self.util_path, ipcdumps, tmp_ipcdump]
73 if subprocess.call(cmd):
77 cmd = [self.mutate_path, tmp_ipcdump, mutated_ipcdump]
78 if subprocess.call(cmd):
  /external/e2fsprogs/debugfs/
debugfs.h 38 extern unsigned long parse_ulong(const char *str, const char *cmd,
40 extern unsigned long long parse_ulonglong(const char *str, const char *cmd,
42 extern int strtoblk(const char *cmd, const char *str, blk64_t *ret);
44 int max_argc, const char *cmd,
51 const char *cmd);
53 const char *cmd, int bufsize);
55 const char *cmd);
57 const char *cmd, int bufsize);
59 const char *cmd);
extent_inode.c 50 int max_argc, const char *cmd,
53 if (common_args_process(argc, argv, min_argc, max_argc, cmd,
58 com_err(cmd, 0, "Extent handle not open");
307 char *cmd; local
315 cmd = argv[0];
336 fprintf(stderr, "usage: %s %s\n", cmd, usage);
340 err = strtoblk(cmd, argv[1], &extent.e_lblk);
344 extent.e_len = parse_ulong(argv[2], cmd,
349 err = strtoblk(cmd, argv[3], &extent.e_pblk);
355 com_err(cmd, retval, 0)
368 char *cmd = argv[0]; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
ipmi.h 155 unsigned char cmd; member in struct:ipmi_msg
162 unsigned char cmd; member in struct:kernel_ipmi_msg
346 unsigned char cmd; member in struct:ipmi_cmdspec
352 * - EBUSY - The netfn/cmd supplied was already in use.
360 * - ENOENT - The netfn/cmd was not found registered for this user.
374 unsigned int cmd; member in struct:ipmi_cmdspec_chans
381 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
387 * Unregister some netfn/cmd/chans. error values:
389 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 36 char *cmd; // command run by user member in struct:_lnode
  /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/libunwind/include/tdep-arm/
ex_tables.h 43 arm_exbuf_cmd_t cmd; member in struct:arm_exbuf_data
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
exec_cmd.c 127 int execl_perf_cmd(const char *cmd,...)
134 va_start(param, cmd);
135 argv[0] = cmd;
144 return error("too many args to run %s", cmd);
  /external/lldb/tools/lldb-perf/lib/
Xcode.h 54 RunCommand (SBDebugger debugger, const char* cmd, bool verbose = false);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 73 uint8_t cmd[CMD_BLOCK_MAX]; member in struct:cmd_block
294 unsigned cmd,
302 assert(cmd < LP_RAST_OP_MAX);
314 tail->cmd[i] = cmd & LP_RAST_OP_MASK;
327 unsigned cmd,
340 if (!lp_scene_bin_command( scene, x, y, cmd, arg ))
351 unsigned cmd,
357 if (!lp_scene_bin_command( scene, i, j, cmd, arg ))
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.c 750 unsigned cmd = *ptr; local
752 switch (((cmd >> 29) & 0x7)) {
754 switch ((cmd >> 23) & 0x3f) {
779 switch ((cmd >> 22) & 0xff) {
781 return debug_color_blit(stream, "XY_COLOR_BLT", (cmd & 0xff) + 2);
783 return debug_copy_blit(stream, "XY_SRC_COPY_BLT", (cmd & 0xff) + 2);
785 return debug(stream, "blit command", (cmd & 0xff) + 2);
789 switch ((cmd >> 24) & 0x1f) {
810 switch((cmd >> 19) & 0x1f) {
823 switch ((cmd >> 16) & 0xff)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_debug.c 672 GLuint cmd = *ptr; local
674 switch (((cmd >> 29) & 0x7)) {
676 switch ((cmd >> 23) & 0x3f) {
697 switch ((cmd >> 22) & 0xff) {
699 return debug_color_blit(stream, "XY_COLOR_BLT", (cmd & 0xff) + 2);
701 return debug_copy_blit(stream, "XY_SRC_COPY_BLT", (cmd & 0xff) + 2);
703 return debug(stream, "blit command", (cmd & 0xff) + 2);
707 switch ((cmd >> 24) & 0x1f) {
728 switch((cmd >> 19) & 0x1f) {
739 switch ((cmd >> 16) & 0xff)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 750 unsigned cmd = *ptr; local
752 switch (((cmd >> 29) & 0x7)) {
754 switch ((cmd >> 23) & 0x3f) {
779 switch ((cmd >> 22) & 0xff) {
781 return debug_color_blit(stream, "XY_COLOR_BLT", (cmd & 0xff) + 2);
783 return debug_copy_blit(stream, "XY_SRC_COPY_BLT", (cmd & 0xff) + 2);
785 return debug(stream, "blit command", (cmd & 0xff) + 2);
789 switch ((cmd >> 24) & 0x1f) {
810 switch((cmd >> 19) & 0x1f) {
823 switch ((cmd >> 16) & 0xff)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c 672 GLuint cmd = *ptr; local
674 switch (((cmd >> 29) & 0x7)) {
676 switch ((cmd >> 23) & 0x3f) {
697 switch ((cmd >> 22) & 0xff) {
699 return debug_color_blit(stream, "XY_COLOR_BLT", (cmd & 0xff) + 2);
701 return debug_copy_blit(stream, "XY_SRC_COPY_BLT", (cmd & 0xff) + 2);
703 return debug(stream, "blit command", (cmd & 0xff) + 2);
707 switch ((cmd >> 24) & 0x1f) {
728 switch((cmd >> 19) & 0x1f) {
739 switch ((cmd >> 16) & 0xff)
    [all...]
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
SplitTests.java 329 final StringBuilder cmd = new StringBuilder(); local
330 cmd.append("pm install-create");
332 cmd.append(' ').append(arg);
335 cmd.append(' ').append(AbiUtils.createAbiFlag(mAbi.getName()));
338 String result = device.executeShellCommand(cmd.toString());
363 cmd.setLength(0);
364 cmd.append("pm install-write");
365 cmd.append(' ').append(sessionId);
366 cmd.append(' ').append(i + "_" + apk.getName());
367 cmd.append(' ').append(remotePath)
    [all...]

Completed in 2233 milliseconds

<<11121314151617181920>>