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

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py78 def usage(): function
158 return usage()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmimetypes.py566 def usage(code, msg=''): function
575 usage(1, msg)
581 usage(0)
H A Dmimify.py17 Interactive usage:
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]' variable
441 print usage
445 print usage
456 print usage
H A Dsmtpd.py98 def usage(code, msg=''): function
475 usage(1, e)
480 usage(0)
502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args))
507 usage(1, 'Bad local spec: %s' % localspec)
512 usage(1, 'Bad local port: %s' % localspec)
515 usage(1, 'Bad remote spec: %s' % remotespec)
520 usage(1, 'Bad remote port: %s' % remotespec)
H A Dtrace.py83 def usage(outfile): function
695 usage(sys.stdout)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A D__init__.py78 def usage(): function
158 return usage()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmimetypes.py566 def usage(code, msg=''): function
575 usage(1, msg)
581 usage(0)
H A Dmimify.py17 Interactive usage:
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]' variable
441 print usage
445 print usage
456 print usage
H A Dsmtpd.py98 def usage(code, msg=''): function
475 usage(1, e)
480 usage(0)
502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args))
507 usage(1, 'Bad local spec: %s' % localspec)
512 usage(1, 'Bad local port: %s' % localspec)
515 usage(1, 'Bad remote spec: %s' % remotespec)
520 usage(1, 'Bad remote port: %s' % remotespec)
H A Dtrace.py83 def usage(outfile): function
695 usage(sys.stdout)
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dsmtpd.py98 def usage(code, msg=''): function
475 usage(1, e)
480 usage(0)
502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args))
507 usage(1, 'Bad local spec: %s' % localspec)
512 usage(1, 'Bad local port: %s' % localspec)
515 usage(1, 'Bad remote spec: %s' % remotespec)
520 usage(1, 'Bad remote port: %s' % remotespec)
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dsmtpd.py98 def usage(code, msg=''): function
475 usage(1, e)
480 usage(0)
502 usage(1, 'Invalid arguments: %s' % COMMASPACE.join(args))
507 usage(1, 'Bad local spec: %s' % localspec)
512 usage(1, 'Bad local port: %s' % localspec)
515 usage(1, 'Bad remote spec: %s' % remotespec)
520 usage(1, 'Bad remote port: %s' % remotespec)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
H A Dhiddev.h55 __u32 usage; member in struct:hiddev_collection_info
96 __u32 physical; /* physical usage for this field */
97 __u32 logical; /* logical usage for this field */
98 __u32 application; /* application usage for this field */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dhiddev.h55 __u32 usage; member in struct:hiddev_collection_info
96 __u32 physical; /* physical usage for this field */
97 __u32 logical; /* logical usage for this field */
98 __u32 application; /* application usage for this field */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dhiddev.h55 __u32 usage; member in struct:hiddev_collection_info
96 __u32 physical; /* physical usage for this field */
97 __u32 logical; /* logical usage for this field */
98 __u32 application; /* application usage for this field */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dbundlebuilder.py843 def usage(msg=None): function
865 usage()
877 usage("-f or --file argument must be two paths, "
903 usage()
928 usage("Must specify one command ('build', 'report' or 'help')")
938 usage()
940 usage("Unknown command '%s'" % command)
H A Dgensuitemodule.py34 def usage(): function
54 usage()
74 usage()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dregrtest.py223 def usage(code, msg=''): function
267 usage(2, msg)
276 usage(0)
315 usage(2, '-R takes 2 or 3 colon-separated arguments')
339 usage(1, 'Invalid -u/--use option: ' + a)
365 usage(2, "-s and -f don't go together!")
367 usage(2, "-T and -j don't go together!")
369 usage(2, "-l and -j don't go together!")
H A Dtest_argparse.py1858 'usage: PROG [-h] [--foo] bar {1,2,3} ...\n')
1860 usage: PROG [-h] [--foo] bar {1,2,3} ...
1877 'usage: PROG [-h] [++foo] bar {1,2,3} ...\n')
1879 usage: PROG [-h] [++foo] bar {1,2,3} ...
1896 'usage: PROG [+h] [++foo] bar {1,2,3} ...\n')
1898 usage: PROG [+h] [++foo] bar {1,2,3} ...
1913 'usage: PROG [-h] [--foo] bar {1,2,3} ...\n')
1916 usage: PROG [-h] [--foo] bar {1,2,3} ...
1943 'usage: PROG [-h] [--foo] bar {1,2} ...\n')
1945 usage
3579 usage = '' variable in class:TestHelpSuppressUsage
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dregrtest.py223 def usage(code, msg=''): function
267 usage(2, msg)
276 usage(0)
315 usage(2, '-R takes 2 or 3 colon-separated arguments')
339 usage(1, 'Invalid -u/--use option: ' + a)
365 usage(2, "-s and -f don't go together!")
367 usage(2, "-T and -j don't go together!")
369 usage(2, "-l and -j don't go together!")
H A Dtest_argparse.py1858 'usage: PROG [-h] [--foo] bar {1,2,3} ...\n')
1860 usage: PROG [-h] [--foo] bar {1,2,3} ...
1877 'usage: PROG [-h] [++foo] bar {1,2,3} ...\n')
1879 usage: PROG [-h] [++foo] bar {1,2,3} ...
1896 'usage: PROG [+h] [++foo] bar {1,2,3} ...\n')
1898 usage: PROG [+h] [++foo] bar {1,2,3} ...
1913 'usage: PROG [-h] [--foo] bar {1,2,3} ...\n')
1916 usage: PROG [-h] [--foo] bar {1,2,3} ...
1943 'usage: PROG [-h] [--foo] bar {1,2} ...\n')
1945 usage
3579 usage = '' variable in class:TestHelpSuppressUsage
[all...]
/prebuilts/sdk/renderscript/lib/
H A Djavalib.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v8/ android/support/v8/renderscript/ ...
/prebuilts/tools/common/freemarker/
H A Dfreemarker-2.3.19.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/prebuilts/sdk/11/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/sounds/ assets/sounds/bootanim1.raw assets/sounds/ ...
/prebuilts/sdk/12/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml dalvik/ dalvik/bytecode/ dalvik/bytecode/OpcodeInfo. ...

Completed in 1337 milliseconds

12