/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 218 m_axisnames.put(FROM_ANCESTORS_STRING, 220 m_axisnames.put(FROM_ANCESTORS_OR_SELF_STRING, 222 m_axisnames.put(FROM_ATTRIBUTES_STRING, 224 m_axisnames.put(FROM_CHILDREN_STRING, 226 m_axisnames.put(FROM_DESCENDANTS_STRING, 228 m_axisnames.put(FROM_DESCENDANTS_OR_SELF_STRING, 230 m_axisnames.put(FROM_FOLLOWING_STRING, 232 m_axisnames.put(FROM_FOLLOWING_SIBLINGS_STRING, 234 m_axisnames.put(FROM_PARENT_STRING, 236 m_axisnames.put(FROM_PRECEDING_STRING [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
CallLogProviderTest.java | 76 values.put(Calls.TYPE, Calls.OUTGOING_TYPE); 77 values.put(Calls.NUMBER, "1-800-263-7643"); 78 values.put(Calls.DATE, 2000); 79 values.put(Calls.DURATION, 40); 80 values.put(Calls.CACHED_NAME, "1-800-GOOG-411"); 81 values.put(Calls.CACHED_NUMBER_TYPE, Phone.TYPE_CUSTOM); 82 values.put(Calls.CACHED_NUMBER_LABEL, "Directory"); 133 values.put(Calls.TYPE, Calls.OUTGOING_TYPE); 134 values.put(Calls.NUMBER, "1-800-263-7643"); 135 values.put(Calls.DATE, 2000) [all...] |
BaseContactsProvider2Test.java | 175 values.put(extras[i], extras[i + 1]); 189 values.put(Groups.SOURCE_ID, sourceId); 190 values.put(Groups.TITLE, title); 191 values.put(Groups.GROUP_VISIBLE, visible); 198 values.put(Settings.ACCOUNT_NAME, account.name); 199 values.put(Settings.ACCOUNT_TYPE, account.type); 200 values.put(Settings.SHOULD_SYNC, shouldSync); 201 values.put(Settings.UNGROUPED_VISIBLE, ungroupedVisible); 217 values.put(StructuredName.DISPLAY_NAME, sb.toString()); 218 values.put(StructuredName.GIVEN_NAME, givenName) [all...] |
/external/stlport/test/eh/ |
locale.cpp | 35 time_fac.put(cout, cout, NULL, cur_time, 'x'); cout<<'\n'; 36 time_fac.put(cout, cout, NULL, cur_time, 'x', '#'); cout<<'\n'; 37 time_fac.put(cout, cout, NULL, cur_time, 'X'); cout<<'\n'; 38 time_fac.put(cout, cout, NULL, cur_time, 'c'); cout<<'\n'; 39 time_fac.put(cout, cout, NULL, cur_time, 'c', '#'); cout<<'\n'; 40 time_fac.put(cout, cout, NULL, cur_time, 'I'); cout<<'\n';
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
PlatformTarget.java | 64 mPaths.put(ANDROID_JAR, mLocation + SdkConstants.FN_FRAMEWORK_LIBRARY); 65 mPaths.put(SOURCES, mLocation + SdkConstants.FD_ANDROID_SOURCES); 66 mPaths.put(ANDROID_AIDL, mLocation + SdkConstants.FN_FRAMEWORK_AIDL); 67 mPaths.put(IMAGES, mLocation + SdkConstants.OS_IMAGES_FOLDER); 68 mPaths.put(SAMPLES, mLocation + SdkConstants.OS_PLATFORM_SAMPLES_FOLDER); 69 mPaths.put(SKINS, mLocation + SdkConstants.OS_SKINS_FOLDER); 70 mPaths.put(TEMPLATES, mLocation + SdkConstants.OS_PLATFORM_TEMPLATES_FOLDER); 71 mPaths.put(DATA, mLocation + SdkConstants.OS_PLATFORM_DATA_FOLDER); 72 mPaths.put(ATTRIBUTES, mLocation + SdkConstants.OS_PLATFORM_ATTRS_XML); 73 mPaths.put(MANIFEST_ATTRIBUTES, mLocation + SdkConstants.OS_PLATFORM_ATTRS_MANIFEST_XML) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 199 * <p>Various system and CLASSPATH, etc. properties are put into 201 * of that item as the value. Any serious problems will be put in 558 * @param h Hashtable to put information in 573 h.put("java.version", javaVersion); 579 h.put( 592 h.put("java.class.path", cp); 597 h.put(FOUNDCLASSES + "java.class.path", classpathJars); 604 h.put("sun.boot.class.path", othercp); 609 h.put(FOUNDCLASSES + "sun.boot.class.path", classpathJars); 618 h.put("java.ext.dirs", othercp) [all...] |
/external/easymock/src/org/easymock/internal/ |
MethodSerializationWrapper.java | 31 primitiveTypes.put(Boolean.TYPE.getName(), Boolean.TYPE);
32 primitiveTypes.put(Byte.TYPE.getName(), Byte.TYPE);
33 primitiveTypes.put(Short.TYPE.getName(), Short.TYPE);
34 primitiveTypes.put(Character.TYPE.getName(), Character.TYPE);
35 primitiveTypes.put(Integer.TYPE.getName(), Integer.TYPE);
36 primitiveTypes.put(Long.TYPE.getName(), Long.TYPE);
37 primitiveTypes.put(Float.TYPE.getName(), Float.TYPE);
38 primitiveTypes.put(Double.TYPE.getName(), Double.TYPE);
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridQuadFrame.java | 111 buffer.put(0, (char) 0); 112 buffer.put(1, (char) 4); 113 buffer.put(2, (char) 1); 114 buffer.put(3, (char) 5); 115 buffer.put(4, (char) 2); 116 buffer.put(5, (char) 6); 117 buffer.put(6, (char) 3); 118 buffer.put(7, (char) 7); 119 buffer.put(8, (char) 11); 120 buffer.put(9, (char) 6) [all...] |
/dalvik/libcore/json/src/test/java/org/json/ |
SelfUseTest.java | 43 @Override public JSONObject put(String name, Object value) throws JSONException { 45 return super.put(name, value); 78 @Override public JSONArray put(int index, Object value) throws JSONException { 80 return super.put(index, value); 135 object.put("foo", "true"); 159 object.put("foo", 5); 160 object.put("bar", 10); 161 array.put("foo"); 162 array.put("baz"); 163 array.put("bar") [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForDumping.java | 68 public void put(String name, byte value) { method in class:EmulatedFieldsForDumping 69 emulatedFields.put(name, value); 82 public void put(String name, char value) { method in class:EmulatedFieldsForDumping 83 emulatedFields.put(name, value); 96 public void put(String name, double value) { method in class:EmulatedFieldsForDumping 97 emulatedFields.put(name, value); 110 public void put(String name, float value) { method in class:EmulatedFieldsForDumping 111 emulatedFields.put(name, value); 124 public void put(String name, int value) { method in class:EmulatedFieldsForDumping 125 emulatedFields.put(name, value) 138 public void put(String name, long value) { method in class:EmulatedFieldsForDumping 152 public void put(String name, Object value) { method in class:EmulatedFieldsForDumping 166 public void put(String name, short value) { method in class:EmulatedFieldsForDumping 180 public void put(String name, boolean value) { method in class:EmulatedFieldsForDumping [all...] |
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 97 Keys.put(alias, key); 99 Chain.put(alias, chain); 101 Dates.put(alias, new Date()); 117 Keys.put(alias, keyK); 119 Chain.put(alias, chain); 121 Dates.put(alias, new Date()); 127 Cert.put(alias, cert); 128 Dates.put(alias, new Date()); 187 KeysSL.put(alias, Keys.get(alias)); 188 DatesSL.put(alias, Dates.get(alias)) [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 89 mValues.put(RawContacts.SOURCE_ID, userId); 90 mValues.put(RawContacts.ACCOUNT_TYPE, Constants.ACCOUNT_TYPE); 91 mValues.put(RawContacts.ACCOUNT_NAME, accountName); 114 mValues.put(StructuredName.GIVEN_NAME, firstName); 115 mValues.put(StructuredName.MIMETYPE, 119 mValues.put(StructuredName.FAMILY_NAME, lastName); 120 mValues.put(StructuredName.MIMETYPE, 138 mValues.put(Email.DATA, email); 139 mValues.put(Email.TYPE, Email.TYPE_OTHER); 140 mValues.put(Email.MIMETYPE, Email.CONTENT_ITEM_TYPE) [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
IdentityHashMapTest.java | 43 * @tests java.util.IdentityHashMap#put(java.lang.Object, java.lang.Object) 62 method = "put", 78 result = map.put(null, null); 83 assertNull("testA put returned wrong value", result); 87 result = map.put(null, value); 93 assertNull("testB put returned wrong value", result); 97 result = map.put(key, null); 102 assertNull("testC put returned wrong value", result); 106 result = map.put(null, anothervalue); 112 assertTrue("testD put returned wrong value", result == value) [all...] |
AbstractMapTest.java | 69 public Object put(Object key, Object value) { method in class:AbstractMapTest.MyMap 124 map1.put("key", value); 128 map4.put(key, value); 132 map5.put(key, value); 141 map6.put(key, value); 145 map7.put(key, value); 149 aSpecialMap.put(specialKey, specialValue); 203 public Object put(Object key, Object value) { method in class:AbstractMapTest.MyMap 204 return map.put(key, value); 221 map.put("one", "1") [all...] |
/dalvik/tests/070-nio-buffer/src/ |
Main.java | 47 shortBuf.put(myShorts, 0, 32); // should work 49 shortBuf.put(myShorts, 16, 16); // should work 50 shortBuf.put(myShorts, 16, 16); // advance to end 53 shortBuf.put(myShorts, 0, 1); // should fail 54 System.err.println("ERROR: out-of-bounds put succeeded\n"); 61 shortBuf.put(myShorts, 0, 33); // should fail 62 System.err.println("ERROR: out-of-bounds put succeeded\n"); 69 shortBuf.put(myShorts, 0, 17); // should fail 70 System.err.println("ERROR: out-of-bounds put succeeded\n"); 90 int1.put (data) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
Grid.java | 82 mIndexBuffer.put(i++, a); 83 mIndexBuffer.put(i++, b); 84 mIndexBuffer.put(i++, c); 86 mIndexBuffer.put(i++, b); 87 mIndexBuffer.put(i++, c); 88 mIndexBuffer.put(i++, d); 106 mVertexBuffer.put(posIndex, x); 107 mVertexBuffer.put(posIndex + 1, y); 108 mVertexBuffer.put(posIndex + 2, z); 111 mTexCoordBuffer.put(texIndex, u) [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ReadOnlyDoubleBufferTest.java | 115 method = "put", 120 buf.put(0); 130 method = "put", 136 buf.put(array); 142 buf.put((double[]) null); 152 method = "put", 158 buf.put(array, 0, array.length); 164 buf.put((double[]) null, 0, 1); 170 buf.put(new double[buf.capacity() + 1], 0, buf.capacity() + 1); 176 buf.put(array, -1, array.length) [all...] |
ReadOnlyFloatBufferTest.java | 116 method = "put", 121 buf.put(0); 131 method = "put", 137 buf.put(array); 143 buf.put((float[]) null); 153 method = "put", 159 buf.put(array, 0, array.length); 165 buf.put((float[]) null, 0, 1); 171 buf.put(new float[buf.capacity() + 1], 0, buf.capacity() + 1); 177 buf.put(array, -1, array.length) [all...] |
ReadOnlyIntBufferTest.java | 116 method = "put", 121 buf.put(0); 131 method = "put", 137 buf.put(array); 143 buf.put((int[]) null); 153 method = "put", 159 buf.put(array, 0, array.length); 165 buf.put((int[]) null, -1, 1); 171 buf.put(new int[buf.capacity() + 1], 0, buf.capacity() + 1); 177 buf.put(array, -1, array.length) [all...] |
ReadOnlyLongBufferTest.java | 116 method = "put", 121 buf.put(0); 131 method = "put", 137 buf.put(array); 143 buf.put((long[]) null); 153 method = "put", 159 buf.put(array, 0, array.length); 165 buf.put((long[]) null, 0, 1); 171 buf.put(new long[buf.capacity() + 1], 0, buf.capacity() + 1); 177 buf.put(array, -1, array.length) [all...] |
ReadOnlyShortBufferTest.java | 116 method = "put", 121 buf.put((short)0); 131 method = "put", 137 buf.put(array); 143 buf.put((short[]) null); 153 method = "put", 159 buf.put(array, 0, array.length); 165 buf.put((short[]) null, 0, 1); 171 buf.put(new short[buf.capacity() + 1], 0, buf.capacity() + 1); 177 buf.put(array, -1, array.length) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsTest.java | 99 value.put(PeopleColumns.NAME, insertPeopleName); 100 value.put(PeopleColumns.NOTES, insertPeopleNotes); 101 value.put(PeopleColumns.LAST_TIME_CONTACTED, 0); 102 value.put(PeopleColumns.CUSTOM_RINGTONE, (String) null); 103 value.put(PeopleColumns.SEND_TO_VOICEMAIL, 1); 124 value.put(PeopleColumns.NAME, updatePeopleName); 125 value.put(PeopleColumns.NOTES, updatePeopleNotes); 126 value.put(PeopleColumns.LAST_TIME_CONTACTED, (int) now); 185 value.put(GroupsColumns.NAME, insertGroupsName); 186 value.put(GroupsColumns.NOTES, insertGroupsNotes) [all...] |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
JSSEProvider.java | 113 put("SSLContext.TLS", SSLContextImpl.class.getName()); 114 put("Alg.Alias.SSLContext.TLSv1", "TLS"); 115 put("KeyManagerFactory.X509", KeyManagerFactoryImpl.class.getName()); 116 put("TrustManagerFactory.X509", TrustManagerFactoryImpl.class.getName()); 118 put("MessageDigest.SHA-1", "org.apache.harmony.xnet.provider.jsse.OpenSSLMessageDigestJDK$SHA1"); 119 put("Alg.Alias.MessageDigest.SHA1", "SHA-1"); 120 put("Alg.Alias.MessageDigest.SHA", "SHA-1"); 121 put("Alg.Alias.MessageDigest.1.3.14.3.2.26", "SHA-1"); 122 put("MessageDigest.SHA-224", "org.apache.harmony.xnet.provider.jsse.OpenSSLMessageDigestJDK$SHA224"); 123 put("Alg.Alias.MessageDigest.SHA224", "SHA-224") [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
gobject.cI | 4 * can't put G_TYPE_OBJECT there, but have to sneak a g_object_get_type()
|
/external/kernel-headers/original/asm-x86/ |
mmu.h | 9 * we put the segment information here.
|