/external/chromium-trace/catapult/devil/devil/ |
H A D | devil_env.py | 146 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 D | fpdfxfa_app.h | 40 void GetPlatform(CFX_WideString& wsPlatform) override;
|
/external/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 214 platform_sp = target->GetPlatform(); 397 platform_sp = target->GetPlatform(); 515 platform_sp = target->GetPlatform(); 804 platform_sp = target->GetPlatform();
|
H A D | CommandObjectProcess.cpp | 271 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 D | CommandObjectDisassemble.cpp | 153 if (!arch.SetTriple (option_arg, m_interpreter.GetPlatform (true).get()))
|
/external/v8/build/android/ |
H A D | adb_install_apk.py | 81 devil_env.GetPlatform(): [args.adb_path],
|
H A D | provision_devices.py | 552 devil_env.GetPlatform(): [args.adb_path],
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
H A D | adb_compatibility_devicetest.py | 53 devil_env.GetPlatform(): {
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
H A D | device_recovery.py | 185 'adb', devil_env.GetPlatform(), args.adb_path))
|
H A D | device_status.py | 268 'adb', devil_env.GetPlatform(), args.adb_path))
|
H A D | provision_devices.py | 552 'adb', devil_env.GetPlatform(), args.adb_path))
|
/external/chromium-trace/catapult/systrace/systrace/ |
H A D | run_systrace.py | 152 devil_env.GetPlatform(): {
|
/external/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 315 GetPlatform (bool prefer_target_platform);
|
/external/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 300 arch.SetTriple ("i386", m_target.GetPlatform().get());
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
H A D | fpdfxfa_app.cpp | 119 void CPDFXFA_App::GetPlatform(CFX_WideString& wsPlatform) {
function in class:CPDFXFA_App
|
/external/v8/build/android/buildbot/ |
H A D | bb_device_status_check.py | 330 devil_env.GetPlatform(): [args.adb_path],
|
/external/v8/tools/ |
H A D | run_perf.py | 584 def GetPlatform(options): member in class:Platform 1019 platform = Platform.GetPlatform(options)
|
/external/lldb/source/API/ |
H A D | SBTarget.cpp | 891 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 D | Target.h | 1149 GetPlatform () function in class:lldb_private::Target
|
/external/lldb/source/Plugins/Process/POSIX/ |
H A D | ProcessPOSIX.cpp | 131 PlatformSP platform_sp (m_target.GetPlatform ());
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 668 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 D | CommandInterpreter.cpp | 2468 CommandInterpreter::GetPlatform (bool prefer_target_platform) function in class:CommandInterpreter 2476 platform_sp = target->GetPlatform();
|
/external/lldb/source/Target/ |
H A D | Process.cpp | 799 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 D | fxfa.h | 186 virtual void GetPlatform(CFX_WideString& wsPlatform) = 0;
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
H A D | xfa_script_hostpseudomodel.cpp | 142 pNotify->GetAppProvider()->GetPlatform(wsPlatform);
|