/external/angle/infra/specs/ |
D | waterfalls.pyl | 23 'os_type': 'android', 35 'os_type': 'android', 46 'os_type': 'linux', 56 'os_type': 'linux', 65 'os_type': 'linux', 75 'os_type': 'linux', 84 'os_type': 'mac', 93 'os_type': 'mac', 102 'os_type': 'mac', 112 'os_type': 'win', [all …]
|
/external/e2fsprogs/lib/e2p/ |
D | ostype.c | 28 char *e2p_os2string(int os_type) in e2p_os2string() argument 33 if (os_type >= 0 && os_type <= EXT2_OS_LITES) in e2p_os2string() 34 os = os_tab[os_type]; in e2p_os2string()
|
D | e2p.h | 76 char *e2p_os2string(int os_type);
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderDarwin.cpp | 412 image_infos[i].os_type = llvm::Triple::MacOSX; in JSONImageInformationIntoImageInfo() 414 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo() 416 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo() 418 image_infos[i].os_type = llvm::Triple::WatchOS; in JSONImageInformationIntoImageInfo() 422 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo() 425 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo() 428 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo() 431 image_infos[i].os_type = llvm::Triple::WatchOS; in JSONImageInformationIntoImageInfo() 557 if (image_infos[i].os_type == llvm::Triple::OSType::UnknownOS) { in UpdateSpecialBinariesFromNewImageInfos() 563 if (image_infos[i].os_type != llvm::Triple::OSType::IOS && in UpdateSpecialBinariesFromNewImageInfos() [all …]
|
D | DynamicLoaderDarwin.h | 118 llvm::Triple::OSType os_type = llvm::Triple::OSType::UnknownOS; member 138 os_type = llvm::Triple::OSType::UnknownOS; in Clear() 148 segments == rhs.segments && os_type == rhs.os_type &&
|
/external/autotest/server/cros/ap_configurators/ |
D | fetch_prebuilt_pyauto.py | 109 os_type = {'win': 'Win', 114 if os_type == 'Linux' and platform.architecture()[0] == '64bit': 115 os_type = 'Linux_x64' 117 'chromium-browser-continuous/%s/LAST_CHANGE' % os_type) 124 'chromium-browser-continuous/%s/%s' % (os_type,
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 31 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE() local 33 if (os_type == llvm::Triple::UnknownOS) { in LLDB_PLUGIN_DEFINE()
|
/external/e2fsprogs/tests/d_bad_ostype/ |
D | name | 1 handle bad (negative) os_type
|
/external/webrtc/rtc_base/win/ |
D | windows_version.cc | 301 DWORD os_type; in OSInfo() local 309 0, 0, &os_type); in OSInfo() 310 switch (os_type) { in OSInfo()
|
/external/curl/lib/ |
D | ftplistparser.c | 154 } os_type; member 349 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) { in Curl_ftp_parselist() 351 parser->os_type = (buffer[0] >= '0' && buffer[0] <= '9') ? in Curl_ftp_parselist() 394 switch(parser->os_type) { in Curl_ftp_parselist()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.37.txt | 49 and os_type: e2p_os2string() and e2p_string2os(), and used them to
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABISysV_x86_64.cpp | 72 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() local 76 switch(os_type) { in CreateInstance()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 4890 llvm::StringRef os_type; member 4895 os_type = llvm::Triple::getOSTypeName(llvm::Triple::MacOSX); in OSEnv() 4898 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS); in OSEnv() 4901 os_type = llvm::Triple::getOSTypeName(llvm::Triple::TvOS); in OSEnv() 4904 os_type = llvm::Triple::getOSTypeName(llvm::Triple::WatchOS); in OSEnv() 4911 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS); in OSEnv() 4915 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS); in OSEnv() 4920 os_type = llvm::Triple::getOSTypeName(llvm::Triple::TvOS); in OSEnv() 4925 os_type = llvm::Triple::getOSTypeName(llvm::Triple::WatchOS); in OSEnv() 5064 os << os_env.os_type << min_os.major_version << '.' in GetAllArchSpecs()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 1924 std::string os_type; in DecodeProcessInfoResponse() local 1990 os_type = std::string(value); in DecodeProcessInfoResponse() 1994 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) { in DecodeProcessInfoResponse() 2001 llvm::StringRef(os_type)); in DecodeProcessInfoResponse()
|
/external/toolchain-utils/android_bench_suite/ |
D | autotest.diff | 900 + 'os_type': 'android'} 1020 + 'os_type': 'android'}
|
/external/autotest/client/common_lib/cros/ |
D | dev_server.py | 1949 os_type='android')
|