HomeSort by relevance Sort by last modified time
    Searched refs:getos (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/native_client_sdk/src/tools/tests/
getos_test.py 21 # For getos, the module under test
23 import getos namespace
53 self.assertEqual(getos.GetSDKPath(), 'dummy')
58 self.assertEqual(getos.GetSDKPath(), os.path.dirname(TOOLS_DIR))
62 platform = getos.GetPlatform()
67 arch = getos.GetSystemArch(getos.GetPlatform())
74 platform = getos.GetPlatform()
76 with self.assertRaisesRegexp(getos.Error, expect):
77 getos.GetChromePath(platform
    [all...]
create_nmf_test.py 26 import getos namespace
31 '%s_x86' % getos.GetPlatform(),
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_run.py 23 import getos namespace
27 if getos.GetPlatform() != 'linux':
51 is_win = getos.GetPlatform() == 'win'
78 if getos.GetPlatform() == 'linux':
test_sdk.py 30 import getos namespace
101 if getos.GetPlatform() == 'win':
104 archs = (getos.GetSystemArch('win'),)
105 elif getos.GetPlatform() == 'mac':
126 if getos.GetPlatform() == 'linux':
191 toolchains.append(getos.GetPlatform())
205 if getos.GetPlatform() != 'linux':
build_sdk.py 49 import getos namespace
116 return '%s_%s' % (getos.GetPlatform(), tcname)
118 return '%s_arm_%s' % (getos.GetPlatform(), tcname)
120 return '%s_x86_%s' % (getos.GetPlatform(), tcname)
130 '%s_x86' % getos.GetPlatform(),
151 build_platform = '%s_x86' % getos.GetPlatform()
197 platform = getos.GetPlatform()
379 platform = getos.GetPlatform()
454 platform = getos.GetPlatform()
476 if getos.GetPlatform() == 'win'
    [all...]
buildbot_common.py 17 import getos namespace
117 if not env and getos.GetPlatform() == 'win':
187 if getos.GetPlatform() == 'win':
202 shell = getos.GetPlatform() == 'win'
dsc2gyp.py 13 import getos namespace
15 valid_tools = ['newlib', 'glibc', getos.GetPlatform()]
227 if toolchain == getos.GetPlatform():
334 if win32 or getos.GetPlatform() in desc['TOOLS']:
build_projects.py 23 import getos namespace
88 if getos.GetPlatform() == 'win':
136 platform = getos.GetPlatform()
192 if getos.GetPlatform() == 'win':
305 options.toolchain.append(getos.GetPlatform())
306 Trace('Adding platform: ' + getos.GetPlatform())
generate_make.py 11 import getos namespace
239 if getos.GetPlatform() == 'win':
298 if getos.GetPlatform() == 'win':
build_app.py 25 import getos namespace
106 platform = getos.GetPlatform()
verify_filelist.py 17 import getos namespace
54 self.platform = platform or getos.GetPlatform()
211 platform = getos.GetPlatform()
test_projects.py 20 import getos namespace
21 platform = getos.GetPlatform()
  /external/chromium_org/native_client_sdk/src/tools/
run.py 11 import getos namespace
70 if getos.GetPlatform() == 'linux':
73 elif getos.GetPlatform() == 'mac':
77 elif getos.GetPlatform() == 'win':
nacl_config.py 16 import getos namespace
140 return getos.GetPlatform()
145 sdk_path = getos.GetSDKPath()
146 if getos.GetPlatform() == 'win':
155 platform = getos.GetPlatform()
ncval.py 14 import getos namespace
57 osname = getos.GetPlatform()
sel_ldr.py 15 import getos namespace
80 osname = getos.GetPlatform()
create_nmf.py 20 import getos namespace
489 osname = getos.GetPlatform()
516 osname = getos.GetPlatform()
common.mk 35 GETOS := python $(NACL_SDK_ROOT)/tools/getos.py
38 OSNAME := $(shell $(GETOS))
209 VERSION_CHECK:=$(shell $(GETOS) --check-version=$(NACL_SDK_VERSION_MIN) 2>&1)
458 SYSARCH := $(shell $(GETOS) --nacl-arch)
472 CHROME_PATH ?= $(shell $(GETOS) --chrome 2> $(DEV_NULL))
  /external/chromium_org/native_client_sdk/src/getting_started/part1/
Makefile 25 GETOS := python $(NACL_SDK_ROOT)/tools/getos.py
27 OSNAME := $(shell $(GETOS))
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 26 import getos namespace
30 '%s_x86' % getos.GetPlatform(),
  /external/chromium_org/third_party/skia/platform_tools/nacl/
httpd.py 29 import getos namespace
166 getos.GetPlatform() + '_x86_newlib',
  /external/skia/platform_tools/nacl/
httpd.py 29 import getos namespace
166 getos.GetPlatform() + '_x86_newlib',
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py 21 import getos namespace
125 if getos.GetPlatform() == 'win':
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
Makefile 185 GETOS := python $(NACL_SDK_ROOT)/tools/getos.py

Completed in 239 milliseconds