/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | OutputProperties.java | 118 public void setProperty(QName key, String value) in setProperty() 120 setProperty(key.toNamespacedString(), value); in setProperty() local 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() [all …]
|
/external/bcc/src/cc/api/ |
D | BPFTable.h | 43 StatusTuple string_to_key(const std::string& key_str, KeyType* key) { in string_to_key() 47 StatusTuple string_to_leaf(const std::string& value_str, ValueType* value) { in string_to_leaf() 51 StatusTuple key_to_string(const KeyType* key, std::string& key_str) { in key_to_string() 59 StatusTuple leaf_to_string(const ValueType* value, std::string& value_str) { in leaf_to_string() 70 bool lookup(void* key, void* value) { in lookup() 74 bool first(void* key) { in first() 78 bool next(void* key, void* next_key) { in next() 82 bool update(void* key, void* value) { in update() 86 bool remove(void* key) { return bpf_delete_elem(desc.fd, key) >= 0; } in remove() 132 virtual StatusTuple get_value(const int& index, ValueType& value) { in get_value() [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() 115 @Override public boolean containsValue(Object value) { in containsValue() 122 @Override public V remove(Object key) { in remove() 133 public boolean contains(Object value) { in contains()
|
D | ConcurrentMap.java | 28 V putIfAbsent(K key, V value); in putIfAbsent() 30 boolean remove(Object key, Object value); in remove() 32 V replace(K key, V value); in replace() 34 boolean replace(K key, V oldValue, V newValue); in replace()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | expiring_lru_cache.h | 46 void Insert(const string& key, const T& value) { in Insert() 57 bool Delete(const string& key) { in Delete() 65 bool Lookup(const string& key, T* value) { in Lookup() 78 Status LookupOrCompute(const string& key, T* value, in LookupOrCompute() 116 T value; member 122 bool LookupLocked(const string& key, T* value) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in LookupLocked() 138 void InsertLocked(const string& key, const T& value) in InsertLocked() 152 bool DeleteLocked(const string& key) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in DeleteLocked()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | UnicodeRelation.java | 54 public boolean containsKey(int key) { in containsKey() 58 public boolean containsKey(String key) { in containsKey() 62 public boolean containsValue(T value) { in containsValue() 71 public Set<T> get(int key) { in get() 75 public Set<T> get(String key) { in get() 79 public UnicodeSet getKeys(T value) { in getKeys() 89 public UnicodeRelation<T> add(String key, T value) { in add() 97 public UnicodeRelation<T> add(int key, T value) { in add() 105 public UnicodeRelation<T> addAll(String key, Collection<T> values) { in addAll() 131 public UnicodeRelation<T> addAll(UnicodeSet keys, T value) { in addAll() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | Multimap.java | 187 boolean containsKey(@Nullable Object key); in containsKey() 193 boolean containsValue(@Nullable Object value); in containsValue() 199 boolean containsEntry(@Nullable Object key, @Nullable Object value); in containsEntry() 215 boolean put(@Nullable K key, @Nullable V value); in put() 225 boolean remove(@Nullable Object key, @Nullable Object value); in remove() 242 boolean putAll(@Nullable K key, Iterable<? extends V> values); in putAll() 264 Collection<V> replaceValues(@Nullable K key, Iterable<? extends V> values); in replaceValues() 277 Collection<V> removeAll(@Nullable Object key); in removeAll() 295 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() 67 public boolean containsValue(@Nullable Object value) { in containsValue() 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 | ForwardingConcurrentMap.java | 42 public V putIfAbsent(K key, V value) { in putIfAbsent() 47 public boolean remove(Object key, Object value) { in remove() 52 public V replace(K key, V value) { in replace() 57 public boolean replace(K key, V oldValue, V newValue) { in replace()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | map_util.h | 37 const typename Collection::value_type::first_type& key) { in FindOrNull() 49 const typename Collection::value_type::first_type& key) { in FindOrNull() 66 const typename Collection::value_type::first_type& key) { in FindPtrOrNull() 86 const typename Collection::value_type::first_type& key, in FindWithDefault() 87 const typename Collection::value_type::second_type& value) { in FindWithDefault() 113 const typename Collection::value_type::first_type& key, in InsertOrUpdate() 114 const typename Collection::value_type::second_type& value) { in InsertOrUpdate() 133 const typename Collection::value_type::first_type& key, in InsertIfNotPresent() 134 const typename Collection::value_type::second_type& value) { in InsertIfNotPresent() 152 const typename Collection::value_type::first_type& key, in LookupOrInsert() [all …]
|
/external/grpc-grpc/src/core/lib/slice/ |
D | slice_weak_hash_table.h | 49 void Add(grpc_slice key, T value) { in Add() 57 const T* Get(const grpc_slice key) const { in Get() 82 grpc_slice key() const { return key_; } in key() function 85 const T* value() const { in value() function 91 void Set(grpc_slice key, T&& value) { in Set()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/ |
D | HeaderProperty.java | 8 private String key; field in HeaderProperty 9 private String value; field in HeaderProperty 11 public HeaderProperty(String key, String value) { in HeaderProperty() 20 public void setKey(String key) { in setKey() 28 public void setValue(String value) { in setValue()
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs.py | 54 def set(self, value): argument 77 def set(self, value): argument 131 def set(self, value): argument 156 def set(self, value): argument 327 def PropertyType(self, key): argument 331 def HasProperty(self, key): argument 338 def GetBoolean(self, key): argument 342 def SetBoolean(self, key, value): argument 346 def GetFloat(self, key): argument 350 def SetFloat(self, key, value): argument [all …]
|
/external/skia/src/pdf/ |
D | SkPDFTypes.cpp | 212 SkPDFUnion SkPDFUnion::Int(int32_t value) { return SkPDFUnion(Type::kInt, value); } in Int() 214 SkPDFUnion SkPDFUnion::ColorComponent(uint8_t value) { in ColorComponent() 218 SkPDFUnion SkPDFUnion::ColorComponentF(float value) { in ColorComponentF() 222 SkPDFUnion SkPDFUnion::Bool(bool value) { in Bool() 226 SkPDFUnion SkPDFUnion::Scalar(SkScalar value) { in Scalar() 230 SkPDFUnion SkPDFUnion::Name(const char* value) { in Name() 238 SkPDFUnion SkPDFUnion::String(const char* value) { in String() 291 void SkPDFArray::append(SkPDFUnion&& value) { in append() 295 void SkPDFArray::appendInt(int32_t value) { in appendInt() 299 void SkPDFArray::appendColorComponent(uint8_t value) { in appendColorComponent() [all …]
|
/external/skqp/src/pdf/ |
D | SkPDFTypes.cpp | 212 SkPDFUnion SkPDFUnion::Int(int32_t value) { return SkPDFUnion(Type::kInt, value); } in Int() 214 SkPDFUnion SkPDFUnion::ColorComponent(uint8_t value) { in ColorComponent() 218 SkPDFUnion SkPDFUnion::ColorComponentF(float value) { in ColorComponentF() 222 SkPDFUnion SkPDFUnion::Bool(bool value) { in Bool() 226 SkPDFUnion SkPDFUnion::Scalar(SkScalar value) { in Scalar() 230 SkPDFUnion SkPDFUnion::Name(const char* value) { in Name() 238 SkPDFUnion SkPDFUnion::String(const char* value) { in String() 291 void SkPDFArray::append(SkPDFUnion&& value) { in append() 295 void SkPDFArray::appendInt(int32_t value) { in appendInt() 299 void SkPDFArray::appendColorComponent(uint8_t value) { in appendColorComponent() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
D | DummyMap.java | 15 V value; field in DummyMap 17 public DummyMap(V value) { in DummyMap() 38 public boolean containsKey(Object key) { in containsKey() 42 public boolean containsValue(Object value) { in containsValue() 46 public V get(Object key) { in get() 50 public V put(K key, V value) { in put() 51 assert this.value == value; in put() local 56 public V remove(Object key) { in remove()
|
/external/grpc-grpc/src/core/lib/avl/ |
D | avl.cc | 82 grpc_avl_node* new_node(void* key, void* value, grpc_avl_node* left, in new_node() 95 void* key, void* user_data) { in get() 112 void* grpc_avl_get(grpc_avl avl, void* key, void* user_data) { in grpc_avl_get() 117 int grpc_avl_maybe_get(grpc_avl avl, void* key, void** value, void* user_data) { in grpc_avl_maybe_get() 126 static grpc_avl_node* rotate_left(const grpc_avl_vtable* vtable, void* key, in rotate_left() 127 void* value, grpc_avl_node* left, in rotate_left() 137 static grpc_avl_node* rotate_right(const grpc_avl_vtable* vtable, void* key, in rotate_right() 138 void* value, grpc_avl_node* left, in rotate_right() 149 void* key, void* value, in rotate_left_right() 165 void* key, void* value, in rotate_right_left() [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapMaker.java | 59 public V put(K key, V value) { in put() 73 public V putIfAbsent(K key, V value) { in putIfAbsent() 82 public boolean remove(Object key, Object value) { in remove() 91 public boolean replace(K key, V oldValue, V newValue) { in replace() 100 public V replace(K key, V value) { in replace() 104 private void scheduleRemoval(final K key, final V value) { in scheduleRemoval() 137 K key = (K) k; in get() local 143 private V compute(K key) { in compute() 145 V value; in compute() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | map_util.h | 36 const typename Collection::value_type::first_type& key) { in FindOrDie() 46 const typename Collection::value_type::first_type& key) { in FindOrDie() 58 const typename Collection::value_type::first_type& key) { in MaybeFind() 80 const typename Collection::value_type::first_type& key, in FindOrDefault() 81 const typename Collection::value_type::second_type& value) { in FindOrDefault() 90 void InsertOrDie(Collection* const collection, Key&& key, Value&& value) { in InsertOrDie() 98 bool ContainsKey(const Collection& collection, const Key& key) { in ContainsKey() 104 void InsertOrDie(Set* const set, Value&& value) { in InsertOrDie()
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
D | GwtSerializationDependencies.java | 65 K key; field in GwtSerializationDependencies.ImmutableListMultimapDependencies 66 V value; field in GwtSerializationDependencies.ImmutableListMultimapDependencies 79 K key; field in GwtSerializationDependencies.ImmutableSetMultimapDependencies 80 V value; field in GwtSerializationDependencies.ImmutableSetMultimapDependencies 93 K key; field in GwtSerializationDependencies.LinkedListMultimapDependencies 94 V value; field in GwtSerializationDependencies.LinkedListMultimapDependencies 127 V value; field in GwtSerializationDependencies.ImmutableTableDependencies 138 K key; field in GwtSerializationDependencies.TreeMultimapDependencies 139 V value; field in GwtSerializationDependencies.TreeMultimapDependencies
|
/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
D | Tracestate.java | 60 public String get(String key) { in get() 127 public Builder set(String key, String value) { in set() 154 public Builder remove(String key) { in remove() 201 public static Entry create(String key, String value) { in create() 204 Utils.checkArgument(validateKey(key), "Invalid key %s", key); in create() local 205 Utils.checkArgument(validateValue(value), "Invalid value %s", value); in create() local 231 private static boolean validateKey(String key) { in validateKey() 254 private static boolean validateValue(String value) { in validateValue()
|
/external/toybox/toys/other/ |
D | sysctl.c | 30 static char *split_key(char *key) in split_key() 32 char *value = strchr(key, '='); in split_key() local 44 static void key_error(char *key) in key_error() 51 static int write_key(char *path, char *key, char *value) in write_key() 69 char *path, *data, *key; in do_show_keys() local 94 static void process_key(char *key, char *value) in process_key() 128 char *line = 0, *key, *val; in sysctl_main() local
|
/external/v8/src/ |
D | address-map.h | 24 inline void Set(Type value, uint32_t index) { in Set() 25 uintptr_t key = Key(value); in Set() local 29 inline Maybe<uint32_t> Get(Type value) const { in Get() 30 uintptr_t key = Key(value); in Get() local 39 static uint32_t Hash(uintptr_t key) { return static_cast<uint32_t>(key); } in Hash() 43 inline uintptr_t PointerToIndexHashMap<Address>::Key(Address value) { in Key() 48 inline uintptr_t PointerToIndexHashMap<Type>::Key(Type value) { in Key()
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | LocalCache.java | 95 public V get(Object key) { in get() 97 Timestamped<V> value = cachingHashMap.get(key); in get() local 116 public V put(K key, V value) { in put() 128 public V remove(Object key) { in remove() 131 V value = stamped.getValue(); in remove() local 161 public V putIfAbsent(K key, V value) { in putIfAbsent() 170 public boolean remove(Object key, Object value) { in remove() 180 public boolean replace(K key, V oldValue, V newValue) { in replace() 190 public V replace(K key, V value) { in replace() 200 public boolean containsKey(Object key) { in containsKey() [all …]
|
/external/tensorflow/tensorflow/core/util/rpc/ |
D | rpc_factory.cc | 23 bool GetEnvVar(const char* key, const string& default_value, string* value) { in GetEnvVar() 34 bool GetEnvVar(const char* key, const int64& default_value, int64* value) { in GetEnvVar() 44 bool GetEnvVar(const char* key, const uint64& default_value, uint64* value) { in GetEnvVar()
|