HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 226 - 250 of 992) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 62 kdc = System.getProperty(ENV_KDC);
63 realm = System.getProperty(ENV_REALM);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FilterInputStreamTest.java 139 fileName = System.getProperty("user.dir");
140 String separator = System.getProperty("file.separator");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java 88 File dir = new File(System.getProperty("java.io.tmpdir"));
150 pb.directory(new File(System.getProperty("java.home") + File.separator
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
PolicyQualifierInfoTest.java 45 System.getProperty("PolicyQualifierInfoTest.workersNumber",
48 System.getProperty("PolicyQualifierInfoTest.iterationsNumber",
  /external/chromium/webkit/glue/
cpp_variant.cc 222 if (WebBindings::getProperty(NULL, np_value, length_id, &length_value)) {
239 if (WebBindings::getProperty(NULL, np_value, index, &index_value))
  /external/easymock/src/org/easymock/internal/
MocksBehavior.java 50 .getProperty(EasyMock.NOT_THREAD_SAFE_BY_DEFAULT));
52 .getInstance().getProperty(
  /external/emma/core/java12/com/vladium/emma/
AppLoggers.java 45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
  /external/emma/core/java12/com/vladium/util/
XProperties.java 51 final String v = getProperty (n);
70 final String v = getProperty (n);
  /external/proguard/src/proguard/wtk/
default.pro 24 public static java.lang.String getProperty(java.lang.String);
27 public static java.lang.String getProperty(java.lang.String,java.lang.String);
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 56 String InspectorFrontendClientLocal::Settings::getProperty(const String&)
149 String value = m_settings->getProperty(inspectorAttachedHeightSetting);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 60 virtual String getProperty(const String& name)
87 virtual String getProperty(const String&)
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 118 String vmName = System.getProperty("java.vm.name", "?");
119 String vmVersion = System.getProperty("java.vm.version", "?");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 72 public Result getProperty(Object objectView, String propertyName) {
74 return super.getProperty(objectView, propertyName);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 142 System.getProperty("org.w3c.domts.httpbase",
185 String httpBase = System.getProperty("org.w3c.domts.httpbase",
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 77 initSocket(LogManager.getLogManager().getProperty(
79 .getLogManager().getProperty(
  /libcore/luni/src/test/java/libcore/java/io/
OldFileInputStreamTest.java 190 fileName = System.getProperty("java.io.tmpdir");
191 String separator = System.getProperty("file.separator");
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserTest.java 64 * @see javax.xml.parsers.SAXParser#getProperty(java.lang.String)
67 public Object getProperty(String name) throws SAXNotRecognizedException,
146 String tmpPath = System.getProperty("java.io.tmpdir");
837 assertEquals(null, parser.getProperty(LEXICAL_HANDLER_PROPERTY));
871 assertEquals(validValue, parser.getProperty(validName));
874 assertEquals(null, parser.getProperty(validName));
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_Exec.java 39 = System.getProperty("java.vendor").contains("Android");
54 String testVMArgs = System.getProperty("hy.test.vmargs");
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 135 return System.getProperty("java.class.path");
140 String classpath = System.getProperty(propertyName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 194 String rootPath = mProperties.getProperty(propName);
213 public @Nullable String getProperty(@NonNull String name) {
215 return mProperties.getProperty(name);
238 return mProperties.getProperty(ProjectProperties.PROPERTY_TARGET);
259 return mProperties.getProperty(ProjectProperties.PROPERTY_BUILD_TOOLS);
304 String rootPath = mProperties.getProperty(propName);
367 String value = mProperties.getProperty(ProjectProperties.PROPERTY_LIBRARY);
619 String rootPath = mProperties.getProperty(propName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
PdtPlugin.java 55 if (PrefPage.PREFS_DEVTREE_DIR.equals(event.getProperty())) {
135 String os = System.getProperty("os.name"); //$NON-NLS-1$
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 286 Property property = m_activePropertyInfo.getProperty();
392 Property property = m_activePropertyInfo.getProperty();
448 Property property = m_activePropertyInfo.getProperty();
498 Property property = propertyInfo.getProperty();
797 Property property = propertyInfo.getProperty();
906 return m_properties.get(index).getProperty();
970 if (propertyInfo.getProperty() == property) {
999 return new StructuredSelection(m_activePropertyInfo.getProperty());
    [all...]
  /external/nist-sip/java/gov/nist/core/
LogWriter.java 363 // .getProperty("gov.nist.javax.sip.TRACE_LEVEL");
366 // .getProperty("gov.nist.javax.sip.DEBUG_LOG");
369 // .getProperty("javax.sip.STACK_NAME");
375 // .getProperty("gov.nist.javax.sip.LOG4J_LOGGER_NAME", this.stackName);
440 // configurationProperties.getProperty(
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 111 System.setProperty("user.dir", System.getProperty("java.io.tmpdir"));
450 tempFileName = System.getProperty("java.io.tmpdir");
451 String separator = System.getProperty("file.separator");
487 tempFileName = System.getProperty("java.io.tmpdir");
488 String separator = System.getProperty("file.separator");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 94 public static String getProperty(@NonNull XmlPullParser parser, @NonNull String name) {
147 public static String getProperty(
332 String header = getProperty(xmlNode, KEY_LV_HEADER);
333 String footer = getProperty(xmlNode, KEY_LV_FOOTER);
334 String layout = getProperty(xmlNode, KEY_LV_ITEM);

Completed in 1846 milliseconds

1 2 3 4 5 6 7 8 91011>>