Home
last modified time | relevance | path

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

12

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h108 template<class KEY, class VALUE>
111 ClientDescriptor(const KEY& key, const VALUE& value, int32_t cost,
112 const std::set<KEY>& conflictingKeys, int32_t score, int32_t ownerId, int32_t state,
114 ClientDescriptor(KEY&& key, VALUE&& value, int32_t cost, std::set<KEY>&& conflictingKeys,
122 const KEY& getKey() const;
147 bool isConflicting(const KEY& key) const;
152 std::set<KEY> getConflicting() const;
164 KEY mKey;
167 std::set<KEY> mConflicting;
177 template<class KEY, class VALUE>
[all …]
/frameworks/base/core/tests/systemproperties/src/android/os/
DSystemPropertiesTest.java28 private static final String KEY = "sys.testkey"; field in SystemPropertiesTest
44 SystemProperties.set(KEY, Long.toString(i)); in testStressMemoryPropertyConsistency()
45 long ret = SystemProperties.getLong(KEY, -1); in testStressMemoryPropertyConsistency()
54 SystemProperties.set(KEY, ""); in testProperties()
55 value = SystemProperties.get(KEY, "default"); in testProperties()
59 SystemProperties.set(KEY, null); in testProperties()
60 value = SystemProperties.get(KEY, "default"); in testProperties()
63 SystemProperties.set(KEY, "SA"); in testProperties()
64 value = SystemProperties.get(KEY, "default"); in testProperties()
67 value = SystemProperties.get(KEY); in testProperties()
[all …]
DPropertyInvalidatedCacheTest.java25 private static final String KEY = "sys.testkey"; field in PropertyInvalidatedCacheTest
30 this(KEY); in TestCache()
52 SystemProperties.set(KEY, ""); in setUp()
/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/coretests/src/android/net/
DScoredNetworkTest.java54 private static final NetworkKey KEY field in ScoredNetworkTest
60 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, null /* attributes */); in scoredNetworksWithBothNullAttributeBundle_equal()
62 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, null /* attributes */); in scoredNetworksWithBothNullAttributeBundle_equal()
69 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, ATTRIBUTES); in scoredNetworksWithOneNullAttributeBundle_notEqual()
71 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, null /* attributes */); in scoredNetworksWithOneNullAttributeBundle_notEqual()
78 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, ATTRIBUTES); in scoredNetworksWithDifferentSizedAttributeBundle_notEqual()
82 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, attr); in scoredNetworksWithDifferentSizedAttributeBundle_notEqual()
89 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, ATTRIBUTES); in scoredNetworksWithDifferentAttributeValues_notEqual()
93 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, attr); in scoredNetworksWithDifferentAttributeValues_notEqual()
100 new ScoredNetwork(KEY, CURVE, false /* meteredHint */, ATTRIBUTES); in scoredNetworksWithSameAttributeValuesAndSize_equal()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/tuner/
DTunablePaddingTest.java39 private static final String KEY = "KEY"; field in TunablePaddingTest
67 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testFlags()
73 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testFlags()
79 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testFlags()
85 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testFlags()
96 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testRtl()
102 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testRtl()
112 mTunablePadding = TunablePadding.addTunablePadding(mView, KEY, DEFAULT, in testTuning()
114 mTunablePadding.onTuningChanged(KEY, String.valueOf(value)); in testTuning()
/frameworks/base/tools/signedconfig/
Ddebug_public.pem1 -----BEGIN PUBLIC KEY-----
4 -----END PUBLIC KEY-----
Dprod_public.pem1 -----BEGIN PUBLIC KEY-----
4 -----END PUBLIC KEY-----
Ddebug_key.pem1 -----BEGIN EC PRIVATE KEY-----
5 -----END EC PRIVATE KEY-----
/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/cpp/util/
DTypeHelpers.h227 template <typename KEY, typename VALUE>
229 typedef KEY key_t;
232 KEY key;
236 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { }
237 explicit key_value_pair_t(const KEY& k) : key(k) { }
241 inline const KEY& getKey() const {
/frameworks/base/packages/Tethering/apex/
Dcom.android.tethering.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
/frameworks/av/apex/
Dcom.android.media.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
Dcom.android.media.swcodec.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
/frameworks/ml/nn/apex/
Dcom.android.neuralnetworks.pem1 -----BEGIN RSA PRIVATE KEY-----
51 -----END RSA PRIVATE KEY-----
/frameworks/base/core/java/android/provider/
DBrowserContract.java713 public static final String KEY = "key"; field in BrowserContract.Settings
732 KEY + "=?", new String[] { KEY_SYNC_ENABLED }, null); in isSyncEnabled()
747 values.put(KEY, KEY_SYNC_ENABLED); in setSyncEnabled()
DSearchIndexablesContract.java204 public static final String KEY = "key"; field in SearchIndexablesContract.SliceUriPairColumns
216 SliceUriPairColumns.KEY,
DContacts.java127 public static final String KEY = "key"; field
230 values.put(KEY, key); in setSetting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java17 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.KEY;
134 if (button.startsWith(KEY)) { in bindButton()
135 type.setValue(KEY); in bindButton()
206 if (KEY.equals(button)) { in setValue()
/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h20 template <typename KEY, typename ENTRY>
23 typedef KEY KeyType;
/frameworks/base/services/core/java/com/android/server/
DRuntimeService.java129 protoStream.write(DebugEntryProto.KEY, debugEntry.getKey()); in reportTimeZoneInfoProto()
DIntentResolver.java287 proto.write(IntentResolverProto.ArrayMapEntry.KEY, map.keyAt(mapi)); in writeProtoMap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java61 public static final String KEY = "key"; field in NavigationBarInflaterView
397 } else if (button.startsWith(KEY)) { in createView()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java311 proto.write(InstrumentationData.ResultsBundleEntry.KEY, key); in writeBundle()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java673 final long startKey = proto.start(NetworkStatsCollectionStatsProto.KEY); in writeToProto()

12