Searched defs:usage (Results 1 - 25 of 152) sorted by relevance

1234567

/vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/
H A Dbld_awk_pkginfo.ksh13 usage() function
16 usage: bld_awk_pkginfo -p <prodver> -m <mach> -o <awk_script> [-v <version>]
55 usage
63 usage
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh30 ## Script usage documentation.
31 usage() { function
60 --help|--usage
103 "--help"|"--usage")
104 usage
/vbox/src/VBox/Installer/linux/
H A Dinstall.sh62 usage() { function
210 usage
H A Drun-inst.sh53 usage() function
247 usage
290 usage
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh20 # rendering. For details, options and configuration see the usage() function
62 ## Print usage information for the service script.
66 usage() { function
88 --help|--usage Print this text.
255 usage >&2
288 --help|--usage)
290 usage
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl72 sub usage subroutine
80 print "\t -h display verbose usage message\n";
532 usage() if ($opt_h);
/vbox/src/VBox/Additions/linux/testcase/
H A DTimesyncBackdoor.c23 void usage() function
42 usage();
54 usage();
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_bufferobject.c29 GLenum usage = READ_DATA(sizeof(int) + 12, GLenum); local
33 cr_unpackDispatch.BufferDataARB(target, size, hasdata ? data:NULL, usage);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java106 usage() method in class:TestDrop
108 System.err.println("usage: java TestDrop [ seconds ]");
119 usage();
122 usage();
/vbox/src/VBox/Additions/os2/
H A DVBoxReplaceDll.cpp28 static int usage(const char *argv0) function
66 return usage(argv[0]);
98 fprintf(stderr, "syntax error: No DLLs specified. (Consult --help for usage.)\n");
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dxpath2.c6 * usage: xpath2 <xml-file> <xpath-expr> <new-value>
25 static void usage(const char *name);
36 usage(argv[0]);
46 usage(argv[0]);
61 * usage:
64 * Prints usage information.
67 usage(const char *name) { function
/vbox/src/VBox/ValidationKit/testanalysis/
H A Dtst-a1.py48 def usage(): function
49 """ Display usage """
50 print 'usage: %s [options] <testresults.xml> [baseline.xml]' % (sys.argv[0]);
68 return usage();
71 return usage();
78 return usage();
/vbox/src/VBox/ValidationKit/testmanager/db/
H A Dgen-sql-comments.py185 def usage(): function
186 sys.stderr.write('usage: gen-sql-comments.py <filename.pgsql>\n'
197 usage();
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DSUPLoggerCtl.cpp41 * Prints the usage.
44 static int usage(void) function
46 RTPrintf("usage: SUPLoggerCtl [-f|--flags <flags-settings>] \\\n"
66 return usage();
137 return usage();
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dconsole.h79 /** Console usage bitmask
84 int usage; member in struct:console_driver
133 * Test to see if console has an explicit usage
136 * @ret explicit Console has an explicit usage
147 * Set console usage
149 * @v usage New console usage
150 * @ret old_usage Previous console usage
153 console_set_usage ( int usage ) {
156 console_usage = usage;
[all...]
H A Dparseopt.h84 /** Command usage
89 const char *usage; member in struct:command_descriptor
101 * @v _usage Command usage
114 .usage = _usage, \
/vbox/src/VBox/Main/webservice/
H A Dwebtest.cpp28 static void usage(int exitcode) function
85 usage(0);
90 usage(1);
95 usage(1);
102 usage(1);
/vbox/src/VBox/Additions/common/VBoxGuest/win/
H A DVBoxGuestInst.cpp140 static int usage(char *programName) function
154 return usage(argv[0]);
165 return usage(argv[0]);
/vbox/src/bldprogs/
H A Dpreload.cpp119 static int usage(const char *argv0) function
143 usage(argv[0]);
157 return usage(argv[0]);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_bufferobject.h35 GLenum usage; member in struct:__anon16173
44 /* bitfield representing the object usage. 1 means the object is used by the context with the given bitid */
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dfontcache.h58 long usage; member in struct:cacheinfo
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dshader.c90 const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage)
123 if (usage) FIXME("Usage %#x not implemented.\n", usage);
89 d3d8_vertex_shader_init(struct d3d8_vertex_shader *shader, struct d3d8_device *device, const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage) argument
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_bufferobject.c84 crPackBufferDataARB( target, bufObj->size, bufObj->pointer, bufObj->usage );
95 packspu_BufferDataARB(GLenum target, GLsizeiptrARB size, const GLvoid * data, GLenum usage) argument
98 crStateBufferDataARB(target, size, data, usage);
99 crPackBufferDataARB(target, size, data, usage);
/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClient.cpp208 static void usage(char *sProgName) function
210 RTPrintf("usage: %s [-fvl]\n", sProgName);
240 default : usage(argv[0]);
246 usage(argv[0]);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexshader.c142 const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage)
178 if (usage) FIXME("Usage %#x not implemented.\n", usage);
141 vertexshader_init(IDirect3DVertexShader8Impl *shader, IDirect3DDevice8Impl *device, const DWORD *declaration, const DWORD *byte_code, DWORD shader_handle, DWORD usage) argument

Completed in 103 milliseconds

1234567