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

1 2 34 5 6 7

  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_tool.cpp 88 int Usage(const std::string& command_name) {
89 printf("Usage: %s [options]\n", command_name.c_str());
236 return Usage(argv[0]);
242 return Usage(argv[0]);
  /art/runtime/
parsed_options.cc 350 // TODO: Move Usage information into this DSL.
387 Usage("%s is not a valid instruction set.", isa_str);
403 Usage("vfprintf argument was nullptr");
416 Usage("exit argument was nullptr");
427 Usage("abort was nullptr\n");
488 // Handle parse errors by displaying the usage and potentially exiting.
494 Usage("%s\n", parse_result.GetMessage().c_str());
497 Usage("%s\n", parse_result.GetMessage().c_str());
509 Usage(nullptr);
522 Usage("-Xusejit:true and -Xint cannot be specified together")
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/
EepromCmd.c 90 Usage (
264 Usage();
270 Usage();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
EfiLdrImage.c 81 Usage (
85 printf ("Usage: EfiLdrImage -o OutImage LoaderImage PeImage1 PeImage2 ... PeImageN\n");
183 printf ("Usage: EfiLdrImage -o OutImage LoaderImage PeImage1 PeImage2 ... PeImageN\n");
191 Usage();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Split.c 64 Usage (
245 Usage();
253 Usage();
  /device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat 26 if /I "%1"=="-h" goto Usage
27 if /I "%1"=="-help" goto Usage
28 if /I "%1"=="--help" goto Usage
29 if /I "%1"=="/h" goto Usage
30 if /I "%1"=="/help" goto Usage
31 if /I "%1"=="/?" goto Usage
389 :Usage
391 echo Usage: "%0 [-h | -help | --help | /h | /help | /?] [ Rebuild | ForceRebuild ] [Reconfig] [base_tools_path [edk_tools_path]]"
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 71 Usage (
78 Print usage.
145 Usage (*argv);
367 Usage (
380 "Usage:",
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp 65 Usage ();
102 Usage ();
109 Usage ();
345 CVfrCompiler::Usage (
357 "Usage:",
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py     [all...]
  /external/autotest/client/tests/ipv6connect/src/
ipv6connect.c 408 static const char* usage = variable
409 "Usage: %s [types [outer [inner]]]\n"
418 static void Usage(char *argv0) {
419 fprintf(stderr, usage, argv0);
432 Usage(argv[0]);
439 Usage(argv[0]);
446 Usage(argv[0]);
451 Usage(argv[0]);
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 174 Usage(int argc, const char *argv[]) {
176 fprintf(stderr, "Usage: %s [options...] <symbols> <upload-URL>\n", argv[0]);
183 fprintf(stderr, "-h:\t Usage\n");
184 fprintf(stderr, "-?:\t Usage\n");
207 Usage(argc, argv);
215 Usage(argc, argv);
  /external/mdnsresponder/mDNSWindows/NSPTool/
NSPTool.c 32 DEBUG_LOCAL void Usage( void );
62 // Usage
65 DEBUG_LOCAL void Usage( void )
110 Usage();
123 Usage();
150 Usage();
174 Usage();
206 Usage();
213 Usage();
  /external/swiftshader/src/Shader/
VertexProgram.hpp 64 typedef Shader::Usage Usage;
  /art/dexoptanalyzer/
dexoptanalyzer.cc 76 NO_RETURN static void Usage(const char *fmt, ...) {
85 UsageError("Usage: dexoptanalyzer [options]...");
152 Usage("No arguments specified");
164 Usage("Invalid compiler filter '%s'", option.data());
170 Usage("Invalid isa '%s'", option.data());
184 Usage("Invalid --oat-fd %d", oat_fd_);
189 Usage("Invalid --vdex-fd %d", vdex_fd_);
194 Usage("Invalid --zip-fd %d", zip_fd_);
200 Usage("Invalid --class-loader-context '%s'", context_str.c_str());
203 Usage("Unknown argument '%s'", option.data())
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 57 NO_RETURN static void Usage(const char* fmt, ...) {
64 UsageError("Usage: hiddenapi [options]...");
182 Usage("No arguments specified");
202 Usage("Unknown argument '%s'", option.data());
209 Usage("No DEX files specified");
213 Usage("No API file specified");
  /bionic/benchmarks/
bionic_benchmarks.cpp 90 void Usage() {
91 printf("Usage:\n");
163 Usage();
171 Usage();
179 Usage();
191 Usage();
195 Usage();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 63 Usage (
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 914 // If no arguments, assume they want usage info
917 Usage ();
922 Usage();
1004 Usage ();
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
GenFfs.c 90 Usage (
110 // Summary usage
516 Usage ();
528 Usage ();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GenPage.c 94 Usage (
98 printf ("Usage: GenPage.exe [options] EfiLoaderImageName \n\n\
310 Usage();
318 Usage();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 91 Usage ();
98 Usage ();
571 CVfrCompiler::Usage (
581 "Usage: VfrCompile [options] VfrFile",
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 40 @REM usage:
103 @if /I "%1"=="-h" @goto Usage
104 @if /I "%1"=="--help" @goto Usage
105 @if /I "%1"=="/?" @goto Usage
144 @goto Usage
214 :Usage
215 @echo Usage: %SCRIPT_NAME% [Options]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/FwImage/
fwimage.c 41 Usage (
55 "Usage:",
408 Usage ();
450 Usage ();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 90 Usage (
675 // If no arguments, assume they want usage info
678 Usage ();
698 Usage ();
708 Usage ();
722 Usage ();
736 Usage ();
751 Usage (
758 Print usage information for this utility.
779 "Usage:",
    [all...]

Completed in 745 milliseconds

1 2 34 5 6 7