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

1 2

  /external/chromium_org/chrome/browser/resources/file_manager/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 Vew in the File Manager.
  /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):
  /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/
PassManagers.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()) {
287 assert(Manager &&
289 return Manager->getLocationContextManager();
  /external/clang/lib/Serialization/
ModuleManager.cpp 1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
417 static nodes_iterator nodes_begin(const ModuleManager &Manager) {
418 return Manager.begin();
421 static nodes_iterator nodes_end(const ModuleManager &Manager) {
422 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():
  /external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc 56 EXPECT_CALL(*Manager(mgr_idx), RemoveObserver(_));
90 // Hook the specified manager into the updater.
103 // Add some number of Download items to a particular manager.
106 content::MockDownloadManager* manager = managers_[manager_index]; local
123 EXPECT_CALL(*manager, GetAllDownloads(_))
127 // Return the specified manager.
128 content::MockDownloadManager* Manager(int manager_index) {
204 // Test updater with null manager.
220 // Test updater with non-null manager, including transition an item to
245 // Add a new item to manager and confirm progress is updated properly
    [all...]
  /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)
  /external/clang/include/clang/Analysis/
AnalysisContext.h 73 AnalysisDeclContextManager *Manager;
110 return Manager;
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery_testapi.js 11 * - open File Manager, and then click on an image file to open Image Editor;
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 59 ['hhaomjibdihmijegdhdafkllkbggdgoj']; // File Manager's extension id.
  /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/chrome/browser/resources/sync_internals/
chrome_sync.js 72 // Manager events.
161 // Sync manager event handlers.
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
video_player.js 148 // Manager then it does not have access to filesystem URLs. Request it now.
  /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...]
  /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/chromium_org/chrome/browser/resources/google_now/
utility.js 66 * @return {Object} Task manager interface.
391 * @param {string} name Name of this attempt manager.
392 * @param {function()} attempt Activity that the manager retries until it
396 * @return {Object} Attempt manager interface.
417 * Indicates if this attempt manager has started.
419 * true if the attempt manager has started, false otherwise.
505 * @return {Object} The Authentication Manager interface.
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 718 * Metrics (from metrics.js) itnitialized by the File Manager from owner frame.

Completed in 1841 milliseconds

1 2