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

1 2 3 45 6 7 8

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
concat.h 48 uint64 props1 = fst1->Properties(kFstProperties, false);
49 uint64 props2 = fst2.Properties(kFstProperties, false);
determinize.h 34 #include "fst/lib/test-properties.h"
68 if (!(StringWeight<L, S>::Properties() & kLeftSemiring))
122 using FstImpl<A>::Properties;
138 uint64 props = fst.Properties(kFstProperties, false);
229 if (!fst.Properties(kAcceptor, true))
231 if (!(Weight::Properties() & kLeftSemiring))
547 if (fst.Properties(kAcceptor, true)) {
577 virtual uint64 Properties(uint64 mask, bool test) const {
583 return impl_->Properties(mask);
project.h 43 uint64 Properties(uint64 props) {
statesort.h 43 uint64 props = fst->Properties(kStateSortProperties, false);
product-weight.h 88 static uint64 Properties() {
89 uint64 props1 = W1::Properties();
90 uint64 props2 = W2::Properties();
fst.h 25 #include "fst/lib/properties.h"
82 uint64 Properties() const { return properties_; }
91 void SetProperties(uint64 properties) { properties_ = properties; }
138 // If test=false, return stored properties bits for mask (some poss. unknown)
140 virtual uint64 Properties(uint64 mask, bool test)
420 uint64 Properties() const { return properties_; }
422 uint64 Properties(uint64 mask) const { return properties_ & mask; }
480 properties_ = hdr->Properties();
  /frameworks/base/services/java/com/android/server/location/
GpsXtraDownloader.java 36 import java.util.Properties;
54 GpsXtraDownloader(Context context, Properties properties) {
57 // read XTRA servers from the Properties object
59 String server1 = properties.getProperty("XTRA_SERVER_1");
60 String server2 = properties.getProperty("XTRA_SERVER_2");
61 String server3 = properties.getProperty("XTRA_SERVER_3");
  /libcore/luni/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 28 import java.util.Properties;
130 Properties currentProps = System.getProperties();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ToolPackage.java 31 import java.util.Properties;
48 * Manually create a new package with one archive and the given attributes or properties.
56 Properties props,
Package.java 30 import java.util.Properties;
105 * Properties from props are used first when possible, e.g. if props is non null.
111 Properties props,
135 // If source is null and we can find a source URL in the properties, generate
155 * Utility method that returns a property from a {@link Properties} object.
158 protected String getProperty(Properties props, String propKey, String defaultValue) {
166 * Save the properties of the current packages in the given {@link Properties} object.
167 * These properties will later be give the constructor that takes a {@link Properties} object.
    [all...]
AddonPackage.java 33 import java.util.Properties;
96 AddonPackage(IAndroidTarget target, Properties props) {
98 props, //properties
124 * Save the properties of the current packages in the given {@link Properties} object.
125 * These properties will later be given to a constructor that takes a {@link Properties} object.
128 void saveProperties(Properties props) {
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 38 import java.util.Properties;
42 * {@code LogManager} is used to maintain configuration properties of the
57 * properties file, which by default is the "lib/logging.properties" in the JRE
60 * However, two optional system properties can be used to customize the initial
67 * These two properties can be set in three ways, by the Preferences API, by the
74 * constructor can read the initial configuration and define properties for
80 * properties file. The {@code LogManager} will read initial
83 * If neither of these properties is defined, or some exception is thrown
84 * during these two properties using, the {@code LogManager} will rea
    [all...]
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 22 import java.util.Properties;
90 final Properties result = new Properties ();
  /external/junit/src/junit/runner/
TestCaseClassLoader.java 10 import java.util.Properties;
25 * a properties file "excluded.properties" that is located in
42 /** name of excluded properties file */
43 static final String EXCLUDED_FILE= "excluded.properties";
216 Properties p= new Properties();
  /libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 26 import java.util.Properties;
43 // Net properties read from net.properties file.
44 private static Properties netProps = null;
46 // read net.properties file
52 + "net.properties");
58 netProps = new Properties();
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 28 import java.util.Properties;
53 * <p>Cache properties for performance.</p>
55 private static Properties cacheProps = new Properties();
200 // try to read from $java.home/lib/jaxp.properties
203 String configFile = javah + File.separator + "lib" + File.separator + "jaxp.properties";
211 if (debug) debugPrintln("Read properties file " + f);
218 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 31 import java.util.Properties;
51 * <p>Cache properties for performance.</p>
53 private static Properties cacheProps = new Properties();
204 "lib" + File.separator + "jaxp.properties";
208 // try to read from $java.home/lib/jaxp.properties
216 if (debug) debugPrintln("Read properties file " + f);
223 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
238 // try to read from $java.home/lib/jaxp.properties
242 "lib" + File.separator + "jaxp.properties";
    [all...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 31 import java.util.Properties;
63 * <p>Cache properties for performance.</p>
65 private static Properties cacheProps = new Properties();
200 "lib" + File.separator + "jaxp.properties";
204 // try to read from $java.home/lib/jaxp.properties
212 if (debug) debugPrintln("Read properties file " + f);
219 if (debug) debugPrintln("found " + factoryClassName + " in $java.home/jaxp.properties");
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 27 import java.util.Properties;
375 * come from "$JAVA_HOME/lib/content-types.properties".
395 "lib" + File.separator + "content-types.properties");
413 // Read the properties file...
414 Properties overrides = new Properties();
  /libcore/luni/src/main/java/org/apache/xml/serializer/
Encodings.java 32 import java.util.Properties;
49 * Standard filename for properties file with encodings data.
51 private static final String ENCODINGS_FILE = SerializerBase.PKG_PATH+"/Encodings.properties";
323 Properties props = new Properties();
ToTextSAXHandler.java 26 import java.util.Properties;
101 public Properties getOutputFormat()
162 * @see Serializer#setOutputFormat(Properties)
164 public void setOutputFormat(Properties format)
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 24 import java.util.Properties;
39 Properties props;
49 props = new Properties();
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 34 import java.util.Properties;
146 /** Loads settings from the given {@link Properties} container and update the page UI. */
147 public void loadSettings(Properties in_settings) {
155 * the given {@link Properties} container. */
156 public void retrieveSettings(Properties out_settings) {
  /sdk/traceview/src/com/android/traceview/
MainWindow.java 39 import java.util.Properties;
137 Properties p = new Properties();
142 sourceProp = new File("source.properties"); //$NON-NLS-1$
144 sourceProp = new File(toolsdir, "source.properties"); //$NON-NLS-1$
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 35 struct Properties {
53 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(uint ucs4);
54 Q_CORE_EXPORT const Properties * QT_FASTCALL properties(ushort ucs2);
213 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(c);
271 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(c);

Completed in 439 milliseconds

1 2 3 45 6 7 8