HomeSort by relevance Sort by last modified time
    Searched refs:getProperty (Results 251 - 275 of 1220) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 359 debug = System.getProperty("dtm.debug") != null;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLDistPoint.java 87 String sep = System.getProperty("line.separator");
GeneralNames.java 95 String sep = System.getProperty("line.separator");
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 54 virtual bool getProperty(int index, SkScriptValue* value) const;
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 73 final String closureList = closureMap.getProperty ("closure");
  /external/jarjar/src/main/com/tonicsystems/jarjar/
DepFind.java 28 private File curDir = new File(System.getProperty("user.dir"));
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 103 System.getProperty(DEFAULT_CS_FACTORY_CLASS_PROPERTY_NAME,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DebuggingClassWriter.java 35 debugLocation = System.getProperty(DEBUG_LOCATION_PROPERTY);
  /external/proguard/src/proguard/
ConfigurationConstants.java 101 public static final String JAR_SEPARATOR_KEYWORD = System.getProperty("path.separator");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 26 final String classCachePath = System.getProperty("cached.robolectric.classes.path");
  /external/skia/src/animator/
SkDisplayApply.h 54 virtual bool getProperty(int index, SkScriptValue* value) const;
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 259 public final String getProperty() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockFilter.java 55 public Object getProperty(String name) throws SAXNotRecognizedException,
  /libcore/luni/src/main/java/java/io/
Console.java 152 super(new InputStreamReader(in, System.getProperty("file.encoding")), 256);
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 194 String defaultType = Security.getProperty(PROPERTY_NAME);
CertPathValidator.java 203 String defaultType = Security.getProperty(PROPERTY_NAME);
  /libcore/luni/src/main/java/javax/net/ssl/
TrustManagerFactory.java 54 String algorithm = Security.getProperty(PROPERTY_NAME);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 113 try { className = System.getProperty (property); }
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 381 * java.security.Security#getProperty(String)
386 Security.getProperty(null);
392 assertEquals("test white space", Security.getProperty("myprop"));
413 assertEquals("Empty property", "", Security.getProperty(""));
417 .getProperty("My Test Property"));
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 258 public final String getProperty() {
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 59 * getProperty(&quot;<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-version">http://xmlpull.org/v1/doc/properties.html#xmldecl-version</a>&quot;)
62 * getProperty(&quot;<a href="http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone">http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone</a>&quot;)
456 Object getProperty(String name);
    [all...]
XmlSerializer.java 89 Object getProperty(String name);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
HexDump.java 109 System.getProperty("line.separator");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
ParseException.java 155 protected String eol = System.getProperty("line.separator", "\n");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ParseException.java 155 protected String eol = System.getProperty("line.separator", "\n");

Completed in 672 milliseconds

<<11121314151617181920>>