Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 16 of 16) sorted by relevance

/external/angle/infra/specs/
Dwaterfalls.pyl23 '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/
Dostype.c28 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()
De2p.h76 char *e2p_os2string(int os_type);
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.cpp412 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 …]
DDynamicLoaderDarwin.h118 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/
Dfetch_prebuilt_pyauto.py109 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/
DDynamicLoaderStatic.cpp31 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/
Dname1 handle bad (negative) os_type
/external/webrtc/rtc_base/win/
Dwindows_version.cc301 DWORD os_type; in OSInfo() local
309 0, 0, &os_type); in OSInfo()
310 switch (os_type) { in OSInfo()
/external/curl/lib/
Dftplistparser.c154 } 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/
Dv1.37.txt49 and os_type: e2p_os2string() and e2p_string2os(), and used them to
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABISysV_x86_64.cpp72 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/
DObjectFileMachO.cpp4890 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/
DGDBRemoteCommunicationClient.cpp1924 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/
Dautotest.diff900 + 'os_type': 'android'}
1020 + 'os_type': 'android'}
/external/autotest/client/common_lib/cros/
Ddev_server.py1949 os_type='android')