/external/clang/include/clang/Serialization/ |
Module.h | 104 /// \brief The base ID in the source manager's view of this module. 107 /// \brief The base offset in the source manager's view of this module.
|
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 170 // a memory buffer that the LLVM Source Manager is handling, we need to add 171 // a copy to the Clang source manager.
|
/external/jpeg/ |
jmemmac.c | 9 * dependent portion of the JPEG memory manager. 61 #include <Memory.h> /* we use the MacOS memory manager */
|
/external/llvm/include/llvm/ExecutionEngine/ |
JITMemoryManager.h | 34 /// JIT Memory Manager if the client does not provide one to the JIT. 45 /// setPoisonMemory - Setting this flag to true makes the memory manager
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
mklistpage.pl | 34 # Creates the meat of a test suite manager page, requites menuhead.html and menufoot.html 35 # to create the complete page. The test suite manager lets you choose a subset of tests
|
/external/webkit/Source/WebCore/inspector/front-end/ |
NetworkManager.js | 69 WebInspector.NetworkDispatcher = function(manager) 71 this._manager = manager;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
BaseLayerAndroid.cpp | 231 // Query the resulting state from the zoom manager 361 // TODO: consider moving drawBackground outside of prepare (into tree manager)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
manager_worker_broker_unittest.py | 56 def make_broker(manager, worker_model, start_queue=None, stop_queue=None): 62 return manager_worker_broker.get(port.get("test"), options, manager, _TestWorker)
|
/frameworks/base/core/java/android/content/pm/ |
PackageItemInfo.java | 32 * the package manager. This provides a very common basic set of attributes: 35 * between all items returned by the package manager. As such, it does not
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 168 * the subclass is added directly to the window manager (for example, 189 * subclass is added directly to the window manager (for example,
|
Window.java | 36 * window manager. It provides standard UI policies such as a background, title 312 * Called when the window has been attached to the window manager. 319 * Called when the window has been attached to the window manager. 443 * Set the window manager for use by this Window to, for example, 454 * Set the window manager for use by this Window to, for example, 542 * Return the window manager allowing this Window to display its own 615 * controls how the window manager is positioned in the overall window; it [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodInfo.java | 86 * @param service The ResolveInfo returned from the package manager about 98 * @param service The ResolveInfo returned from the package manager about
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerFunctionalTest.java | 121 * Note that this also calls the Download manager's remove, which cleans up the file from cache. 304 * Tests that we can remove a download from the download manager.
|
/frameworks/base/docs/html/guide/developing/building/ |
building-eclipse.jd | 68 manager. See the section below about <a href="#RunConfig">Creating a Run Configuration</a> for more information.</p> 113 <li>Open the run configuration manager from the Run Menu.</li>
|
/frameworks/base/libs/binder/ |
BpBinder.cpp | 76 LOGV("Killing %d objects in manager %p", N, this); 291 LOGV("Attaching object %p to binder %p (manager=%p)", object, this, &mObjects);
|
/frameworks/base/test-runner/src/android/test/ |
ServiceTestCase.java | 161 null, // token not needed when not talking with the activity manager 163 null // mocked services don't talk with the activity manager
|
/frameworks/compile/libbcc/lib/CodeGen/ |
CodeMemoryManager.h | 40 // Memory manager for the code reside in memory 130 // Setting this flag to true makes the memory manager garbage values over
|
/libcore/luni/src/main/java/java/util/logging/ |
StreamHandler.java | 30 * manager to initialize itself. A default value will be used if a property is 85 * manager's properties.
|
/packages/apps/Bluetooth/res/values-de/ |
strings.xml | 19 <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Auf Download-Manager zugreifen"</string> 20 <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Ermöglicht der App, auf den Bluetooth-Weiterleitungs-Manager zuzugreifen und diesen für die Übertragung von Dateien zu verwenden."</string>
|
/packages/apps/Bluetooth/res/values-en-rGB/ |
strings.xml | 19 <string name="permlab_bluetoothShareManager" msgid="311492132450338925">"Access download manager."</string> 20 <string name="permdesc_bluetoothShareManager" msgid="8930572979123190223">"Allows the application to access the Bluetooth Share manager and to use it to transfer files."</string>
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupDetailFragment.java | 335 final AccountTypeManager manager = AccountTypeManager.getInstance(getActivity()); local 337 manager.getAccountType(accountTypeString, dataSet);
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortConfigDialog.java | 346 // get the map from the debug port manager 390 // set it in the store through the debug port manager.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 30 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor; 31 import com.android.ide.eclipse.adt.internal.resources.manager.GlobalProjectMonitor.IFileListener;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 46 import com.android.ide.eclipse.adt.internal.resources.manager.ProjectResources; 47 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager;
|
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | 442 bool DidExtensionHostsStopLoading(ExtensionProcessManager* manager) { 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 2136 NotificationUIManager* manager = local [all...] |