Searched refs:GetPlatform (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/base/ios/
H A Ddevice_util.h41 std::string GetPlatform();
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_run.py27 if getos.GetPlatform() != 'linux':
51 is_win = getos.GetPlatform() == 'win'
78 if getos.GetPlatform() == 'linux':
H A 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':
H A Dbuildbot_common.py120 if not env and getos.GetPlatform() == 'win':
190 if getos.GetPlatform() == 'win':
205 shell = getos.GetPlatform() == 'win'
H A Ddsc2gyp.py15 valid_tools = ['newlib', 'glibc', getos.GetPlatform()]
227 if toolchain == getos.GetPlatform():
334 if win32 or getos.GetPlatform() in desc['TOOLS']:
H A 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()
[all...]
H A 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())
H A Dverify_filelist.py54 self.platform = platform or getos.GetPlatform()
211 platform = getos.GetPlatform()
H A Dgenerate_make.py222 if getos.GetPlatform() == 'win':
281 if getos.GetPlatform() == 'win':
H A Dbuild_app.py106 platform = getos.GetPlatform()
/external/chromium_org/native_client_sdk/src/tools/
H A Drun.py65 if getos.GetPlatform() == 'linux':
68 elif getos.GetPlatform() == 'mac':
72 elif getos.GetPlatform() == 'win':
H A Dncval.py57 osname = getos.GetPlatform()
H A Dnacl_config.py140 return getos.GetPlatform()
146 if getos.GetPlatform() == 'win':
155 platform = getos.GetPlatform()
H A Dgetos.py43 def GetPlatform(): function
241 platform = GetPlatform()
H A Dsel_ldr.py80 osname = getos.GetPlatform()
H A Dcreate_nmf.py489 osname = getos.GetPlatform()
516 osname = getos.GetPlatform()
/external/chromium_org/native_client_sdk/src/tools/tests/
H A 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/chrome/browser/services/gcm/
H A Dgcm_desktop_utils.cc26 GCMClient::ChromePlatform GetPlatform() { function in namespace:gcm::__anon4648
71 chrome_build_info.platform = GetPlatform();
/external/chromium_org/native_client_sdk/src/tools/lib/tests/
H A Dget_shared_deps_test.py30 '%s_x86' % getos.GetPlatform(),
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp214 platform_sp = target->GetPlatform();
397 platform_sp = target->GetPlatform();
515 platform_sp = target->GetPlatform();
804 platform_sp = target->GetPlatform();
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py20 def GetPlatform(): function
32 PLATFORM = GetPlatform()
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dsdktools_test.py125 if getos.GetPlatform() == 'win':
/external/chromium_org/third_party/skia/platform_tools/nacl/
H A Dhttpd.py166 getos.GetPlatform() + '_x86_newlib',
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h315 GetPlatform (bool prefer_target_platform);
/external/skia/platform_tools/nacl/
H A Dhttpd.py166 getos.GetPlatform() + '_x86_newlib',

Completed in 7851 milliseconds

12