Home
last modified time | relevance | path

Searched defs:loadProperties (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
DPropertiesDependencyResolver.java22 private Properties loadProperties(FsFile propertiesFile) throws IOException { in loadProperties() method in PropertiesDependencyResolver
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemProperties.java87 private static synchronized Properties loadProperties() { in loadProperties() method in ShadowSystemProperties
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DUtil.java69 public static ImmutableMap<String, String> loadProperties(ByteSource is) throws IOException { in loadProperties() method in Util
/external/vogar/src/vogar/target/
DTestRunner.java105 public static Properties loadProperties() { in loadProperties() method in TestRunner
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
DSimpleLogger.java229 private static void loadProperties() { in loadProperties() method in SimpleLogger