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

<<81828384858687888990>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 85 /** The root menu manager of the context menu. */
96 * context menu manager of the {@link LayoutCanvas} or the one from {@link OutlinePage}.
107 * Setups the menu manager to receive dynamic menu contributions from the {@link IViewRule}s
116 public void menuAboutToShow(IMenuManager manager) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 28 * Output receiver for am process (Activity Manager)
AndroidLaunchController.java 181 // get the launch manager
182 ILaunchManager manager = DebugPlugin.getDefault().getLaunchManager(); local
185 ILaunchConfigurationType configType = manager.getLaunchConfigurationType(
191 ILaunchConfiguration config = findConfig(manager, configType, name);
202 manager.generateUniqueLaunchConfigurationNameFrom(name));
316 // this happens if the AVD Manager failed to find the folder in which the AVDs are
325 // FIXME: check errors on missing sdk, AVD manager, or project target.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 16 package com.android.ide.eclipse.adt.internal.resources.manager;
  /sdk/emulator/qtools/
post_trace.cpp 85 // Reopen the trace file in order to force the trace manager to reread
  /sdk/ide_common/src/com/android/ide/common/resources/
SingleResourceFile.java 117 * @see com.android.ide.eclipse.editors.resources.manager.ResourceFile#getValue(com.android.ide.eclipse.common.resources.ResourceType, java.lang.String)
  /sdk/sdkmanager/app/etc/
android.bat 48 rem Starting Android SDK and AVD Manager UI
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SystemImage.java 54 * @param sdkManager The current SDK manager.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AdbWrapper.java 26 * This is <b>specific</b> to the SDK Manager install process.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
ShellSizeAndPos.java 153 props.store(fos, "## Size and Pos for SDK Manager Windows"); //$NON-NLS-1$
  /external/chromium/chrome/browser/download/
download_browsertest.cc 49 // TODO(rdsmith): Detect manager going down, remove pointer to
181 // The observed download manager.
254 // No change in DownloadItem set on manager.
648 DownloadManager* manager = browser->profile()->GetDownloadManager(); local
649 manager->SearchDownloads(string16(), downloads);
691 DownloadManager* manager)
695 manager->profile()->GetHistoryService(Profile::EXPLICIT_ACCESS);
    [all...]
  /external/jpeg/
jmemmgr.c 113 * Here is the full definition of a memory manager object.
389 * this chunking of rows. The rowsperchunk value is left in the mem manager
491 * time, but the memory manager must save the whole array for repeated
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 1316 AudioManager manager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE); local
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 94 /** The SDK manager parses the SDK folder and gives access to the content. */
105 /** Used by tests to set the sdk manager. */
112 * Runs the sdk manager app
315 * Display the main SDK Manager app window
320 "SDK Manager",
345 * Display the main AVD Manager app window
350 "AVD Manager",
    [all...]
  /frameworks/base/core/java/android/app/
SearchManager.java 182 * Uri path for queried suggestions data. This is the path that the search manager
197 * Uri path for shortcut validation. This is the path that the search manager will use when
439 * The package associated with this seach manager.
460 * <p>The search manager will open a search widget in an overlapping
640 "not associated with this search manager");
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 707 // behalf of the download manager without affecting other apps.
867 AccessibilityManager manager = AccessibilityManager.getInstance(mContext); local
    [all...]
  /frameworks/base/core/java/android/content/
ContentResolver.java 229 // Manager will kill this process shortly anyway.
264 // Manager will kill this process shortly anyway.
326 // Manager will kill this process shortly anyway.
558 // Somewhat pointless, as Activity Manager will kill this
736 // Manager will kill this process shortly anyway.
    [all...]
  /frameworks/base/docs/html/sdk/
RELEASENOTES.jd 18 <li>Once you've installed the SDK, you now use the Android SDK and AVD Manager
25 an SDK package again. Instead, you will use the Android SDK and AVD Manager to
31 includes the Android SDK and AVD Manager tool. To develop against Android 2.0.1,
65 <li>Android SDK and AVD Manager, a graphical UI to let you manage your
100 features, including integrated support for the Android SDK and AVD Manager
114 <h3>Android SDK and AVD Manager</h3>
116 <p>The SDK offers a new tool called Android SDK and AVD Manager that lets you
132 and AVD Manager from the <strong>Window</strong> menu. </p>
135 AVD Manager through the <code>android</code> command-line tool, located in the
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 892 System.err.println("** Error: Unable to connect to activity manager; is the system "
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 595 // manager doesn't support _NET_WM_STATE_FULLSCREEN.
774 GtkNativeViewManager* manager = GtkNativeViewManager::GetInstance(); local
775 manager->ReleasePermanentXID(compositing_surface_);
854 // If a fullscreen widget got unfullscreened (e.g. by the window manager),
1131 GtkNativeViewManager* manager = GtkNativeViewManager::GetInstance(); local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 289 ExtensionMenuManager* manager = service->menu_manager(); local
298 const ExtensionMenuItem::List* all_items = manager->MenuItems(extension_id);
838 ExtensionMenuManager* manager = local
843 ExtensionMenuItem* item = manager->GetItemById(i->second);
1187 ExtensionMenuManager* manager = local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 151 Uint32 wm_available :1; /* Flag: Can you talk to a window manager? */
232 * to the window manager, etc, and determines the current video mode and
319 * if the current graphics system has a window manager.
331 * window manager, if any, to resize the window at runtime. When this
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 563 /* Allow the window to be deleted by the window manager */
695 /* Fill in some window manager capabilities */
812 /* We haven't modified the window manager hints yet */
866 /* We haven't modified the window manager hints yet */
1020 /* resize the (possibly new) window manager window */
    [all...]
  /frameworks/base/core/res/res/values/
config.xml 49 manager will disable alpha trasformation in animations where not
103 attributes. This is used by the connectivity manager to decide which networks can coexist
132 attributes. This is used by the connectivity manager to decide which networks can coexist
484 <!-- Minimum screen brightness allowed by the power manager. -->
509 For this time after the screen turns on, the Power Manager
    [all...]

Completed in 477 milliseconds

<<81828384858687888990>>