Searched refs:GetPlatform (Results 1 – 25 of 43) sorted by relevance
12
/external/chromium_org/native_client_sdk/src/tools/tests/ |
D | getos_test.py | 62 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/ |
D | build_sdk.py | 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() 199 platform = getos.GetPlatform() 384 platform = getos.GetPlatform() 459 platform = getos.GetPlatform() 481 if getos.GetPlatform() == 'win': 522 if getos.GetPlatform() == 'linux': [all …]
|
D | test_sdk.py | 101 if getos.GetPlatform() == 'win': 105 elif getos.GetPlatform() == 'mac': 126 if getos.GetPlatform() == 'linux': 191 toolchains.append(getos.GetPlatform()) 205 if getos.GetPlatform() != 'linux':
|
D | buildbot_run.py | 27 if getos.GetPlatform() != 'linux': 51 is_win = getos.GetPlatform() == 'win' 78 if getos.GetPlatform() == 'linux':
|
D | build_projects.py | 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())
|
D | buildbot_common.py | 120 if not env and getos.GetPlatform() == 'win': 190 if getos.GetPlatform() == 'win': 205 shell = getos.GetPlatform() == 'win'
|
D | dsc2gyp.py | 15 valid_tools = ['newlib', 'glibc', getos.GetPlatform()] 227 if toolchain == getos.GetPlatform(): 334 if win32 or getos.GetPlatform() in desc['TOOLS']:
|
D | verify_filelist.py | 54 self.platform = platform or getos.GetPlatform() 211 platform = getos.GetPlatform()
|
D | generate_make.py | 222 if getos.GetPlatform() == 'win': 281 if getos.GetPlatform() == 'win':
|
D | build_app.py | 106 platform = getos.GetPlatform()
|
/external/chromium_org/native_client_sdk/src/tools/ |
D | run.py | 65 if getos.GetPlatform() == 'linux': 68 elif getos.GetPlatform() == 'mac': 72 elif getos.GetPlatform() == 'win':
|
D | nacl_config.py | 140 return getos.GetPlatform() 146 if getos.GetPlatform() == 'win': 155 platform = getos.GetPlatform()
|
D | getos.py | 43 def GetPlatform(): function 241 platform = GetPlatform()
|
D | ncval.py | 57 osname = getos.GetPlatform()
|
D | sel_ldr.py | 80 osname = getos.GetPlatform()
|
/external/chromium_org/chrome/browser/services/gcm/ |
D | gcm_desktop_utils.cc | 26 GCMClient::ChromePlatform GetPlatform() { in GetPlatform() function 71 chrome_build_info.platform = GetPlatform(); in GetChromeBuildInfo()
|
/external/chromium_org/base/ios/ |
D | device_util.h | 41 std::string GetPlatform();
|
D | device_util_unittest.mm | 29 TEST_F(DeviceUtilTest, GetPlatform) { 30 GTEST_ASSERT_GT(ios::device_util::GetPlatform().length(), 0U);
|
D | device_util.mm | 59 std::string GetPlatform() { 140 NSString* current_hardware = base::SysUTF8ToNSString(GetPlatform());
|
/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 214 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()
|
D | CommandObjectProcess.cpp | 271 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/ |
D | browserlauncher.py | 20 def GetPlatform(): function 32 PLATFORM = GetPlatform()
|
/external/chromium_org/native_client_sdk/src/tools/lib/tests/ |
D | get_shared_deps_test.py | 30 '%s_x86' % getos.GetPlatform(),
|
/external/chromium_org/third_party/skia/platform_tools/nacl/ |
D | httpd.py | 166 getos.GetPlatform() + '_x86_newlib',
|
/external/skia/platform_tools/nacl/ |
D | httpd.py | 166 getos.GetPlatform() + '_x86_newlib',
|
12