HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 476 - 500 of 764) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 351 usage (void) function
357 fprintf(stderr, "Usage: %s [switches] ", progname);
441 if (++argn >= argc) usage();
447 if (++argn >= argc) usage();
471 usage();
476 usage();
481 usage();
510 usage();
520 usage();
  /external/skia/tools/
bbh_shootout.cpp 349 SkString usage; local
350 usage.printf("Usage: filename [filename]*\n");
353 SkDebugf("%s\n", usage.c_str());
bench_pictures_main.cpp 387 SkString usage; local
388 usage.printf("Time drawing .skp files.\n"
391 SkCommandLineFlags::SetUsage(usage.c_str());
  /external/srec/tools/make_cfst/
make_cfst.cpp 40 int usage(const char* prog) function
42 printf("usage: %s -phones models/phones.map -models models/models128x.map -cfst models/generic.C -swiarb models/generic.swiarb\n", prog);
85 return usage(argv[0]);
101 return usage(argv[0]);
  /external/srec/tools/parseStringTest/
parseStringTest.c 61 int usage(LCHAR* exename) function
63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename);
298 usage(argv[0]);
333 return usage(argv[0]);
  /external/srtp/test/
rtpw.c 13 * applied. See the usage() function for more details.
103 * the function usage() prints an error message describing how this
108 usage(char *prog_name);
201 usage(argv[0]);
215 usage(argv[0]);
224 usage(argv[0]);
229 usage(argv[0]);
494 usage(char *string) { function
496 printf("usage: %s [-d <debug>]* [-k <key> [-a][-e]] "
  /external/wpa_supplicant_8/hostapd/
main.c 488 static void usage(void) function
493 "usage: hostapd [-hdBKtv] [-P <PID file>] [-e <entropy file>] "
499 " -h show this usage\n"
596 usage();
635 usage();
641 usage();
  /frameworks/av/cmds/stagefright/
codec.cpp 42 static void usage(const char *me) { function
43 fprintf(stderr, "usage: %s [-a] use audio\n"
353 usage(me);
362 usage(me);
muxer.cpp 34 static void usage(const char *me) { function
35 fprintf(stderr, "usage: %s [-a] [-v] [-s <trim start time>]"
263 usage(me);
272 usage(me);
recordvideo.cpp 32 // Print usage showing how to use this utility to record videos
33 static void usage(const char *me) { function
34 fprintf(stderr, "usage: %s\n", me);
182 usage(argv[0]);
233 usage(argv[0]);
253 usage(argv[0]);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 35 void usage (void) { function
38 printf ("Usage:\n");
285 usage();
313 usage();
328 usage();
348 usage ();
  /frameworks/av/services/audioflinger/
test-resample.cpp 64 static int usage(const char* name) { function
65 fprintf(stderr,"Usage: %s [-p] [-h] [-s] [-q {dq|lq|mq|hq|vhq}] [-i input-sample-rate] "
115 usage(progname);
127 usage(progname);
142 usage(progname);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 59 camera3_stream::usage = 0; member in class:android::camera3::camera3_stream
118 oldUsage = camera3_stream::usage;
121 res = getEndpointUsage(&(camera3_stream::usage));
123 ALOGE("%s: Cannot query consumer endpoint usage!",
181 oldUsage == camera3_stream::usage &&
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 62 int usage = Allocation.USAGE_GRAPHICS_TEXTURE | Allocation.USAGE_GRAPHICS_RENDER_TARGET; local
63 sRenderTargetBlur0Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
64 sRenderTargetBlur1Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
65 sRenderTargetBlur2Color = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
70 usage = Allocation.USAGE_GRAPHICS_RENDER_TARGET;
71 sRenderTargetBlur0Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
72 sRenderTargetBlur1Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
73 sRenderTargetBlur2Depth = new TextureRenderTarget(Allocation.createTyped(rs, renderType, usage));
  /frameworks/base/tests/touchlag/
touchlag.cpp 215 void usage(const char* name) { function
242 usage(argv[0]);
  /frameworks/native/cmds/dumpstate/
dumpstate.c 313 static void usage() { function
314 fprintf(stderr, "usage: dumpstate [-b soundfile] [-e soundfile] [-o file [-d] [-p] [-z]] [-s] [-q]\n"
384 usage();
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 335 virtual status_t setConsumerUsageBits(uint32_t usage) {
338 data.writeInt32(usage);
461 uint32_t usage = data.readInt32(); local
462 status_t result = setConsumerUsageBits(usage);
IGraphicBufferProducer.cpp 83 uint32_t w, uint32_t h, uint32_t format, uint32_t usage) {
90 data.writeInt32(usage);
203 uint32_t usage = data.readInt32(); local
206 int result = dequeueBuffer(&buf, &fence, async, w, h, format, usage);
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 113 int usage = Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_OUTPUT; local
119 Allocation outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
125 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
131 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
137 outAlloc = Allocation.createTyped(mRS, b.setX(outX).setY(outY).create(), usage);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 89 int usage = 0; local
95 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
98 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
102 if (mapper.lock(bufferHandle, usage, bounds, vaddr) != 0) {
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 173 static void usage(bool full) function
177 printf("Usage:\t%s [options] command\n", argv0);
218 "Print usage for each command.");
507 usage(argc != 0);
553 usage(false);
  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 31 * Usage:
102 usage message on stderr rather than stdout; adds
242 char *usage = local
243 "Usage: ansi2knr [--filename FILENAME] [INPUT_FILE [OUTPUT_FILE]]\n";
270 fprintf(stderr, usage);
276 fprintf(stderr, usage);
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 46 void usage(string name) { function
60 cerr << "Usage: " << name << " [options] image_list.txt" << endl;
104 usage(argv[0]);
348 usage(progname);
373 usage(progname);
382 usage(progname);
395 usage(progname);
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
dbregtest.cpp 46 void usage(string name) { function
60 cerr << "Usage: " << name << " [options] image_list.txt" << endl;
104 usage(argv[0]);
348 usage(progname);
373 usage(progname);
382 usage(progname);
395 usage(progname);
  /packages/apps/Launcher3/
print_db.py 24 def usage(): function
25 print "usage: print_db.py launcher.db <sw600|sw720> -- prints a launcher.db"
26 print "usage: print_db.py <sw600|sw720> -- adb pulls a launcher.db from a device"
313 usage()

Completed in 2117 milliseconds

<<11121314151617181920>>