/external/llvm-project/lldb/source/Plugins/Platform/Windows/ |
D | PlatformWindows.cpp | 67 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
|
D | PlatformWindows.h | 18 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/ |
D | PlatformOpenBSD.cpp | 74 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()
|
D | PlatformOpenBSD.h | 19 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/ |
D | PlatformNetBSD.cpp | 68 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()
|
D | PlatformNetBSD.h | 19 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/ |
D | PlatformFreeBSD.cpp | 79 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()
|
D | PlatformFreeBSD.h | 19 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/ |
D | PlatformLinux.cpp | 75 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()
|
D | PlatformLinux.h | 19 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/ |
D | PlatformAndroid.h | 24 PlatformAndroid(bool is_host); 33 static ConstString GetPluginNameStatic(bool is_host); 35 static const char *GetPluginDescriptionStatic(bool is_host);
|
D | PlatformAndroid.cpp | 130 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/ |
D | config.py | 16 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/ |
D | PlatformPOSIX.h | 20 PlatformPOSIX(bool is_host);
|
D | PlatformPOSIX.cpp | 39 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/ |
D | PlatformDarwin.h | 27 PlatformDarwin(bool is_host);
|
D | PlatformDarwin.cpp | 51 PlatformDarwin::PlatformDarwin(bool is_host) : PlatformPOSIX(is_host) {} in PlatformDarwin() argument
|
/external/curl/lib/ |
D | connect.c | 273 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/ |
D | Platform.cpp | 385 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/ |
D | lenovo-a6600-plus.log | 474 [ 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…
|
D | xperia-c4-dual.log | 771 <7>[ 8.616233]<6>.(4)[677:adbd][MUSB]musb_start 1242: start, is_host=0 is_active=1
|
D | blu-r1-hd.log | 2766 [ 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…
|
D | meizu-pro-6.log | 762 [ 0.532160] (1)[1:swapper/0]usb_phy_recover clk_on=1+, is_host=0
|
D | galaxy-s8-global.log | 491 …2mm005: 1826] usbpd-s2mm005 12-0033: process_cc_attach 592: pd_state:21, is_host = 0, is_client = 0
|
D | galaxy-s8-us.log | 1807 …apper/0: 1] usbpd-s2mm005 7-0033: process_cc_attach 603: pd_state:21, is_host = 0, is_client = 0
|