Home
last modified time | relevance | path

Searched refs:fromProperties (Results 1 – 7 of 7) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DVmPropertiesLogMessage.java37 this(ImmutableMap.copyOf(Maps.fromProperties(System.getProperties()))); in VmPropertiesLogMessage()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DEnvironmentGetter.java48 Map<String, String> sysProps = Maps.fromProperties(System.getProperties()); in getProperties()
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DUtil.java78 return Maps.fromProperties(props); in loadProperties()
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java1042 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()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp670 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender() local
673 … << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::En… in testRender()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp667 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender() local
670 … << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::En… in testRender()
/external/guava/guava/src/com/google/common/collect/
DMaps.java1183 public static ImmutableMap<String, String> fromProperties(