HomeSort by relevance Sort by last modified time
    Searched full:progname (Results 1 - 25 of 353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/tests/unit/
SConscript 22 for progname in progs:
24 target = progname,
25 source = progname + '.c',
28 env.Alias(progname, env.InstallProgram(prog))
  /external/selinux/policycoreutils/semodule_package/
semodule_unpackage.c 14 char *progname = NULL; variable
19 printf("usage: %s ppfile modfile [fcfile]\n", progname);
28 fprintf(stderr, "%s: Out of memory\n", progname);
34 fprintf(stderr, "%s: Could not open file %s: %s\n", progname, strerror(errno), filename);
49 progname = argv[0];
65 fprintf(stderr, "%s: Out of memory\n", progname);
71 progname, ppfile);
79 fprintf(stderr, "%s: Error while writing module to %s\n", progname, modfile);
90 fprintf(stderr, "%s: Could not open file %s: %s\n", progname, strerror(errno), fcfile);
95 fprintf(stderr, "%s: Could not write file %s: %s\n", progname, strerror(errno), fcfile)
    [all...]
  /system/core/logd/
logpersist 6 progname="${0##*/}"
8 echo "${progname%.*}.cat - dump current ${service%d} logs"
9 echo "${progname%.*}.start - start ${service} service"
10 echo "${progname%.*}.stop [--clear] - stop ${service} service"
13 case ${progname} in
  /external/selinux/policycoreutils/mcstrans/utils/
transcon.c 10 void usage(const char *progname)
12 fprintf(stderr, "usage: %s context\n", progname);
untranscon.c 10 void usage(const char *progname)
12 fprintf(stderr, "usage: %s context\n", progname);
  /external/vboot_reference/cgpt/
cgpt.c 17 const char* progname; variable
47 progname);
52 printf("\nFor more detailed usage, use %s COMMAND -h\n\n", progname);
61 progname = strrchr(argv[0], '/');
62 if (progname)
63 progname++;
65 progname = argv[0];
  /external/selinux/checkpolicy/
parse_util.c 36 int read_source_policy(policydb_t * p, const char *file, const char *progname)
40 fprintf(stderr, "%s: unable to open %s\n", progname, file);
46 fprintf(stderr, "%s: out of memory!\n", progname);
57 progname);
67 progname);
  /build/tools/
dump-package-stats 18 PROGNAME=`basename $0`
24 echo "$PROGNAME: ERROR: $@" >&2
26 echo "$PROGNAME: ERROR: failed." >&2
33 usage: $PROGNAME <.jar/.apk-file-list>
43 name: the name of the package as passed to $PROGNAME
92 print "'$PROGNAME': ERROR: Unexpected zip listing format" > \
94 print "'$PROGNAME': ERROR: Line 1 is \"" $0 "\"" > \
111 print "'$PROGNAME': ERROR: Unexpected zip listing format" > \
113 print "'$PROGNAME': ERROR: Line 2 is \"" $0 "\"" > \
  /external/selinux/libselinux/utils/
selinux_check_securetty_context.c 12 static void usage(const char *progname)
14 fprintf(stderr, "usage: %s tty_context...\n", progname);
setenforce.c 9 static void usage(const char *progname)
12 progname);
  /external/selinux/libsepol/utils/
chkcon.c 11 void usage(char *progname)
13 printf("usage: %s policy context\n", progname);
  /external/selinux/policycoreutils/gui/
mappingsPage.py 30 PROGNAME="policycoreutils"
32 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
33 gettext.textdomain(PROGNAME)
35 gettext.install(PROGNAME,
  /bionic/libc/upstream-openbsd/lib/libc/gen/
setprogname.c 24 setprogname(const char *progname)
28 tmpn = strrchr(progname, '/');
30 __progname = progname;
  /external/e2fsprogs/e2fsck/
extend.c 19 static void usage(char *progname)
22 progname, progname);
flushb.c 30 const char *progname; variable
34 fprintf(stderr, _("Usage: %s disk\n"), progname);
42 progname = argv[0];
  /external/selinux/policycoreutils/semodule_link/
semodule_link.c 24 char *progname; variable
43 fprintf(stderr, "%s: Out of memory\n", progname);
47 fprintf(stderr, "%s: Out of memory\n", progname);
52 fprintf(stderr, "%s: Could not open package %s: %s", progname,
58 printf("%s: loading package from file %s\n", progname, filename);
63 progname, filename);
85 progname = argv[0];
  /external/lldb/test/unittest2/
main.py 20 Usage: %(progName)s [options] [tests]
28 %(progName)s test_module - run tests from test_module
29 %(progName)s test_module.TestClass - run tests from
31 %(progName)s test_module.TestClass.test_method - run specified test method
36 Alternative Usage: %(progName)s discover [options]
50 Usage: %(progName)s [options] [test] [...]
58 %(progName)s - run default set of tests
59 %(progName)s MyTestSuite - run suite 'MyTestSuite'
60 %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething
61 %(progName)s MyTestCase - run all 'test*' test method
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
main.py 17 Usage: %(progName)s [options] [tests]
25 %(progName)s test_module - run tests from test_module
26 %(progName)s module.TestClass - run tests from module.TestClass
27 %(progName)s module.Class.test_method - run specified test method
32 Alternative Usage: %(progName)s discover [options]
46 Usage: %(progName)s [options] [test] [...]
54 %(progName)s - run default set of tests
55 %(progName)s MyTestSuite - run suite 'MyTestSuite'
56 %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething
57 %(progName)s MyTestCase - run all 'test*' test method
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
main.py 17 Usage: %(progName)s [options] [tests]
25 %(progName)s test_module - run tests from test_module
26 %(progName)s module.TestClass - run tests from module.TestClass
27 %(progName)s module.Class.test_method - run specified test method
32 Alternative Usage: %(progName)s discover [options]
46 Usage: %(progName)s [options] [test] [...]
54 %(progName)s - run default set of tests
55 %(progName)s MyTestSuite - run suite 'MyTestSuite'
56 %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething
57 %(progName)s MyTestCase - run all 'test*' test method
    [all...]
  /system/vold/
vdc.c 35 static void usage(char *progname);
42 char *progname; local
44 progname = argv[0];
53 usage(progname);
171 static void usage(char *progname) {
173 "Usage: %s [--wait] <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /prebuilts/tools/gcc-sdk/
addr2line 9 PROGNAME=`basename $0`
25 MY_TOOL=`dirname $0`/${PREFIX64}-${PROGNAME}
37 MY_TOOL=`dirname $0`/${PREFIX32}-${PROGNAME}
ar 9 PROGNAME=`basename $0`
25 MY_TOOL=`dirname $0`/${PREFIX64}-${PROGNAME}
37 MY_TOOL=`dirname $0`/${PREFIX32}-${PROGNAME}
as 9 PROGNAME=`basename $0`
25 MY_TOOL=`dirname $0`/${PREFIX64}-${PROGNAME}
37 MY_TOOL=`dirname $0`/${PREFIX32}-${PROGNAME}
c++ 9 PROGNAME=`basename $0`
25 MY_TOOL=`dirname $0`/${PREFIX64}-${PROGNAME}
37 MY_TOOL=`dirname $0`/${PREFIX32}-${PROGNAME}
c++filt 9 PROGNAME=`basename $0`
25 MY_TOOL=`dirname $0`/${PREFIX64}-${PROGNAME}
37 MY_TOOL=`dirname $0`/${PREFIX32}-${PROGNAME}

Completed in 244 milliseconds

1 2 3 4 5 6 7 8 91011>>