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

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java 155 protected String eol = System.getProperty("line.separator", "\n");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.h 98 void getProperty(const char *const query, const int queryLength, char *const outResult,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.h 130 void getProperty(const char *const query, const int queryLength, char *const outResult,
132 // getProperty is not supported for this class.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 68 default_parser_list = sys.registry.getProperty(_key).split(",")
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 176 public Object getProperty(int propertyName) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLCompositeProperty.java 46 public IGLProperty getProperty(GLStateType name) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
ShaderSourceDetailsProvider.java 93 return ((GLCompositeProperty) state).getProperty(GLStateType.SHADER_SOURCE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorStartup.java 77 String revision = p.getProperty("Pkg.Revision"); //$NON-NLS-1$
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 292 == m_text_properties.getProperty(OutputKeys.ENCODING))
452 value = System.getProperty(key);
465 newValue = System.getProperty(newKey);
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.h 64 DEFINE_HAS_MEMBER_CHECK(getProperty,
208 bool getProperty(NPIdentifier propertyName, NPVariant* result) {
265 return static_cast<T*>(npObject)->getProperty(propertyName, result);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 190 out = exec.getProject().getProperty(RSSFeedUtil.RUN_EXEC_TASK_ERROR);
193 out = exec.getProject().getProperty(RSSFeedUtil.RUN_EXEC_TASK_RESULT);
196 out = exec.getProject().getProperty(RSSFeedUtil.RUN_EXEC_TASK_RESULT);
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 97 Object privateKeyObject = accessor.consumer.getProperty(PRIVATE_KEY);
114 Object publicKeyObject = accessor.consumer.getProperty(PUBLIC_KEY);
129 Object certObject = accessor.consumer.getProperty(X509_CERTIFICATE);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
ConnectionPool.java 61 String keepAlive = System.getProperty("http.keepAlive");
62 String keepAliveDuration = System.getProperty("http.keepAliveDuration");
63 String maxIdleConnections = System.getProperty("http.maxConnections");
  /frameworks/base/core/java/android/net/
Network.java 77 Boolean.parseBoolean(System.getProperty("http.keepAlive", "true"));
79 httpKeepAlive ? Integer.parseInt(System.getProperty("http.maxConnections", "5")) : 0;
81 Long.parseLong(System.getProperty("http.keepAliveDuration", "300000")); // 5 minutes.
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 43 this(System.getProperty("java.class.path"));
56 String separator= System.getProperty("path.separator");
216 String path= p.getProperty(key);
  /libcore/luni/src/main/java/java/lang/
Runtime.java 73 String javaLibraryPath = System.getProperty("java.library.path");
497 String encoding = System.getProperty("file.encoding", "UTF-8");
517 String encoding = System.getProperty("file.encoding", "UTF-8");
  /libcore/luni/src/main/java/java/security/
Security.java 102 return provider.getProperty(propertyName);
336 public static String getProperty(String key) {
340 String property = secprops.getProperty(key);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 179 assertFalse(sf2.getClass().getName() + " should not be " + Security.getProperty(SSL_PROPERTY),
191 String origProvider = Security.getProperty(SSL_PROPERTY);
208 assertNull(Security.getProperty(SSL_PROPERTY));
  /packages/services/Mms/src/com/android/mms/service/
MmsNetworkManager.java 49 Boolean.parseBoolean(System.getProperty("http.keepAlive", "true"));
51 httpKeepAlive ? Integer.parseInt(System.getProperty("http.maxConnections", "5")) : 0;
53 Long.parseLong(System.getProperty("http.keepAliveDuration", "300000")); // 5 minutes.
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 95 PLATFORM_DIR_PROPERTY, System.getProperty(PLATFORM_DIR_PROPERTY)));
101 RESOURCE_DIR_PROPERTY, System.getProperty(RESOURCE_DIR_PROPERTY)));
106 String platformDir = System.getProperty(PLATFORM_DIR_PROPERTY);
118 String workingDirString = System.getProperty("user.dir");
236 String resourceDir = System.getProperty(RESOURCE_DIR_PROPERTY);
  /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);
  /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/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 86 String osName = System.getProperty("os.name");
362 testDir = new File(System.getProperty("java.io.tmpdir") + "/temp");
366 root = System.getProperty("user.name").equals("root");
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 94 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
113 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");
132 m_locator.setSystemId(System.getProperty("user.dir") + File.separator + "dummy.xsl");

Completed in 869 milliseconds

<<11121314151617181920>>