/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 43 SystemProperties.set(KEY, Long.toString(i)); in testStressMemoryPropertyConsistency() 44 long ret = SystemProperties.getLong(KEY, -1); in testStressMemoryPropertyConsistency() 53 SystemProperties.set(KEY, ""); in testProperties() 54 value = SystemProperties.get(KEY, "default"); in testProperties() 58 SystemProperties.set(KEY, null); in testProperties() 59 value = SystemProperties.get(KEY, "default"); in testProperties() 62 SystemProperties.set(KEY, "SA"); in testProperties() 63 value = SystemProperties.get(KEY, "default"); in testProperties() 66 value = SystemProperties.get(KEY); in testProperties() [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/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/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/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/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()
|
D | CalendarContract.java | 2102 public static final String KEY = "key"; field
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBDictionaryTests.pddm | 697 //%PDDM-DEFINE VALUE_NOT_FOUNDPOD(VALUE_NAME, DICT, KEY) 698 //% XCTAssertFalse([DICT get##VALUE_NAME##:NULL forKey:KEY]); 699 //%PDDM-DEFINE TEST_VALUEPOD(VALUE_NAME, DICT, STORAGE, KEY, VALUE) 700 //% XCTAssertTrue([DICT get##VALUE_NAME##:NULL forKey:KEY]); 701 //% XCTAssertTrue([DICT get##VALUE_NAME##:&STORAGE forKey:KEY]); 705 //%PDDM-DEFINE RAW_VALUE_NOT_FOUNDPOD(VALUE_NAME, DICT, KEY) 706 //% XCTAssertFalse([DICT getRawValue:NULL forKey:KEY]); 707 //%PDDM-DEFINE TEST_RAW_VALUEPOD(DICT, STORAGE, KEY, VALUE) 708 //% XCTAssertTrue([DICT getRawValue:NULL forKey:KEY]); 709 //% XCTAssertTrue([DICT getRawValue:&STORAGE forKey:KEY]); [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | RuntimeService.java | 130 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 | 309 proto.write(InstrumentationData.ResultsBundleEntry.KEY, key); in writeBundle()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 697 final long startKey = proto.start(NetworkStatsCollectionStatsProto.KEY); in writeToProto()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 426 proto.write(NotificationRecordProto.KEY, sbn.getKey()); in dump()
|
/frameworks/base/api/ |
D | system-current.txt | 5968 field public static final String KEY = "key";
|