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

<<11121314151617181920>>

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 53 String val = System.getProperty("jaxp.debug");
67 String javah = System.getProperty("java.home");
170 String r = System.getProperty(propertyName);
184 String factoryClassName = CacheHolder.cacheProps.getProperty(propertyName);
  /libcore/luni/src/test/java/libcore/java/sql/
ConnectionTest.java 51 String tmp = System.getProperty("java.io.tmpdir");
OldSQLTest.java 38 String tmp = System.getProperty("java.io.tmpdir");
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScopeTest.java 90 String name = Security.getProperty("system.scope");
  /libcore/ojluni/src/main/java/java/lang/
Boolean.java 237 * through {@code getProperty}, a method defined by the
245 * @see java.lang.System#getProperty(java.lang.String)
246 * @see java.lang.System#getProperty(java.lang.String, java.lang.String)
251 result = toBoolean(System.getProperty(name));
  /libcore/ojluni/src/main/java/java/security/
IdentityScope.java 80 return Security.getProperty("system.scope");
  /libcore/ojluni/src/main/java/java/util/logging/
LogManager.java 177 cname = System.getProperty("java.util.logging.manager");
684 if (manager.getProperty(pname + ".level") != null ||
685 manager.getProperty(pname + ".handlers") != null) {
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClientProvider.java 65 String cm = System.getProperty("sun.net.ftpClientProvider");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtensionsFactory.java 56 final String className = sProperties.getProperty(EXTENDED_PHONE_DIRECTORIES_KEY);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_structure_with_buffer_policy.h 104 virtual void getProperty(const char *const query, const int queryLength, char *const outResult,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java 221 public String getProperty(String key, String defaultValue) {
222 return PropertyUtils.getProperty(getReadableDatabase(), key, defaultValue);
260 if ("1".equals(PropertyUtils.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) {
306 PropertyUtils.getProperty(contacts,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
PropertyUtils.java 53 public static String getProperty(SQLiteDatabase db, String key, String defaultValue) {
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/android/
tts.h 259 android_tts_result_t (*getProperty)

Completed in 6359 milliseconds

<<11121314151617181920>>