Searched refs:usage (Results 76 - 100 of 1710) sorted by relevance

1234567891011>>

/external/openfst/src/extensions/far/
H A Dfarcompilestrings.cc58 string usage = "Compiles a set of strings as FSTs and stores them in"; local
59 usage += " a finite-state archive.\n\n Usage:";
60 usage += argv[0];
61 usage += " [in1.txt [[in2.txt ...] out.far]]\n";
64 SET_FLAGS(usage.c_str(), &argc, &argv, true);
/external/jpeg/
H A Dcjpeg.c141 usage (void) function
144 fprintf(stderr, "usage: %s [switches] ", progname);
264 usage();
272 usage();
296 usage();
298 usage();
316 usage();
333 usage();
335 usage();
342 usage();
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dcjpeg.c141 usage (void) function
144 fprintf(stderr, "usage: %s [switches] ", progname);
264 usage();
272 usage();
296 usage();
298 usage();
316 usage();
333 usage();
335 usage();
342 usage();
[all...]
/external/chromium_org/printing/
H A Dcups_config_helper.py23 def usage(): function
24 print 'usage: %s {--api-version|--cflags|--ldflags|--libs|--libs-for-gn}' % \
61 usage()
71 usage()
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dkernel_driver.c51 usage(char *prog_name) { function
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
64 usage(argv[0]);
91 usage(argv[0]);
/external/chromium_org/third_party/skia/debugger/
H A Ddebuggermain.cpp12 static void usage(const char * argv0) { function
37 usage(commandName.c_str());
42 usage(commandName.c_str());
/external/chromium_org/tools/android/
H A Dremove_strings.py30 usage = 'usage: %prog GRD_PATH...'
32 usage=usage, description='Remove strings from GRD files. Reads string '
/external/libsepol/utils/
H A Dchkcon.c9 void usage(char*) __attribute__((noreturn));
11 void usage(char *progname) function
13 printf("usage: %s policy context\n", progname);
22 usage(argv[0]);
/external/lldb/utils/git-svn/
H A Dconvert.py17 def usage(problem_file=None): function
57 usage()
61 usage(file)
/external/llvm/utils/release/
H A Dexport.sh23 function usage() { function
25 echo "usage: `basename $0`"
65 usage
70 usage
/external/qemu/distrib/ext4_utils/src/
H A Dext4fixup_main.c23 static void usage(char *me) function
25 fprintf(stderr, "%s: usage: %s [-vn] <image or block device>\n", me, me);
55 usage(me);
63 usage(me);
/external/skia/debugger/
H A Ddebuggermain.cpp12 static void usage(const char * argv0) { function
37 usage(commandName.c_str());
42 usage(commandName.c_str());
/external/srtp/crypto/test/
H A Dkernel_driver.c51 usage(char *prog_name) { function
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
64 usage(argv[0]);
91 usage(argv[0]);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc36 FILE_PATH_LITERAL(".usage");
53 int64 usage = 0; local
54 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
56 *usage_out = usage;
67 int64 usage = 0; local
68 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
80 int64 usage = 0; local
82 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
85 bool success = Write(usage_file_path, is_valid, dirty + 1, usage);
97 int64 usage local
112 int64 usage = 0; local
124 int64 usage = 0; local
136 int64 usage = 0;; local
186 int64 usage = 0; local
205 Write(const base::FilePath& usage_file_path, bool is_valid, int32 dirty, int64 usage) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_transfer.h20 unsigned usage,
33 unsigned usage,
59 unsigned usage,
78 unsigned usage,
102 unsigned usage,
121 unsigned usage,
/external/libusb-compat/
H A Dlibusb-config.in9 usage()
24 usage 1 1>&2
64 usage 1 1>&2
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer.h20 unsigned usage,
33 unsigned usage,
59 unsigned usage,
78 unsigned usage,
102 unsigned usage,
121 unsigned usage,
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmkinstalldirs10 usage="\
17 echo "${usage}" 1>&2; exit 0 ;;
20 test $# -eq 0 && { echo "${usage}" 1>&2; exit 1; }
24 -* ) echo "${usage}" 1>&2; exit 1 ;; # unknown option
/external/chromium_org/build/
H A Dapply_locales.py14 usage = 'usage: %s [options ...] format_string locale_list'
15 parser.set_usage(usage.replace('%s', '%prog'))
H A Dprotoc_java.py27 usage()
56 def usage(): function
/external/chromium_org/chrome/test/mini_installer/
H A Dlaunch_chrome.py38 usage = 'usage: %prog chrome_path'
39 parser = optparse.OptionParser(usage, description='Launch Chrome.')
/external/chromium_org/chrome/third_party/mozilla_security_manager/
H A DnsUsageArrayHelper.cpp52 SECCertificateUsage usage; member in struct:mozilla_security_manager::__anon5996
66 if (usages & usage_string_map[i].usage)
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.cc38 bool GpuMemoryBufferImpl::IsUsageValid(unsigned usage) { argument
39 switch (usage) {
H A Dgpu_memory_buffer_impl_ozone_native_buffer.cc56 unsigned usage,
67 usage,
75 unsigned usage,
86 usage,
117 bool GpuMemoryBufferImplOzoneNativeBuffer::IsUsageSupported(unsigned usage) { argument
118 switch (usage) {
129 unsigned usage) {
130 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
53 Create( const gfx::Size& size, unsigned internalformat, unsigned usage, int client_id, const CreationCallback& callback) argument
72 AllocateForChildProcess( const gfx::Size& size, unsigned internalformat, unsigned usage, int child_client_id, const AllocationCallback& callback) argument
127 IsConfigurationSupported( unsigned internalformat, unsigned usage) argument
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoKey.cpp80 const char* keyUsageToString(WebCryptoKeyUsage usage) argument
83 if (keyUsageMappings[i].value == usage)
157 WebCryptoKeyUsage usage = keyUsageMappings[i].value; local
158 if (m_key.usages() & usage)
159 result.append(keyUsageToString(usage));
207 WebCryptoKeyUsageMask usage = keyUsageStringToMask(usages[i]); local
208 if (!usage) {
212 mask |= usage;

Completed in 586 milliseconds

1234567891011>>