HomeSort by relevance Sort by last modified time
    Searched defs:Usage (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /system/core/init/test_service/
test_service.cpp 25 void Usage(char* argv[]) {
26 printf("Usage: %s <status field> <value> [<status field> <value>]*\n", argv[0]);
32 Usage(argv);
38 Usage(argv);
  /system/extras/tests/sdcard/
plot_sdcard.py 22 Typical usage:
287 def Usage():
288 """Print this module's usage."""
313 Usage()
327 Usage()
  /tools/loganalysis/src/com/android/loganalysis/parser/
BatteryUsageParser.java 25 * A {@link IParser} to parse battery usage statistics
35 private static final Pattern Usage = Pattern.compile("^\\s*(.*): (\\d+(\\.\\d*)?)");
50 m = Usage.matcher(line);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
GenCrc32.c 56 Usage (
63 Displays the utility usage syntax to STDOUT
76 // Summary usage
78 fprintf (stdout, "Usage: GenCrc32 -e|-d [options] <input_file>\n\n");
156 Usage ();
167 Usage ();
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 62 if /i "%~1"=="/?" goto Usage
108 if "%~1"=="" goto Usage
127 goto Usage
266 :Usage
271 echo Usage: bld_vlv.bat [options] PlatformType [Build Target]
  /external/google-breakpad/src/tools/linux/symupload/
minidump_upload.cc 90 Usage(int argc, const char *argv[]) {
92 fprintf(stderr, "Usage: %s [options...] -p <product> -v <version> <minidump> "
102 fprintf(stderr, "-h:\t Usage\n");
103 fprintf(stderr, "-?:\t Usage\n");
129 Usage(argc, argv);
137 Usage(argc, argv);
  /external/mksh/src/
check.pl 186 $Usage = <<EOF ;
187 Usage: $prog [-Pv] [-C cat] [-e e=v] [-p prog] [-s fn] [-T dir] \
251 print STDERR $Usage;
    [all...]
  /external/python/cpython2/PCbuild/
build.bat 3 :Usage
65 if "%~1"=="-h" goto Usage
  /frameworks/base/tools/aapt2/
Flags.cpp 102 void Flags::Usage(const StringPiece& command, std::ostream* out) {
146 Usage(command, out_error);
157 Usage(command, out_error);
172 Usage(command, out_error);
180 Usage(command, out_error);
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
base.go 32 // UsageLine is the one-line usage message.
54 // Name returns the command's name: the first word in the usage line.
64 func (c *Command) Usage() {
65 fmt.Fprintf(os.Stderr, "usage: %s\n", c.UsageLine)
149 // Usage is the usage-reporting function, filled in by package main
151 var Usage func()
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
base.go 32 // UsageLine is the one-line usage message.
54 // Name returns the command's name: the first word in the usage line.
64 func (c *Command) Usage() {
65 fmt.Fprintf(os.Stderr, "usage: %s\n", c.UsageLine)
149 // Usage is the usage-reporting function, filled in by package main
151 var Usage func()
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFv.c 66 Usage (
73 Displays the utility usage syntax to STDOUT
86 // Summary usage
222 Usage ();
245 Usage ();
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
replace.c 30 Usage (char *Name)
58 Usage (argv[0]);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 71 Usage (
366 Usage ();
394 Usage ();
401 Usage ();
405 Usage ();
417 Usage ();
423 Usage ();
432 Usage (
439 Print usage information for this utility.
460 "Usage:",
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ModifyInf/
ModifyInf.c 249 Usage (
277 "Usage:",
313 Usage ();
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 36 if "%~1"=="?" goto Usage
37 if "%~1"=="/?" goto Usage
38 if /i "%~1"=="Help" goto Usage
58 if "%~2"=="" goto Usage
59 if not exist %~2 echo BIOS not found. & goto Usage
66 if "%~2"=="" goto Usage
67 if not exist %~2 echo ConfigFile not found. & goto Usage
73 if "%~2"=="" goto Usage
92 goto Usage
144 goto Usage
    [all...]
  /external/ImageMagick/scripts/
txt2html 101 # * moved usage subroutine up top so people who look through code see
258 sub usage subroutine
264 Usage: $0 [options]
460 &usage;
467 &usage;
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 16 def Usage():
17 print >> sys.stderr, "Usage: \n" + \
95 Usage()
223 Usage();
227 Usage()
235 Usage()
246 Usage()
  /external/python/cpython3/PCbuild/
build.bat 3 :Usage
66 if "%~1"=="-h" goto Usage
  /external/selinux/libsemanage/src/
pywrap-test.py 6 usage = "\
30 class Usage(Exception):
28 " variable
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_tensorflow_server.cc 87 void Usage(char* const argv_0) {
88 std::cerr << "Usage: " << argv_0
107 tensorflow::string usage = tensorflow::Flags::Usage(argv[0], flag_list); local
111 std::cerr << usage << std::endl;
112 Usage(argv[0]);
120 Usage(argv[0]);
  /external/tensorflow/tensorflow/core/util/
command_line_flags.cc 272 /*static*/ string Flags::Usage(const string& cmdline,
276 strings::Appendf(&usage_text, "usage: %s\nFlags:\n", cmdline.c_str());
278 strings::Appendf(&usage_text, "usage: %s\n", cmdline.c_str());
  /external/toolchain-utils/
setup_chromeos.py 47 def Usage(parser):
  /frameworks/compile/slang/tests/
slang_test.py 310 def Usage():
311 """Print out usage information."""
312 print ('Usage: %s [OPTION]... [TESTNAME]...'
340 Usage()
  /frameworks/ml/nn/tools/test_generator/tests/
test.py 251 def Usage():
252 """Print out usage information."""
253 print ('Usage: %s [OPTION]... [TESTNAME]...'
281 Usage()

Completed in 722 milliseconds

1 23 4 5 6 7