HomeSort by relevance Sort by last modified time
    Searched defs:Manager (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager_unittest.py 30 """Unit tests for manager.py."""
37 from webkitpy.layout_tests.controllers.manager import Manager
49 manager = Manager(port, options=MockOptions(http=True, max_locked_shards=1), printer=Mock())
50 return manager
52 manager = get_manager()
53 self.assertFalse(manager.needs_servers(['fast/html']))
55 manager = get_manager()
56 self.assertTrue(manager.needs_servers(['http/tests/misc'])
    [all...]
manager.py 31 The Manager runs a series of tests (TestType interface) against a set
33 objects to the Manager. The Manager then aggregates the TestFailures to
63 class Manager(object):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 39 from webkitpy.layout_tests.controllers.manager import Manager
344 manager = Manager(port, options, printer)
347 run_details = manager.run(args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 48 'Manager', 'Pipe', 'cpu_count', 'log_to_stderr', 'get_logger',
90 def Manager():
92 Returns a manager associated with a running server process
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
143 def Manager():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 48 'Manager', 'Pipe', 'cpu_count', 'log_to_stderr', 'get_logger',
90 def Manager():
92 Returns a manager associated with a running server process
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 38 'Event', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'
143 def Manager():
  /external/clang/include/clang/Analysis/
AnalysisContext.h 73 AnalysisDeclContextManager *Manager;
110 return Manager;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 203 #The same argument applies to Loggers and Manager.loggerDict.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 203 #The same argument applies to Loggers and Manager.loggerDict.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 816 RetainSummaryManager &Manager;
822 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
826 RealSummary = Manager.getPersistentSummary(ScratchSummary);
    [all...]

Completed in 673 milliseconds