HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 1 - 25 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 22 import java.util.Properties;
44 * Get the properties corresponding to the effective xsl:output element.
50 * <p>The properties returned should contain properties set by the stylesheet,
51 * and these properties are "defaulted" by default properties specified by
53 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
55 * Properties list, while the XSLT default properties that were not
56 * specifically set should be in the "default" Properties list. Thus
    [all...]
Transformer.java 22 import java.util.Properties;
39 * output properties are preserved across transformations.</p>
141 * <code>Properties</code> <code>Object</code> which limits the parameter
188 * Set the output properties for the transformation. These
189 * properties will override properties set in the Templates
192 * <p>If argument to this function is null, any properties
209 * @param oformat A set of output properties that will be
210 * used to override any of the same properties in affect
214 * @see java.util.Properties
    [all...]
  /libcore/luni/src/main/java/java/sql/
Driver.java 20 import java.util.Properties;
61 * some properties that should be used in establishing the
62 * connection. The properties consist of name/value pairs of
64 * least two properties - for {@code "user"} and {@code
70 public Connection connect(String url, Properties info) throws SQLException;
87 * Gets information about possible properties for this driver.
89 * This method is intended to provide a listing of possible properties that
91 * to a database. Note that the returned array of properties may change
103 * details on which additional properties are required (in addition
109 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertyUtils.java 23 import java.util.Properties;
32 * @see java.util.Properties
45 * @param props the list of properties that will be searched.
49 public static boolean getBooleanProperty(String key, Properties props)
68 * @param props the list of properties that will be searched.
72 public static int getIntProperty(String key, Properties props)
Serializer.java 25 import java.util.Properties;
33 * <li>configure the serializer with key/value properties
40 * java.util.Properties props =
67 * java.util.Properties props =
98 * The encoding specified in the output {@link Properties} is used, or
121 * The encoding specified for the output {@link Properties} must be
169 public void setOutputFormat(Properties format);
172 * Returns the output format properties for this serializer.
176 public Properties getOutputFormat();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ISettingsPage.java 20 import java.util.Properties;
62 /** Loads settings from the given {@link Properties} container and update the page UI. */
63 public abstract void loadSettings(Properties in_settings);
66 * the given {@link Properties} container. */
67 public abstract void retrieveSettings(Properties out_settings);
82 * applied. The application will call {@link ISettingsPage#retrieveSettings(Properties)}
  /libcore/luni/src/test/java/libcore/java/lang/
OldLongTest.java 19 import java.util.Properties;
23 private Properties orgProps;
36 Properties tProps = new Properties();
47 Properties tProps = new Properties();
57 Properties tProps = new Properties();
OldIntegerTest.java 19 import java.util.Properties;
23 private Properties orgProps;
38 Properties tProps = new Properties();
48 Properties tProps = new Properties();
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/
SourcePackageTest.java 27 import java.util.Properties;
41 Properties props) {
50 Properties props,
60 private SourcePackage createSourcePackageTest(Properties props) throws AndroidVersionException {
69 protected Properties createProps() {
70 Properties props = super.createProps();
72 // SourcePackageTest properties
81 // SourcePackageTest properties
89 Properties props = createProps();
97 Properties props = createProps()
    [all...]
ExtraPackageTest_v4.java 26 import java.util.Properties;
36 private ExtraPackage createExtraPackage(Properties props) {
54 protected Properties createProps() {
55 Properties props = super.createProps();
57 // ExtraPackage properties
73 // Package properties
89 Properties props = createProps();
97 Properties props = createProps();
100 Properties props2 = new Properties();
    [all...]
MockToolPackage.java 24 import java.util.Properties;
63 private static Properties createProps(int min_platform_tools_rev) {
64 Properties props = new Properties();
SystemImagePackageTest.java 27 import java.util.Properties;
42 Properties props) {
53 Properties props,
63 private SystemImagePackage createSystemImagePackage(Properties props)
74 protected Properties createProps() {
75 Properties props = super.createProps();
77 // SystemImagePackage properties
87 // SystemImagePackage properties
96 Properties props = createProps();
104 Properties props = createProps()
    [all...]
PlatformPackageTest.java 27 import java.util.Properties;
38 protected PlatformPackageWithFakeArchive(IAndroidTarget target, Properties props) {
44 Properties props,
54 private PlatformPackage createPlatformPackage(Properties props) {
63 protected Properties createProps() {
64 Properties props = super.createProps();
66 // PlatformPackage properties
77 // Package properties
86 Properties props = createProps();
94 Properties props = createProps()
    [all...]
ExtraPackageTest_v3.java 26 import java.util.Properties;
36 private ExtraPackage createExtraPackage(Properties props) {
53 /** Properties used to "load" the package. When saved, they become different. */
54 private Properties createLoadedProps() {
55 Properties props = super.createProps();
57 // ExtraPackage properties
68 /** Properties saved by the package. They differ from loaded ones in name and vendor. */
69 private Properties createSavedProps() {
70 Properties props = super.createProps();
72 // ExtraPackage properties
    [all...]
MockExtraPackage.java 25 import java.util.Properties;
46 Properties props,
74 private static Properties createProps(int min_platform_tools_rev) {
75 Properties props = new Properties();
MockPlatformPackage.java 25 import java.util.Properties;
65 private MockPlatformPackage(SdkSource source, IAndroidTarget target, Properties props) {
70 private static Properties createProps(int min_tools_rev) {
71 Properties props = new Properties();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 38 import java.util.Properties;
46 Properties tProps;
51 * @tests java.util.Properties#Properties()
54 // Test for method java.util.Properties()
55 Properties p = new Properties();
58 assertTrue("Created incorrect Properties", true);
62 Properties p = new Properties();
86 Properties properties = new Properties(systemProperties); local
570 Properties properties = new Properties(); local
627 Properties properties = new Properties(defaults); local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 35 enum Properties {
94 public void setProperty(final Properties p, final int value) {
145 public void setProperty(final Properties p, final String value) {
221 config.setProperty(Properties.LANGUAGE, "xx");
228 config.setProperty(Properties.LANGUAGE, "xx");
229 config.setProperty(Properties.COUNTRY, "YY");
236 config.setProperty(Properties.MCC, 111);
243 config.setProperty(Properties.MNC, 222);
250 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_NOTOUCH);
257 config.setProperty(Properties.TOUCHSCREEN, Configuration.TOUCHSCREEN_STYLUS)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 29 enum Properties {
40 EnumSet<Properties> mPropertiesToSet = EnumSet.noneOf(Properties.class);
155 mPropertiesToSet.add(Properties.DURATION);
162 mPropertiesToSet.add(Properties.INTERPOLATOR);
168 mPropertiesToSet.add(Properties.START_DELAY);
189 if (mPropertiesToSet.contains(Properties.TRANSLATION_X)) {
192 if (mPropertiesToSet.contains(Properties.TRANSLATION_Y)) {
195 if (mPropertiesToSet.contains(Properties.SCALE_X)) {
198 if (mPropertiesToSet.contains(Properties.ROTATION_Y))
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 28 import java.util.Properties;
75 Properties properties = System.getProperties(); local
77 properties.remove(key);
79 properties.setProperty(key, value);
81 System.setProperties(properties);
85 * Creates security properties file.
88 * passed custom properties.
91 * security properties to be added to properties fil
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SignedObjectTest.java 23 import java.util.Properties;
36 Properties prop;
46 prop = new Properties();
  /external/emma/core/java12/com/vladium/util/
Property.java 20 import java.util.Properties;
56 public static Properties combine (final Properties overrides, final Properties base)
74 final Properties result = new XProperties (base);
91 * Creates a set of properties for an application with a given namespace.
97 * @return application properties [never null, a new instance is created
100 public static Properties getAppProperties (final String namespace, final ClassLoader loader)
103 throw new IllegalArgumentException ("null properties: appNameLC");
105 final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
EnvironmentHelper.java 23 import java.util.Properties;
36 public static InputStream PropertiesToInputStream(Properties p) {
  /external/nist-sip/java/gov/nist/core/
StackLogger.java 3 import java.util.Properties;
116 * Stack creation properties.
120 public void setStackProperties(Properties stackProperties);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
intersect.h 51 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true))
53 uint64 props1 = fst1.Properties(kFstProperties, false);
54 uint64 props2 = fst2.Properties(kFstProperties, false);
63 if (!fst1.Properties(kAcceptor, true) || !fst2.Properties(kAcceptor, true))
65 uint64 props1 = fst1.Properties(kFstProperties, false);
66 uint64 props2 = fst2.Properties(kFstProperties, false);

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>