HomeSort by relevance Sort by last modified time
    Searched refs:usage (Results 176 - 200 of 837) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/expat/tests/benchmark/
benchmark.c 18 usage(const char *prog, int rc) function
21 "usage: %s [-n] filename bufferSize nr_of_loops\n", prog);
43 usage(argv[0], 1);
48 usage(argv[0], 1);
  /external/grub/grub/
main.c 93 usage (int status) function
99 Usage: grub [OPTION]...\n\
159 usage (0);
241 usage (1);
  /external/grub/util/
mbchk.c 38 usage (int status) function
43 printf ("Usage: mbchk [OPTION]... [FILE]...\n"
198 usage (0);
211 usage (1);
  /external/icu4c/samples/ufortune/
ufortune.c 82 * -? or --help display a usage line
138 * Display any command line option usage errors and/or the
139 * usage help message. These messages come from our resource bundle.
153 const UChar *usage; local
156 usage = ures_getStringByKey(myResources, "usage", &len, &err);
158 fprintf(stderr, "%s: ures_getStringByKey(\"usage\") failed, %s\n", programName, u_errorName(err));
161 u_file_write(usage, len, u_stdout);
  /external/ipsec-tools/src/racoon/
main.c 136 usage() function
138 printf("usage: racoon [-BdFv"
253 usage();
261 usage();
  /external/skia/gpu/src/
GrGLVertexBuffer.cpp 104 GrGLenum usage = dynamic() ? GR_GL_DYNAMIC_DRAW : GR_GL_STATIC_DRAW; local
106 GR_GL(BufferData(GR_GL_ARRAY_BUFFER, srcSizeInBytes, src, usage));
108 GR_GL(BufferData(GR_GL_ARRAY_BUFFER, size(), NULL, usage));
  /external/valgrind/main/auxprogs/
gen-mdg 60 my $usage = <<END
61 usage: gen-mdg [options] label
90 die $usage;
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.h 38 virtual int alloc_pmem_buffer(size_t size, int usage, void** pBase,
91 virtual int alloc_pmem_buffer(size_t size, int usage, void** pBase,
150 virtual int alloc_pmem_buffer(size_t size, int usage, void** pBase,
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofBinaryToAscii.java 51 usage("binary hprof file argument expected");
56 usage("file " + file + " does not exist");
172 * Prints usage error but does not exit.
174 private static void usage(String error) { method in class:HprofBinaryToAscii
178 System.out.println("usage: HprofBinaryToAscii <binary-hprof-file>");
  /system/core/logwrapper/
logwrapper.c 35 void usage() { function
37 "Usage: logwrapper [-x] BINARY [ARGS ...]\n"
129 usage();
139 usage();
  /system/core/nexus/
nexctl.c 34 static void usage(char *progname);
42 usage(argv[0]);
144 static void usage(char *progname) { function
145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /system/core/toolbox/
wipe.c 30 static int usage() function
43 if (argc != 2) return usage();
72 return usage();
  /system/netd/
ndc.c 34 static void usage(char *progname);
42 usage(argv[0]);
144 static void usage(char *progname) { function
145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /system/vold/
vdc.c 35 static void usage(char *progname);
43 usage(argv[0]);
148 static void usage(char *progname) { function
149 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /bionic/libc/kernel/tools/
find_headers.py 17 def usage(): function
19 usage: find_headers.py [options] <kernel-root> (file|directory|@listfile)+
43 usage()
55 usage()
58 usage()
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESbuffer.h 30 bool setBuffer(GLuint size,GLuint usage,const GLvoid* data);
  /external/bluetooth/glib/tests/
slice-color.c 25 static void usage (void);
101 usage (void) function
103 g_print ("Usage: slice-color <block-size> [memory-size] [repeats] [colorization]\n");
116 usage();
135 usage();
  /external/chromium/chrome/browser/
process_info_snapshot.h 80 // Fills a |CommittedKBytes| with both resident and paged memory usage, as per
90 // |usage| - pointer to |CommittedBytes| to fill; zero-ed on error.
93 base::CommittedKBytes* usage) const;
  /external/chromium/net/tools/fetch/
fetch_server.cc 20 void usage(const char* program_name) { function
21 printf("usage: %s\n", program_name);
  /external/emma/core/java12/com/vladium/util/args/
IOptsParser.java 62 void usage (PrintWriter out, int level, int width); method in interface:IOptsParser
67 // TODO: pass short/long usage opt names in?
  /external/icu4c/tools/
icu-svnprops-check.py 13 # 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/
ipmroute.c 34 static void usage(void) __attribute__((noreturn));
36 static void usage(void) function
38 fprintf(stderr, "Usage: ip mroute show [ PREFIX ] [ from PREFIX ] [ iif DEVICE ]\n");
40 fprintf(stderr, "Usage: ip mroute [ add | del ] DESTINATION from SOURCE [ iif DEVICE ] [ oif DEVICE ]\n");
176 usage();
203 usage();
  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocationAligned.h 44 static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false);
  /external/webkit/Source/WebKit/win/
WebSecurityOrigin.h 61 virtual HRESULT STDMETHODCALLTYPE usage(
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 27 static void usage(void) function
31 "usage:\n"
189 usage();
249 usage();
270 usage();

Completed in 1240 milliseconds

1 2 3 4 5 6 78 91011>>