Searched defs:usage (Results 51 - 75 of 871) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/tools/win/
H A Dchromoting-set-channel.bat23 goto usage
47 :usage label
/external/chromium_org/third_party/boringssl/src/tool/
H A Dtool.cc26 static void usage(const char *name) { function
50 usage(argv[0]);
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_download9 usage() { function
144 try command -v "$command" > /dev/null || usage || exit
148 usage || exit
/external/e2fsprogs/e2fsck/
H A Dflushb.c32 static void usage(void) function
44 usage();
/external/libmtp/examples/
H A Dtrexist.c26 static void usage (void) function
41 usage();
/external/libsepol/utils/
H A Dchkcon.c9 void usage(char*) __attribute__((noreturn));
11 void usage(char *progname) function
13 printf("usage: %s policy context\n", progname);
22 usage(argv[0]);
/external/lldb/utils/git-svn/
H A Dconvert.py17 def usage(problem_file=None): function
57 usage()
61 usage(file)
/external/openfst/src/extensions/far/
H A Dfarextract.cc39 string usage = "Extracts FSTs from a finite-state archive.\n\n Usage:"; local
40 usage += argv[0];
41 usage += " [in1.far in2.far...]\n";
44 SET_FLAGS(usage.c_str(), &argc, &argv, true);
H A Dfarprintstrings.cc47 string usage = "Print as string the string FSTs in an archive.\n\n Usage:"; local
48 usage += argv[0];
49 usage += " [in1.far in2.far ...]\n";
52 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/openfst/src/extensions/pdt/
H A Dpdtinfo.cc31 string usage = "Prints out information about a PDT.\n\n Usage: "; local
32 usage += argv[0];
33 usage += " in.pdt\n";
37 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download9 usage() { function
144 try command -v "$command" > /dev/null || usage || exit
148 usage || exit
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl86 help: Describe the usage of this program or its subcommands.
135 usage: status [PATH...] label
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
/external/chromium_org/chrome/installer/linux/debian/
H A Dbuild.sh123 usage() { function
124 echo "usage: $(basename $0) [-c channel] [-a target_arch] [-o 'dir'] "
181 usage
186 usage
191 usage
/external/chromium_org/chrome/installer/linux/rpm/
H A Dbuild.sh169 usage() { function
170 echo "usage: $(basename $0) [-c channel] [-a target_arch] [-o 'dir']"
234 usage
239 usage
244 usage
/external/chromium_org/chrome/installer/mac/
H A Ddmgdiffer.sh7 # usage: dmgdiffer.sh product_name old_dmg new_dmg patch_dmg
423 usage() { function
424 echo "usage: ${ME} product_name old_dmg new_dmg patch_dmg" >& 2
438 usage
444 usage
452 usage
462 usage
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsUsageArrayHelper.cpp52 SECCertificateUsage usage; member in struct:mozilla_security_manager::__anon5996
66 if (usages & usage_string_map[i].usage)
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageInfo.h42 static StorageInfo* create(unsigned long long usage, unsigned long long quota) argument
44 return new StorageInfo(usage, quota);
47 unsigned long long usage() const { return m_usage; } function in class:blink::FINAL
53 StorageInfo(unsigned long long usage, unsigned long long quota);
/external/chromium_org/third_party/cython/src/bin/
H A Dcython_freeze12 usage= '%prog [-o outfile] [-p] module [module ...]' variable
14 p = optparse.OptionParser(usage=usage, description=description)
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dkernel_driver.c51 usage(char *prog_name) { function
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
64 usage(argv[0]);
91 usage(argv[0]);
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dftfy.sh5 usage() { function
103 [ $# -lt 2 ] || usage
143 -h|--help) usage;;
148 *) usage;;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_hw_context_priv.h39 enum radeon_bo_usage usage)
41 assert(usage);
42 return ctx->ws->cs_add_reloc(ctx->cs, rbo->cs_buf, usage, rbo->domains) * 4;
38 r600_context_bo_reloc(struct r600_context *ctx, struct si_resource *rbo, enum radeon_bo_usage usage) argument
/external/chromium_org/third_party/skia/bench/
H A Dbench_compare.py11 def usage(): function
12 """Prints simple usage information."""
61 usage()
90 usage()
94 usage()
162 usage()
/external/chromium_org/third_party/skia/debugger/
H A Ddebuggermain.cpp12 static void usage(const char * argv0) { function
37 usage(commandName.c_str());
42 usage(commandName.c_str());
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3speed.tcl28 proc usage {} { procedure
97 if {[llength $argv]!=0} usage
/external/chromium_org/third_party/webrtc/tools/converter/
H A Drgba_to_i420_converter.cc31 std::string usage = "Converts RGBA raw image files to I420 frames for YUV.\n" local
32 "Example usage:\n" + program_name +
50 // Init the parser and set the usage message
52 parser.SetUsageMessage(usage);

Completed in 7839 milliseconds

1234567891011>>