/external/guava/javadoc/com/google/common/collect/ |
BiMap.html | 157 An alternate form of <code>put</code> that silently removes any existing entry 158 with the value <code>value</code> before proceeding with the <A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)"><CODE>put(K, V)</CODE></A> 173 <TD><CODE><B><A HREF="../../../../com/google/common/collect/BiMap.html#put(K, V)">put</A></B>(<A HREF="../../../../com/google/common/collect/BiMap.html" title="type parameter in BiMap">K</A> key, 218 <A NAME="put(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3> 219 put</H3> 221 <A HREF="../../../../com/google/common/collect/BiMap.html" title="type parameter in BiMap">V</A> <B>put</B>(<FONT SIZE="-1"><A HREF="http://jsr-305.googlecode.com/svn/trunk/javadoc/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</A></FONT> 229 <DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#put(K, V)" title="class or interface in java.util">put</A></CODE> in interface <CODE><A HREF="http://j (…) [all...] |
ImmutableBiMap.Builder.html | 111 .put("one", 1) 112 .put("two", 2) 113 .put("three", 3) 164 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableBiMap.Builder.html#put(K, V)">put</A></B>(<A HREF="../../../../com/google/common/collect/ImmutableBiMap.Builder.html" title="type parameter in ImmutableBiMap.Builder">K</A> key, 221 <A NAME="put(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3> 222 put</H3> 224 public <A HREF="../../../../com/google/common/collect/ImmutableBiMap.Builder.html" title="class in com.google.common.collect">ImmutableBiMap.Builder</A><<A HREF="../../../../com/google/common/collect/ImmutableBiMap.Builder.html" title="type parameter in ImmutableBiMap.Builder">K</A>,<A HREF="../../../../com/google/common/collect/ImmutableBiMap.Builder.html" title="type parameter in ImmutableBiMap.Builder">V</A>> <B>put</B>(<A HREF="../../../../com/google/common/collect/ImmutableBiMap.Builder.html" title="type parameter in ImmutableBiMap.Builder">K</A> key, 231 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/google/common/collect/ImmutableMap.Builder.html#put(K, V)">put</A></CODE> in class <CODE><A HREF="../../../../com/google/common/collect/ImmutableMap.B (…) [all...] |
ImmutableSortedMap.Builder.html | 110 .put(1, "one") 111 .put(2, "two") 112 .put(3, "three") 163 <TD><CODE><B><A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html#put(K, V)">put</A></B>(<A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</A> key, 220 <A NAME="put(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="put(K, V)"><!-- --></A><H3> 221 put</H3> 223 public <A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</A><<A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</A>,<A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</A>> <B>put</B>(<A HREF="../../../../com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</A> key, 231 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/google/common/collect/ImmutableMap.Builder.html#put(K, V)">put</A></CODE> in class <CODE><A HREF="../../../../com/google/common/collect/ImmutableMap.B (…) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 227 // the internal version), and put the content in the maps. 240 sRFullMap.put(resType, fullMap); 249 // if the object is an int[] we put it in sRArrayMap 250 sRArrayMap.put((int[]) f.get(null), f.getName()); 253 sRMap.put(value, new String[] { f.getName(), resType }); 254 fullMap.put(f.getName(), value); 641 outInheritanceMap.put(style, parentStyle); [all...] |
BridgeContext.java | 138 mViewKeyMap.put(view, viewKey); 209 mTypedArrayCache.put(attrs, map); 212 map.put(resid, ta); 221 mTypedArrayCache.put(attrs, map); 229 map.put(resid, ta); 676 attributes.put(i, info[0]); 679 attributes.put(i, null); 698 attributes.put(i, info[0]); 701 attributes.put(i, null); 751 mDynamicIdToStyleMap.put(id, resValue) [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
DecimalFormat.java | [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
TimePickerDialogTest.java | 155 //here call onSaveInstanceState is to check the data put by updateTime 176 //here call onSaveInstanceState is to check the data put by onRestoreInstanceState
|
/cts/tools/signature-tools/src/signature/model/util/ |
TypePool.java | 60 classPool.put(key, clazz); 130 typeVariablePool.put(key, sigTypeVariable);
|
/cts/tools/signature-tools/test/signature/converter/ |
ConvertEnumTest.java | 135 map.put(m.getName(), m); 178 map.put(m.getName(), m);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
TypeIdsSection.java | 114 typeIds.put(type, result); 138 typeIds.put(typePerSe, result);
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 50 * entry to put (and offer), and has an associated condition for 55 * used. When a put notices that it has enabled at least one take, 90 /** Lock held by put, offer, etc */ 97 * Signals a waiting take. Called only from put/offer (which do not 111 * Signals a waiting put. Called only from take/poll. 235 public void put(E e) throws InterruptedException { method in class:LinkedBlockingQueue 237 // Note: convention in all put/take/etc is to preset 248 * out by lock), and we (or some other waiting put) are
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
MacSpiTest.java | 226 byteBuf.put(bbb); 245 byteBuf.put(bbuf);
|
/dalvik/libcore/luni/src/main/java/java/util/ |
HashSet.java | 95 return backingMap.put(object, this) == null; 206 backingMap.put(key, this);
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/ |
Socks4Message.java | 226 * Put a 16 bit integer into the buffer at the offset given. 234 * Put a string into the buffer at the offset given.
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
CollectionsTest.java | 873 m.put(1, "one"); 874 m.put(2, "two"); 877 m.put("wron key", null); 884 m.put(3, new Double(3.14)); 923 sm.put(1, "one"); 924 sm.put(2, "two"); 927 sm.put("wron key", null); 934 sm.put(3, new Double(3.14));
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
CookieHandlerTest.java | 156 method = "put", 207 public void put(URI uri, Map responseHeaders) throws IOException { method in class:CookieHandlerTest.MockCookieHandler
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
CharToByteBufferAdapter.java | 183 public CharBuffer put(char c) { method in class:CharToByteBufferAdapter 192 public CharBuffer put(int index, char c) { method in class:CharToByteBufferAdapter
|
DoubleToByteBufferAdapter.java | 184 public DoubleBuffer put(double c) { method in class:DoubleToByteBufferAdapter 193 public DoubleBuffer put(int index, double c) { method in class:DoubleToByteBufferAdapter
|
FloatToByteBufferAdapter.java | 184 public FloatBuffer put(float c) { method in class:FloatToByteBufferAdapter 193 public FloatBuffer put(int index, float c) { method in class:FloatToByteBufferAdapter
|
LongToByteBufferAdapter.java | 183 public LongBuffer put(long c) { method in class:LongToByteBufferAdapter 192 public LongBuffer put(int index, long c) { method in class:LongToByteBufferAdapter
|
/dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
MockAbstractPreferences.java | 76 childs.put(c.name(), c); 164 attr.put(name, value);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
CountersTable.java | 67 * Put a counter into the table and create an empty 80 this.put(numberElem, counters);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XMLReaderManager.java | 139 m_inUse.put(reader, Boolean.TRUE); 142 m_inUse.put(reader, Boolean.TRUE);
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Array.java | 70 * Try bad range values, 32 bit get/put. 125 * Try bad range values, 64 bit get/put.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LauncherShortcuts.java | 73 // If we weren't launched with a CREATE_SHORTCUT intent, simply put up an informative 110 * you return a bitmap, such as a thumbnail, you can simply put the bitmap into the extras
|