HomeSort by relevance Sort by last modified time
    Searched defs:cmd (Results 26 - 50 of 1750) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/build/core/
default-build-commands.mk 72 define cmd-build-shared-library
87 define cmd-build-executable
100 define cmd-build-static-library
107 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
110 cmd-add-gnu-debuglink = $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$(strip $(call host-path,$2)) $(call host-path,$1)
  /cts/tests/tests/media/src/android/media/cts/
Utils.java 46 StringBuilder cmd = new StringBuilder(); local
47 cmd.append("appops set ");
48 cmd.append(packageName);
49 cmd.append(" ");
50 cmd.append(operation);
51 cmd.append(enable ? " allow" : " deny");
52 instrumentation.getUiAutomation().executeShellCommand(cmd.toString());
  /device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.cpp 74 * DESCRIPTION: launch Cmd Thread
98 * DESCRIPTION: send a command to the Cmd Thread
101 * @cmd : command to be executed.
102 * @sync_cmd: flag to indicate if this is a synchorinzed cmd. If true, this call
104 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
111 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority)
119 node->cmd = cmd;
138 * DESCRIPTION: dequeue a cmommand from cmd queu
146 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; local
    [all...]
QCameraCmdThread.h 52 camera_cmd_type_t cmd; member in struct:qcamera::__anon2943
62 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
65 QCameraQueue cmd_queue; /* cmd queue */
66 pthread_t cmd_pid; /* cmd thread ID */
67 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraCmdThread.cpp 75 * DESCRIPTION: launch Cmd Thread
99 * DESCRIPTION: name the cmd thread
118 * DESCRIPTION: send a command to the Cmd Thread
121 * @cmd : command to be executed.
122 * @sync_cmd: flag to indicate if this is a synchorinzed cmd. If true, this call
124 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
131 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority)
139 node->cmd = cmd;
166 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; local
    [all...]
QCameraCmdThread.h 52 camera_cmd_type_t cmd; member in struct:qcamera::__anon3448
63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
66 QCameraQueue cmd_queue; /* cmd queue */
67 pthread_t cmd_pid; /* cmd thread ID */
68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 75 * DESCRIPTION: launch Cmd Thread
99 * DESCRIPTION: name the cmd thread
118 * DESCRIPTION: send a command to the Cmd Thread
121 * @cmd : command to be executed.
122 * @sync_cmd: flag to indicate if this is a synchorinzed cmd. If true, this call
124 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
131 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority)
139 node->cmd = cmd;
166 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; local
    [all...]
QCameraCmdThread.h 52 camera_cmd_type_t cmd; member in struct:qcamera::__anon4237
63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
66 QCameraQueue cmd_queue; /* cmd queue */
67 pthread_t cmd_pid; /* cmd thread ID */
68 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
  /external/blktrace/btt/
bno_plot.py 117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir variable
119 if verbose: print 'Executing %s' % cmd
121 cmd = cmd.split(None) variable
123 os.execvp(cmd[0], cmd)
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 29 struct H cmd = { 4, 412 }; local
  /external/clang/tools/diagtool/
DiagTool.h 26 const std::string cmd; member in class:diagtool::DiagTool
32 llvm::StringRef getName() const { return cmd; }
  /external/e2fsprogs/resize/
test_extent.c 22 char *cp, *cmd, *arg1, *arg2; local
50 cmd = buf;
67 if (!strcmp(cmd, "create")) {
81 if (!strcmp(cmd, "free")) {
84 } else if (!strcmp(cmd, "add")) {
88 } else if (!strcmp(cmd, "lookup")) {
92 } else if (!strcmp(cmd, "dump")) {
94 } else if (!strcmp(cmd, "iter_test")) {
  /external/elfutils/src/tests/
arextract.c 37 Elf_Cmd cmd; local
56 cmd = ELF_C_READ;
57 elf = elf_begin (fd, cmd, NULL);
72 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
146 cmd = elf_next (subelf);
saridx.c 92 Elf_Cmd cmd; local
124 cmd = ELF_C_READ;
125 elf = elf_begin (fd, cmd, NULL);
147 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
225 cmd = elf_next (subelf);
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 36 char *cmd; // command run by user member in struct:_lnode
  /external/libedit/src/
keymacro.h 44 el_action_t cmd; /* If it is a command the # */ member in union:keymacro_value_t
  /external/libnl/lib/genl/
mngt.c 98 struct genl_cmd *cmd; local
106 cmd = &ops->co_genl->o_cmds[i];
107 if (cmd->c_id == ghdr->cmd)
115 if (cmd->c_msg_parser == NULL)
118 struct nlattr *tb[cmd->c_maxattr + 1];
127 err = nlmsg_parse(nlh, ops->co_hdrsize, tb, cmd->c_maxattr,
128 cmd->c_attr_policy);
132 err = cmd->c_msg_parser(ops, cmd, &info, pp)
147 struct genl_cmd *cmd; local
    [all...]
  /external/llvm/utils/
bisect 27 cmd = [x % {'count':count} for x in args.command] variable
28 print cmd
29 result = subprocess.call(cmd)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 110 memcpy( rmesa->hw.ATOM.lastcmd, rmesa->hw.ATOM.cmd, \
116 if (memcmp(atom->cmd, atom->lastcmd, atom->cmd_size*4)) {
121 tmp = atom->cmd;
122 atom->cmd = atom->lastcmd;
151 drm_radeon_cmd_header_t cmd; local
153 cmd.i = 0;
154 cmd.header.cmd_type = cmd_type;
156 return (uint32_t)cmd.i;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_vcgen_dash.cpp 82 void vcgen_dash::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd)
85 if(is_move_to(cmd)) {
88 if(is_vertex(cmd)) {
91 m_closed = get_close_flag(cmd);
106 unsigned cmd = path_cmd_move_to; local
107 while(!is_stop(cmd)) {
113 cmd = path_cmd_stop;
129 unsigned cmd = (m_curr_dash & 1) ? local
166 return cmd;
170 cmd = path_cmd_stop
    [all...]
fx_agg_vcgen_stroke.cpp 52 void vcgen_stroke::add_vertex(FX_FLOAT x, FX_FLOAT y, unsigned cmd)
55 if(is_move_to(cmd)) {
56 m_src_vertices.modify_last(vertex_dist_cmd(x, y, cmd));
58 if(is_vertex(cmd)) {
59 m_src_vertices.add(vertex_dist_cmd(x, y, cmd));
61 m_closed = get_close_flag(cmd);
92 unsigned cmd = path_cmd_line_to; local
94 while(!is_stop(cmd)) {
100 cmd = path_cmd_stop;
104 cmd = path_cmd_move_to
    [all...]
  /external/toybox/toys/pending/
watch.c 32 char *header, *cmd = *toys.optargs; local
37 char * oldcmd = cmd;
38 cmd = xmprintf("%s %s", oldcmd, toys.optargs[i]);
41 header = xmprintf("Every %us: %s", TT.interval, cmd);
57 retval = system(cmd);
68 if (cmd != *toys.optargs) free(cmd);
  /external/vixl/tools/
generate_simulator_traces.py 143 cmd = ' '.join([args.runner, '--sim_test_trace', test]) variable
144 status, output = util.getstatusoutput(cmd)
145 if status != 0: util.abort('Failed to run ' + cmd + '.')
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 89 QString cmd = QString(WPA_CTRL_RSP) + field + '-' + local
92 wpagui->ctrlRequest(cmd.toLocal8Bit().constData(), reply, &reply_len);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 24 typedef struct cmd cmd_t;
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
28 struct cmd { struct
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);

Completed in 371 milliseconds

12 3 4 5 6 7 8 91011>>