HomeSort by relevance Sort by last modified time
    Searched full:manager (Results 826 - 850 of 3275) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 23 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor;
24 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager;
25 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IFileListener;
26 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IResourceEventListener;
27 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager.IResourceListener;
  /development/samples/Home/src/com/example/android/home/
Home.java 355 final PackageManager manager = getPackageManager(); local
369 ApplicationInfo info = getApplicationInfo(manager, intent);
382 private static ApplicationInfo getApplicationInfo(PackageManager manager, Intent intent) {
383 final ResolveInfo resolveInfo = manager.resolveActivity(intent, 0);
391 info.icon = activityInfo.loadIcon(manager);
393 info.title = activityInfo.loadLabel(manager);
484 PackageManager manager = getPackageManager(); local
489 final List<ResolveInfo> apps = manager.queryIntentActivities(mainIntent, 0);
490 Collections.sort(apps, new ResolveInfo.DisplayNameComparator(manager));
504 application.title = info.loadLabel(manager);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
test_io.c 80 "Test I/O Manager",
198 io->manager = test_io_manager;
424 if (data->real && data->real->manager->write_byte)
471 if (data->real && data->real->manager->set_option) {
472 retval = (data->real->manager->set_option)(data->real,
493 if (data->real && data->real->manager->get_stats) {
494 retval = (data->real->manager->get_stats)(data->real, stats);
  /external/llvm/include/llvm/
Pass.h 53 /// Ordering of pass manager types is important here.
121 /// Each pass is responsible for assigning a pass manager to itself.
122 /// PMS is the stack of available pass manager.
128 /// Return what kind of Pass Manager can manage this pass.
232 /// Return what kind of Pass Manager can manage this pass.
303 /// Return what kind of Pass Manager can manage this pass.
354 /// Return what kind of Pass Manager can manage this pass.
  /frameworks/base/core/java/android/app/
DownloadManager.java 42 * The download manager is a system service that handles long-running HTTP downloads. Clients may
43 * request that a URI be downloaded to a particular destination file. The download manager will
188 * Value of {@link #COLUMN_REASON} when an HTTP code was received that download manager
224 * download manager will not overwrite an existing file).
238 * occurred and the download manager is waiting before retrying the request.
250 * the mobile network and the download manager is waiting for a Wi-Fi connection to proceed.
260 * Broadcast intent action sent by the download manager when a download completes.
265 * Broadcast intent action sent by the download manager when the user clicks on a running
571 * Control whether a system notification is posted by the download manager while this
572 * download is running. If enabled, the download manager posts notifications about download
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 83 * appropriate asset manager with {@link Resources#getAssets}. Not for
94 if (localLOGV) Log.v(TAG, "New asset manager: " + this);
117 if (localLOGV) Log.v(TAG, "New asset manager: " + this);
121 * Return a global shared asset manager that provides access to only
131 * Close this asset manager.
600 * Add an additional set of assets to the asset manager. This can be
608 * Add multiple sets of assets to the asset manager at once. See
628 * Determine whether the state in this asset manager is up-to-date with
636 * Change the locale being used by this asset manager. Not for use by
643 * Get the locales that this asset manager contains data for
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.2.jd 55 {@sdkPlatformVersion} platform, use the Android SDK and AVD Manager tool to
75 the "Installed Packages" listing in the Android SDK and AVD Manager.</p>
124 <li>Includes proper provisioning for the platform's Backup Manager. For more information about how to use the Backup Manager, see <a href="{@docRoot}guide/topics/data/backup.html">Data Backup</a>.</li>
222 <h3 id="backup-manager">Data backup</h3>
227 Backup Manager handles the work of transporting the application data to and from
228 the backup storage area in the cloud. The Backup Manager can store any type of
274 <h3>Device policy manager</h3>
311 <li>For managing user data backup (see <a href="#backup-manager">Backup manager</a>, above, for more information)
    [all...]
eclipse-adt.jd 127 r16 into your SDK, use the Android SDK Manager to do so.</li>
154 If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
188 If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK Manager to
197 <li>Fixed issues in the SDK Manager
219 If you haven't already installed SDK Tools r14 into your SDK, use the Android SDK Manager to
260 <li>Revamped the SDK Manager UI (<a href="http://tools.android.com/recent/newsdkmanager">more
338 the Android SDK and AVD Manager to do so.</dd>
390 already installed SDK Tools r11 into your SDK, use the Android SDK and AVD Manager to do
526 already installed SDK Tools r10 into your SDK, use the Android SDK and AVD Manager to do
556 already installed SDK Tools r10 into your SDK, use the Android SDK and AVD Manager to d
    [all...]
  /external/jpeg/
structure.doc 389 * Data destination manager: writes the output JPEG datastream to its final
390 destination (e.g., a file). The destination manager supplied with the
392 surrounding application may provide its own destination manager.
394 * Memory manager: allocates and releases memory, controls virtual arrays
405 The error handler, destination manager, and progress monitor objects are
413 The error handler and memory manager are shared by JPEG compression and
509 * Data source manager: supplies the input JPEG datastream. The source
510 manager supplied with the library knows how to read from a stdio stream;
512 manager.
514 * Memory manager: same as for compression library
    [all...]
jdatasrc.c 11 * source manager.
190 * This makes it unsafe to use this manager and a different source
191 * manager serially with the same JPEG object. Caveat programmer.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 212 * Gesture Manager responsible for identifying mouse, keyboard and drag and
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 350 DevToolsManager* manager = DevToolsManager::GetInstance(); local
351 if (manager->GetDevToolsClientHostFor(tab_contents->render_view_host())) {
360 manager->RegisterDevToolsClientHostFor(
363 manager->ForwardToDevToolsAgent(
378 DevToolsManager* manager = DevToolsManager::GetInstance();
379 manager->ForwardToDevToolsAgent(
devtools_sanity_unittest.cc 218 ExtensionProcessManager* manager = local
220 for (ExtensionProcessManager::const_iterator iter = manager->begin();
221 iter != manager->end();) {
  /external/chromium/chrome/browser/download/
download_manager.h 64 // Browser's download manager: manages all downloads and destination view.
73 // Shutdown the download manager. Must be called before destruction.
165 // Final download manager transition for download: Update the download
263 // The incognito download manager.
266 // The original profile's download manager.
370 // True if the download manager has been initialized and requires a shutdown.
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 37 ExtensionProcessManager* manager = browser()->profile()-> local
39 ExtensionHost* ext_host = manager->GetBackgroundHostForExtension(extension);
166 ExtensionProcessManager* manager = browser()->profile()-> local
179 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension));
185 EXPECT_FALSE(manager->GetBackgroundHostForExtension(extension));
191 EXPECT_TRUE(manager->GetBackgroundHostForExtension(extension));
extension_sidebar_api.cc 159 SidebarManager* manager = SidebarManager::GetInstance(); local
162 if (manager->GetSidebarTabContents(tab, content_id)) {
167 manager->GetActiveSidebarContainerFor(tab);
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 370 DownloadManager* manager = web_ui_->GetProfile()->GetDownloadManager(); local
371 if (manager)
372 manager->download_prefs()->ResetAutoOpen();
581 DownloadManager* manager = web_ui_->GetProfile()->GetDownloadManager(); local
582 bool disabled = !(manager && manager->download_prefs()->IsAutoOpenUsed());
  /external/llvm/include/llvm/Target/
TargetMachine.h 252 /// addPassesToEmitFile - Add passes to the specified pass manager to get the
264 /// addPassesToEmitMachineCode - Add passes to the specified pass manager to
277 /// addPassesToEmitMC - Add passes to the specified pass manager to get
308 /// addPassesToEmitFile - Add passes to the specified pass manager to get the
318 /// addPassesToEmitMachineCode - Add passes to the specified pass manager to
329 /// addPassesToEmitMC - Add passes to the specified pass manager to get
  /packages/apps/Bluetooth/res/values/
strings.xml 19 Bluetooth Share Manager. It is displayed as part of the description of
21 permission controls access to the Bluetooth Share Manager by
24 <string name="permlab_bluetoothShareManager">Access download manager.</string>
27 Android Download Manager. It is displayed as part of the description
29 permission controls access to the Download Manager by applications
33 BluetoothShare manager and use it to transfer files. </string>
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 250 // Record the time posting to notification manager.
382 AlarmManager manager = (AlarmManager) service; local
384 rescheduleMissedAlarms(cr, this, manager);
411 * @param manager the AlarmManager
414 AlarmManager manager) {
446 AlertActivity.scheduleAlarm(context, manager, newAlarmTime);
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 58 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
  /external/chromium/chrome/browser/prerender/
prerender_manager.h 100 // Returns whether prerendering is currently enabled for this manager.
104 // Set whether prerendering is currently enabled for this manager.
186 // manager. The value can change dynamically during the lifetime
  /external/chromium/chrome/browser/ui/login/
login_prompt.h 43 virtual void BuildViewForPasswordManager(PasswordManager* manager,
138 // when later notifying the password manager if the credentials were accepted
143 // Points to the password manager owned by the TabContents requesting auth.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 54 // using device manager.
58 // Creates the channel manager, and specifies the worker thread to use.
60 // For testing purposes. Allows the media engine and dev manager to be mocks.
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 154 // diagnostics in a context that lacks language options, a source manager, or
170 "Unexpected diagnostic with no source manager");
172 // Rebuild the TextDiagnostic utility if missing or the source manager has

Completed in 1096 milliseconds

<<31323334353637383940>>