/external/cros/system_api/switches/ |
chrome_switches.h | 20 // Flag passed to the browser if the system is running in dev-mode.
|
/external/javassist/sample/evolve/ |
start.html | 13 <p>3. Run the server on the local host (where your web browser is running):
|
/external/libmicrohttpd/doc/examples/ |
hellobrowser.c | 23 const char *page = "<html><body>Hello, browser!</body></html>";
|
/external/modp_b64/ |
modp_b64.gyp | 23 # Even if we are building the browser for Win32, we need a few modules
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
login.txt | 11 * Browser user/kiosk - xguest_u
|
users.txt | 10 * Browser user/kiosk - xguest_u
|
/frameworks/base/core/res/assets/webkit/ |
incognito_mode_start_page.html | 8 won't appear in your browser history or search history, and they won't
|
/frameworks/base/core/res/res/raw/ |
incognito_mode_start_page.html | 8 won't appear in your browser history or search history, and they won't
|
/frameworks/base/core/res/res/raw-xlarge/ |
incognito_mode_start_page.html | 8 won't appear in your browser history or search history, and they won't
|
/frameworks/base/media/tests/CameraBrowser/ |
AndroidManifest.xml | 9 <activity android:name="CameraBrowser" android:label="Camera Browser">
|
/frameworks/base/packages/CaptivePortalLogin/res/values-de/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Trotzdem in einem Browser fortfahren"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-en-rAU/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Continue anyway via browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-en-rGB/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Continue anyway via browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-en-rIN/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Continue anyway via browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-in/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Tetap lanjutkan melalui browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-it/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Continua comunque dal browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-nl/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Toch doorgaan via browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-ro/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Continua?i oricum prin browser"</string>
|
/frameworks/base/packages/CaptivePortalLogin/res/values-tl/ |
strings.xml | 10 <string name="ssl_error_continue" msgid="6492718244923937110">"Magpatuloy pa rin sa pamamagitan ng browser"</string>
|
/frameworks/base/tests/MusicBrowserDemo/res/values/ |
strings.xml | 19 <string name="app_name">Music Browser</string>
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
MusicProviderTaskListener.java | 17 package com.example.android.musicservicedemo.browser;
|
/packages/apps/Browser2/res/values/ |
strings.xml | 12 <string name="title_activity_browser">WebView Browser Tester</string>
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
chrome_browser_backend.py | 18 from telemetry.internal.browser import user_agent 19 from telemetry.internal.browser import web_contents 24 """An abstract class for chrome browser backends. Provides basic functionality 74 args.append('--no-default-browser-check') 137 # Force the browser to send HTTP/HTTPS requests to fixed ports if they 151 """ Initiate the devtool client backend which allow browser connection 152 through browser' devtool. 164 """ Wait for browser to come up. """ 170 raise exceptions.BrowserGoneException(self.browser, e) 171 raise exceptions.BrowserConnectionGoneException(self.browser, e [all...] |
desktop_browser_finder.py | 15 from telemetry.internal.browser import browser namespace 16 from telemetry.internal.browser import possible_browser 24 """A desktop browser that can be controlled.""" 69 return browser.Browser( 147 'Chrome build location for %s_%s not found. Browser will be run ' 164 # Add the explicit browser executable if given and we can handle it. 173 # browser executables, since it may be of a different browser [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
run_tests.py | 10 from telemetry.internal.browser import browser_finder 11 from telemetry.internal.browser import browser_finder_exceptions 12 from telemetry.internal.browser import browser_options 48 parser.add_option('--no-browser', action='store_true', default=False, 49 help='Don\'t require an actual browser to run the tests.') 87 parser.error('No browser found of type %s. Cannot run tests.\n' 88 'Re-run with --browser=list to see ' 89 'available browser types.' % args.browser_type) 185 # actual browser are subclasses of browser_test_case.BrowserTestCase 189 name, msg='Skip the test because it requires a browser.') [all...] |