Searched refs:platform_string (Results 1 – 13 of 13) sorted by relevance
51 std::wstring platform_string(characters, L'\0'); in GetPlatformWString() local54 platform_string[i] = ptr[0] + 256 * ptr[1]; in GetPlatformWString()56 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()510 self.platform = platform_string()906 self.platform = platform_string()1279 if platform_string() == 'windows':1281 elif platform_string() == 'linux':1525 _POLLING_STRATEGIES[platform_string()] = args.force_use_pollers.split(',')[all …]
118 auto platform_string = *TestPlatform(); in SetUp() local120 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) { in SetUp()
52 def platform_string(): function68 if platform_string() == 'windows':131 if platform_string() == 'windows' or not sys.stdout.isatty():495 if not self._travis and platform_string() != 'windows':513 if platform_string() == 'windows':532 if platform_string() != 'windows':
72 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':
67 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()
1169 for (const auto& platform_string : platform_strings) { in IsProbablySafeToLoad() local1170 const auto& entry = feature_map->find(platform_string); in IsProbablySafeToLoad()