Searched refs:platform_string (Results 1 – 13 of 13) sorted by relevance
54 std::wstring platform_string; in GetPlatformWString() local55 platform_string.reserve(characters); in GetPlatformWString()58 platform_string.push_back(ptr[0] + 256 * ptr[1]); in GetPlatformWString()60 return platform_string; in GetPlatformWString()
88 AND platform = '""" + platform_string() + """'104 def platform_string(): function105 return jobset.platform_string()124 if jobset.platform_string() == 'windows':185 if tgt['language'] == test_lang and platform_string() in268 self.platform = platform_string()561 self.platform = platform_string()919 self.platform = platform_string()1238 if platform_string() == 'windows':1240 elif platform_string() == 'linux':[all …]
69 def platform_string(): function70 return jobset.platform_string()90 if jobset.platform_string() == 'windows':151 if tgt['language'] == test_lang and platform_string() in234 self.platform = platform_string()513 self.platform = platform_string()909 self.platform = platform_string()1282 if platform_string() == 'windows':1284 elif platform_string() == 'linux':1529 _POLLING_STRATEGIES[platform_string()] = args.force_use_pollers.split(',')[all …]
52 def platform_string(): function68 if platform_string() == 'windows':131 if platform_string() == 'windows' or not sys.stdout.isatty():506 if not self._travis and platform_string() != 'windows':524 if platform_string() == 'windows':546 if platform_string() != 'windows':
73 if jobset.platform_string() == 'windows':
54 def platform_string(): function70 if platform_string() == 'windows':133 if platform_string() == 'windows' or not sys.stdout.isatty():486 if not self._travis and platform_string() != 'windows':504 if platform_string() == 'windows':523 if platform_string() != 'windows':
69 if jobset.platform_string() == 'windows':
118 auto platform_string = *TestPlatform(); in SetUp() local120 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) { in SetUp()
66 PlatformKind PlatformKindFromString(std::string platform_string);
54 const char* platform_string; /* String to return */ member207 return strdup(p->platform_string); in ReadFdtPlatformFamily()
98 const char* platform_string; /* String to return */ member496 return StrCopy(dest, p->platform_string, size); in ReadPlatformFamilyString()
1180 for (const auto& platform_string : platform_strings) { in IsProbablySafeToLoad() local1181 const auto& entry = feature_map->find(platform_string); in IsProbablySafeToLoad()