/external/chromium/chrome/browser/ui/views/ |
browser_dialogs.h | 59 // Shows the Task Manager. 62 // Shows the Task Manager, highlighting the background pages.
|
/external/chromium/net/http/ |
url_security_manager_unittest.cc | 50 // The URL security manager takes ownership of |auth_filter|. 69 // The URL security manager takes ownership of |auth_filter|.
|
/external/libvpx/vpx_mem/include/ |
vpx_mem_intrnl.h | 18 # define CONFIG_MEM_MANAGER 1 /*include heap manager functionality,*/ 21 # define CONFIG_MEM_MANAGER 0 /*include heap manager functionality*/
|
/external/llvm/include/llvm/ |
DebugInfoProbe.h | 11 // manager to analyze how optimizer is treating debugging information. 46 /// DebugInfoProbeInfo - This class provides an interface that a pass manager
|
/external/qemu/proxy/ |
proxy_common.h | 58 /* add a new proxified socket connection to the manager's list. the event function 70 /* remove an on-going proxified socket connection from the manager's list.
|
/external/svox/pico/lib/ |
picorsrc.h | 92 * construct/destruct resource manager 96 /* create resource manager, given a config file name (or default name, if empty) */
|
/external/valgrind/main/ |
glibc-2.2.supp | 430 ## LinuxThreads manager writes messages containing undefined bytes 475 ## LinuxThreads leaks the stack and TLS data for the manager thread 477 LinuxThreads: leaks stack of manager thread 484 LinuxThreads: leaks TLS data for manager thread 491 LinuxThreads: leaks TLS data for manager thread 498 LinuxThreads: leaks stack of manager thread 505 LinuxThreads: leaks TLS data for manager thread 514 LinuxThreads: leaks TLS data for manager thread
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
proto_3.js | 52 function Manager () { 55 Manager.prototype = new Employee();
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTexture.cpp | 36 LayerTexture::LayerTexture(GraphicsContext3D* context, TextureManager* manager) 38 , m_textureManager(manager)
|
/frameworks/base/cmds/dumpsys/ |
dumpsys.cpp | 34 LOGE("Unable to get default service manager!"); 35 aerr << "dumpsys: Unable to get default service manager!" << endl;
|
/frameworks/base/core/java/android/widget/ |
DoubleDigitManager.java | 45 * Report to this manager that a digit was pressed. 82 * @return Whether the digit was accepted; how the user of this manager
|
/frameworks/base/core/tests/notificationtests/src/android/app/ |
NotificationStressTest.java | 31 * Test which spams notification manager with a large number of notifications, for both stress and 72 // Cancel one of every five notifications to vary load on notification manager
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
SharedStorageAgent.java | 27 Slog.e(TAG, "Unable to access Storage Manager"); 37 // hierarchy backup process on them. By convention in the Storage Manager, the
|
/frameworks/base/services/java/com/android/server/wm/ |
InputMonitor.java | 58 /* Notifies the window manager about a broken input channel. 76 /* Notifies the window manager about an application that is not responding. 106 // Notify the activity manager about the timeout and let it decide whether 110 // The activity manager declined to abort dispatching. 275 /* Provides an opportunity for the window manager policy to intercept early key 282 /* Provides an opportunity for the window manager policy to intercept early 289 /* Provides an opportunity for the window manager policy to process a key before 297 /* Provides an opportunity for the window manager policy to process a key that
|
InputWindowHandle.java | 25 * Enables the native input dispatcher to refer indirectly to the window manager's window state. 37 // The window manager's window state.
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
Display_Delegate.java | 65 // always dynamically query for the current window manager 81 // always dynamically query for the current window manager
|
/libcore/luni/src/main/java/javax/sql/ |
ConnectionEventListener.java | 26 * connection pool (a connection pool manager). A connection triggers an event 31 * The connection pool manager can return closed connections to the pool for
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothManager.java | 45 /** The Bluetooth profile manager. */ 48 /** The broadcast receiver event manager. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AvdManagerAction.java | 33 * Delegate for the toolbar/menu action "AVD Manager".
34 * It displays the AVD Manager window.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/ |
AvdInfo.java | 191 * @param manager The AVD Manager, used to get the AVD storage path. 195 public static File getDefaultAvdFolder(AvdManager manager, String avdName) 197 return new File(manager.getBaseAvdFolder(), 206 * @param manager The AVD Manager, used to get the AVD storage path. 210 public static File getDefaultIniFile(AvdManager manager, String avdName) 212 String avdRoot = manager.getBaseAvdFolder();
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterPage.java | 35 /** A page that displays the about box for the SDK Manager. */ 37 /** A page that displays the settings for the SDK Manager. */
|
/system/media/mca/effect/java/android/media/effect/ |
FilterEffect.java | 89 FrameManager manager = getFilterContext().getFrameManager(); local 93 Frame frame = manager.newBoundFrame(format,
|
/external/bluetooth/bluez/test/ |
apitest | 131 self.dev_path = self.manager.DefaultAdapter() 158 signal,'org.bluez.Manager', 161 print 'Failed to setup signal handler for manager path: %s' % e 166 self.manager = dbus.Interface(self.manager_obj, 'org.bluez.Manager') 176 print 'Manager commands:' 208 print self.manager.InterfaceVersion() 213 devices = self.manager.ListAdapters() 221 print self.manager.DefaultAdapter() 412 # Manager method [all...] |
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 141 DownloadManager* manager = download_file->GetDownloadManager(); local 142 if (manager) { 144 NewRunnableMethod(manager, &DownloadManager::UpdateDownload, 161 DownloadManager* manager = DownloadManagerForRenderViewHost( local 163 if (!manager) { 174 manager->CreateDownloadItem(info); 181 info, make_scoped_refptr(manager), hash_needed)); 277 void DownloadFileManager::OnDownloadManagerShutdown(DownloadManager* manager) { 279 DCHECK(manager); 286 if (download_file->GetDownloadManager() == manager) { [all...] |
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 57 /// Pass Manager itself does not invalidate any analysis info. 65 return "CallGraph Pass Manager"; 71 // Print passes managed by this manager 73 errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n"; 358 /// RunAllPassesOnSCC - Execute the body of the entire pass manager on the 366 // up-to-date or not. The CGSSC pass manager runs two types of passes: 436 // At the top level, we run all the passes in this pass manager on the 505 /// ReplaceNode - This informs the SCC and the pass manager that the specified 527 /// Assign pass manager to manage this pass. 541 // Create new Call Graph SCC Pass Manager if it does not exist. [all...] |