/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 44 template<class KEY, class VALUE> 47 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost, 48 const std::set<KEY>& conflictingKeys, int32_t priority, int32_t ownerId); 49 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys, 57 const KEY& getKey() const; 82 bool isConflicting(const KEY& key) const; 87 std::set<KEY> getConflicting() const; 99 KEY mKey; 102 std::set<KEY> mConflicting; 112 template<class KEY, class VALUE> [all …]
|
/frameworks/base/tools/aapt/ |
D | AaptUtil.h | 30 template <typename KEY, typename VALUE> 31 void appendValue(android::KeyedVector<KEY, android::Vector<VALUE> >& keyedVector, 32 const KEY& key, const VALUE& value); 34 template <typename KEY, typename VALUE> 35 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector, 36 const KEY& key, const VALUE& value); 42 template <typename KEY, typename VALUE> 43 void appendValue(android::KeyedVector<KEY, android::Vector<VALUE> >& keyedVector, in appendValue() argument 44 const KEY& key, const VALUE& value) { in appendValue() 52 template <typename KEY, typename VALUE> [all …]
|
/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 | 120 size_t operator()(const Key& KEY) const { in operator() 121 llvm::StringRef sym_name(KEY.symbol()->name()); in operator() 123 return (size_t((uintptr_t)KEY.prototype())) ^ str_hasher(sym_name) ^ in operator() 124 KEY.addend(); in operator()
|
/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/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/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 | 125 public static final String KEY = "key"; field 228 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 | 80 public static final String KEY = "key"; field in RecentsProvider.RecentColumns 137 RecentColumns.KEY + " TEXT PRIMARY KEY ON CONFLICT REPLACE," + in onCreate() 324 final String key = getCursorString(cursor, RecentColumns.KEY); in purgeByAuthority() 325 db.delete(TABLE_RECENT, RecentColumns.KEY + "=?", new String[] { key }); in purgeByAuthority()
|
D | DocumentsActivity.java | 377 values.put(RecentColumns.KEY, mState.stack.buildKey()); in writeStackToRecentsBlocking()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 20 template <typename KEY, typename ENTRY> 23 typedef KEY KeyType;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | NavBarTuner.java | 59 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.KEY; 219 } else if (button.startsWith(KEY)) { in getLabel() 433 BACK, HOME, RECENT, MENU_IME, NAVSPACE, CLIPBOARD, KEY, in showAddDialog() 444 if (KEY.equals(options[which])) { in showAddDialog() 462 mButtons.add(index, KEY + KEY_CODE_START + mKeycode + KEY_IMAGE_DELIM + uri.toString() in onImageSelected() 464 mLabels.add(index, getLabel(KEY, getContext())); in onImageSelected()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 47 public static final String KEY = "key"; field in NavigationBarInflaterView 242 } else if (button.startsWith(KEY)) { in inflateButton()
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 4211 private static String KEY = "primary_key"; field in AccountManagerService.DebugDbHelper 4248 + KEY + " INTEGER PRIMARY KEY)"); in createDebugTable() 4325 .append("SELECT ").append(DebugDbHelper.KEY) in getDebugTableInsertionPoint() 4328 .append(DebugDbHelper.TIMESTAMP).append(",").append(DebugDbHelper.KEY) in getDebugTableInsertionPoint() 4596 + DebugDbHelper.TABLE_NAME + "," + DebugDbHelper.KEY + ") " + in migratePreNDbToDe() 4599 + DebugDbHelper.TABLE_NAME + "," + DebugDbHelper.KEY in migratePreNDbToDe()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/ |
D | databases.jd | 105 FeedEntry._ID + " INTEGER PRIMARY KEY," +
|
/frameworks/base/docs/html/training/safetynet/ |
D | index.jd | 328 …Record the <strong>API KEY</strong> (<em>not</em> the <em>Android Key</em>) value on this page for…
|