HomeSort by relevance Sort by last modified time
    Searched defs:requires (Results 1 - 25 of 43) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_text.py 3 from test.test_support import requires, run_unittest namespace
6 requires('gui')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_text.py 3 from test.test_support import requires, run_unittest namespace
6 requires('gui')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 4 from test.test_support import requires, run_unittest namespace
8 requires('gui')
test_extensions.py 5 from test.test_support import requires, run_unittest namespace
9 requires('gui')
test_widgets.py 4 from test.test_support import requires, run_unittest namespace
10 requires('gui')
913 # in the tcl interpreter since tk requires an item.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module namespace
18 # requires test, since it's obvious we want to run them.
20 requires('bsddb')
test_curses.py 14 # Optionally test curses module. This currently requires that the
19 from test.test_support import requires, import_module namespace
20 requires('curses')
test_largefile.py 10 from test.test_support import run_unittest, TESTFN, verbose, requires, \
157 requires('largefile',
158 'test requires %s bytes and a long time to run' % str(size))
11 unlink namespace
test_zlib.py 2 from test.test_support import TESTFN, run_unittest, import_module, unlink, requires namespace
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
54 This is raised when a test calls requires() for a resource that
279 def requires(resource, msg=None): function
572 requires('urlfetch')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 4 from test.test_support import requires, run_unittest namespace
8 requires('gui')
test_extensions.py 5 from test.test_support import requires, run_unittest namespace
9 requires('gui')
test_widgets.py 4 from test.test_support import requires, run_unittest namespace
10 requires('gui')
913 # in the tcl interpreter since tk requires an item.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 10 from test.test_support import requires, run_unittest, import_module namespace
18 # requires test, since it's obvious we want to run them.
20 requires('bsddb')
test_curses.py 14 # Optionally test curses module. This currently requires that the
19 from test.test_support import requires, import_module namespace
20 requires('curses')
test_largefile.py 10 from test.test_support import run_unittest, TESTFN, verbose, requires, \
157 requires('largefile',
158 'test requires %s bytes and a long time to run' % str(size))
11 unlink namespace
test_zlib.py 2 from test.test_support import TESTFN, run_unittest, import_module, unlink, requires namespace
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
54 This is raised when a test calls requires() for a resource that
279 def requires(resource, msg=None): function
572 requires('urlfetch')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 8 This is raised when a test calls requires() for a resource that
25 def requires(resource, msg=None): function
172 print >> sys.stderr, "-r flag requires Python debug build"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 8 This is raised when a test calls requires() for a resource that
25 def requires(resource, msg=None): function
172 print >> sys.stderr, "-r flag requires Python debug build"
  /dalvik/vm/compiler/template/
gen-template.py 56 raise DataParseError("handler-size requires one argument")
78 raise DataParseError("import requires one argument") namespace
93 raise DataParseError("import requires one argument") namespace
123 raise DataParseError("op requires exactly two arguments")
  /dalvik/vm/mterp/
gen-mterp.py 62 raise DataParseError("handler-style requires one argument")
78 raise DataParseError("handler-size requires one argument")
100 raise DataParseError("import requires one argument") namespace
119 raise DataParseError("import requires one argument") namespace
137 raise DataParseError("import requires one argument") namespace
162 raise DataParseError("alt requires exactly two arguments")
182 raise DataParseError("op requires exactly two arguments")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 366 // validation: "requires" constraints
368 final String [] requires = optdef.getRequiresSet (); // not canonicalized local
369 if (requires != null)
371 for (int r = 0; r < requires.length; ++ r)
373 if (opts.getOpt (requires [r]) == null)
374 opts.addError (formatMessage ("option \'" + opt.getName () + "\' requires option \'" + requires [r] + "\'"));
1543 final String [] requires = optdef.getRequiresSet (); local
    [all...]

Completed in 1018 milliseconds

1 2