/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
lmsname.h | 17 #define SERVICE_BROWSER TEXT("BROWSER")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 1 """Class browser. 10 - add base classes to class browser tree 56 self.top.wm_title("Class Browser - " + self.name) 57 self.top.wm_iconname("Class Browser")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ClassBrowser.py | 1 """Class browser. 10 - add base classes to class browser tree 56 self.top.wm_title("Class Browser - " + self.name) 57 self.top.wm_iconname("Class Browser")
|
/prebuilts/tools/common/m2/repository/org/gebish/geb-core/0.9.3/ |
geb-core-0.9.3.pom | 9 <description>Geb (pronounced "jeb") is a browser automation solution. It brings together the power of WebDriver, the elegance of jQuery content selection, the robustness of Page Object modelling and the expressiveness of the Groovy language.</description>
|
/sdk/eclipse/sites/external/ |
index.html | 19 alert("Document could not be loaded by browser.");
|
/sdk/eclipse/sites/internal/ |
index.html | 19 alert("Document could not be loaded by browser.");
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
usingwebapp2.rst | 66 Reload `http://localhost:8080/ <http://localhost:8080/>`_ in your browser to 83 ``webapp2`` to print stack traces to the browser output if a handler 92 server or on App Engine, and display errors in the browser if it is running
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/chrome/ |
chrome_model_helper_test.html | 47 // Browser process 3507 62 // Add impl rendering stats for browser process 3507 87 // Testing browser impl and main rendering stats.
|
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/ |
index.jd | 4 page.metaDescription=Collect battery usage data from your device and display it graphically in your browser. 27 into an HTML visualization that you can view in your Browser. Batterystats is part of the Android 113 <li>Open the <code>batterystats.htm</code> file in your browser.</li>
|
/packages/apps/Browser/res/layout/ |
title_bar_nav.xml | 17 <com.android.browser.NavigationBarPhone 74 <com.android.browser.UrlInputView 126 </com.android.browser.NavigationBarPhone>
|
/packages/apps/Browser/res/layout-sw600dp/ |
title_bar_nav.xml | 17 <com.android.browser.NavigationBarTablet 70 <com.android.browser.UrlInputView 125 </com.android.browser.NavigationBarTablet>
|
/packages/apps/Browser/src/com/android/browser/ |
CrashRecoveryHandler.java | 17 package com.android.browser; 37 private static final boolean LOGV_ENABLED = Browser.LOGV_ENABLED; 43 * instead of automatically restoring. The first time the browser crashes,
|
SystemAllowGeolocationOrigins.java | 17 package com.android.browser; 36 * permissions and the browser. 40 // Preference key for the value of the system setting last read by the browser
|
BookmarkUtils.java | 17 package com.android.browser; 40 import android.provider.Browser; 52 ICON_HOME_SHORTCUT, // Icon for a shortcut on the home screen (launches Browser). 132 shortcutIntent.putExtra(Browser.EXTRA_APPLICATION_ID, Long.toString(uniqueId)); 147 // Use the web browser icon as the background for the icon for an installable
|
/packages/apps/Browser/tests/src/com/android/browser/ |
IntentHandlerTests.java | 16 package com.android.browser; 21 import android.provider.Browser; 86 intent.putExtra(Browser.EXTRA_APPLICATION_ID, getClass().getName());
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ResolveCache.java | 49 * If several of this list match (e.g. Android Browser vs. Chrome), we will pick either one 60 "com.google.android.browser", 61 "com.android.browser");
|
/packages/apps/Launcher3/res/xml/ |
default_workspace_4x4.xml | 63 <!-- Dialer, Contacts, [All Apps], Messaging, Browser --> 112 launcher:packageName="com.android.browser" 113 launcher:className="com.android.browser.BrowserActivity" />
|
default_workspace_5x5.xml | 63 <!-- Dialer, Contacts, [All Apps], Messaging, Browser --> 112 launcher:packageName="com.android.browser" 113 launcher:className="com.android.browser.BrowserActivity" />
|
default_workspace_5x6.xml | 63 <!-- Dialer, Contacts, [All Apps], Messaging, Browser --> 112 launcher:packageName="com.android.browser" 113 launcher:className="com.android.browser.BrowserActivity" />
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractConversationWebViewClient.java | 31 import android.provider.Browser; 149 intent.putExtra(Browser.EXTRA_APPLICATION_ID, mActivity.getPackageName()); 150 intent.putExtra(Browser.EXTRA_CREATE_NEW_TAB, true);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
InstallDependencyPage.java | 40 import org.eclipse.ui.browser.IWebBrowser; 285 IWebBrowser browser = workbench.getBrowserSupport().getExternalBrowser(); local 286 browser.openURL(new URL(URL)); 288 String message = String.format("Could not open browser. Vist\n%1$s\ninstead.", 290 MessageDialog.openError(getShell(), "Browser Error", message);
|
/frameworks/base/media/java/android/media/browse/ |
MediaBrowser.java | 53 * This object is not thread-safe. All calls should happen on the thread on which the browser 83 * Creates a media browser for the specified media browse service. 224 * Returns whether the browser is connected to the service. 231 * Gets the service component that the media browser is connected to. 245 * browser is disconnected. 272 * Gets the media session token associated with the media browser. 275 * browser is disconnected. 278 * @return The session token for the browser, never null. 713 * Invoked when the client is disconnected from the media browser. 719 * Invoked when the connection to the media browser failed [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
CodeWarrior_suite.py | 248 """single class browser - a single class browser """ 264 """class browser - a class browser """ 276 """catalog document - a browser catalog document """ 407 """symbol browser - a symbol browser """ 587 'catalog_document' : 'CTLG', # a browser catalog 588 'class_browser' : 'BROW', # a class browser document class in inherits: 589 'single_class_browser' : '1BRW', # a single class browser documen class in inherits: [all...] |
/frameworks/base/docs/html/sdk/api_diff/23/changes/ |
pkg_android.provider.html | 84 <A NAME="Browser.BookmarkColumns"></A> 85 Browser.BookmarkColumns 91 <A NAME="Browser.SearchColumns"></A> 92 Browser.SearchColumns 184 <A NAME="Browser"></A> 185 <nobr><A HREF="android.provider.Browser.html">Browser</A></nobr>
|
/packages/apps/Browser/res/values/ |
strings.xml | 18 <string name="application_name">Browser</string> 54 <string name="bookmarks_search">Browser</string> 177 dialog that allows the user to bookmark the page that the browser is 189 dialog to bookmark the page that the browser is currently viewing, 213 <!-- Menu item for viewing downloads from the browser --> 252 <!-- Context Menu item to view the image by itself in the browser --> 274 <!-- Used as the title of dialogs in the Browser Settings confirming that 419 <string name="autofill_setup_dialog_message">The browser can automatically complete web forms like this one. Do you want to set up your auto-fill text?</string> 421 it through the Browser Settings menu. [CHAR-LIMIT=NONE] --> 422 <string name="autofill_setup_dialog_negative_toast">You can always set up your auto-fill text from the Browser > Settings > General screen.</string [all...] |