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

1 2 3 45 6 7

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 76 Usage (
592 Usage ();
597 Usage ();
693 Usage (
700 Print usage information for this utility.
721 "Usage:",
  /external/curl/tests/
runtests.pl     [all...]
  /tools/repohooks/tools/
checkpatch.pl 60 Usage: $P [OPTION]... [FILE]...
    [all...]
  /art/dexlayout/
dexdiag.cc 441 static void Usage(const char* cmd) {
442 std::cout << "Usage: " << cmd << " [options] pid" << std::endl
451 Usage(argv[0]);
456 // TODO: add option to track usage by class name, etc.
460 Usage(argv[0]);
468 Usage(argv[0]);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
GenSec.c 122 Usage (
142 // Summary usage
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 155 Usage (
1042 // If no arguments, assume they want usage info
1045 Usage ();
1074 Usage ();
1094 Usage ();
1113 Usage ();
1123 Usage ();
1182 Usage ();
1211 Usage ();
1219 Usage ();
    [all...]
  /external/abi-dumper/
abi-dumper.pl 94 Usage: $CmdName [options] [object]
172 USAGE:
    [all...]
  /external/autotest/client/common_lib/cros/
textfsm.py 46 class Usage(Exception):
1001 raise Usage(msg)
1010 raise Usage('Invalid arguments.')
1048 except Usage as err:
  /external/libevent/
event_rpcgen.py     [all...]
  /frameworks/base/core/java/android/hardware/
HardwareBuffer.java 106 public @interface Usage {};
108 @Usage
109 /** Usage: The buffer will sometimes be read by the CPU */
111 /** Usage: The buffer will often be read by the CPU */
114 /** Usage: The buffer will sometimes be written to by the CPU */
116 /** Usage: The buffer will often be written to by the CPU */
119 /** Usage: The buffer will be read from by the GPU */
121 /** Usage: The buffer will be written to by the GPU */
123 /** Usage: The buffer must not be used outside of a protected hardware path */
125 /** Usage: The buffer will be read by a hardware video encoder *
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 91 * Indicates the intended usage of an encoded word.
93 public enum Usage {
130 return encodeEncodedWord(displayName, Usage.WORD_ENTITY);
186 * @param usage
194 public static String encodeIfNecessary(String text, Usage usage,
197 return encodeEncodedWord(text, usage, usedCharacters);
261 * @param usage
268 public static String encodeEncodedWord(String text, Usage usage) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
test.go 173 // Usage prints the usage message for 'go test -h' and exits.
174 func Usage() {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 80 func triStateFlag(name string, value triState, usage string) *triState {
81 flag.Var(&value, name, usage)
160 func register(name, usage string, fn func(*File, ast.Node), types ...ast.Node) {
161 report[name] = triStateFlag(name, unset, usage)
172 // Usage is a replacement usage function for the flags package.
173 func Usage() {
174 fmt.Fprintf(os.Stderr, "Usage of vet:\n")
212 flag.Usage = Usage
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag.go 8 Usage:
272 // Usage is the function called when an error occurs while parsing flags.
274 // a custom error handler. What happens after Usage is called depends
276 // to ExitOnError, which exits the program after calling Usage.
277 Usage func()
291 Usage string // help message
293 DefValue string // default value (as text); for usage message
312 // Output returns the destination for usage and error messages. os.Stderr is returned if
331 // SetOutput sets the destination for usage and error messages.
422 // UnquoteUsage extracts a back-quoted name from the usage
839 func (f *FlagSet) usage() { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/test/
test.go 173 // Usage prints the usage message for 'go test -h' and exits.
174 func Usage() {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 80 func triStateFlag(name string, value triState, usage string) *triState {
81 flag.Var(&value, name, usage)
160 func register(name, usage string, fn func(*File, ast.Node), types ...ast.Node) {
161 report[name] = triStateFlag(name, unset, usage)
172 // Usage is a replacement usage function for the flags package.
173 func Usage() {
174 fmt.Fprintf(os.Stderr, "Usage of vet:\n")
212 flag.Usage = Usage
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 8 Usage:
272 // Usage is the function called when an error occurs while parsing flags.
274 // a custom error handler. What happens after Usage is called depends
276 // to ExitOnError, which exits the program after calling Usage.
277 Usage func()
291 Usage string // help message
293 DefValue string // default value (as text); for usage message
312 // Output returns the destination for usage and error messages. os.Stderr is returned if
331 // SetOutput sets the destination for usage and error messages.
422 // UnquoteUsage extracts a back-quoted name from the usage
839 func (f *FlagSet) usage() { func
    [all...]
  /build/make/tools/releasetools/
common.py 957 Display this usage message and exit.
960 def Usage(docstring):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 147 Usage (
255 Usage ();
269 Usage();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
HiiPack.c 98 Usage (
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 187 Usage (
1147 Usage ();
1189 Usage ();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 137 enum Usage
147 // Buffer usage flags
160 // Texture usage flags
168 bool supportsDeviceBufferWrites (Usage usage)
170 if (usage & USAGE_TRANSFER_DST)
173 if (usage & USAGE_STORAGE_BUFFER)
176 if (usage & USAGE_STORAGE_TEXEL_BUFFER)
182 bool supportsDeviceImageWrites (Usage usage)
282 Usage usage; member in struct:vkt::memory::__anon17726::__anon17730
485 Usage usage; member in struct:vkt::memory::__anon17726::TestConfig
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 75 void Usage __P((void));
1031 Usage();
1047 Usage();
1054 Usage()
1059 printf("Usage: eaytest [");
  /art/patchoat/
patchoat.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
GenFw.c 144 Usage (
164 // Summary usage
    [all...]

Completed in 1167 milliseconds

1 2 3 45 6 7