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

1 2 3 4 5 67 8

  /libcore/junit/src/test/java/junit/runner/
TestCaseClassLoader.java 17 * a properties file "excluded.properties" that is located in
34 /** name of excluded properties file */
35 static final String EXCLUDED_FILE= "excluded.properties";
202 Properties p= new Properties();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 495 // queue discipline for a given FST based on its properties.
510 // First check if the FST is known to have these properties.
511 uint64 props = fst.Properties(kAcyclic | kCyclic |
519 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
531 if (distance && (Weight::Properties() & kPath)) {
673 if (!(Weight::Properties() & kIdempotent) ||
680 if (!(Weight::Properties() & kIdempotent) ||
mutable-fst.h 81 if (!(hdr.Properties() & kMutable)) {
minimize.h 476 if (!(fst->Properties(kAcceptor | kUnweighted, true)))
483 if (fst->Properties(kAcyclic, true)) {
515 uint64 props = fst->Properties(kAcceptor | kIDeterministic|
shortest-path.h 28 #include "fst/lib/test-properties.h"
90 if ((Weight::Properties() & (kPath | kRightSemiring))
247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring))
shortest-distance.h 29 #include "fst/lib/test-properties.h"
99 if (!(Weight::Properties() & kRightSemiring))
196 // depends on the properties of the semiring and the queue discipline
227 // depends on the properties of the semiring and the queue discipline
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 35 import java.util.Properties;
214 * Uses the properties from props first, if possible. Props can be null.
216 Archive(Package pkg, Properties props, Os os, Arch arch, String localOsPath) {
230 * Save the properties of the current archive in the give {@link Properties} object.
231 * These properties will later be give the constructor that takes a {@link Properties} object.
233 void saveProperties(Properties props) {
    [all...]
  /libcore/luni/src/main/java/java/security/
Provider.java 32 import java.util.Properties;
42 public abstract class Provider extends Properties {
73 // The properties changed via put()
74 private transient Properties changedProperties;
150 * Clears all properties used to look up services implemented by this
194 Properties tmp = new Properties();
229 changedProperties = new Properties();
306 changedProperties = new Properties();
608 * Add Service information to the provider's properties
    [all...]
  /frameworks/base/services/java/com/android/server/
InputManager.java 44 import java.util.Properties;
472 Properties properties = new Properties(); local
477 properties.load(new FileInputStream(calibrationFile));
479 Slog.w(TAG, "Error reading input device calibration properties for device "
483 Slog.i(TAG, "No input device calibration properties found for device "
489 calibration.keys = properties.keySet().toArray(new String[properties.size()]);
490 calibration.values = properties.values().toArray(new String[properties.size()])
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 489 public void setClientInfo(Properties prop) throws SQLClientInfoException {
497 public Properties getClientInfo() throws SQLException {
498 return new Properties();
  /libcore/luni/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 27 import java.util.Properties;
204 public Properties getDefaultOutputProps()
210 * Get the static properties for xsl:output. The object returned will
218 * @return A Properties object, not null.
220 public Properties getOutputProperties()
222 return (Properties)getDefaultOutputProps().clone();
228 * Recompose the values of all "composed" properties, meaning
229 * properties that need to be combined or calculated from
233 * properties in the proper order and triggers the individual recompose
325 // Need to clear check for properties at the same import level
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 25 import java.util.Properties;
138 * is needed in order to set parameters and output properties.
463 reader.setProperty("http://xml.org/sax/properties/lexical-handler",
468 "http://xml.org/sax/properties/declaration-handler",
621 * Set the output properties for the transformation. These
622 * properties will override properties set in the Templates
625 * <p>If argument to this function is null, any properties
639 * @param oformat A set of output properties that will be
640 * used to override any of the same properties in affec
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 26 import java.util.Properties;
168 * @return the properties of the underlying handler
170 public Properties getOutputFormat()
227 * Set the properties of the handler
228 * @param format the output properties to set
229 * @see Serializer#setOutputFormat(Properties)
231 public void setOutputFormat(Properties format)
979 /* We have to make sure we get an output properties with the proper
984 Properties htmlProperties =
    [all...]
ToStream.java 31 import java.util.Properties;
463 val = Encodings.DEFAULT_MIME_ENCODING; // to store the modified value into the properties a little later
561 public void setOutputFormat(Properties format)
593 // get default properties.
617 public Properties getOutputFormat() {
618 Properties def = new Properties();
629 Properties props = new Properties(def);
701 * The encoding specified in the output properties is used, o
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 14 import java.util.Properties;
33 * in turn containers for all properties that could be set on a &lt;report&gt;
35 * the ability for report properties to be set either via the generic &lt;property&gt;
40 * Note that ReportCfg does not handle any non-report related properties.
42 * parent's responsibility to merge any inherited report properties with
243 m_settings = EMMAProperties.wrap (new Properties ());
348 // report properties [defaults for all report types]:
  /external/emma/core/java12/com/vladium/logging/
Logger.java 16 import java.util.Properties;
569 final Properties properties = Property.getAppProperties (IAppConstants.APP_NAME_LC, Logger.class.getClassLoader ()); typedefs
575 final String _level = properties.getProperty (AppLoggers.PROPERTY_VERBOSITY_LEVEL,
584 final String _filter = properties.getProperty (AppLoggers.PROPERTY_VERBOSITY_FILTER);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
IntegerTest.java 26 import java.util.Properties;
30 private Properties orgProps;
287 Properties tProps = new Properties();
308 Properties tProps = new Properties();
332 Properties tProps = new Properties();
    [all...]
LongTest.java 26 import java.util.Properties;
30 private Properties orgProps;
188 Properties tProps = new Properties();
212 Properties tProps = new Properties();
236 Properties tProps = new Properties();
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 22 import java.util.Properties;
177 @KnownFailure("Dalvik doesn't honor system properties when choosing a SAX implementation")
192 Properties prop = System.getProperties();
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 23 import java.util.Properties;
335 outputProperties = new Properties();
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 34 import java.util.Properties;
336 // Ant properties
494 // get the library data from the properties
651 // load the source.properties file and get an AndroidVersion object from it.
678 Properties p = new Properties();
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 68 import java.util.Properties;
233 // properties loaded from PROPERTIES_FILE
234 private Properties mProperties;
412 mProperties = new Properties();
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 80 Native.implement = function(objects, properties){
81 for (var i = 0, l = objects.length; i < l; i++) objects[i].implement(properties);
599 extend: function(properties){
600 for (var property in properties) this[property] = properties[property];
808 extend: function(properties){
809 Hash.each(properties, function(value, key){
815 combine: function(properties){
816 Hash.each(properties, function(value, key){
1342 var params = Array.link(arguments, {properties: Object.type, iframe: $defined})
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 52 import java.util.Properties;
74 * The JAIN-SIP stack is initialized by a set of properties (see the JAIN SIP
75 * documentation for an explanation of these properties
77 * meaningful properties for the NIST SIP stack (specify these in the property
96 * file (e.g. log4j.properties). The logger name for the stack is specified
99 * properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "LOG4J");
100 * properties.setProperty("gov.nist.javax.sip.LOG4J_LOGGER_NAME", "SIPStackLogger");
412 * properties.setProperty("javax.net.ssl.keyStorePassword", "&lt;password&gt;");
417 * properties.setProperty("javax.net.ssl.trustStore", "&lt;trustStoreFileName location&gt;");
528 * -- stack configuration properties including NIST-specifi
    [all...]
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 44 // Properties of the arguments object.

Completed in 331 milliseconds

1 2 3 4 5 67 8