/ndk/sources/host-tools/make-3.81/ |
rule.h | 28 struct commands *cmds; /* Commands to execute. */ member in struct:rule
|
filedef.h | 32 struct commands *cmds; /* Commands to execute for this target. */ member in struct:file 33 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
|
job.c | 881 for (i = 0; i < child->file->cmds->ncommand_lines; ++i) 993 | child->file->cmds->lines_flags[child->command_line - 1]); 1017 child->file->cmds->lines_flags[child->command_line - 1] 1487 register struct commands *cmds = file->cmds; local [all...] |
read.c | 1879 struct commands *cmds; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
vgu.c | 42 const VGubyte *cmds, 51 vgAppendPathData(path, num_cmds, cmds, common_data); 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; local 75 vgu_append_float_coords(path, cmds, 2, coords, 4); 85 VGubyte *cmds; local 103 cmds = malloc(sizeof(VGubyte) * count + 1); 106 cmds[0] = VG_MOVE_TO_ABS; 110 cmds[i] = VG_LINE_TO_ABS; 116 cmds[i] = VG_CLOSE_PATH; 120 vgu_append_float_coords(path, cmds, i, coords, 2*i) 132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local 170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local 227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local 266 VGubyte cmds[11]; local [all...] |
stroker.c | 76 const VGubyte *cmds; member in struct:stroke_iterator 151 return it->cmds[it->position]; 160 prev_cmd = it->cmds[it->position + 1]; 197 struct array *cmds, 200 itr->cmds = (VGubyte*)cmds->data; 201 itr->num_commands = cmds->num_elements; 208 struct array *cmds, 211 stroke_itr_common_init(itr, cmds, coords); 222 struct array *cmds, 552 VGubyte cmds = VG_MOVE_TO_ABS; local 569 VGubyte cmds = VG_LINE_TO_ABS; local 587 VGubyte cmds = VG_CUBIC_TO_ABS; local [all...] |
/external/iproute2/ip/ |
ip.c | 65 } cmds[] = { variable in typeref:struct:cmd 94 for (c = cmds; c->cmd; ++c) {
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
vgu.c | 42 const VGubyte *cmds, 51 vgAppendPathData(path, num_cmds, cmds, common_data); 58 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, VG_LINE_TO_ABS}; local 75 vgu_append_float_coords(path, cmds, 2, coords, 4); 85 VGubyte *cmds; local 103 cmds = malloc(sizeof(VGubyte) * count + 1); 106 cmds[0] = VG_MOVE_TO_ABS; 110 cmds[i] = VG_LINE_TO_ABS; 116 cmds[i] = VG_CLOSE_PATH; 120 vgu_append_float_coords(path, cmds, i, coords, 2*i) 132 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local 170 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local 227 static const VGubyte cmds[] = {VG_MOVE_TO_ABS, local 266 VGubyte cmds[11]; local [all...] |
stroker.c | 76 const VGubyte *cmds; member in struct:stroke_iterator 151 return it->cmds[it->position]; 160 prev_cmd = it->cmds[it->position + 1]; 197 struct array *cmds, 200 itr->cmds = (VGubyte*)cmds->data; 201 itr->num_commands = cmds->num_elements; 208 struct array *cmds, 211 stroke_itr_common_init(itr, cmds, coords); 222 struct array *cmds, 552 VGubyte cmds = VG_MOVE_TO_ABS; local 569 VGubyte cmds = VG_LINE_TO_ABS; local 587 VGubyte cmds = VG_CUBIC_TO_ABS; local [all...] |
/external/tcpdump/ |
print-telnet.c | 71 static const char *cmds[] = { variable 197 (void)printf(" %s", STR_OR_ID(c, cmds));
|
/external/chromium_org/gpu/command_buffer/client/ |
cmd_buffer_helper_test.cc | 88 CommandBufferEntry* cmds = helper_->GetSpace(arg_count + 1); local 90 cmds[put++].value_header = header; 92 cmds[put++] = args[ii];
|
gles2_implementation_unittest.cc | 342 const uint8* cmds = reinterpret_cast<const uint8*>(ring_buffer.ptr); local 343 const uint8* end = cmds + ring_buffer.size; 344 for (; cmds < end; ++cmds) { 345 if (*cmds != kInitialValue) { 393 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12); 469 GetExpectedResultMemory(sizeof(cmds::GetError::Result)); 554 struct Cmds { 567 Cmds expected; 596 struct Cmds { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 175 cmds = [ variable 218 for id, header, body, footer in cmds: 326 for id, header, body, footer in cmds:
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 175 cmds = [ variable 218 for id, header, body, footer in cmds: 326 for id, header, body, footer in cmds:
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 70 static struct cmd cmds[] = { variable in typeref:struct:cmd 177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_video.h | 33 unsigned *cmds; member in struct:nouveau_decoder 50 dec->cmds[dec->ofs++] = data;
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_video.h | 33 unsigned *cmds; member in struct:nouveau_decoder 50 dec->cmds[dec->ofs++] = data;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in class:OptionTests 341 self.assertIn(cmd[0], self.cmds) 354 for cmd in self.cmds: 359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
|
/frameworks/native/cmds/installd/ |
installd.c | 130 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo 221 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) { 222 if (!strcmp(cmds[i].name,arg[0])) { 223 if (n != cmds[i].numargs) { 225 cmds[i].name, cmds[i].numargs, n); 227 ret = cmds[i].func(arg + 1, reply);
|
/frameworks/native/libs/binder/ |
IPCThreadState.cpp | 827 const void* cmds = (const void*)bwr.write_buffer; local 828 const void* end = ((const uint8_t*)cmds)+bwr.write_size; 829 alog << HexDump(cmds, bwr.write_size) << endl; 830 while (cmds < end) cmds = printCommand(alog, cmds); 884 const void* cmds = mIn.data(); local 886 alog << HexDump(cmds, mIn.dataSize()) << endl; 887 while (cmds < end) cmds = printReturnCommand(alog, cmds) [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format.h | 174 namespace cmds { namespace in namespace:gpu::gles2
|
/external/openssh/ |
sftp.c | 164 static const struct CMD cmds[] = { variable in typeref:struct:CMD 1143 for (i = 0; cmds[i].c != NULL; i++) { 1144 if (strcasecmp(cmds[i].c, argv[0]) == 0) 1147 cmdnum = cmds[i].n; 1148 cmd = cmds[i].c; [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |