Searched defs:put (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DFboCache.cpp81 bool FboCache::put(GLuint fbo) { function in class:android::uirenderer::FboCache
H A DLayerCache.cpp156 bool LayerCache::put(Layer* layer) { function in class:android::uirenderer::LayerCache
/frameworks/base/services/java/com/android/server/
H A DProcessMap.java33 public E put(String name, int uid, E value) { method in class:ProcessMap
37 mMap.put(name, uids);
39 uids.put(uid, value);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContentValuesBuilder.java21 * ContentValues-like class which enables users to chain put() methods and restricts
31 public ContentValuesBuilder put(String key, String value) { method in class:ContentValuesBuilder
32 mContentValues.put(key, value);
37 public ContentValuesBuilder put(String key, Byte value) {
38 mContentValues.put(key, value);
42 public ContentValuesBuilder put(String key, Short value) {
43 mContentValues.put(key, value);
47 public ContentValuesBuilder put(String key, Integer value) { method in class:ContentValuesBuilder
48 mContentValues.put(key, value);
53 public ContentValuesBuilder put(Strin
73 public ContentValuesBuilder put(String key, byte[] value) { method in class:ContentValuesBuilder
[all...]
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DNoCache.java35 public void put(String key, Entry entry) { method in class:NoCache
/frameworks/av/drm/common/
H A DDrmConstraints.cpp32 status_t DrmConstraints::put(const String8* key, const char* value) { function in class:DrmConstraints
H A DDrmInfoRequest.cpp41 status_t DrmInfoRequest::put(const String8& key, const String8& value) { function in class:DrmInfoRequest
H A DDrmMetadata.cpp25 status_t DrmMetadata::put(const String8* key, function in class:DrmMetadata
H A DDrmInfo.cpp44 status_t DrmInfo::put(const String8& key, const String8& value) { function in class:DrmInfo
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DAbstractCache.java37 public boolean put(K key, V value) { method in class:AbstractCache
39 Log.v(TAG, "Trying to put " + key + " into cache.");
54 mCacheMap.put(key, cacheEntry);
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java207 @Override public CacheRequest put(URI uri, URLConnection urlConnection) throws IOException { method in class:HttpResponseCache
208 return delegate.put(uri, urlConnection);
/frameworks/base/core/java/android/util/
H A DLruCache.java50 * cache.put(key, value);
55 * value of null from {@link #get}, {@link #put} or {@link #remove} is
140 mapValue = map.put(key, createdValue);
143 // There was a conflict so undo that last put
144 map.put(key, mapValue);
165 public final V put(K key, V value) { method in class:LruCache
174 previous = map.put(key, value);
253 * {@link #remove}, or replaced by a call to {@link #put}. The default
260 * if the removal was caused by a {@link #put} or {@link #remove}.
262 * this removal was caused by a {@link #put}
[all...]
H A DSparseBooleanArray.java101 public void put(int key, boolean value) { method in class:SparseBooleanArray
199 put(key, value);
H A DSparseIntArray.java112 public void put(int key, int value) { method in class:SparseIntArray
210 put(key, value);
H A DLongSparseArray.java155 public void put(long key, E value) { method in class:LongSparseArray
308 put(key, value);
H A DSparseArray.java155 public void put(int key, E value) { method in class:SparseArray
308 put(key, value);
H A DSparseLongArray.java114 public void put(int key, long value) { method in class:SparseLongArray
201 put(key, value);
/frameworks/base/drm/java/android/drm/
H A DDrmInfo.java96 public void put(String key, Object value) { method in class:DrmInfo
97 mAttributes.put(key, value);
H A DDrmInfoRequest.java101 public void put(String key, Object value) { method in class:DrmInfoRequest
102 mRequestInformation.put(key, value);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java54 * cache.put(key, value);
59 * value of null from {@link #get}, {@link #put} or {@link #remove} is
144 mapValue = map.put(key, createdValue);
147 // There was a conflict so undo that last put
148 map.put(key, mapValue);
169 public final V put(K key, V value) { method in class:LruCache
178 previous = map.put(key, value);
263 * {@link #remove}, or replaced by a call to {@link #put}. The default
270 * if the removal was caused by a {@link #put} or {@link #remove}.
272 * this removal was caused by a {@link #put}
[all...]
/frameworks/ex/common/java/com/android/common/content/
H A DProjectionMap.java80 super.put(alias, column);
84 public String put(String key, String value) { method in class:ProjectionMap
/frameworks/support/volley/src/com/android/volley/
H A DCache.java35 public void put(String key, Entry entry); method in interface:Cache
/frameworks/support/volley/tests/src/com/android/volley/mock/
H A DMockCache.java47 public void put(String key, Entry entry) { method in class:MockCache
/frameworks/base/core/java/android/content/
H A DContentValues.java92 * @param key the name of the value to put
93 * @param value the data for the value to put
95 public void put(String key, String value) { method in class:ContentValues
96 mValues.put(key, value);
111 * @param key the name of the value to put
112 * @param value the data for the value to put
114 public void put(String key, Byte value) { method in class:ContentValues
115 mValues.put(key, value);
121 * @param key the name of the value to put
122 * @param value the data for the value to put
124 public void put(String key, Short value) { method in class:ContentValues
134 public void put(String key, Integer value) { method in class:ContentValues
144 public void put(String key, Long value) { method in class:ContentValues
154 public void put(String key, Float value) { method in class:ContentValues
164 public void put(String key, Double value) { method in class:ContentValues
174 public void put(String key, Boolean value) { method in class:ContentValues
184 public void put(String key, byte[] value) { method in class:ContentValues
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java36 * Calls to {@link #put(byte[])} will block until we have less than
138 // Wake up the synthesis thread if it was waiting on put(). Its
168 // this should be called from the same thread as put() is, and hence
177 void put(byte[] buffer) throws InterruptedException { method in class:SynthesisPlaybackQueueItem

Completed in 402 milliseconds

12