/external/webrtc/ |
README.md | 1 **WebRTC is a free, open software project** that provides browsers and mobile
|
/external/avahi/avahi-gobject/ |
ga-enums.h | 43 GA_LOOKUP_RESULT_LOCAL = AVAHI_LOOKUP_RESULT_LOCAL, /**< This record/service resides on and was announced by the local host. Only available in service and record browsers and only on AVAHI_BROWSER_NEW. */ 44 GA_LOOKUP_RESULT_OUR_OWN = AVAHI_LOOKUP_RESULT_OUR_OWN, /**< This service belongs to the same local client as the browser object. Only available in avahi-client, and only for service browsers and only on AVAHI_BROWSER_NEW. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
README.txt | 11 multiple files. Class browsers and path browsers provide fast access to
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
README.txt | 11 multiple files. Class browsers and path browsers provide fast access to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
README.txt | 11 multiple files. Class browsers and path browsers provide fast access to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
README.txt | 11 multiple files. Class browsers and path browsers provide fast access to
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
platform_unittest.py | 21 # Run this test in serial to avoid multiple browsers pop up on the screen.
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
README.md | 6 Control) in other browsers, use `web-animations.min.js`. To explore all of the 24 on modern versions of all major browsers. For more details about browser 64 Tracks the Web Animations features that are supported natively in browsers. 129 will work in all browsers that implement a conforming version of transform, but
|
/external/curl/docs/ |
HTTP-COOKIES | 46 sharing the cookies with browsers, only to see browsers move away from that 47 format. Modern browsers no longer use it, while curl still does.
|
/external/libvncserver/webclients/novnc/ |
README.md | 8 including mobile browsers (iPhone/iPad and Android). 47 * Supports all modern browsers including mobile (iOS, Android) 72 * HTML5 WebSockets: For browsers that do not have builtin
|
/packages/apps/Settings/src/com/android/settings/applications/ |
DefaultBrowserPreference.java | 85 List<String> browsers = resolveBrowserApps(); local 87 setPackageNames(browsers.toArray(new String[browsers.size()]), null);
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
main.py | 73 'from Android browsers. See http://dev.' 142 browsers = sorted(profiler.GetSupportedBrowsers().keys()) 143 parser.add_option('-b', '--browser', help='Select among installed browsers. ' 144 'One of ' + ', '.join(browsers) + ', "stable" is used by ' 145 'default.', type='choice', choices=browsers,
|
profiler.py | 40 """Returns the package names of all supported browsers."""
|
/external/libvncserver/webclients/novnc/include/ |
base.css | 177 background:#eee; /* default background for browsers without gradient support */ 242 background: #b2bdcd; /* Old browsers */ 251 background: #f04040; /* Old browsers */ 260 background: #f0f040; /* Old browsers */ 288 background: #b2bdcd; /* Old browsers */ 305 background: #779ced; /* Old browsers */ 323 background:#fff; /* default background for browsers without gradient support */
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
network_controller_backend.py | 109 'Browsers may fall back to ignoring certificate errors.') 115 'Browsers may fall back to ignoring certificate errors.') 126 'Browsers may fall back to ignoring certificate errors.')
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
chrome_tracing_agent.py | 108 # Chrome tracing Agent needs to start tracing for chrome browsers that are 110 # first setup the trace_config_file, which allows browsers that starts after 112 # latter, we invoke start tracing command through devtools for browsers that
|
/external/libvncserver/webclients/novnc/include/web-socket-js/ |
README.txt | 52 It may or may not work on other browsers such as Safari, Opera or IE 6. Patch for these browsers are appreciated, but I will not work on fixing issues specific to these browsers by myself.
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_POSTREDIR.3 | 43 The non-RFC behaviour is ubiquitous in web browsers, so the library does the
|
/external/iptables/extensions/ |
libxt_TCPMSS.man | 15 Web browsers connect, then hang with no data received.
|
/external/javassist/sample/evolve/ |
DemoServer.java | 16 * sends the class file of WebPage to web browsers.
|
/external/v8/test/mjsunit/ |
regexp-string-methods.js | 47 // We match other browsers in using the original value of RegExp.prototype.exec.
|
/external/v8/test/webkit/ |
regexp-non-bmp-expected.txt | 24 Tests that regular expressions treat non-BMP characters as two separate characters. From a Unicode correctness point of view this is wrong, but it is what other browsers do. And given that we store strings as UTF-16, it is also more efficient to implement. Also test some other cases related to UTF-8 and UTF-16.
|
regexp-non-bmp.js | 26 + 'From a Unicode correctness point of view this is wrong, but it is what other browsers do. '
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
package-info.java | 42 * inspectors, class browsers, and services such as Object
|
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/ |
commands.go | 77 "web": {c, report.Dot, invokeVisualizer(interactive, saveSVGToFile(), "svg", browsers()), false, "Visualize graph through web browser"}, 80 "weblist": {c, report.WebList, invokeVisualizer(interactive, awayFromTTY("html"), "html", browsers()), true, "Output annotated source in HTML for functions matching regexp or address"}, 84 // browsers returns a list of commands to attempt for web visualization 86 func browsers() []string {
|