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

1 2 3 4 5 6 78

  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 36 import java.util.Properties;
93 // "http://java.sun.com/xml/jaxp/properties/schemaLanguage",
94 // "http://java.sun.com/xml/jaxp/properties/schemaSource" };
355 Properties prop = System.getProperties();
414 // "http://java.sun.com/xml/jaxp/properties/schemaLanguage",
415 // "http://java.sun.com/xml/jaxp/properties/schemaSource" };
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 34 import java.util.Properties;
113 private Properties fDOMConfigProperties = null;
226 // New OutputFormat properties
227 fDOMConfigProperties = new Properties();
229 // Initialize properties to be passed on the underlying serializer
233 Properties configProps = OutputPropertiesFactory.getDefaultMethodProperties("xml");
238 // Get a serializer that seriailizes according the the properties,
    [all...]
DOM3TreeWalker.java 29 import java.util.Properties;
96 /** DOMConfiguration Properties */
97 private Properties fDOMConfigProperties = null;
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 64 import java.util.Properties;
326 Properties properties = new Properties(); local
329 properties.load(stream);
330 mNtpServer = properties.getProperty("NTP_SERVER", null);
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 26 import java.util.Properties;
738 * Get the value of a property, without using the default properties. This
773 * The recognized standard output properties are:
851 * Set the output properties for the transformation. These
852 * properties will override properties set in the templates
855 * <p>If argument to this function is null, any properties
858 * @param oformat A set of output properties that will be
859 * used to override any of the same properties in effect
863 * @see java.util.Properties
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipSessionGroup.java 43 import java.util.Properties;
135 Properties properties = new Properties(); local
136 properties.setProperty("javax.sip.STACK_NAME", getStackName());
137 properties.setProperty(
142 properties.setProperty("javax.sip.OUTBOUND_PROXY", outboundProxy
145 SipStack stack = mSipStack = sipFactory.createSipStack(properties);
    [all...]
  /external/srec/tools/grxmlcompile/
fst-io.h 54 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0) {}
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 257 uint64 Properties(uint64 props) {
string-weight.h 116 static uint64 Properties() {
  /dalvik/vm/
Dvm.mk 119 Properties.c \
  /libcore/luni/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 27 import java.util.Properties;
76 * The path/filename of the property file: XSLTInfo.properties
81 "org/apache/xalan/res/XSLTInfo.properties";
  /external/guava/src/com/google/common/collect/
Maps.java 41 import java.util.Properties;
462 * Creates an {@code ImmutableMap<String, String>} from a {@code Properties}
463 * instance. Properties normally derive from {@code Map<Object, Object>}, but
465 * a plain-old-{@code Map} out of a {@code Properties}.
467 * @param properties a {@code Properties} object to be converted
469 * {@code properties}
470 * @throws ClassCastException if any key in {@code Properties} is not a
472 * @throws NullPointerException if any key or value in {@code Properties} is
476 fromProperties(Properties properties)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 24 import java.util.Properties;
566 public void setOutputFormat(Properties format)
663 // we are just constructing this thing, no output properties
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 398 # Starting with ICU4C 3.4, the core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu, unorm.icu)
422 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
650 @echo Creating data file for Unicode Character Properties
656 @echo Creating data file for Unicode BiDi/Shaping Properties
662 @echo Creating data file for Unicode Case Mapping Properties
  /external/icu4c/data/
makedata.mak 484 # The core Unicode properties files (uprops.icu, ucase.icu, ubidi.icu)
576 # 2005-may-05 Removed Unicode properties files (unorm.icu, uprops.icu, ucase.icu, ubidi.icu)
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 144 // is a super-fast way to populate an object with array-like properties
311 // as properties will not be copied (such as the
612 // exclude the following css properties to add px
734 // A method for quickly swapping in/out CSS properties to get correct calculations
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 458 milliseconds

1 2 3 4 5 6 78