/frameworks/base/core/tests/systemproperties/src/android/os/ |
D | SystemPropertiesTest.java | 25 private static final String KEY = "sys.testkey"; field in SystemPropertiesTest 40 SystemProperties.set(KEY, Long.toString(i)); in testStressMemoryPropertyConsistency() 41 long ret = SystemProperties.getLong(KEY, -1); in testStressMemoryPropertyConsistency() 50 SystemProperties.set(KEY, ""); in testProperties() 51 value = SystemProperties.get(KEY, "default"); in testProperties() 54 SystemProperties.set(KEY, "SA"); in testProperties() 55 value = SystemProperties.get(KEY, "default"); in testProperties() 58 value = SystemProperties.get(KEY); in testProperties() 61 SystemProperties.set(KEY, ""); in testProperties() 62 value = SystemProperties.get(KEY, "default"); in testProperties() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | SystemPropertiesTest.java | 26 private static final String KEY = "com.android.frameworks.coretests"; field in SystemPropertiesTest 32 SystemProperties.set(KEY, ""); in testProperties() 33 value = SystemProperties.get(KEY, "default"); in testProperties() 36 SystemProperties.set(KEY, "AAA"); in testProperties() 37 value = SystemProperties.get(KEY, "default"); in testProperties() 40 value = SystemProperties.get(KEY); in testProperties() 43 SystemProperties.set(KEY, ""); in testProperties() 44 value = SystemProperties.get(KEY, "default"); in testProperties() 47 value = SystemProperties.get(KEY); in testProperties()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 125 size_t operator() (const Key& KEY) const in operator() 127 llvm::StringRef sym_name(KEY.symbol()->name()); in operator() 129 return (size_t((uintptr_t)KEY.prototype())) ^ in operator() 131 KEY.addend(); in operator()
|
/frameworks/rs/cpp/util/ |
D | TypeHelpers.h | 226 template <typename KEY, typename VALUE> 228 typedef KEY key_t; 231 KEY key; 235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } 236 key_value_pair_t(const KEY& k) : key(k) { } 240 inline const KEY& getKey() const {
|
/frameworks/rs/server/ |
D | TypeHelpers.h | 226 template <typename KEY, typename VALUE> 228 typedef KEY key_t; 231 KEY key; 235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } 236 key_value_pair_t(const KEY& k) : key(k) { } 240 inline const KEY& getKey() const {
|
/frameworks/base/docs/html/ |
D | security_at_android_dot_com.txt | 1 -----BEGIN PGP PUBLIC KEY BLOCK----- 40 -----END PGP PUBLIC KEY BLOCK-----
|
/frameworks/base/core/java/android/provider/ |
D | BrowserContract.java | 704 public static final String KEY = "key"; field in BrowserContract.Settings 723 KEY + "=?", new String[] { KEY_SYNC_ENABLED }, null); in isSyncEnabled() 738 values.put(KEY, KEY_SYNC_ENABLED); in setSyncEnabled()
|
D | Contacts.java | 126 public static final String KEY = "key"; field 229 values.put(KEY, key); in setSetting()
|
D | CalendarContract.java | 1876 public static final String KEY = "key"; field
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RecentsProvider.java | 78 public static final String KEY = "key"; field in RecentsProvider.RecentColumns 132 RecentColumns.KEY + " TEXT PRIMARY KEY ON CONFLICT REPLACE," + in onCreate() 319 final String key = getCursorString(cursor, RecentColumns.KEY); in purgeByAuthority() 320 db.delete(TABLE_RECENT, RecentColumns.KEY + "=?", new String[] { key }); in purgeByAuthority()
|
D | DocumentsActivity.java | 1013 values.put(RecentColumns.KEY, mState.stack.buildKey()); in saveStackBlocking()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-names.jd | 399 // Get the selected LOOKUP KEY
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 349 "com.example.android.geofence.KEY";
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 720 " _ID INTEGER PRIMARY KEY, " +
|
/frameworks/base/api/ |
D | current.txt | 19315 field public static final java.lang.String KEY = "key"; 19846 field public static final deprecated java.lang.String KEY = "key";
|