/external/chromium_org/chrome/browser/resources/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 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/clang/include/clang/Analysis/ |
AnalysisContext.h | 73 AnalysisDeclContextManager *Manager; 110 return Manager;
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
vs-addin.rst | 241 selecting Add-in Manager in the Visual Studio Tools menu. If the add-in has 255 Open the sample project in Visual Studio, select the ``Configuration Manager``, 259 ``Configuration Manager`` from the ``Build`` menu or the project?s 311 Manager`` and select the ``PPAPI`` platform. This time when Chrome launches the 336 #. Open the Configuration 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 364 manager = Manager(port, options, printer) 367 run_details = manager.run(args)
|
/external/chromium_org/chrome/browser/resources/image_loader/ |
image_loader.js | 61 ['hhaomjibdihmijegdhdafkllkbggdgoj']; // File Manager's extension id.
|
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 19 * (2) Task Manager (built with buildTaskManager() call) provides controlling 20 * mutually excluding chains of callbacks called tasks. Task Manager uses 283 // wrapperPluginFactory may be null before task manager is built, and in 418 * @return {Object} Task manager interface. 570 * @param {string} name Name of this attempt manager. 571 * @param {function()} attempt Activity that the manager retries until it 575 * @return {Object} Attempt manager interface. 596 * Indicates if this attempt manager has started. 598 * true if the attempt manager has started, false otherwise. 685 * @return {Object} The Authentication Manager interface [all...] |
/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/foreground/js/media/ |
video_player.js | 151 // Manager then it does not have access to filesystem URLs.
|
/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/file_manager/foreground/js/image_editor/ |
image_util.js | 685 * Metrics (from metrics.js) itnitialized by the File Manager from owner frame.
|