/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | ClassSection.java | 51 @Nullable Map.Entry<? extends ClassKey, Integer> getClassEntryByType(@Nullable TypeKey key); in getClassEntryByType() 53 @Nonnull TypeKey getType(@Nonnull ClassKey key); in getType() 54 int getAccessFlags(@Nonnull ClassKey key); in getAccessFlags() 55 @Nullable TypeKey getSuperclass(@Nonnull ClassKey key); in getSuperclass() 56 @Nullable TypeListKey getSortedInterfaces(@Nonnull ClassKey key); in getSortedInterfaces() 57 @Nullable StringKey getSourceFile(@Nonnull ClassKey key); in getSourceFile() 58 @Nullable Collection<? extends EncodedValue> getStaticInitializers(@Nonnull ClassKey key); in getStaticInitializers() 60 @Nonnull Collection<? extends FieldKey> getSortedStaticFields(@Nonnull ClassKey key); in getSortedStaticFields() 61 @Nonnull Collection<? extends FieldKey> getSortedInstanceFields(@Nonnull ClassKey key); in getSortedInstanceFields() 62 @Nonnull Collection<? extends FieldKey> getSortedFields(@Nonnull ClassKey key); in getSortedFields() [all …]
|
D | MethodSection.java | 40 @Nonnull TypeKey getDefiningClass(@Nonnull MethodRefKey key); in getDefiningClass() 41 @Nonnull ProtoKey getPrototype(@Nonnull MethodRefKey key); in getPrototype() 42 @Nonnull ProtoKey getPrototype(@Nonnull MethodKey key); in getPrototype() 43 @Nonnull StringKey getName(@Nonnull MethodRefKey key); in getName() 44 int getMethodIndex(@Nonnull MethodKey key); in getMethodIndex()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBundle.java | 34 public void remove(String key) { in remove() 39 public Object get(String key) { in get() 44 public void putString(String key, String value) { in putString() 49 public String getString(String key) { in getString() 55 public String getString(String key, String defaultValue) { in getString() 64 public void putLong(String key, long value) { in putLong() 69 public long getLong(String key) { in getLong() 74 public long getLong(String key, long defaultValue) { in getLong() 80 public void putInt(String key, int value) { in putInt() 85 public int getInt(String key) { in getInt() [all …]
|
D | ShadowContentValues.java | 47 public void put(String key, String value) { in put() 57 public void put(String key, Byte value) { in put() 62 public void put(String key, Short value) { in put() 67 public void put(String key, Integer value) { in put() 72 public void put(String key, Long value) { in put() 77 public void put(String key, Float value) { in put() 82 public void put(String key, Double value) { in put() 87 public void put(String key, Boolean value) { in put() 92 public void put(String key, byte[] value) { in put() 97 public void putNull(String key) { in putNull() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 118 public void setProperty(QName key, String value) in setProperty() 130 public void setProperty(String key, String value) in setProperty() 153 public String getProperty(QName key) in getProperty() 167 public String getProperty(String key) in getProperty() 182 public void setBooleanProperty(QName key, boolean value) in setBooleanProperty() 194 public void setBooleanProperty(String key, boolean value) in setBooleanProperty() 210 public boolean getBooleanProperty(QName key) in getBooleanProperty() 226 public boolean getBooleanProperty(String key) in getBooleanProperty() 238 public void setIntProperty(QName key, int value) in setIntProperty() 250 public void setIntProperty(String key, int value) in setIntProperty() [all …]
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
D | JSONObject.java | 177 String key; in JSONObject() local 327 String key = ""; in populateInternalMap() local 436 public JSONObject accumulate(String key, Object value) in accumulate() 464 public JSONObject append(String key, Object value) in append() 513 public Object get(String key) throws JSONException { in get() 531 public boolean getBoolean(String key) throws JSONException { in getBoolean() 554 public double getDouble(String key) throws JSONException { in getDouble() 576 public int getInt(String key) throws JSONException { in getInt() 591 public JSONArray getJSONArray(String key) throws JSONException { in getJSONArray() 609 public JSONObject getJSONObject(String key) throws JSONException { in getJSONObject() [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/content/ |
D | TestSharedPreferences.java | 33 public String getString(String key, String defValue) { in getString() 37 private Object getValue(String key, Object defValue) { in getValue() 49 public int getInt(String key, int defValue) { in getInt() 54 public long getLong(String key, long defValue) { in getLong() 59 public float getFloat(String key, float defValue) { in getFloat() 64 public boolean getBoolean(String key, boolean defValue) { in getBoolean() 69 public boolean contains(String key) { in contains() 103 public Editor putString(String key, String value) { in putString() 110 public Editor putInt(String key, int value) { in putInt() 117 public Editor putLong(String key, long value) { in putLong() [all …]
|
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 56 String key = "key"; in testIncrementAndGet() local 72 String key = "key"; in testIncrementAndGet_zero() local 89 String key = "key"; in testGetAndIncrement() local 105 String key = "key"; in testGetAndIncrement_zero() local 122 String key = "key"; in testDecrementAndGet() local 138 String key = "key"; in testDecrementAndGet_zero() local 155 String key = "key"; in testGetAndDecrement() local 171 String key = "key"; in testGetAndDecrement_zero() local 188 String key = "key"; in testAddAndGet() local 205 String key = "key"; in testAddAndGet_zero() local [all …]
|
/external/vboot_reference/host/lib21/ |
D | host_key.c | 72 void vb2_private_key_free(struct vb2_private_key *key) in vb2_private_key_free() 92 struct vb2_private_key *key; in vb2_private_key_unpack() local 185 struct vb2_private_key *key; in vb2_private_key_read_pem() local 214 int vb2_private_key_set_desc(struct vb2_private_key *key, const char *desc) in vb2_private_key_set_desc() 230 int vb2_private_key_write(const struct vb2_private_key *key, in vb2_private_key_write() 295 static const struct vb2_private_key key = { in vb2_private_key_hash() local 308 static const struct vb2_private_key key = { in vb2_private_key_hash() local 321 static const struct vb2_private_key key = { in vb2_private_key_hash() local 339 struct vb2_public_key *key; in vb2_public_key_alloc() local 361 void vb2_public_key_free(struct vb2_public_key *key) in vb2_public_key_free() [all …]
|
/external/lldb/include/lldb/Core/ |
D | ThreadSafeSTLMap.h | 58 Erase (const _Key& key) in Erase() 65 EraseNoLock (const _Key& key) in EraseNoLock() 71 GetValueForKey (const _Key& key, _Tp &value) const in GetValueForKey() 80 GetValueForKeyNoLock (const _Key& key, _Tp &value) const in GetValueForKeyNoLock() 92 GetFirstKeyForValue (const _Tp &value, _Key& key) const in GetFirstKeyForValue() 99 GetFirstKeyForValueNoLock (const _Tp &value, _Key& key) const in GetFirstKeyForValueNoLock() 114 LowerBound (const _Key& key, in LowerBound() 124 LowerBoundNoLock (const _Key& key, in LowerBoundNoLock() 145 lower_bound_unsafe (const _Key& key) in lower_bound_unsafe() 151 SetValueForKey (const _Key& key, const _Tp &value) in SetValueForKey() [all …]
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfMapper_autogen.cpp | 1365 bool SkPdfMapper::SkPdfDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkP… in SkPdfDictionaryFromDictionary() argument 1374 bool SkPdfMapper::SkPdfDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, con… in SkPdfDictionaryFromDictionary() argument 1384 …:SkPdfXObjectDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfXObject… in SkPdfXObjectDictionaryFromDictionary() argument 1393 …:SkPdfXObjectDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* … in SkPdfXObjectDictionaryFromDictionary() argument 1403 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key,… in SkPdfFontDictionaryFromDictionary() argument 1412 bool SkPdfMapper::SkPdfFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key,… in SkPdfFontDictionaryFromDictionary() argument 1428 …fTrueTypeFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfTrueTyp… in SkPdfTrueTypeFontDictionaryFromDictionary() argument 1437 …fTrueTypeFontDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* … in SkPdfTrueTypeFontDictionaryFromDictionary() argument 1447 …fStreamCommonDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfStreamC… in SkPdfStreamCommonDictionaryFromDictionary() argument 1456 …fStreamCommonDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* … in SkPdfStreamCommonDictionaryFromDictionary() argument [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 71 String key = "key"; in testIncrementAndGet() local 87 String key = "key"; in testIncrementAndGet_zero() local 104 String key = "key"; in testGetAndIncrement() local 120 String key = "key"; in testGetAndIncrement_zero() local 137 String key = "key"; in testDecrementAndGet() local 153 String key = "key"; in testDecrementAndGet_zero() local 170 String key = "key"; in testGetAndDecrement() local 186 String key = "key"; in testGetAndDecrement_zero() local 203 String key = "key"; in testAddAndGet() local 220 String key = "key"; in testAddAndGet_zero() local [all …]
|
/external/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableDictionary.cpp | 96 CFCMutableDictionary::GetValueIfPresent(const void *key, const void **value_handle) const in GetValueIfPresent() argument 118 CFCMutableDictionary::AddValue(CFStringRef key, const void *value, bool can_create) in AddValue() 131 CFCMutableDictionary::SetValue(CFStringRef key, const void *value, bool can_create) in SetValue() 144 CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, bool can_create) in AddValueSInt8() 161 CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, bool can_create) in SetValueSInt8() 178 CFCMutableDictionary::AddValueSInt16(CFStringRef key, int16_t value, bool can_create) in AddValueSInt16() 195 CFCMutableDictionary::SetValueSInt16(CFStringRef key, int16_t value, bool can_create) in SetValueSInt16() 212 CFCMutableDictionary::AddValueSInt32(CFStringRef key, int32_t value, bool can_create) in AddValueSInt32() 229 CFCMutableDictionary::SetValueSInt32(CFStringRef key, int32_t value, bool can_create) in SetValueSInt32() 246 CFCMutableDictionary::AddValueSInt64(CFStringRef key, int64_t value, bool can_create) in AddValueSInt64() [all …]
|
/external/vboot_reference/host/lib/ |
D | host_key.c | 25 VbPrivateKey* key; in PrivateKeyReadPem() local 62 void PrivateKeyFree(VbPrivateKey* key) { in PrivateKeyFree() 72 int PrivateKeyWrite(const char* filename, const VbPrivateKey* key) { in PrivateKeyWrite() 110 VbPrivateKey *key; in PrivateKeyRead() local 149 VbPublicKey* key = (VbPublicKey*)malloc(sizeof(VbPublicKey) + key_size); in PublicKeyAlloc() local 162 VbPublicKey* key; in PublicKeyReadKeyb() local 200 int PublicKeyLooksOkay(VbPublicKey *key, uint64_t file_size) in PublicKeyLooksOkay() 230 VbPublicKey* key; in PublicKeyRead() local 245 int PublicKeyWrite(const char* filename, const VbPublicKey* key) { in PublicKeyWrite()
|
/external/boringssl/src/crypto/ec/ |
D | ec_key.c | 241 int EC_KEY_is_opaque(const EC_KEY *key) { in EC_KEY_is_opaque() 245 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key) { return key->group; } in EC_KEY_get0_group() 247 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) { in EC_KEY_set_group() 255 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) { in EC_KEY_get0_private_key() 259 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) { in EC_KEY_set_private_key() 265 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) { in EC_KEY_get0_public_key() 269 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key() 275 unsigned int EC_KEY_get_enc_flags(const EC_KEY *key) { return key->enc_flag; } in EC_KEY_get_enc_flags() 277 void EC_KEY_set_enc_flags(EC_KEY *key, unsigned int flags) { in EC_KEY_set_enc_flags() 281 point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key) { in EC_KEY_get_conv_form() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | Multimap.java | 186 boolean containsKey(@Nullable Object key); in containsKey() 198 boolean containsEntry(@Nullable Object key, @Nullable Object value); in containsEntry() 214 boolean put(@Nullable K key, @Nullable V value); in put() 224 boolean remove(@Nullable Object key, @Nullable Object value); in remove() 241 boolean putAll(@Nullable K key, Iterable<? extends V> values); in putAll() 263 Collection<V> replaceValues(@Nullable K key, Iterable<? extends V> values); in replaceValues() 276 Collection<V> removeAll(@Nullable Object key); in removeAll() 294 Collection<V> get(@Nullable K key); in get()
|
D | ForwardingMultimap.java | 57 public boolean containsEntry(@Nullable Object key, @Nullable Object value) { in containsEntry() 62 public boolean containsKey(@Nullable Object key) { in containsKey() 77 public Collection<V> get(@Nullable K key) { in get() 97 public boolean put(K key, V value) { in put() 102 public boolean putAll(K key, Iterable<? extends V> values) { in putAll() 112 public boolean remove(@Nullable Object key, @Nullable Object value) { in remove() 117 public Collection<V> removeAll(@Nullable Object key) { in removeAll() 122 public Collection<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues()
|
D | FilteredEntryMultimap.java | 70 private boolean satisfies(K key, V value) { in satisfies() 76 private final K key; field in FilteredEntryMultimap.ValuePredicate 78 ValuePredicate(K key) { in ValuePredicate() 98 public boolean containsKey(@Nullable Object key) { in containsKey() 103 public Collection<V> removeAll(@Nullable Object key) { in removeAll() 120 public Collection<V> get(final K key) { in get() 154 K key = entry.getKey(); in removeEntriesIf() local 170 public boolean containsKey(@Nullable Object key) { in containsKey() 180 public Collection<V> get(@Nullable Object key) { in get() 192 public Collection<V> remove(@Nullable Object key) { in remove() [all …]
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | ConcurrentHashMap.java | 56 public V putIfAbsent(K key, V value) { in putIfAbsent() 64 public boolean remove(Object key, Object value) { in remove() 73 public boolean replace(K key, V oldValue, V newValue) { in replace() 84 public V replace(K key, V value) { in replace() 94 @Override public boolean containsKey(Object key) { in containsKey() 101 @Override public V get(Object key) { in get() 108 @Override public V put(K key, V value) { in put() 122 @Override public V remove(Object key) { in remove()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
D | ZHash.java | 44 public ValueType get(KeyType key) { in get() 58 public synchronized void addToTop(KeyType key, ValueType value) { in addToTop() 75 public synchronized void addToBottom(KeyType key, ValueType value) { in addToBottom() 116 public synchronized boolean moveToBottom(KeyType key) { in moveToBottom() 124 public synchronized boolean moveUp(KeyType key) { in moveUp() 132 public synchronized boolean moveDown(KeyType key) { in moveDown() 154 public synchronized boolean remove(KeyType key) { in remove()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | multidict.py | 39 def __getitem__(self, key): argument 45 def __setitem__(self, key, value): argument 52 def add(self, key, value): argument 58 def getall(self, key): argument 68 def getone(self, key): argument 116 def __delitem__(self, key): argument 126 def __contains__(self, key): argument 140 def setdefault(self, key, default=None): argument 147 def pop(self, key, *args): argument 243 def _encode_key(self, key): argument [all …]
|
/external/v8/src/ |
D | collection.js | 47 function SetAddJS(key) { argument 63 function SetHasJS(key) { argument 72 function SetDeleteJS(key) { argument 182 function MapGetJS(key) { argument 191 function MapSetJS(key, value) { argument 207 function MapHasJS(key) { argument 216 function MapDeleteJS(key) { argument
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-rsa.c | 22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import() 38 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import() 72 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, in crypto_public_key_encrypt_pkcs1_v15() 81 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, in crypto_private_key_decrypt_pkcs1_v15() 90 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1() 99 void crypto_public_key_free(struct crypto_public_key *key) in crypto_public_key_free() 105 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free() 111 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1()
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
D | MDC.java | 74 private final String key; field in MDC.MDCCloseable 76 private MDCCloseable(String key) { in MDCCloseable() 122 public static void put(String key, String val) throws IllegalArgumentException { in put() 160 … public static MDCCloseable putCloseable(String key, String val) throws IllegalArgumentException { in putCloseable() 177 public static String get(String key) throws IllegalArgumentException { in get() 198 public static void remove(String key) throws IllegalArgumentException { in remove()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderProtoPool.java | 59 ProtoKey key = new Key(parameters, returnType); in internProto() local 77 @Nonnull @Override public BuilderStringReference getShorty(@Nonnull BuilderProtoReference key) { in getShorty() 81 … @Nonnull @Override public BuilderTypeReference getReturnType(@Nonnull BuilderProtoReference key) { in getReturnType() 85 @Nullable @Override public BuilderTypeList getParameters(@Nonnull BuilderProtoReference key) { in getParameters() 89 @Override public int getItemIndex(@Nonnull BuilderProtoReference key) { in getItemIndex() 99 @Override protected int setValue(@Nonnull BuilderProtoReference key, int value) { in getItems()
|