/frameworks/av/services/camera/libcameraservice/utils/ |
D | ClientManager.h | 108 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/ |
D | SystemPropertiesTest.java | 28 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 …]
|
D | PropertyInvalidatedCacheTest.java | 25 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/ |
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/coretests/src/android/net/ |
D | ScoredNetworkTest.java | 54 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/ |
D | TunablePaddingTest.java | 39 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/ |
D | debug_public.pem | 1 -----BEGIN PUBLIC KEY----- 4 -----END PUBLIC KEY-----
|
D | prod_public.pem | 1 -----BEGIN PUBLIC KEY----- 4 -----END PUBLIC KEY-----
|
D | debug_key.pem | 1 -----BEGIN EC PRIVATE KEY----- 5 -----END EC PRIVATE KEY-----
|
/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/cpp/util/ |
D | TypeHelpers.h | 227 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/ |
D | com.android.tethering.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
/frameworks/av/apex/ |
D | com.android.media.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
D | com.android.media.swcodec.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
/frameworks/ml/nn/apex/ |
D | com.android.neuralnetworks.pem | 1 -----BEGIN RSA PRIVATE KEY----- 51 -----END RSA PRIVATE KEY-----
|
/frameworks/base/core/java/android/provider/ |
D | BrowserContract.java | 713 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()
|
D | SearchIndexablesContract.java | 204 public static final String KEY = "key"; field in SearchIndexablesContract.SliceUriPairColumns 216 SliceUriPairColumns.KEY,
|
D | Contacts.java | 127 public static final String KEY = "key"; field 230 values.put(KEY, key); in setSetting()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | NavBarTuner.java | 17 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/ |
D | KeyEntryMap.h | 20 template <typename KEY, typename ENTRY> 23 typedef KEY KeyType;
|
/frameworks/base/services/core/java/com/android/server/ |
D | RuntimeService.java | 129 protoStream.write(DebugEntryProto.KEY, debugEntry.getKey()); in reportTimeZoneInfoProto()
|
D | IntentResolver.java | 287 proto.write(IntentResolverProto.ArrayMapEntry.KEY, map.keyAt(mapi)); in writeProtoMap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 61 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/ |
D | Instrument.java | 311 proto.write(InstrumentationData.ResultsBundleEntry.KEY, key); in writeBundle()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 673 final long startKey = proto.start(NetworkStatsCollectionStatsProto.KEY); in writeToProto()
|