Searched refs:manager (Results 1 - 25 of 313) sorted by path

1234567891011>>

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java53 static LogManager manager = LogManager.getLogManager(); field in class:FileHandlerTest
84 manager.reset();
88 manager.readConfiguration(EnvironmentHelper
217 manager.readConfiguration(EnvironmentHelper
421 manager.readConfiguration(EnvironmentHelper
431 manager.readConfiguration(EnvironmentHelper
H A DLogManagerTest.java53 LogManager manager = LogManager.getLogManager(); field in class:LogManagerTest
67 static final String MANAGER_CLASS = "java.util.logging.config.manager";
191 assertTrue(manager.addLogger(foo));
192 assertSame(manager.getLogger(""), manager.getLogger(
196 assertTrue(manager.addLogger(otherChild));
197 assertTrue(manager.addLogger(grandson));
212 Logger realRoot = manager.getLogger("");
214 manager.addLogger(fooGrandChild);
217 manager
[all...]
H A DMemoryHandlerTest.java46 final static LogManager manager = LogManager.getLogManager(); field in class:MemoryHandlerTest
67 manager.reset();
69 manager.readConfiguration(EnvironmentHelper
96 manager.readConfiguration();
171 manager.readConfiguration(EnvironmentHelper
181 manager.readConfiguration(EnvironmentHelper
191 manager.readConfiguration(EnvironmentHelper
199 manager.readConfiguration(EnvironmentHelper
207 manager.readConfiguration(EnvironmentHelper
215 manager
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DCookieManagerTest.java37 CookieManager manager = new CookieManager();
39 manager.get(uri, map);
49 CookieManager manager = new CookieManager();
51 manager.put(uri, map);
95 CookieManager manager = new CookieManager(null, policy);
96 // Put all cookies into manager
100 manager.put(uri, responseHeaders);
103 return manager;
141 CookieManager manager = store(
146 Map<String, List<String>> map = manager
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DAbstractPooledConnAdapter.java72 * @param manager the connection manager
75 protected AbstractPooledConnAdapter(ClientConnectionManager manager, argument
77 super(manager, entry.connection);
H A DSingleClientConnManager.java52 * A connection "manager" for a single connection.
53 * This manager is good only for single-threaded use.
82 /** The schemes supported by this connection manager. */
103 /** Indicates whether this connection manager is shut down. */
110 * Creates a new simple connection manager.
112 * @param params the parameters for this manager
166 * Asserts that this manager is not shut down.
168 * @throws IllegalStateException if this manager is shut down
279 "connection not obtained from this manager.");
289 ClientConnectionManager manager
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java964 * @param manager the DTMManager
966 public void migrateTo(DTMManager manager); argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java2405 * @param manager the DTMManager
2407 public void migrateTo(DTMManager manager) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM.java950 * @param manager the DTMManager
952 public void migrateTo(DTMManager manager) { argument
953 super.migrateTo(manager);
956 // register the DTM with the new manager.
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DRTFIterator.java39 public RTFIterator(int root, DTMManager manager) { argument
40 super(root, manager);
/external/chromium-trace/trace-viewer/src/
H A Dfocus_outline_manager.js27 * @param {Document} doc The document to attach the focus outline manager to.
66 * Gets a per document sigleton focus outline manager.
69 * manager.
76 var manager = new FocusOutlineManager(doc);
77 docsToManager.push([doc, manager]);
78 return manager;
/external/chromium/base/
H A Dtask.h285 void RetainCallee(TypeName* manager) {} \
286 void ReleaseCallee(TypeName* manager) {} \
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.cc44 BrowserAccessibilityManager* manager,
49 manager_ = manager;
43 Initialize( BrowserAccessibilityManager* manager, BrowserAccessibility* parent, int32 child_id, int32 index_in_parent, const webkit_glue::WebAccessibility& src) argument
H A Dbrowser_accessibility.h58 void Initialize(BrowserAccessibilityManager* manager,
147 BrowserAccessibilityManager* manager() const { return manager_; } function in class:BrowserAccessibility
181 // The manager of this tree of accessibility objects; needed for
H A Dbrowser_accessibility_manager_unittest.cc82 // that exactly 3 instances were created. Note that the manager takes
85 BrowserAccessibilityManager* manager = local
94 // Delete the manager and test that all 3 instances are deleted.
95 delete manager;
98 // Construct a manager again, and this time save references to two of
100 manager =
109 static_cast<CountedBrowserAccessibility*>(manager->GetRoot());
115 // Now delete the manager, and only one of the three nodes in the tree
117 delete manager;
202 BrowserAccessibilityManager* manager local
405 BrowserAccessibilityManager* manager = local
526 BrowserAccessibilityManager* manager = local
[all...]
H A Dbrowser_accessibility_win_unittest.cc96 // that exactly 3 instances were created. Note that the manager takes
99 BrowserAccessibilityManager* manager = local
107 // Delete the manager and test that all 3 instances are deleted.
108 delete manager;
111 // Construct a manager again, and this time use the IAccessible interface
113 manager =
121 manager->GetRoot()->toBrowserAccessibilityWin();
133 // Now delete the manager, and only one of the three nodes in the tree
135 delete manager;
166 BrowserAccessibilityManager* manager local
255 BrowserAccessibilityManager* manager = local
296 BrowserAccessibilityManager* manager = BrowserAccessibilityManager::Create( local
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc174 // Wait for the network manager to initialize.
797 ExtensionProcessManager* manager = profile_->GetExtensionProcessManager(); local
798 if (service && manager) {
801 manager,
835 ExtensionProcessManager* manager = profile_->GetExtensionProcessManager(); local
837 if (extension && service && manager) {
840 manager,
H A Dautomation_provider_observers.cc442 bool DidExtensionHostsStopLoading(ExtensionProcessManager* manager) { argument
443 for (ExtensionProcessManager::const_iterator iter = manager->begin();
444 iter != manager->end(); ++iter) {
565 ExtensionProcessManager* manager, AutomationProvider* automation, int id,
567 : manager_(manager),
655 ExtensionProcessManager* manager, AutomationProvider* automation,
657 : manager_(manager), automation_(automation->AsWeakPtr()),
2100 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); local
2102 manager->balloon_collection()->GetActiveBalloons();
2136 NotificationUIManager* manager local
564 ExtensionReadyNotificationObserver( ExtensionProcessManager* manager, AutomationProvider* automation, int id, IPC::Message* reply_message) argument
654 ExtensionsUpdatedObserver( ExtensionProcessManager* manager, AutomationProvider* automation, IPC::Message* reply_message) argument
[all...]
H A Dautomation_provider_observers.h321 ExtensionReadyNotificationObserver(ExtensionProcessManager* manager,
370 ExtensionsUpdatedObserver(ExtensionProcessManager* manager,
H A Dtesting_automation_provider.cc2746 // No download manager.
2800 AutomationJSONReply(this, reply_message).SendError("No download manager.");
4465 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); local
4466 BalloonCollection* collection = manager->balloon_collection();
4477 manager->CancelById(balloons[index]->notification().notification_id());
4493 NotificationUIManager* manager = g_browser_process->notification_ui_manager(); local
4494 BalloonCollection* collection = manager->balloon_collection();
5359 ExtensionProcessManager* manager = profile()->GetExtensionProcessManager(); local
5360 if (!manager) {
5362 "No extension process manager
[all...]
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_unittest.cc41 TestBackgroundModeManager manager(&profile, command_line_.get());
42 EXPECT_CALL(manager, CreateStatusTrayIcon());
43 EXPECT_CALL(manager, RemoveStatusTrayIcon());
47 manager.OnBackgroundAppLoaded();
49 manager.OnBackgroundAppUnloaded();
56 TestBackgroundModeManager manager(&profile, command_line_.get());
59 EXPECT_CALL(manager, EnableLaunchOnStartup(true));
60 EXPECT_CALL(manager, CreateStatusTrayIcon());
61 EXPECT_CALL(manager, RemoveStatusTrayIcon());
62 EXPECT_CALL(manager, EnableLaunchOnStartu
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Downer_manager_unittest.cc63 void InjectKeys(OwnerManager* manager) { argument
64 manager->public_key_ = fake_public_key_;
65 manager->private_key_.reset(fake_private_key_.release());
84 scoped_refptr<OwnerManager> manager(new OwnerManager);
89 NewRunnableMethod(manager.get(),
100 scoped_refptr<OwnerManager> manager(new OwnerManager);
110 NewRunnableMethod(manager.get(),
118 scoped_refptr<OwnerManager> manager(new OwnerManager);
123 InjectKeys(manager.get());
127 NewRunnableMethod(manager
[all...]
H A Downership_service.cc175 service->manager()->UpdateOwnerKey(thread_id, new_key, d);
185 service->manager()->LoadOwnerKey();
201 service->manager()->Sign(thread_id, data, d);
218 service->manager()->Verify(thread_id, data, signature, d);
H A Downership_service.h47 // that is stored by the session manager. Thus, to write a setting, you
136 OwnerManager* manager() { return manager_.get(); } function in class:chromeos::OwnershipService
/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.cc223 DevToolsManager* manager = DevToolsManager::GetInstance(); local
224 if (manager != NULL) {
225 manager->RegisterDevToolsClientHostFor(target_host, client_host);
277 DevToolsManager* manager = DevToolsManager::GetInstance(); local
278 if (manager == NULL) {
289 manager->GetDevToolsClientHostFor(tab_contents->render_view_host());
299 manager->ForwardToDevToolsAgent(

Completed in 467 milliseconds

1234567891011>>