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

12

/external/chromium-trace/catapult/devil/devil/
H A Ddevil_env.py146 return self._dm.FetchPath(dependency, GetPlatform(arch, device))
151 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
154 def GetPlatform(arch=None, device=None): function
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_app.h40 void GetPlatform(CFX_WideString& wsPlatform) override;
/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();
H A DCommandObjectProcess.cpp271 PlatformSP platform_sp (target->GetPlatform());
275 process = target->GetPlatform()->DebugProcess (m_options.launch_info,
488 PlatformSP platform_sp (m_interpreter.GetPlatform (true));
1282 process->GetTarget().GetPlatform()->ResolveRemotePath(image_spec, image_spec);
H A DCommandObjectDisassemble.cpp153 if (!arch.SetTriple (option_arg, m_interpreter.GetPlatform (true).get()))
/external/v8/build/android/
H A Dadb_install_apk.py81 devil_env.GetPlatform(): [args.adb_path],
H A Dprovision_devices.py552 devil_env.GetPlatform(): [args.adb_path],
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_compatibility_devicetest.py53 devil_env.GetPlatform(): {
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Ddevice_recovery.py185 'adb', devil_env.GetPlatform(), args.adb_path))
H A Ddevice_status.py268 'adb', devil_env.GetPlatform(), args.adb_path))
H A Dprovision_devices.py552 'adb', devil_env.GetPlatform(), args.adb_path))
/external/chromium-trace/catapult/systrace/systrace/
H A Drun_systrace.py152 devil_env.GetPlatform(): {
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h315 GetPlatform (bool prefer_target_platform);
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp300 arch.SetTriple ("i386", m_target.GetPlatform().get());
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_app.cpp119 void CPDFXFA_App::GetPlatform(CFX_WideString& wsPlatform) { function in class:CPDFXFA_App
/external/v8/build/android/buildbot/
H A Dbb_device_status_check.py330 devil_env.GetPlatform(): [args.adb_path],
/external/v8/tools/
H A Drun_perf.py584 def GetPlatform(options): member in class:Platform
1019 platform = Platform.GetPlatform(options)
/external/lldb/source/API/
H A DSBTarget.cpp891 PlatformSP platform_sp = target_sp->GetPlatform();
1019 PlatformSP platform_sp = target_sp->GetPlatform();
1907 module_spec.GetArchitecture().SetTriple (triple, target_sp->GetPlatform ().get());
/external/lldb/include/lldb/Target/
H A DTarget.h1149 GetPlatform () function in class:lldb_private::Target
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp131 PlatformSP platform_sp (m_target.GetPlatform ());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp668 PlatformSP platform_sp (m_target.GetPlatform());
1831 PlatformSP platform_sp = GetTarget().GetPlatform();
3054 PlatformSP platform_sp (m_target.GetPlatform());
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2468 CommandInterpreter::GetPlatform (bool prefer_target_platform) function in class:CommandInterpreter
2476 platform_sp = target->GetPlatform();
/external/lldb/source/Target/
H A DProcess.cpp799 if (!launch_info.GetArchitecture().SetTriple (option_arg, m_interpreter.GetPlatform(true).get()))
2135 PlatformSP platform_sp (m_target.GetPlatform());
3092 PlatformSP platform_sp (m_target.GetPlatform ());
3180 PlatformSP platform_sp (m_target.GetPlatform ());
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h186 virtual void GetPlatform(CFX_WideString& wsPlatform) = 0;
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_hostpseudomodel.cpp142 pNotify->GetAppProvider()->GetPlatform(wsPlatform);

Completed in 445 milliseconds

12