Searched refs:supported_platforms (Results 1 – 8 of 8) sorted by relevance
17 supported_platforms := linux-x86 darwin-x8618 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
18 supported_platforms := none20 supported_platforms := linux-x86 darwin-x8623 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
64 unsigned supported_platforms; // bitmask member
100 kExperiments[i].supported_platforms = GetCurrentPlatform(); in SetUp()105 kExperiments[2].supported_platforms = os_other_than_current; in SetUp()
440 if (experiments[i].supported_platforms & current_platform) in GetSanitizedEnabledFlagsForCurrentPlatform()486 if (!(experiment.supported_platforms & current_platform)) in GetFlagsExperimentsData()