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

<<111213141516

  /external/apache-xml/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...]
  /external/apache-xml/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/chromium/chrome/browser/extensions/
extension_info_map_unittest.cc 105 // Tests that we can query a few extension properties from the ExtensionInfoMap.
106 TEST_F(ExtensionInfoMapTest, Properties) {
  /external/openfst/src/include/fst/
dfs-visit.h 108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then
map.h 116 uint64 Properties(uint64 props) const { return props; }
lookahead-filter.h 271 uint64 Properties(uint64 inprops) const {
272 uint64 outprops = filter_.Properties(inprops);
403 uint64 Properties(uint64 props) const {
404 return filter_.Properties(props) & kWeightInvariantProperties;
532 uint64 Properties(uint64 iprops) const {
533 uint64 oprops = filter_.Properties(iprops);
queue.h 532 // queue discipline for a given FST based on its properties.
547 // First check if the FST is known to have these properties.
548 uint64 props = fst.Properties(kAcyclic | kCyclic |
556 } else if ((props & kUnweighted) && (Weight::Properties() & kIdempotent)) {
560 uint64 properties; local
562 SccVisitor<Arc> scc_visitor(&scc_, 0, 0, &properties);
568 if (distance && (Weight::Properties() & kPath)) {
714 if (!(Weight::Properties() & kIdempotent) ||
722 if (!(Weight::Properties() & kIdempotent) ||
float-weight.h 229 static uint64 Properties() {
354 static uint64 Properties() {
490 static uint64 Properties() {
minimize.h 489 if (!(fst->Properties(kAcceptor | kUnweighted, true))) {
499 if (fst->Properties(kAcyclic, true)) {
534 uint64 props = fst->Properties(kAcceptor | kIDeterministic|
prune.h 105 if ((Weight::Properties() & (kPath | kCommutative))
223 if ((Weight::Properties() & (kPath | kCommutative))
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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|
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
ExtraPackage.java 42 import java.util.Properties;
176 * Manually create a new package with one archive and the given attributes or properties.
183 Properties props,
201 * When not defined, they will be extracted from the {@code props} properties.
205 Properties props,
225 // The path argument comes before whatever could be in the properties
276 * Save the properties of the current packages in the given {@link Properties} object.
277 * These properties will later be give the constructor that takes a {@link Properties} object.
    [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);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 46 import java.util.Properties;
460 // platform rev number & layoutlib version are extracted from the source.properties
591 // We require/enforce the system image to have a valid properties file.
605 Properties props = new Properties();
730 // Parse the addon properties to ensure we can load it.
792 // get the library data from the properties
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 33 import java.util.Properties;
55 final static Properties props = new Properties();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ServerSocketTest.java 37 import java.util.Properties;
108 Properties props = (Properties) System.getProperties().clone();
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 23 import java.util.Properties;
335 outputProperties = new Properties();
    [all...]
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 35 import java.util.Properties;
488 // Save the properties into a xml file
490 Properties prop = new Properties();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 66 import java.util.Properties;
80 private static final String PREVIEW_INFO_FILE = "preview.properties"; //$NON-NLS-1$
589 Properties properties = new Properties(); local
593 properties.load(is);
595 AdtPlugin.log(e, "Can't read preview properties");
606 String colorString = (String) properties.get("background"); //$NON-NLS-1$
611 colorString = (String) properties.get("foreground"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 56 import java.util.Properties;
63 private final static String DOT_PROPERTIES = ".properties"; //$NON-NLS-1$
287 Properties p = new Properties();
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Project.java 53 import java.util.Properties;
117 // Read properties file and initialize library state
118 Properties properties = new Properties(); local
123 properties.load(is);
124 String value = properties.getProperty(ANDROID_LIBRARY);
126 mProguardPath = properties.getProperty(PROGUARD_CONFIG);
130 String library = properties.getProperty(key);
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 60 import java.util.Properties;
690 Properties testProp = new Properties();
720 // Test loading system properties
725 testProp = new Properties(System.getProperties());
742 Properties properties = new Properties() { local
748 properties.setProperty("first", "true");
749 properties.setProperty("second", "null")
760 Properties properties = new Properties() { local
    [all...]

Completed in 833 milliseconds

<<111213141516