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

1 2

  /external/blktrace/
btrace 11 USAGE="Usage: btrace [-s] [-t] [-w N] [-n N] [-b N] [-a <trace>...] [-r <dbg mnt>] <dev>..."
26 \?) echo $USAGE 1>&2
34 echo $USAGE 1>&2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__main__.py 10 TestProgram.USAGE = USAGE_AS_MAIN
main.py 17 Usage: %(progName)s [options] [tests]
32 Alternative Usage: %(progName)s discover [options]
46 Usage: %(progName)s [options] [test] [...]
67 USAGE = USAGE_FROM_MODULE
100 usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '',
103 usage['failfast'] = FAILFAST
105 usage['catchbreak'] = CATCHBREAK
107 usage['buffer'] = BUFFEROUTPUT
108 print self.USAGE % usage
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__main__.py 10 TestProgram.USAGE = USAGE_AS_MAIN
main.py 17 Usage: %(progName)s [options] [tests]
32 Alternative Usage: %(progName)s discover [options]
46 Usage: %(progName)s [options] [test] [...]
67 USAGE = USAGE_FROM_MODULE
100 usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '',
103 usage['failfast'] = FAILFAST
105 usage['catchbreak'] = CATCHBREAK
107 usage['buffer'] = BUFFEROUTPUT
108 print self.USAGE % usage
    [all...]
  /external/emma/core/java12/
emma.java 27 // TODO: proper usage, arg validation, etc
31 System.out.println (USAGE);
52 private static final String USAGE =
53 "emma usage: emma <command> [command options]," + EOL +
61 " {use '<command> -h' to see usage help for a given command}" + EOL +
  /external/chromium_org/chrome_frame/
combine_libs.py 11 For usage information, run the script with a --help argument.
64 USAGE = '''usage: %prog [options] <lib or obj>+
72 parser = optparse.OptionParser(USAGE)
  /external/chromium_org/courgette/
analyze_mem_test 32 USAGE: $(basename ${0}) dir
51 echo "computing usage percentiles for courgette. this may take a while..."
75 echo "computing usage percentiles for bsdiff. this may take a while..."
run_mem_test 7 # Collect memory usage on the patches from run_stress_test
15 USAGE: $(basename ${0}) dir
17 Collect memory usage on the patches from run_stress_test
analyze_stress_test 35 USAGE: $(basename ${0}) logfile
run_stress_test 17 USAGE: $(basename ${0}) [-s] dir1 dir2 [outdir]
  /external/libvpx/libvpx/examples/
decoder_tmpl.c 60 @@@@USAGE
encoder_tmpl.c 124 @@@@USAGE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 156 USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
166 -t | --to) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
170 -f | --file) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
179 -c | --cc) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
182 -s | --severity) if [ $# -eq 1 ]; then echo "$USAGE"; $REMOVE_TEMP; exit 1; fi
189 -h | --help) echo "$USAGE"; $REMOVE_TEMP; exit 0 ;;
198 -*) echo "$USAGE" ; $REMOVE_TEMP; exit 1 ;;
199 *) echo "$USAGE" ; $REMOVE_TEMP; exit 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 29 USAGE = """\
30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
38 return USAGE % {'script': script}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 29 USAGE = """\
30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
38 return USAGE % {'script': script}
  /build/tools/atree/
atree.cpp 23 const char* USAGE =
25 "Usage: atree OPTIONS\n"
59 int usage() function
61 fwrite(USAGE, strlen(USAGE), 1, stderr);
115 return usage();
126 return usage();
135 return usage();
144 return usage();
149 return usage();
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
main.py 20 Usage: %(progName)s [options] [tests]
36 Alternative Usage: %(progName)s discover [options]
50 Usage: %(progName)s [options] [test] [...]
70 USAGE = USAGE_FROM_MODULE
103 usage = {'progName': self.progName, 'catchbreak': '', 'failfast': '',
106 usage['failfast'] = FAILFAST
108 usage['catchbreak'] = CATCHBREAK
110 usage['buffer'] = BUFFEROUTPUT
111 print self.USAGE % usage
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 840 typedef USHORT USAGE;
842 USAGE Usage;
843 USAGE UsagePage;
867 USAGE UsagePage;
872 USAGE LinkUsage;
873 USAGE LinkUsagePage;
889 USAGE UsageMin, UsageMax;
895 USAGE Usage, Reserved1
    [all...]
  /external/skia/tools/
find_bad_images_in_skps.py 34 USAGE = """
35 Usage:
160 sys.stderr.write(USAGE.format(command=__file__))
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 31 USAGE = ''
146 parser = optparse.OptionParser(usage=USAGE, version=__version__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 554 USAGE = """\
555 Usage: mimetypes.py [options] type
566 def usage(code, msg=''): function
567 print USAGE
575 usage(1, msg)
581 usage(0)
zipfile.py 427 Usage:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 554 USAGE = """\
555 Usage: mimetypes.py [options] type
566 def usage(code, msg=''): function
567 print USAGE
575 usage(1, msg)
581 usage(0)
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 86 help: Describe the usage of this program or its subcommands.
87 Usage: help [SUBCOMMAND...]
98 Usage: port <subcommand> [options] [args]
110 Usage: add PATH...
135 usage: status [PATH...] label
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
182 =head1 USAGE

Completed in 1815 milliseconds

1 2