HomeSort by relevance Sort by last modified time
    Searched defs:Usage (Results 26 - 50 of 58) sorted by null

12 3

  /external/icu4c/tools/gendraft/
genheaders.pl 65 usage() unless defined $srcDir;
66 usage() unless defined $destDir;
67 usage() unless defined $version;
68 usage() unless defined $exclude;
251 sub usage { subroutine
253 Usage:
  /external/qemu/
offset_layout.py 16 def Usage():
18 Usage: %s --dx offset-x-display --dy offset-y-display --px offset-x-phone-buttons --py offset-y-phone-buttons --kx offset-x-keyboard --ky offset-y-keyboard < layout > layout2.
48 Usage()
50 Usage()
  /external/webkit/Tools/Scripts/
ensure-valid-python 129 Usage: $0 [options]
  /sdk/emulator/qtools/
bb_dump.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
23 Usage(argv[0]);
check_trace.cpp 16 void Usage(const char *program)
18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
26 Usage(argv[0]);
dump_regions.cpp 13 void Usage(const char *program)
15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
23 Usage(argv[0]);
profile_pid.cpp 36 void Usage(const char *program)
38 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
46 Usage(argv[0]);
q2g.cpp 26 void Usage(const char *program)
28 fprintf(stderr, "Usage: %s [options] trace_file elf_file gtrace_file\n",
37 Usage(argv[0]);
bb2sym.cpp 22 void Usage(const char *program)
24 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
48 Usage(argv[0]);
read_method.cpp 72 void Usage(const char *program)
74 fprintf(stderr, "Usage: %s [options] trace_name elf_file\n",
82 Usage(argv[0]);
read_trace.cpp 17 void Usage(const char *program)
20 "Usage: %s [options] [-- -s start_time] trace_file elf_file\n",
50 Usage(argv[0]);
stack_dump.cpp 75 void Usage(const char *program)
77 fprintf(stderr, "Usage: %s [options] [-- -d dumpTime] trace_name elf_file\n",
106 Usage(argv[0]);
coverage.cpp 71 void Usage(const char *program)
73 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
81 Usage(argv[0]);
profile_trace.cpp 40 void Usage(const char *program)
42 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
50 Usage(argv[0]);
check_stack.cpp 78 void Usage(const char *program)
80 fprintf(stderr, "Usage: %s [options] trace_name elf_file\n",
89 Usage(argv[0]);
q2dm.cpp 125 void Usage(const char *program)
127 fprintf(stderr, "Usage: %s [options] trace_name elf_file dmtrace_name\n",
138 Usage(argv[0]);
  /external/icu4c/tools/genrb/
gendtjar.pl 10 # locale data in the icu4c project. See usage() notes (below)
47 usage();
60 usage();
374 sub usage { subroutine
376 Usage:
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 61 usage() unless defined $sourceDir;
62 usage() unless defined $destDir;
63 usage() unless defined $srcFileName;
64 usage() unless defined $destFileName;
634 sub usage { subroutine
636 Usage:
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 87 Usage:
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 37 enum Usage {
48 static void* reserveUncommitted(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false);
60 static void* reserveAndCommit(size_t, Usage = UnknownUsage, bool writable = true, bool executable = false);
66 static void* reserveAndCommit(size_t reserveSize, size_t commitSize, Usage = UnknownUsage, bool writable = true, bool executable = false);
70 inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable)
72 void* base = reserveUncommitted(reserveSize, usage, writable, executable);
  /external/icu4c/tools/genpname/
preparse.pl 15 # See usage note below.
137 Usage: $me <icu_dir> [<out_file>]
    [all...]
  /external/mksh/src/
check.pl 158 $Usage = <<EOF ;
159 Usage: $prog [-s test-set] [-C category] [-p prog] [-v] [-e e=v] name ...
223 print STDERR $Usage;
    [all...]
  /frameworks/compile/slang/tests/
test.py 151 def Usage():
152 print ('Usage: %s [OPTION]... [TESTNAME]...'
171 Usage()
  /system/extras/tests/sdcard/
plot_sdcard.py 22 Typical usage:
287 def Usage():
288 """Print this module's usage."""
313 Usage()
327 Usage()
  /build/tools/releasetools/
common.py 451 Display this usage message and exit.
454 def Usage(docstring):
475 Usage(docstring)
483 Usage(docstring)

Completed in 1138 milliseconds

12 3