/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | webbrowser.py | 2 """Interfaces for launching and remotely controlling web browsers.""" 20 _tryorder = None # Preference order of available browsers 30 # Preferred browsers go to the front of the list. 141 """Parent class for all browsers. Do not use directly.""" 160 """Class for all browsers started with a command 188 """Class for all browsers which are to be started in the 207 """Parent class for all Unix browsers with remote functionality.""" 236 # for TTY browsers, we need stdin/out 286 """Launcher class for Mozilla browsers.""" 307 """Launcher class for Galeon/Epiphany browsers.""" [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | webbrowser.py | 2 """Interfaces for launching and remotely controlling Web browsers.""" 18 _tryorder = [] # Preference order of available browsers 139 """Parent class for all browsers. Do not use directly.""" 158 """Class for all browsers started with a command 185 """Class for all browsers which are to be started in the 205 """Parent class for all Unix browsers with remote functionality.""" 228 # for TTY browsers, we need stdin/out 285 """Launcher class for Mozilla/Netscape browsers.""" 298 """Launcher class for Galeon/Epiphany browsers.""" 330 "Launcher class for Elinks browsers." [all …]
|
/aosp_15_r20/cts/hostsidetests/packagemanager/domainverification/device/standalone/src/com/android/cts/packagemanager/verify/domain/device/standalone/ |
H A D | DomainVerificationIntentStandaloneTests.kt | 54 assertResolvesTo(browsers) in launchVerified() 74 assertResolvesTo(browsers) in launchSelected() 123 assertResolvesTo(browsers) in verifiedOverSelected() 140 assertResolvesTo(browsers) in selectedOverSelected() 162 assertResolvesTo(browsers) in disableHandlingWhenVerified() 173 assertResolvesTo(browsers) in disableHandlingWhenVerifiedPreservedOnUpdate() 181 assertResolvesTo(browsers) in disableHandlingWhenVerifiedPreservedOnUpdate() 192 assertResolvesTo(browsers) in disableHandlingWhenSelected() 203 assertResolvesTo(browsers) in disableHandlingWhenSelectedPreservedOnUpdate() 211 assertResolvesTo(browsers) in disableHandlingWhenSelectedPreservedOnUpdate() [all …]
|
H A D | DomainVerificationFilterGroupTests.kt | 93 assertResolvesTo(browsers, uri1) in resolveWithUriRelativeFilterGroups_domainNotVerified() 94 assertResolvesTo(browsers, uri7) in resolveWithUriRelativeFilterGroups_domainNotVerified() 106 assertResolvesTo(browsers, uri1) in resolveWithUriRelativeFilterGroups_domainNotVerified() 107 assertResolvesTo(browsers, uri7) in resolveWithUriRelativeFilterGroups_domainNotVerified() 130 assertResolvesTo(browsers, uri1) in resolveWithUriRelativeFilterGroups_wildcardDomains() 141 assertResolvesTo(browsers, uri1) in resolveWithUriRelativeFilterGroups_wildcardDomains() 142 assertResolvesTo(browsers, uri7) in resolveWithUriRelativeFilterGroups_wildcardDomains() 153 assertResolvesTo(browsers, uri7) in resolveWithUriRelativeFilterGroups_wildcardDomains() 247 assertResolvesTo(browsers, targetUri) in assertResolveFilterGroups()
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | webbrowser.rst | 5 :synopsis: Easy-to-use controller for Web browsers. 17 Under Unix, graphical browsers are preferred under X11, but text-mode browsers 18 will be used if graphical browsers are not available or an X11 display isn't 19 available. If text-mode browsers are used, the calling process will block until 23 override the platform default list of browsers, as an :data:`os.pathsep`-separated 24 list of browsers to try in order. When the value of a list part contains the 32 browsers are not available on Unix, the controlling process will launch a new
|
/aosp_15_r20/external/chromium-trace/catapult/systrace/bin/ |
H A D | adb_profile_chrome_startup | 37 'from Android browsers startup, combined with ' 44 browsers = sorted(util.get_supported_browsers().keys()) 45 parser.add_option('-b', '--browser', help='Select among installed browsers. ' 46 'One of ' + ', '.join(browsers) + ', "stable" is used by ' 47 'default.', type='choice', choices=browsers,
|
/aosp_15_r20/external/chromium-trace/catapult/systrace/profile_chrome/ |
H A D | main.py | 32 'from Android browsers. See http://dev.' 56 browsers = sorted(util.get_supported_browsers().keys()) 57 parser.add_option('-b', '--browser', help='Select among installed browsers. ' 58 'One of ' + ', '.join(browsers) + ', "stable" is used by ' 59 'default.', type='choice', choices=browsers,
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v3_4.browsers.html | 75 …_4.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_4.browsers.html">browsers</a></h1> 82 <p class="firstline">Retrieves a list of browsers.</p> 91 <pre>Retrieves a list of browsers. 104 "browsers": [ # Browser collection.
|
D | dfareporting_v3_3.browsers.html | 75 …_3.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_3.browsers.html">browsers</a></h1> 82 <p class="firstline">Retrieves a list of browsers.</p> 91 <pre>Retrieves a list of browsers. 104 "browsers": [ # Browser collection.
|
D | dfareporting_v3_5.browsers.html | 75 …_5.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_5.browsers.html">browsers</a></h1> 82 <p class="firstline">Retrieves a list of browsers.</p> 91 <pre>Retrieves a list of browsers. 104 "browsers": [ # Browser collection.
|
/aosp_15_r20/external/grpc-grpc/doc/ |
H A D | PROTOCOL-WEB.md | 21 exposed by browsers 31 * become optional (in 1-2 years) when browsers are able to speak the native 89 * Do NOT use User-Agent header (which is to be set by browsers, by default) 129 finalized and implemented in modern browsers 130 * gRPC-Web client will support the native gRPC protocol with modern browsers
|
/aosp_15_r20/cts/hostsidetests/packagemanager/domainverification/lib/constants/android/src/com/android/cts/packagemanager/verify/domain/android/ |
H A D | DomainVerificationIntentTestBase.kt | 64 protected lateinit var browsers: List<ComponentName> in parameters() variable in com.android.cts.packagemanager.verify.domain.android.DomainVerificationIntentTestBase 71 browsers = Intent(Intent.ACTION_VIEW, Uri.parse("https://$DOMAIN_UNHANDLED")) in parameters() 78 val allResults = browsers.toMutableList() in parameters() 93 assertResolvesTo(browsers) in parameters() 139 browsers.contains(it) || (isComponentEnabled( in assertResolvesTo()
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | webbrowser.rst | 5 :synopsis: Easy-to-use controller for web browsers. 18 Under Unix, graphical browsers are preferred under X11, but text-mode browsers 19 will be used if graphical browsers are not available or an X11 display isn't 20 available. If text-mode browsers are used, the calling process will block until 24 :data:`os.pathsep`-separated list of browsers to try ahead of the platform 33 browsers are not available on Unix, the controlling process will launch a new
|
/aosp_15_r20/external/curl/docs/ |
H A D | TheArtOfHttpScripting.md | 450 programmers try to make different pages for users of different browsers to 451 make them look the best possible for their particular browsers. They usually 457 are one of those browsers. 491 Browsers typically support at least two other ways of redirects that curl 500 The way the web browsers do "client side state control" is by using 513 expects them. The same way browsers deal with them. 665 manually, capturing the HTTP requests done by your browsers and analyzing the 701 ## Check what the browsers do 703 A good helper to make sure you do this right, is the web browsers' developers
|
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/ |
H A D | antlr.js | 33 * Be careful when naming packages. Reserved words may work in some browsers 99 * is detected but the revision could not be found. Other browsers 113 * AppleWebKit version. KHTML browsers that are not WebKit browsers 114 * will evaluate to 1, other browsers 0. Example: 418.9.1 174 // Modern KHTML browsers should qualify as Safari X-Grade 178 // Modern WebKit browsers are at least X-Grade
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | karma.bench.conf.js | 45 // start these browsers 46 browsers: ['Chrome'], property 49 // if true, Karma captures browsers, runs the tests and exits 59 cfg.browsers = ['ChromeHeadlessNoSandbox'],
|
H A D | karma.conf.js | 46 // start these browsers 47 browsers: ['Chrome'], property 50 // if true, Karma captures browsers, runs the tests and exits 60 cfg.browsers = ['ChromeHeadlessNoSandbox'],
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | karma.conf.js | 49 // start these browsers 50 browsers: ['Chrome'], property 53 // if true, Karma captures browsers, runs the tests and exits 63 cfg.browsers = ['ChromeHeadlessNoSandbox'],
|
/aosp_15_r20/development/tools/winscope/src/ |
H A D | polyfills.ts | 6 * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. 10 * The current setup is for so-called "evergreen" browsers; the last versions of browsers that 32 * The following flags will work for all browsers.
|
/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/ |
H A D | polyfills.ts | 6 * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. 10 * The current setup is for so-called "evergreen" browsers; the last versions of browsers that 32 * The following flags will work for all browsers.
|