Searched refs:getopt (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_getopt.py7 import getopt namespace
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_getopt.py7 import getopt namespace
22 self.assertRaises(getopt.GetoptError, *args, **kwargs)
25 self.assertTrue(getopt.short_has_arg('a', 'a:'))
26 self.assertFalse(getopt.short_has_arg('a', 'a'))
27 self.assertError(getopt.short_has_arg, 'a', 'b')
30 has_arg, option = getopt.long_has_args('abc', ['abc='])
34 has_arg, option = getopt.long_has_args('abc', ['abc'])
38 has_arg, option = getopt.long_has_args('abc', ['abcd'])
42 self.assertError(getopt.long_has_args, 'abc', ['def'])
43 self.assertError(getopt
[all...]
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dpython-config5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:
H A Dpython2-config5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:
H A Dpython2.7-config5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dpython-config5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:
H A Dpython2-config5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:
H A Dpython2.7-config5 import getopt
17 opts, args = getopt.getopt(sys.argv[1:], '', valid_opts)
18 except getopt.error:
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/
H A Dgetopt.h1 /* $OpenBSD: getopt.h,v 1.1 2002/12/03 20:24:29 millert Exp $ */
2 /* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
73 int getopt(int, char * const *, const char *);
76 extern char *optarg; /* getopt(3) external variables */

Completed in 4828 milliseconds

1234567891011>>