HomeSort by relevance Sort by last modified time
    Searched defs:usage (Results 201 - 225 of 983) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/tools/
dxbc2tgsi.cpp 34 void usage() function
41 std::cerr << "Usage: dxbc2tgsi FILE\n";
49 usage();
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 81 unsigned usage; local
83 usage = PIPE_BIND_RENDER_TARGET;
84 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
151 unsigned usage; local
153 usage = PIPE_BIND_SAMPLER_VIEW;
154 ps = st_manager_get_egl_image_surface(st, (void *) image_handle, usage);
  /external/openssl/crypto/rc4/
rc4.c 65 char *usage[]={ variable
66 "usage: rc4 args\n",
116 for (pp=usage; (*pp != NULL); pp++)
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 21 void usage(void);
67 usage();
70 usage();
120 void usage(void) function
122 fprintf(stderr, "Usage: pppoe-discovery [options]\n");
  /external/qemu/distrib/libsparse/src/
img2simg.c 41 void usage() function
43 fprintf(stderr, "Usage: img2simg <raw_image_file> <sparse_image_file> [<block_size>]\n");
56 usage();
65 usage();
simg2simg.c 37 void usage() function
39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
55 usage();
  /external/sepolicy/tools/
checkfc.c 20 static void usage(char *name) { function
21 fprintf(stderr, "usage: %s [OPTIONS] sepolicy context_file\n\n", name);
52 usage(argv[0]);
60 usage(argv[0]);
  /external/sepolicy/tools/sepolicy-analyze/
sepolicy-analyze.c 17 void (*usage) (void); member in struct:__anon34933
26 void usage(char *arg0) function
33 analyze_components[i].usage();
47 usage(argv[0]);
55 usage(argv[0]); }
59 usage(argv[0]);
  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 174 GrGLenum usage = fDesc.fDynamic ? DYNAMIC_USAGE_PARAM : GR_GL_STATIC_DRAW; local
178 GL_CALL(gpu, BufferData(fBufferType, (GrGLsizeiptr) srcSizeInBytes, src, usage));
187 GL_CALL(gpu, BufferData(fBufferType, fGLSizeInBytes, NULL, usage));
208 GL_CALL(gpu, BufferData(fBufferType, fGLSizeInBytes, NULL, usage));
212 GL_CALL(gpu, BufferData(fBufferType, fGLSizeInBytes, src, usage));
  /external/skia/tools/
git-sync-deps 45 def usage(deps_file_path = None): function
47 'Usage: run to grab dependencies, with optional platform support:\n')
200 usage(deps_file_path)
  /external/smack/src/org/xbill/DNS/tests/
primary.java 11 usage() { method in class:primary
12 System.out.println("usage: primary [-t] [-a | -i] origin file");
24 usage(); method
  /external/srec/tools/make_g2g/
make_g2g.c 40 static void usage(LCHAR* exename) function
42 LFPRINTF(stdout,"usage: %s -base <base grammar filename> [-out <output file>] \n",exename);
99 usage(argv[0]);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 14 def usage(): function
15 print "Usage: %s <ifname>" % sys.argv[0]
44 usage()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 14 def usage(): function
15 print "Usage:"
88 usage()
125 usage()
132 usage()
146 usage()
156 usage()
p2p_flush.py 15 def usage(): function
16 print "Usage:"
88 usage()
125 usage()
132 usage()
146 usage()
155 usage()
p2p_listen.py 15 def usage(): function
16 print "Usage:"
89 usage()
126 usage()
133 usage()
144 usage()
155 usage()
164 usage()
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 20 static void usage(void) function
24 "usage:\n"
222 usage();
295 usage();
321 usage();
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 49 // detailed information such as signal numbers, stop and continue, resource usage, etc.
95 struct rusage usage; local
96 getrusage(RUSAGE_CHILDREN, &usage);
99 usage.ru_utime.tv_sec, usage.ru_utime.tv_usec / 1000,
100 usage.ru_stime.tv_sec, usage.ru_stime.tv_usec / 1000);
  /frameworks/base/cmds/backup/
backup.cpp 29 usage(int argc, const char** argv) function
35 "usage: %s\n"
38 "usage: %s list FILE\n"
41 "usage: %s print NAME FILE\n"
116 return usage(argc, argv);
  /frameworks/base/cmds/idmap/
idmap.cpp 9 const char *usage = "NAME\n\ member in namespace:__anon39219
221 printf("%s\n", usage);
241 fprintf(stderr, "Usage: don't use this (cf dexopt usage).\n");
  /frameworks/base/core/java/android/app/usage/
TimeSparseArray.java 17 package android.app.usage;
  /frameworks/base/tools/aapt/
Main.cpp 40 * Print usage info.
42 void usage(void) function
45 fprintf(stderr, "Usage:\n");
704 usage();
printapk.cpp 13 usage() function
16 "usage: apk APKFILE\n"
40 return usage();
  /frameworks/base/tools/validatekeymaps/
Main.cpp 40 static void usage() { function
42 fprintf(stderr, "Usage:\n");
130 usage();
  /frameworks/native/opengl/libagl/
BufferObjectManager.h 44 GLenum usage; member in struct:android::gl::buffer_t
63 int allocateStore(gl::buffer_t* bo, GLsizeiptr size, GLenum usage);

Completed in 1320 milliseconds

1 2 3 4 5 6 7 891011>>