OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_platform
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/
common.py
17
host_platform
= _platform.system().lower()
variable
18
if
host_platform
.startswith('cygwin'):
19
host_platform
= 'cygwin'
variable
26
target_platform =
host_platform
56
if target_platform == 'windows' and
host_platform
!= 'windows':
94
opts.Add(EnumOption('platform', 'target platform',
host_platform
,
114
if
host_platform
== 'windows':
SConstruct
110
host_env['platform'] = common.
host_platform
/external/tensorflow/tensorflow/contrib/makefile/
compile_nsync.sh
48
host_platform
=
51
Linux)
host_platform
=linux android_host=linux;;
52
Darwin)
host_platform
=macos android_host=darwin;;
77
native) target_platform="$
host_platform
";;
193
case "$
host_platform
" in
196
*) android_os_arch="$
host_platform
";;
/external/python/cpython2/
setup.py
30
host_platform
= get_platform()
variable
77
if
host_platform
== 'darwin':
87
if
host_platform
== 'darwin' and is_macosx_sdk_path(dir):
96
if
host_platform
== 'darwin' and is_macosx_sdk_path(dir):
110
if
host_platform
== 'darwin':
119
if
host_platform
== 'darwin' and is_macosx_sdk_path(p):
148
if
host_platform
== 'darwin' and is_macosx_sdk_path(p):
206
if
host_platform
== 'darwin' and ("--disable-toolbox-glue" not in
321
if
host_platform
== 'darwin' and (
335
if
host_platform
== 'cygwin'
[
all
...]
/external/autotest/contrib/
move_cq_hosts.sh
18
function
host_platform
() {
function
48
PLATFORM=$(
host_platform
$host)
/external/python/cpython3/
setup.py
40
host_platform
= get_platform()
variable
95
if
host_platform
== 'darwin':
105
if
host_platform
== 'darwin' and is_macosx_sdk_path(dir):
114
if
host_platform
== 'darwin' and is_macosx_sdk_path(dir):
128
if
host_platform
== 'darwin':
137
if
host_platform
== 'darwin' and is_macosx_sdk_path(p):
166
if
host_platform
== 'darwin' and is_macosx_sdk_path(p):
350
if
host_platform
== 'darwin' and (
364
if
host_platform
== 'cygwin':
484
if
host_platform
== 'darwin'
[
all
...]
/external/tensorflow/tensorflow/stream_executor/host/
host_platform.cc
16
#include "tensorflow/stream_executor/host/
host_platform
.h"
105
host_platform
, perftools::gputools::host::InitializeHostPlatform());
110
REGISTER_MODULE_INITIALIZER_SEQUENCE(
host_platform
, multi_platform_manager);
/external/mesa3d/scons/
gallium.py
38
import platform as
host_platform
189
if
host_platform
.system() == 'Windows':
214
hosthost_platform =
host_platform
.system().lower()
217
host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE',
host_platform
.machine()))
621
if
host_platform
.system() == 'Windows':
633
if
host_platform
.system() == 'Windows':
Completed in 518 milliseconds