OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform
(Results
451 - 475
of
2532
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_unittest.py
15
from telemetry.internal.
platform
import gpu_device
16
from telemetry.internal.
platform
import gpu_info
17
from telemetry.internal.
platform
import system_info
130
tracing_controller = self._browser.
platform
.tracing_controller
187
browser_to_create.
platform
.network_controller.InitializeIfNeeded()
190
browser.
platform
.SetHTTPServerDirectories(path.GetUnittestDataDir())
192
blank_url = browser.
platform
.http_server.UrlOf(blank_file_path)
201
browser_to_create.
platform
.network_controller.Close()
210
self.mock_platform_backend.
platform
.FlushDnsCache.side_effect = (
219
self.mock_platform_backend.
platform
.FlushDnsCache.side_effect =
[
all
...]
tab.py
122
return self.browser.
platform
.CanCaptureVideo()
195
The
platform
is free to deliver a higher bitrate if it can do so
206
self.browser.
platform
.StartVideoCapture(min_bitrate_mbps)
211
return self.browser.
platform
.is_video_capture_running
222
return self.browser.
platform
.StopVideoCapture()
259
self.browser.
platform
.FlushDnsCache()
/external/mesa3d/scons/
gallium.py
38
import
platform
as _platform
115
platform
= env['
platform
']
142
env['suncc'] = env['
platform
'] == 'sunos' and os.path.basename(env['CC']) == 'cc'
152
platform
= env['
platform
']
176
env['crosscompile'] =
platform
!= host_platform
214
build_subdir = env['
platform
']
247
if env['
platform
'] in ('posix', 'linux', 'freebsd', 'darwin'):
257
if env['
platform
'] == 'darwin'
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
ReplacePkg.py
22
from
platform
import python_version
23
from sys import
platform
78
platform
) + format_exc())
83
platform
) + format_exc())
94
platform
) + format_exc())
/external/autotest/cli/
host.py
76
def _cleanup_labels(self, labels,
platform
=None):
77
"""Removes the
platform
label from the overall labels"""
78
if
platform
:
80
if label !=
platform
]
84
if not label['
platform
']]
203
# Remove the
platform
from the labels.
206
result['
platform
'])
211
'shard', 'locked', 'lock_reason', 'locked_by', '
platform
',
259
keys=['hostname', '
platform
',
376
self.parser.add_option('-t', '--
platform
',
[
all
...]
/external/boringssl/src/util/bot/go/
bootstrap.py
19
import
platform
44
#
Platform
depended suffix for executable files.
45
EXE_SFX = '.exe' if sys.
platform
== 'win32' else ''
50
#
Platform
dependent portion of a download URL. See http://golang.org/dl/.
68
"""URL of a
platform
specific Go toolset archive."""
75
}.get(
platform
.machine().lower())
76
variant = TOOLSET_VARIANTS.get((sys.
platform
, arch))
79
raise Failure('Unrecognized
platform
')
114
shutil.rmtree(p, onerror=onerror if sys.
platform
== 'win32' else None)
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_finder.py
10
from telemetry.core import
platform
as platform_module
16
from telemetry.internal.
platform
import cros_device
96
platform
= platform_module.GetPlatformForDevice(device, finder_options)
118
platform
, is_guest=False),
120
finder_options,
platform
,
/external/clang/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c
63
enum
Platform
90
//
platform
(input) - The
platform
to set the installation for (x64 or x86)
92
int add_explicit_layers(FILE* log, const char* install_path, enum
Platform
platform
);
144
//
platform
(input) - The
platform
(x64 or x86) of the registry to use (both exist on x64)
146
int remove_explicit_layers(FILE* log, const char** install_paths, size_t count, enum
Platform
platform
);
151
//
platform
(input) - The platform of the OS (both registries will be modified if this is x64)
183
enum Platform
platform
= is_64_bit ? PLATFORM_X64 : PLATFORM_X86;
local
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/darwin-x86/clang-3217047/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/darwin-x86/clang-3688880/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-3016494/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-3688880/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-view/share/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py
1
"""Utility for opening a file using the default application in a cross-
platform
35
if sys.
platform
[:3] == 'win':
43
if (os.environ.get('DISPLAY') or sys.
platform
[:3] == 'win' or
44
sys.
platform
== 'darwin'):
81
#
Platform
support for Windows
82
if sys.
platform
[:3] == 'win':
101
#
Platform
support for MacOS
102
elif sys.
platform
== 'darwin':
107
#
Platform
support for Unix
Completed in 1060 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>