HomeSort by relevance Sort by last modified time
    Searched refs:Manager (Results 1 - 25 of 39) sorted by null

1 2

  /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/ui/file_manager/file_manager/foreground/js/
main.js 19 * Kick off the file manager dialog.
23 // Initializes UI and starts the File Manager dialog.
30 // Create the File Manager object. Note, that the DOM, nor any external
file_grid.js 10 * Represents grid for the Grid View in the File Manager.
38 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
106 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
140 * @param {VolumeManagerWrapper} volumeManager Volume manager instance.
235 // TODO(mtomasz): Pass the metadata cache and the volume manager directly
  /sdk/files/
post_tools_install.bat 16 rem This script is called by the SDK Manager once a new version of the tools
34 set src=SDK Manager.exe
42 set src=AVD Manager.exe
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 10 // This file declares the LLVM Pass Manager infrastructure.
27 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
35 // Pass Manager Infrastructure uses multiple pass managers. They are
38 // derive from another pass manager.
40 // PassManager and FunctionPassManager are two top-level pass manager that
41 // represents the external interface of this entire pass manager infrastucture.
54 // used by a pass manager to manage execution order of passes. It also provides
55 // a place to implement common pass manager APIs. All pass managers derive from
70 // FunctionPassManagerImpl is a top level manager. It manages FPPassManagers
88 // PassManagerImpl is a top level pass manager responsible for managin
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 41 : Manager(Mgr),
55 : Manager(Mgr),
96 if (!Body && Manager && Manager->synthesizeBodies()) {
105 if (!Body && Manager && Manager->synthesizeBodies()) {
297 assert(Manager &&
299 return Manager->getLocationContextManager();
  /external/clang/test/SemaCXX/
typo-correction-pt2.cpp 261 class Manager {
267 void test(Manager *m) {
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 10 (** Pass Manager Builder.
12 This interface provides an OCaml API for LLVM pass manager builder
  /external/llvm/test/Bindings/Ocaml/
passmgr_builder.ml 34 (*===-- Pass Manager Builder ----------------------------------------------===*)
63 suite "pass manager builder" test_pmbuilder;
  /external/clang/lib/Serialization/
ModuleManager.cpp 1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
436 static nodes_iterator nodes_begin(const ModuleManager &Manager) {
437 return Manager.begin();
440 static nodes_iterator nodes_end(const ModuleManager &Manager) {
441 return Manager.end();
  /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():
  /device/asus/fugu/libaudio/
Android.mk 18 # Library used by both policy manager and the audioHAL
94 # Audio Policy Manager
  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 56 EXPECT_CALL(*Manager(mgr_idx), RemoveObserver(_));
86 // Hook the specified manager into the updater.
99 // Add some number of Download items to a particular manager.
102 content::MockDownloadManager* manager = managers_[manager_index]; local
117 EXPECT_CALL(*manager, GetAllDownloads(_))
121 // Return the specified manager.
122 content::MockDownloadManager* Manager(int manager_index) {
198 // Test updater with null manager.
214 // Test updater with non-null manager, including transition an item to
239 // Add a new item to manager and confirm progress is updated properly
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 68 AnalysisDeclContextManager *Manager;
105 return Manager;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 38 from webkitpy.layout_tests.controllers.manager import Manager
374 manager = Manager(port, options, printer)
377 run_details = manager.run(args)
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 152 update to the latest tools or platform using the <em>Android SDK and AVD Manager</em>, rather than
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbies.js 28 * Manager of opened devices.
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 79 'hhaomjibdihmijegdhdafkllkbggdgoj', // File Manager's extension id.
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 794 RetainSummaryManager &Manager;
800 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
804 RealSummary = Manager.getPersistentSummary(ScratchSummary);
    [all...]
  /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...]

Completed in 2663 milliseconds

1 2