HomeSort by relevance Sort by last modified time
    Searched refs:cmds (Results 1 - 25 of 44) sorted by null

1 2

  /build/core/
process_wrapper_gdb.sh 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
  /ndk/sources/host-tools/make-3.81/
commands.h 39 extern void print_commands PARAMS ((struct commands *cmds));
41 extern void chop_commands PARAMS ((struct commands *cmds));
default.c 556 /* Don't clobber cmds given in a makefile if there were any. */
557 if (f->cmds == 0)
559 f->cmds = (struct commands *) xmalloc (sizeof (struct commands));
560 f->cmds->fileinfo.filenm = 0;
561 f->cmds->commands = s[1];
562 f->cmds->command_lines = 0;
commands.c 122 if (file->cmds == default_file->cmds)
267 /* Chop CMDS up into individual command lines if necessary.
271 chop_commands (struct commands *cmds)
280 if (!cmds || cmds->command_lines != 0)
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
284 Also set the corresponding CMDS->lines_flags elements,
285 and the CMDS->any_recurse flag. *
    [all...]
rule.h 28 struct commands *cmds; /* Commands to execute. */ member in struct:rule
rule.c 159 CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
211 create_pattern_rule (names, percents, 0, deps, cmds, 0);
245 if (f->cmds != 0)
247 convert_suffix_rule ("", dep_name (d), f->cmds);
261 if (f == 0 || f->cmds == 0)
269 f->cmds);
273 convert_suffix_rule (dep_name (d2), dep_name (d), f->cmds);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
398 r->cmds->fileinfo.filenm = 0
    [all...]
remake.c 229 message (1, ((file->phony || file->cmds == 0)
454 if (!file->phony && file->cmds == 0 && !file->tried_implicit)
462 if (file->cmds == 0 && !file->is_target
463 && default_file != 0 && default_file->cmds != 0)
466 file->cmds = default_file->cmds;
597 d->changed = ((file->phony && file->cmds != 0)
713 else if (!noexist && file->is_target && !deps_changed && file->cmds == 0
720 else if (!must_make && file->cmds != 0 && always_make_flag)
818 if (file->cmds != 0 && file->cmds->any_recurse
    [all...]
file.c 260 if (from_file->cmds != 0)
262 if (to_file->cmds == 0)
263 to_file->cmds = from_file->cmds;
264 else if (from_file->cmds != to_file->cmds)
269 if (to_file->cmds->fileinfo.filenm != 0)
270 error (&from_file->cmds->fileinfo,
272 from_file->name, to_file->cmds->fileinfo.filenm,
273 to_file->cmds->fileinfo.lineno)
    [all...]
implicit.c 314 if (rule->deps != 0 && rule->cmds == 0)
403 if (rule->deps == 0 && rule->cmds == 0)
835 a target; therefore we can assume that the deps and cmds
850 f->cmds = imf->cmds;
934 file->cmds = rule->cmds;
expand.c 464 if (file->cmds && file->cmds->fileinfo.filenm)
465 reading_file = &file->cmds->fileinfo;
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...]
  /external/blktrace/btt/
bno_plot.py 44 cmds = """
109 fo = open('%s/plot.cmds' % tmpdir, 'w')
110 print >>fo, cmds
117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir
  /frameworks/base/cmds/installd/
installd.c 131 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo
223 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
224 if (!strcmp(cmds[i].name,arg[0])) {
225 if (n != cmds[i].numargs) {
227 cmds[i].name, cmds[i].numargs, n);
229 ret = cmds[i].func(arg + 1, reply);
  /frameworks/base/cmds/installd/tests/
Android.mk 21 frameworks/base/cmds/installd \
  /device/samsung/tuna/dumpstate/
Android.mk 18 LOCAL_C_INCLUDES := frameworks/base/cmds/dumpstate
  /external/openssl/apps/
engine.c 203 STACK_OF(OPENSSL_STRING) *cmds = NULL;
214 cmds = sk_OPENSSL_STRING_new_null();
216 if(!cmds)
287 if(cmds) sk_OPENSSL_STRING_pop_free(cmds, identity);
293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
296 int loop, res, num = sk_OPENSSL_STRING_num(cmds);
307 cmd = sk_OPENSSL_STRING_value(cmds, loop);
  /external/quake/quake/src/QW/client/
gl_mesh.c 288 int *cmds; local
349 cmds = Hunk_Alloc (numcommands * 4);
350 paliashdr->commands = (byte *)cmds - (byte *)paliashdr;
351 memcpy (cmds, commands, numcommands * 4);
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 301 int *cmds; local
356 cmds = (int*) Hunk_Alloc (numcommands * 4);
357 paliashdr->commands = (byte *)cmds - (byte *)paliashdr;
358 memcpy (cmds, commands, numcommands * 4);
  /external/iproute2/ip/
ip.c 61 } cmds[] = { variable in typeref:struct:cmd
88 for (c = cmds; c->cmd; ++c) {
  /external/tcpdump/
print-telnet.c 71 static const char *cmds[] = { variable
197 (void)printf(" %s", STR_OR_ID(c, cmds));
  /frameworks/base/libs/binder/
IPCThreadState.cpp 783 const void* cmds = (const void*)bwr.write_buffer; local
784 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
785 alog << HexDump(cmds, bwr.write_size) << endl;
786 while (cmds < end) cmds = printCommand(alog, cmds);
837 const void* cmds = mIn.data(); local
839 alog << HexDump(cmds, mIn.dataSize()) << endl;
840 while (cmds < end) cmds = printReturnCommand(alog, cmds)
    [all...]
  /external/jpeg/
ltmain.sh 1030 eval cmds=\"$archive_cmds\"
1032 for cmd in $cmds; do
1107 eval cmds=\"$reload_cmds\"
1109 for cmd in $cmds; do
1131 eval cmds=\"$reload_cmds\"
1133 for cmd in $cmds; do
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 265 cmds = []
283 cmds.append(TclUtil.TclExecCommand(tokens).parse_pipeline())
288 for pipeline in cmds:
295 cmd = cmds[0]
296 for c in cmds[1:]:
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]

Completed in 473 milliseconds

1 2