Searched refs:fromProperties (Results 1 – 10 of 10) sorted by relevance
37 this(ImmutableMap.copyOf(Maps.fromProperties(System.getProperties()))); in VmPropertiesLogMessage()
137 Config config = Config.Implementation.fromProperties(properties); in sdksFromProperties()147 Config config = Config.Implementation.fromProperties(properties); in minMaxSdksFromProperties()
48 Map<String, String> sysProps = Maps.fromProperties(System.getProperties()); in getProperties()
1042 Map<String, String> result = Maps.fromProperties(testProp); in testFromProperties()1046 result = Maps.fromProperties(testProp); in testFromProperties()1051 result = Maps.fromProperties(testProp); in testFromProperties()1061 result = Maps.fromProperties(testProp); in testFromProperties()1070 result = Maps.fromProperties(System.getProperties()); in testFromProperties()1079 result = Maps.fromProperties(testProp); in testFromProperties()1100 Maps.fromProperties(properties); in testFromPropertiesNullKey()1116 Maps.fromProperties(properties); in testFromPropertiesNonStringKeys()
78 return Maps.fromProperties(props); in loadProperties()
73 return Config.Implementation.fromProperties(getConfigProperties(packageName)); in buildPackageConfig()
184 public static Config fromProperties(Properties properties) { in fromProperties() method in Config.Implementation
670 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender() local673 … << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::En… in testRender()
667 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender() local670 … << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::En… in testRender()
1183 public static ImmutableMap<String, String> fromProperties(