Searched defs:usage (Results 126 - 150 of 871) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c96 unsigned usage, index; local
103 svga_generate_vdecl_semantics( i, &usage, &index );
109 decl.identity.usage = usage;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/tools/
H A Dfxdis.cpp32 void usage() function
47 usage();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/tools/
H A Ddxbc2tgsi.cpp34 void usage() function
49 usage();
/external/chromium_org/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp11 void usage() { function
39 usage();
59 usage();
/external/chromium_org/third_party/skia/tools/
H A Dgit-sync-deps63 def usage(deps_file_path = None): function
211 usage(deps_file_path)
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_speed_test.cc54 std::string usage = "Tool for measuring the speed of NetEq.\n" local
60 google::SetUsageMessage(usage);
64 // Print usage information.
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_analyze.cc44 std::string usage = local
48 " --helpshort for usage.\n"
49 "Example usage:\n" +
53 google::SetUsageMessage(usage);
57 // Print usage information.
/external/chromium_org/third_party/webrtc/tools/frame_editing/
H A Dframe_editing.cc22 std::string usage = "Deletes a series of frames in a yuv file." local
24 "Example usage:\n" + program_name +
65 // Init the parser and set the usage message
67 parser.SetUsageMessage(usage);
/external/chromium_org/tools/checkbins/
H A Dcheckbins.py112 usage = "Usage: %prog [options] DIRECTORY" variable
113 option_parser = optparse.OptionParser(usage=usage)
/external/chromium_org/tools/
H A Dgyp-explain.py16 def usage(): function
96 usage()
/external/chromium_org/tools/json_schema_compiler/
H A Dfeatures_compiler.py59 usage='usage: %prog [option]... schema') variable
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dcommand_line.py60 usage = '' variable in class:OptparseCommand
64 return optparse.OptionParser('%%prog %s %s' % (cls.Name(), cls.usage),
86 Example usage:
/external/chromium_org/v8/tools/
H A Dv8-info.sh45 usage() { function
47 usage: $0 OPTIONS
55 Example usage: $0 -i 3.19.10$
59 Example usage: $0 -v 14981
63 Example usage: $0 -m 3.18
67 Example usage: $0 -p 3.19.12.1
71 Example usage: $0 -u 3.19.10:3.19.11
143 h) usage
157 usage
/external/compiler-rt/lib/asan/
H A Dasanwrapper.cc6 void usage(const char* me) { function
27 usage(argv[0]);
/external/e2fsprogs/e2fsck/
H A Dextend.c19 static void usage(char *progname) function
36 usage(argv[0]);
/external/e2fsprogs/misc/
H A Duuidgen.c29 static void usage(const char *progname) function
59 usage(argv[0]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat27 if x%1==x goto usage
46 if x%buildType%==x goto usage
51 :usage label
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl61 usage() unless defined $sourceDir;
62 usage() unless defined $destDir;
63 usage() unless defined $srcFileName;
64 usage() unless defined $destFileName;
634 sub usage { subroutine
/external/icu/icu4c/source/tools/
H A Dicu-svnprops-check.py13 # usage:
18 # -h | --help Print a usage line and exit.
149 def usage(): function
150 print "usage: " + sys.argv[0] + " [-f | --fix] [-h | --help]"
195 usage()
199 usage()
205 usage()
/external/iproute2/ip/
H A Dlink_veth.c20 static void usage(void) function
36 usage();
/external/iproute2/tc/
H A Dtc_monitor.c29 static void usage(void) __attribute__((noreturn));
31 static void usage(void) function
79 usage();
/external/ipsec-tools/src/racoon/
H A Dmain.c99 static void usage __P((void));
106 usage() function
108 printf("usage: racoon [-BdFv%s] %s[-f (file)] [-l (file)] [-p (port)]\n",
385 usage();
393 usage();
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c37 static void usage(void) function
40 "usage: filecap [-a | -d | /dir | /dir/file [cap1 cap2 ...] ]\n");
100 usage();
135 usage();
146 usage();
/external/libmtp/examples/
H A Dnewplaylist.c30 static void usage(void) { function
51 usage();
65 usage();
73 usage();
78 usage();
H A Dthumb.c37 static void usage(void) { function
61 usage();
66 usage();
74 usage();

Completed in 7593 milliseconds

1234567891011>>