HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DocPackage.java 30 import java.util.Properties;
67 Properties props,
90 * Save the properties of the current packages in the given {@link Properties} object.
91 * These properties will later be give the constructor that takes a {@link Properties} object.
94 void saveProperties(Properties props) {
ExtraPackage.java 29 import java.util.Properties;
69 * Manually create a new package with one archive and the given attributes or properties.
76 Properties props,
95 // The path argument comes before whatever could be in the properties
103 * Save the properties of the current packages in the given {@link Properties} object.
104 * These properties will later be give the constructor that takes a {@link Properties} object.
107 void saveProperties(Properties props) {
PlatformPackage.java 31 import java.util.Properties;
71 PlatformPackage(IAndroidTarget target, Properties props) {
73 props, //properties
88 * Save the properties of the current packages in the given {@link Properties} object.
89 * These properties will later be given to a constructor that takes a {@link Properties} object.
92 void saveProperties(Properties props) {
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 16 import java.util.Properties;
27 * GenericCfg is a simple container for 'generic' properties, i.e., properties
28 * that are set via generic 'properties=<file>' attribute and <property>
50 // .properties file attribute [actual file I/O done lazily by getFileSettings()]:
99 genericSettings = EMMAProperties.wrap (new Properties ());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 28 #include "fst/lib/test-properties.h"
33 // properties of FST composition (in the template parameter to
86 // properties of the FSTs being composed.
92 using FstImpl<A>::Properties;
110 uint64 props1 = fst1.Properties(kFstProperties, false);
111 uint64 props2 = fst2.Properties(kFstProperties, false);
349 bool osorted = fst1.Properties(kOLabelSorted, false);
350 bool isorted = fst2.Properties(kILabelSorted, false);
357 osorted = fst1.Properties(kOLabelSorted, true);
366 isorted = fst2.Properties(kILabelSorted, true)
    [all...]
equivalent.h 115 // Check properties first:
117 if (fst1.Properties(props, true) != props) {
121 if (fst2.Properties(props, true) != props) {
126 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
127 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
invert.h 35 uint64 Properties(uint64 props) { return InvertProperties(props); }
relabel.h 26 #include "fst/lib/test-properties.h"
49 uint64 props = fst->Properties(kFstProperties, false);
152 using FstImpl<A>::Properties;
170 uint64 props = fst.Properties(kCopyProperties, false);
199 uint64 props = fst.Properties(kCopyProperties, false);
372 virtual uint64 Properties(uint64 mask, bool test) const {
378 return impl_->Properties(mask);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 42 import java.util.Properties;
90 private Properties configurationProperties;
96 private void setProperties(Properties configurationProperties) {
205 + "Here are the stack configuration properties \n"
223 .logDebug("Here are the stack configuration properties \n"
262 stackLogger.logDebug("Here are the stack configuration properties \n"
458 public void setStackProperties(Properties stackProperties) {
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 29 import java.util.Properties;
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 29 import java.util.Properties;
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 29 import java.util.Properties;
  /libcore/luni/src/main/java/org/apache/xml/utils/
SecuritySupport.java 29 import java.util.Properties;
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 29 import java.util.Properties;
ObjectFactory.java 29 import java.util.Properties;
56 // name of default properties file to look for in JDK's jre/lib directory
58 "xalan.properties";
65 /** cache the contents of the xalan.properties file.
70 private static Properties fXalanProperties = null;
73 * Cache the time stamp of the xalan.properties file so
121 * of the properties file. If none specified,
122 * ${java.home}/lib/xalan.properties will be used.
168 * of the properties file. If none specified,
169 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 53 static Properties sink_properties[] = {
125 return parse_properties(env, &iter, (Properties *)&sink_properties,
126 sizeof(sink_properties) / sizeof(Properties));
256 parse_property_change(env, msg, (Properties *)&sink_properties,
257 sizeof(sink_properties) / sizeof(Properties));
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 30 import java.util.Properties;
55 // name of default properties file to look for in JDK's jre/lib directory
57 "xalan.properties";
64 /** cache the contents of the xalan.properties file.
69 private static Properties fXalanProperties = null;
72 * Cache the time stamp of the xalan.properties file so
120 * of the properties file. If none specified,
121 * ${java.home}/lib/xalan.properties will be used.
167 * of the properties file. If none specified,
168 * ${java.home}/lib/xalan.properties will be used
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 31 import java.util.Properties;
118 args = {String.class, Properties.class}
140 args = {String.class, Properties.class}
175 args = {String.class, Properties.class}
220 args = {String.class, Properties.class}
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 33 import java.util.Properties;
74 * configuration properties file.
87 * The name (<code>commons-logging.properties</code>) of the properties file to search for.
90 "commons-logging.properties";
359 * <li>Use the properties file <code>commons-logging.properties</code>
361 * file is in standard <code>java.util.Properties</code> format and
368 * <p><em>NOTE</em> - If the properties file method of identifying the
370 * properties defined in this file will be set as configuration attribute
    [all...]
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 37 import java.util.Properties;
476 * @return Properties instance which indicates the preferences key-value pairs
478 static Properties loadFilePrefs(final File file) {
479 return AccessController.doPrivileged(new PrivilegedAction<Properties>() {
480 public Properties run() {
486 static Properties loadFilePrefsImpl(final File file) {
487 Properties result = new Properties();
526 static void flushFilePrefs(final File file, final Properties prefs) throws PrivilegedActionException {
535 static void flushFilePrefsImpl(File file, Properties prefs) throws IOException
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
PolicyUtils.java 42 import java.util.Properties;
81 * Auxiliary action for accessing system properties in a bundle.
83 public static class SystemKit implements PrivilegedAction<Properties> {
86 * Returns system properties.
88 public Properties run() {
183 * in security properties or if an Exception has occurred
246 * @param properties available key-value mappings
250 public static String expand(String str, Properties properties)
263 String value = properties.getProperty(key)
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 15 import java.util.Properties;
26 * A reflection of "${IAppConstants.APP_PROPERTY_RES_NAME}.properties" resource
99 * Wraps a Properties into a IProperties with the app's standard property
102 * @param properties [null results in null result]
104 public static IProperties wrap (final Properties properties)
106 if (properties == null) return null;
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
112 * Retrieves application properties as classloader resource with a given name.
116 * @return properties [can be null
127 IProperties properties = (IProperties) s_properties.get (loader); local
    [all...]

Completed in 235 milliseconds

1 2 34 5 6 7 8