Searched refs:usage (Results 226 - 250 of 1710) sorted by relevance

1234567891011>>

/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c21 void usage(void);
67 usage();
70 usage();
120 void usage(void) function
/external/stlport/stlport/stl/config/
H A D_detect_dll_or_lib.h73 # error Unknown STLport usage config (dll/lib?)
/external/chromium_org/build/win/
H A Dreorder-imports.py42 usage = 'reorder_imports.py -i <input_dir> -o <output_dir> -a <target_arch>'
43 parser = optparse.OptionParser(usage=usage)
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.h27 // |usage| by the current process and |client_id|.
30 unsigned usage,
34 // Allocates a GPU memory buffer with |size| and |internalformat| for |usage|
39 unsigned usage,
62 // Returns true if |usage| is recognized by this base class.
63 static bool IsUsageValid(unsigned usage);
H A Dgpu_memory_buffer_impl_shared_memory.h17 unsigned usage,
32 static bool IsUsageSupported(unsigned usage);
35 unsigned usage);
/external/chromium_org/content/test/data/fileapi/
H A Dquota_test.js44 function quotaSuccess(usage, quota) {
45 if (usage != 0)
46 fail('Usage is not zero: ' + usage);
59 debug('Querying usage and quota.');
/external/chromium_org/remoting/tools/
H A Dbreakpad_tester_win.cc15 // "--help" or "--?" prints the usage message.
30 void usage(const char* program_name) { function in namespace:__anon10524
47 usage(argv[0]);
53 usage(argv[0]);
/external/chromium_org/third_party/cython/src/bin/
H A Dcython_freeze12 usage= '%prog [-o outfile] [-p] module [module ...]' variable
14 p = optparse.OptionParser(usage=usage, description=description)
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Daes_calc.c47 Example usage (with first NIST FIPS 197 test case):
61 usage(char *prog_name) { function
62 printf("usage: %s <key> <plaintext> [-v]\n", prog_name);
86 usage(argv[0]);
90 usage(argv[0]);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi.h121 unsigned *usage,
125 *usage = SVGA3D_DECLUSAGE_POSITION;
129 *usage = SVGA3D_DECLUSAGE_TEXCOORD;
120 svga_generate_vdecl_semantics( unsigned idx, unsigned *usage, unsigned *usage_index ) argument
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dgbmint.h63 uint32_t usage);
68 uint32_t usage);
70 void *buffer, uint32_t usage);
/external/chromium_org/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp11 void usage() { function
39 usage();
59 usage();
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_make10 usage() { function
42 h) usage || exit;;
44 usage || exit;;
H A Dbarelinux_make15 usage() { function
50 h) usage || exit;;
52 usage || exit;;
/external/chromium_org/tools/
H A Domahaproxy.py49 usage = ('%prog [options]\n'
51 parser = optparse.OptionParser(usage=usage)
/external/lldb/examples/python/
H A Dcmdtemplate.py18 usage = "usage: %prog [options]"
24 parser = optparse.OptionParser(description=description, prog='framestats',usage=usage)
H A Dglobals.py55 usage = "usage: %prog [options] <PATH> [PATH ...]"
57 parser = optparse.OptionParser(description=description, prog='globals',usage=usage)
H A Dlldb_module_utils.py10 usage = "usage: dump_module_line_tables [options] MODULE1 [MODULE2 ...]"
12 parser = optparse.OptionParser(description=description, prog='start_gdb_log',usage=usage)
H A Dstacks.py10 usage = "usage: %prog [options] <PATH> [PATH ...]"
12 parser = optparse.OptionParser(description=description, prog='ls',usage=usage)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.h121 unsigned *usage,
125 *usage = SVGA3D_DECLUSAGE_POSITION;
129 *usage = SVGA3D_DECLUSAGE_TEXCOORD;
120 svga_generate_vdecl_semantics( unsigned idx, unsigned *usage, unsigned *usage_index ) argument
/external/mesa3d/src/gbm/main/
H A Dgbmint.h63 uint32_t usage);
68 uint32_t usage);
70 void *buffer, uint32_t usage);
/external/openfst/src/include/fst/
H A Dflags.h50 // ShowUsage() can be used to print out command and flag usage.
149 string usage = " --" + name; local
150 usage += ": type = ";
151 usage += desc.type_name;
152 usage += ", default = ";
153 usage += GetDefault(desc.default_value) + "\n ";
154 usage += desc.doc_string;
155 usage_set->insert(make_pair(desc.file_name, usage));
229 void SetFlags(const char *usage, int *argc, char ***argv, bool remove_flags,
232 #define SET_FLAGS(usage, arg
236 InitFst(const char *usage, int *argc, char ***argv, bool rmflags) argument
[all...]
/external/qemu/distrib/libsparse/src/
H A Dimg2simg.c41 void usage() function
56 usage();
65 usage();
/external/sepolicy/tools/
H A Dcheckfc.c20 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/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp11 void usage() { function
39 usage();
59 usage();

Completed in 377 milliseconds

1234567891011>>