Searched defs:getProperties (Results 1 - 25 of 59) sorted by relevance

123

/external/testng/src/main/java/org/testng/internal/
H A DPropertiesFile.java47 public Properties getProperties() method in class:PropertiesFile
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DEnvironmentGetter.java41 .addAllProperies(getProperties())
45 private Map<String, String> getProperties() { method in class:EnvironmentGetter
48 Map<String, String> sysProps = Maps.fromProperties(System.getProperties());
/external/oauth/core/src/main/java/net/oauth/
H A DConsumerProperties.java48 public static Properties getProperties(URL source) throws IOException { method in class:ConsumerProperties
61 this(getProperties(getResource(resourceName, loader)));
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
H A DMavenManifestFactory.java65 private static Properties getProperties(FsFile propertiesFile) { method in class:MavenManifestFactory
99 final Properties properties = getProperties(baseDir.join("project.properties"));
100 Properties overrideProperties = getProperties(baseDir.join("test-project.properties"));
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DCompactData.java36 public Map<String, String> getProperties() { method in class:CompactData
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DPropertyUtils.java93 public Set<Property> getProperties(Class<? extends Object> type) throws IntrospectionException { method in class:PropertyUtils
94 return getProperties(type, beanAccess);
97 public Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess) method in class:PropertyUtils
/external/snakeyaml/src/test/java/examples/collections/
H A DTypeSafeMapImplementationsTest.java64 Properties props = parsed.getProperties();
87 public Properties getProperties() { method in class:TypeSafeMapImplementationsTest.MapBean
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DFilterPropertyToDumpTest.java91 protected Set<Property> getProperties(Class<? extends Object> type) method in class:FilterPropertyToDumpTest.MyRepresenter
93 Set<Property> set = super.getProperties(type);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
H A DRepresenter.java50 return representJavaBean(getProperties(data.getClass()), data);
244 protected Set<Property> getProperties(Class<? extends Object> type) method in class:Representer
246 return getPropertyUtils().getProperties(type);
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
H A DFlexibleScalarStylesInJavaBeanTest.java79 protected Set<Property> getProperties(Class<? extends Object> type) method in class:FlexibleScalarStylesInJavaBeanTest.MyRepresenter
82 Set<Property> standard = super.getProperties(type);
87 return super.getProperties(type);
/external/testng/src/main/java/org/testng/
H A DReporterConfig.java40 public List<Property> getProperties() { method in class:ReporterConfig
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java564 public Properties getProperties() method in class:OutputProperties
636 copyFrom(opsrc.getProperties());
/external/emma/core/java12/com/vladium/util/
H A DProperty.java105 final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader);
116 final Properties resOverrides = Property.getProperties (namespace + ".properties", loader);
215 public static Properties getProperties (final String name) method in class:Property
249 public static Properties getProperties (final String name, final ClassLoader loader) method in class:Property
449 for (Enumeration e = System.getProperties ().propertyNames ();
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProvider.java103 map = getProperties();
135 private Map<String, String> getProperties() { method in class:InterpreterProvider
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java1363 private static Properties getProperties(final URL url) { method in class:LogFactory
1422 Properties newProps = getProperties(url);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h348 const MachineFunctionProperties &getProperties() const { return Properties; } function in class:llvm::MachineFunction
349 MachineFunctionProperties &getProperties() { return Properties; } function in class:llvm::MachineFunction
/external/v8/src/inspector/
H A Dinjected-script-source.js329 getProperties: function(object, objectGroupName, ownProperties, accessorPropertiesOnly, generatePreview)
H A Dinjected-script.cc122 Response InjectedScript::getProperties( function in class:v8_inspector::InjectedScript
130 v8Value(), "getProperties");
H A Dv8-runtime-agent-impl.cc442 Response V8RuntimeAgentImpl::getProperties( function in class:v8_inspector::V8RuntimeAgentImpl
462 response = scope.injectedScript()->getProperties(
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java603 Map<String, byte[]> properties = this.getProperties();
672 return this.getProperties().get(name);
680 byte data[] = this.getProperties().get(name);
695 Map<String, byte[]> properties = this.getProperties();
815 synchronized Map<String, byte[]> getProperties() { method in class:ServiceInfoImpl
1176 Map<String, byte[]> properties = this.getProperties();
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
/external/annotation-tools/scene-lib/
H A Dant-contrib.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/AntContribVersion ...
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...

Completed in 675 milliseconds

123