Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h44 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/
DAaptUtil.h30 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/
DSystemPropertiesTest.java25 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/
DSystemPropertiesTest.java26 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/
DBranchIsland.h120 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/
DTypeHelpers.h226 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/
DTypeHelpers.h226 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/
Dsecurity_at_android_dot_com.txt1 -----BEGIN PGP PUBLIC KEY BLOCK-----
40 -----END PGP PUBLIC KEY BLOCK-----
/frameworks/base/core/java/android/provider/
DBrowserContract.java704 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()
DContacts.java125 public static final String KEY = "key"; field
228 values.put(KEY, key); in setSetting()
DCalendarContract.java1876 public static final String KEY = "key"; field
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsProvider.java80 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()
DDocumentsActivity.java377 values.put(RecentColumns.KEY, mState.stack.buildKey()); in writeStackToRecentsBlocking()
/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h20 template <typename KEY, typename ENTRY>
23 typedef KEY KeyType;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java59 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/
DNavigationBarInflaterView.java47 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/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java4211 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/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/
Ddatabases.jd105 FeedEntry._ID + &quot; INTEGER PRIMARY KEY,&quot; +
/frameworks/base/docs/html/training/safetynet/
Dindex.jd328 …Record the <strong>API KEY</strong> (<em>not</em> the <em>Android Key</em>) value on this page for…

12