Home
last modified time | relevance | path

Searched refs:is_host (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp67 const bool is_host = false; in CreateInstance() local
101 return PlatformSP(new PlatformWindows(is_host)); in CreateInstance()
105 lldb_private::ConstString PlatformWindows::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic() argument
106 if (is_host) { in GetPluginNameStatic()
115 const char *PlatformWindows::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
116 return is_host ? "Local Windows user platform plug-in." in GetPluginDescriptionStatic()
152 PlatformWindows::PlatformWindows(bool is_host) : RemoteAwarePlatform(is_host) {} in PlatformWindows() argument
DPlatformWindows.h18 PlatformWindows(bool is_host);
28 static lldb_private::ConstString GetPluginNameStatic(bool is_host);
30 static const char *GetPluginDescriptionStatic(bool is_host);
/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp74 ConstString PlatformOpenBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic() argument
75 if (is_host) { in GetPluginNameStatic()
84 const char *PlatformOpenBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
85 if (is_host) in GetPluginDescriptionStatic()
122 PlatformOpenBSD::PlatformOpenBSD(bool is_host) in PlatformOpenBSD() argument
123 : PlatformPOSIX(is_host) // This is the local host platform in PlatformOpenBSD()
DPlatformOpenBSD.h19 PlatformOpenBSD(bool is_host);
28 static ConstString GetPluginNameStatic(bool is_host);
30 static const char *GetPluginDescriptionStatic(bool is_host);
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp68 ConstString PlatformNetBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic() argument
69 if (is_host) { in GetPluginNameStatic()
78 const char *PlatformNetBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
79 if (is_host) in GetPluginDescriptionStatic()
116 PlatformNetBSD::PlatformNetBSD(bool is_host) in PlatformNetBSD() argument
117 : PlatformPOSIX(is_host) // This is the local host platform in PlatformNetBSD()
DPlatformNetBSD.h19 PlatformNetBSD(bool is_host);
28 static ConstString GetPluginNameStatic(bool is_host);
30 static const char *GetPluginDescriptionStatic(bool is_host);
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp79 ConstString PlatformFreeBSD::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic() argument
80 if (is_host) { in GetPluginNameStatic()
89 const char *PlatformFreeBSD::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
90 if (is_host) in GetPluginDescriptionStatic()
127 PlatformFreeBSD::PlatformFreeBSD(bool is_host) in PlatformFreeBSD() argument
128 : PlatformPOSIX(is_host) // This is the local host platform in PlatformFreeBSD()
DPlatformFreeBSD.h19 PlatformFreeBSD(bool is_host);
28 static ConstString GetPluginNameStatic(bool is_host);
30 static const char *GetPluginDescriptionStatic(bool is_host);
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp75 ConstString PlatformLinux::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic() argument
76 if (is_host) { in GetPluginNameStatic()
85 const char *PlatformLinux::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
86 if (is_host) in GetPluginDescriptionStatic()
123 PlatformLinux::PlatformLinux(bool is_host) in PlatformLinux() argument
124 : PlatformPOSIX(is_host) // This is the local host platform in PlatformLinux()
DPlatformLinux.h19 PlatformLinux(bool is_host);
28 static ConstString GetPluginNameStatic(bool is_host);
30 static const char *GetPluginDescriptionStatic(bool is_host);
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.h24 PlatformAndroid(bool is_host);
33 static ConstString GetPluginNameStatic(bool is_host);
35 static const char *GetPluginDescriptionStatic(bool is_host);
DPlatformAndroid.cpp130 PlatformAndroid::PlatformAndroid(bool is_host) in PlatformAndroid() argument
131 : PlatformLinux(is_host), m_sdk_version(0) {} in PlatformAndroid()
133 ConstString PlatformAndroid::GetPluginNameStatic(bool is_host) { in GetPluginNameStatic() argument
134 if (is_host) { in GetPluginNameStatic()
143 const char *PlatformAndroid::GetPluginDescriptionStatic(bool is_host) { in GetPluginDescriptionStatic() argument
144 if (is_host) in GetPluginDescriptionStatic()
/external/libcxx/utils/libcxx/android/test/
Dconfig.py16 def is_host(self): member in Configuration
27 if self.is_host:
43 if self.is_host:
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.h20 PlatformPOSIX(bool is_host);
DPlatformPOSIX.cpp39 PlatformPOSIX::PlatformPOSIX(bool is_host) in PlatformPOSIX() argument
40 : RemoteAwarePlatform(is_host), // This is the local host platform in PlatformPOSIX()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h27 PlatformDarwin(bool is_host);
DPlatformDarwin.cpp51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin() argument
/external/curl/lib/
Dconnect.c273 bool is_host = FALSE; in bindlocal() local
283 is_host = TRUE; in bindlocal()
287 if(!is_host) { in bindlocal()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp385 Platform::Platform(bool is_host) in Platform() argument
386 : m_is_host(is_host), m_os_version_set_while_connected(false), in Platform()
/external/cpuinfo/test/dmesg/
Dlenovo-a6600-plus.log474 [ 3.271794] (1)[180:bat_thread_kthr][name:usb20&][MUSB]mt_usb_connect 413: is ready 1 is_host 0…
477 [ 3.271837] (1)[180:bat_thread_kthr][name:musb_hdrc&][MUSB]musb_start 1221: start, is_host=0 is…
Dxperia-c4-dual.log771 <7>[ 8.616233]<6>.(4)[677:adbd][MUSB]musb_start 1242: start, is_host=0 is_active=1
Dblu-r1-hd.log2766 [ 9.881423] (2)[179:bat_thread_kthr][name:usb20&][MUSB]mt_usb_connect 413: is ready 1 is_host 0…
2769 [ 9.881454] (2)[179:bat_thread_kthr][name:musb_hdrc&][MUSB]musb_start 1221: start, is_host=0 is…
Dmeizu-pro-6.log762 [ 0.532160] (1)[1:swapper/0]usb_phy_recover clk_on=1+, is_host=0
Dgalaxy-s8-global.log491 …2mm005: 1826] usbpd-s2mm005 12-0033: process_cc_attach 592: pd_state:21, is_host = 0, is_client = 0
Dgalaxy-s8-us.log1807 …apper/0: 1] usbpd-s2mm005 7-0033: process_cc_attach 603: pd_state:21, is_host = 0, is_client = 0

12