Home
last modified time | relevance | path

Searched refs:GetPlatform (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/native_client_sdk/src/tools/tests/
Dgetos_test.py62 platform = getos.GetPlatform()
67 arch = getos.GetSystemArch(getos.GetPlatform())
74 platform = getos.GetPlatform()
85 platform = getos.GetPlatform()
96 platform = getos.GetPlatform()
/external/chromium_org/native_client_sdk/src/build_tools/
Dbuild_sdk.py116 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()
199 platform = getos.GetPlatform()
384 platform = getos.GetPlatform()
459 platform = getos.GetPlatform()
481 if getos.GetPlatform() == 'win':
522 if getos.GetPlatform() == 'linux':
[all …]
Dtest_sdk.py101 if getos.GetPlatform() == 'win':
105 elif getos.GetPlatform() == 'mac':
126 if getos.GetPlatform() == 'linux':
191 toolchains.append(getos.GetPlatform())
205 if getos.GetPlatform() != 'linux':
Dbuildbot_run.py27 if getos.GetPlatform() != 'linux':
51 is_win = getos.GetPlatform() == 'win'
78 if getos.GetPlatform() == 'linux':
Dbuild_projects.py88 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())
Dbuildbot_common.py120 if not env and getos.GetPlatform() == 'win':
190 if getos.GetPlatform() == 'win':
205 shell = getos.GetPlatform() == 'win'
Ddsc2gyp.py15 valid_tools = ['newlib', 'glibc', getos.GetPlatform()]
227 if toolchain == getos.GetPlatform():
334 if win32 or getos.GetPlatform() in desc['TOOLS']:
Dverify_filelist.py54 self.platform = platform or getos.GetPlatform()
211 platform = getos.GetPlatform()
Dgenerate_make.py222 if getos.GetPlatform() == 'win':
281 if getos.GetPlatform() == 'win':
Dbuild_app.py106 platform = getos.GetPlatform()
/external/chromium_org/native_client_sdk/src/tools/
Drun.py65 if getos.GetPlatform() == 'linux':
68 elif getos.GetPlatform() == 'mac':
72 elif getos.GetPlatform() == 'win':
Dnacl_config.py140 return getos.GetPlatform()
146 if getos.GetPlatform() == 'win':
155 platform = getos.GetPlatform()
Dgetos.py43 def GetPlatform(): function
241 platform = GetPlatform()
Dncval.py57 osname = getos.GetPlatform()
Dsel_ldr.py80 osname = getos.GetPlatform()
/external/chromium_org/chrome/browser/services/gcm/
Dgcm_desktop_utils.cc26 GCMClient::ChromePlatform GetPlatform() { in GetPlatform() function
71 chrome_build_info.platform = GetPlatform(); in GetChromeBuildInfo()
/external/chromium_org/base/ios/
Ddevice_util.h41 std::string GetPlatform();
Ddevice_util_unittest.mm29 TEST_F(DeviceUtilTest, GetPlatform) {
30 GTEST_ASSERT_GT(ios::device_util::GetPlatform().length(), 0U);
Ddevice_util.mm59 std::string GetPlatform() {
140 NSString* current_hardware = base::SysUTF8ToNSString(GetPlatform());
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp214 platform_sp = target->GetPlatform(); in DoExecute()
397 platform_sp = target->GetPlatform(); in DoExecute()
515 platform_sp = target->GetPlatform(); in DoExecute()
804 platform_sp = target->GetPlatform(); in DoExecute()
DCommandObjectProcess.cpp271 PlatformSP platform_sp (target->GetPlatform()); in DoExecute()
275 process = target->GetPlatform()->DebugProcess (m_options.launch_info, in DoExecute()
488 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion()
1282 process->GetTarget().GetPlatform()->ResolveRemotePath(image_spec, image_spec); in DoExecute()
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
Dbrowserlauncher.py20 def GetPlatform(): function
32 PLATFORM = GetPlatform()
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
Dget_shared_deps_test.py30 '%s_x86' % getos.GetPlatform(),
/external/chromium_org/third_party/skia/platform_tools/nacl/
Dhttpd.py166 getos.GetPlatform() + '_x86_newlib',
/external/skia/platform_tools/nacl/
Dhttpd.py166 getos.GetPlatform() + '_x86_newlib',

12