/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexClientSession.java | 315 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName); 316 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); 317 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype); 349 if (V) Log.v(TAG, "put headerset for " + fileInfo.mFileName); 350 putOperation = (ClientOperation)mCs.put(request); 355 Log.e(TAG, "Error when put HeaderSet "); 376 updateValues.put(BluetoothShare.CURRENT_BYTES, 0); 377 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING); 427 updateValues.put(BluetoothShare.CURRENT_BYTES, position); 457 updateValues.put(BluetoothShare.CURRENT_BYTES, position) [all...] |
BluetoothOppProvider.java | 103 LIVE_FOLDER_PROJECTION_MAP.put(LiveFolders._ID, BluetoothShare._ID + " AS " 105 LIVE_FOLDER_PROJECTION_MAP.put(LiveFolders.NAME, BluetoothShare.FILENAME_HINT + " AS " 218 to.put(key, s); 225 to.put(key, i); 249 filteredValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_VISIBLE); 263 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); 264 filteredValues.put(BluetoothShare.DIRECTION, dir); 266 filteredValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_PENDING); 267 filteredValues.put(Constants.MEDIA_SCANNED, 0); 273 filteredValues.put(BluetoothShare.TIMESTAMP, ts) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_TestDataBuilder.java | 106 mValues.put(key, value); 112 mValues.put(key, value); 118 mValues.put(key, value); 307 mValues.put(Data.MIMETYPE, mimeType); 317 mValues.put(Data.RAW_CONTACT_ID, mRawContact.getId());
|
/external/netperf/ |
nettest_xti.h | 31 /* is used to put it into the proper order on */ 76 /* is used to put it into the proper order on */ 121 /* is used to put it into the proper order on */ 163 /* is used to put it into the proper order on */ 206 /* is used to put it into the proper order on */
|
/external/webkit/JavaScriptCore/runtime/ |
ArrayPrototype.cpp | 148 obj->put(exec, propertyName, value, slot); 300 arr->put(exec, n, v); 304 arr->put(exec, n, curArg); 346 thisObj->put(exec, length + n, args.at(n)); 364 thisObj->put(exec, k, obj2); 369 thisObj->put(exec, lk1, obj); 389 thisObj->put(exec, k - 1, obj); 438 resObj->put(exec, n, v); 495 thisObj->put(exec, i, minObj); 496 thisObj->put(exec, themin, iObj) [all...] |
/external/webkit/WebCore/platform/wince/ |
PasteboardWince.cpp | 62 // and now it's come time to put the data on the clipboard. 66 // and now this application is about to quit, so it must put data on 114 // Put CF_HTML format on the pasteboard 125 // Put plain string on the pasteboard. CF_UNICODETEXT covers CF_TEXT as well 149 // Put plain string on the pasteboard. CF_UNICODETEXT covers CF_TEXT as well
|
/frameworks/base/tests/CoreTests/android/core/ |
DatabaseSessionCache.java | 202 values.put(SSL_CACHE_HOSTPORT, key); 203 values.put(SSL_CACHE_SESSION, b64); 204 values.put(SSL_CACHE_TIME_SEC, System.currentTimeMillis() / 1000); 207 mExternalCache.put(key, der); 256 mExternalCache.put(hostPort, der);
|
/packages/apps/Email/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 199 entityValues.put("DTSTAMP", 201 entityValues.put(Events.DTSTART, 203 entityValues.put(Events.DTEND, 205 entityValues.put(Events.EVENT_LOCATION, location); 206 entityValues.put(Events.TITLE, title); 207 entityValues.put(Events.ORGANIZER, organizer); 208 entityValues.put(Events._SYNC_DATA, "31415926535"); 212 attendeeValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ATTENDEE); 213 attendeeValues.put(Attendees.ATTENDEE_EMAIL, attendee); 218 organizerValues.put(Attendees.ATTENDEE_RELATIONSHIP, Attendees.RELATIONSHIP_ORGANIZER) [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
RetryScheduler.java | 150 values.put(PendingMessages.DUE_TIME, retryAt); 184 readValues.put(Mms.READ, 0); 191 values.put(PendingMessages.ERROR_TYPE, errorType); 192 values.put(PendingMessages.RETRY_INDEX, retryIndex); 193 values.put(PendingMessages.LAST_TRY, current);
|
/packages/apps/Settings/src/com/android/settings/ |
ZoneList.java | 195 map.put(KEY_ID, id); 196 map.put(KEY_DISPLAYNAME, displayName); 220 map.put(KEY_GMT, name.toString()); 221 map.put(KEY_OFFSET, offset); 256 * This should never happen, but just in-case, put non-comparable
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 189 resourceValueMap.put(resType, fullMap); 197 // if the object is an int[] we put it in the styleable map 198 styleableValueToNameMap.put(new IntArrayWrapper((int[]) f.get(null)), 202 genericValueToNameMap.put(value, new String[] { f.getName(), resType }); 203 fullMap.put(f.getName(), value);
|
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogManagerTest.java | 93 props.put("handlers", className + "$MockHandler " + className + "$MockHandler"); 94 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log"); 95 props.put("java.util.logging.FileHandler.limit", "50000"); 96 props.put("java.util.logging.FileHandler.count", "5"); 97 props.put("java.util.logging.FileHandler.formatter", "java.util.logging.XMLFormatter"); 98 props.put(".level", "FINE"); 99 props.put("java.util.logging.ConsoleHandler.level", "OFF"); 100 props.put("java.util.logging.ConsoleHandler.formatter","java.util.logging.SimpleFormatter"); 101 props.put("LogManagerTestFoo.handlers", "java.util.logging.ConsoleHandler"); 102 props.put("LogManagerTestFoo.level", "WARNING") [all...] |
StreamHandlerTest.java | 164 p.put("java.util.logging.StreamHandler.level", "FINE"); 165 p.put("java.util.logging.StreamHandler.filter", className 167 p.put("java.util.logging.StreamHandler.formatter", className 169 p.put("java.util.logging.StreamHandler.encoding", "iso-8859-1"); 197 p.put("java.util.logging.StreamHandler.level", INVALID_LEVEL); 198 p.put("java.util.logging.StreamHandler.filter", className + ""); 199 p.put("java.util.logging.StreamHandler.formatter", className + ""); 200 p.put("java.util.logging.StreamHandler.encoding", "XXXX"); 293 p.put("java.util.logging.StreamHandler.level", "FINE"); 294 p.put("java.util.logging.StreamHandler.filter", classNam [all...] |
/dalvik/libcore/json/src/main/java/org/json/ |
JSONArray.java | 118 public JSONArray put(boolean value) { method in class:JSONArray 130 public JSONArray put(double value) throws JSONException { method in class:JSONArray 140 public JSONArray put(int value) { method in class:JSONArray 150 public JSONArray put(long value) { method in class:JSONArray 165 public JSONArray put(Object value) { method in class:JSONArray 177 public JSONArray put(int index, boolean value) throws JSONException { method in class:JSONArray 178 return put(index, (Boolean) value); 190 public JSONArray put(int index, double value) throws JSONException { method in class:JSONArray 191 return put(index, (Double) value); 201 public JSONArray put(int index, int value) throws JSONException method in class:JSONArray 212 public JSONArray put(int index, long value) throws JSONException { method in class:JSONArray 227 public JSONArray put(int index, Object value) throws JSONException { method in class:JSONArray [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadProvider.java | 300 filteredValues.put(Downloads.Impl.COLUMN_DESTINATION, dest); 305 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, 308 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, 312 filteredValues.put(Downloads.Impl.COLUMN_VISIBILITY, vis); 315 filteredValues.put(Downloads.Impl.COLUMN_STATUS, Downloads.Impl.STATUS_PENDING); 316 filteredValues.put(Downloads.Impl.COLUMN_LAST_MODIFICATION, System.currentTimeMillis()); 324 filteredValues.put(Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE, pckg); 325 filteredValues.put(Downloads.Impl.COLUMN_NOTIFICATION_CLASS, clazz); 339 filteredValues.put(Constants.UID, Binder.getCallingUid()); 538 filteredValues.put(Downloads.Impl.COLUMN_CONTROL, i) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
DropFeedback.java | 285 map.put(LayoutConstants.ATTR_LAYOUT_ABOVE, anchorId); 288 map.put(LayoutConstants.ATTR_LAYOUT_BELOW, anchorId); 291 map.put(LayoutConstants.ATTR_LAYOUT_TO_LEFT_OF, anchorId); 294 map.put(LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF, anchorId); 301 map.put(LayoutConstants.ATTR_LAYOUT_CENTER_HORIZONTAL, 305 map.put(LayoutConstants.ATTR_LAYOUT_TO_LEFT_OF, 308 map.put(LayoutConstants.ATTR_LAYOUT_TO_RIGHT_OF, 314 map.put(LayoutConstants.ATTR_LAYOUT_CENTER_VERTICAL, 317 map.put(LayoutConstants.ATTR_LAYOUT_ALIGN_BASELINE, 321 map.put(LayoutConstants.ATTR_LAYOUT_ABOVE [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
CharBuffer.java | 499 public abstract CharBuffer put(char c); method in class:CharBuffer 506 * {@code put(src, 0, src.length)}. 516 public final CharBuffer put(char[] src) { method in class:CharBuffer 517 return put(src, 0, src.length); 541 public CharBuffer put(char[] src, int off, int len) { method in class:CharBuffer 551 put(src[i]); 572 public CharBuffer put(CharBuffer src) { method in class:CharBuffer 582 put(contents); 600 public abstract CharBuffer put(int index, char c); method in class:CharBuffer 607 * {@code put(str, 0, str.length())} 617 public final CharBuffer put(String str) { method in class:CharBuffer 641 public CharBuffer put(String str, int start, int end) { method in class:CharBuffer [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ByteBufferTest.java | 684 * Class under test for java.nio.ByteBuffer put(byte) 689 method = "put", 696 buf.put((byte) 0); 707 ByteBuffer ret = buf.put((byte) i); 712 buf.put((byte) 0); 719 buf.put(Byte.MAX_VALUE); 722 buf.put(Byte.MIN_VALUE); 727 * Class under test for java.nio.ByteBuffer put(byte[]) 732 method = "put", 739 buf.put(array) [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/ |
AccessibleObject.java | 85 trans.put("byte", "B"); 86 trans.put("char", "C"); 87 trans.put("short", "S"); 88 trans.put("int", "I"); 89 trans.put("long", "J"); 90 trans.put("float", "F"); 91 trans.put("double", "D"); 92 trans.put("void", "V"); 93 trans.put("boolean", "Z");
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 283 theFeatures.put(namespacesFeature, truthValue(DEFAULT_NAMESPACES)); 284 theFeatures.put(namespacePrefixesFeature, Boolean.FALSE); 285 theFeatures.put(externalGeneralEntitiesFeature, Boolean.FALSE); 286 theFeatures.put(externalParameterEntitiesFeature, Boolean.FALSE); 287 theFeatures.put(isStandaloneFeature, Boolean.FALSE); 288 theFeatures.put(lexicalHandlerParameterEntitiesFeature, 290 theFeatures.put(resolveDTDURIsFeature, Boolean.TRUE); 291 theFeatures.put(stringInterningFeature, Boolean.TRUE); 292 theFeatures.put(useAttributes2Feature, Boolean.FALSE); 293 theFeatures.put(useLocator2Feature, Boolean.FALSE) [all...] |
/frameworks/base/awt/java/awt/ |
Font.java | 288 fRequestedAttributes.put(TextAttribute.TRANSFORM, IDENTITY_TRANSFORM); 292 fRequestedAttributes.put(TextAttribute.FAMILY, name); 294 fRequestedAttributes.put(TextAttribute.SIZE, new Float(this.size)); 297 fRequestedAttributes.put(TextAttribute.WEIGHT, TextAttribute.WEIGHT_BOLD); 299 fRequestedAttributes.put(TextAttribute.WEIGHT, TextAttribute.WEIGHT_REGULAR); 302 fRequestedAttributes.put(TextAttribute.POSTURE, TextAttribute.POSTURE_OBLIQUE); 304 fRequestedAttributes.put(TextAttribute.POSTURE, TextAttribute.POSTURE_REGULAR); 329 fRequestedAttributes.put(TextAttribute.TRANSFORM, IDENTITY_TRANSFORM); 333 fRequestedAttributes.put(TextAttribute.FAMILY, this.name); 334 fRequestedAttributes.put(TextAttribute.SIZE, new Float(this.size)) [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ImageManager.java | 233 values.put(Images.Media.TITLE, title); 238 values.put(Images.Media.DISPLAY_NAME, filename); 239 values.put(Images.Media.DATE_TAKEN, dateTaken); 240 values.put(Images.Media.MIME_TYPE, "image/jpeg"); 241 values.put(Images.Media.ORIENTATION, degree[0]); 242 values.put(Images.Media.DATA, filePath); 245 values.put(Images.Media.LATITUDE, location.getLatitude()); 246 values.put(Images.Media.LONGITUDE, location.getLongitude()); 453 // It's important not to put it in the root directory which may have a
|
/packages/apps/IM/src/com/android/im/imps/ |
PtsPrimitiveSerializer.java | 229 sEncoders.put(ImpsTags.ClientID, new ClientIdEncoder()); 230 sEncoders.put(ImpsTags.CapabilityList, new CapabilityEncoder()); 231 sEncoders.put(ImpsTags.Functions, new ServiceTreeEncoder()); 232 sEncoders.put(ImpsTags.Result, new ResultEncoder()); 233 sEncoders.put(ImpsTags.ContactListProperties, new ProperitiesEncoder( 235 sEncoders.put(ImpsTags.PresenceSubList, new PresenceSubListEncoder()); 238 sEncoders.put(ImpsTags.NickList, nickListEncoder); 239 sEncoders.put(ImpsTags.AddNickList, nickListEncoder); 240 sEncoders.put(ImpsTags.RemoveNickList, nickListEncoder);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
PropertiesTest.java | 351 myProps.put("Property A", " aye\\\f\t\n\r\b"); 352 myProps.put("Property B", "b ee#!=:"); 353 myProps.put("Property C", "see"); 393 myProps.put("Property A", " aye\\\f\t\n\r\b"); 394 myProps.put("Property B", "b ee#!=:"); 395 myProps.put("Property C", "see"); 532 myProps.put("Property A", "value 1"); 533 myProps.put("Property B", "value 2"); 534 myProps.put("Property C", "value 3"); 568 myProps.put("Property A", "value 1") [all...] |
/external/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 54 * multimap.put(key1, foo); 55 * multimap.put(key2, bar); 56 * multimap.put(key1, baz);}</pre> 188 keyToKeyHead.put(key, node); 189 keyToKeyTail.put(key, node); 195 keyToKeyHead.put(key, node); 200 keyToKeyTail.put(key, node); 208 keyToKeyHead.put(key, node); 243 keyToKeyHead.put(node.key, node.nextSibling); 250 keyToKeyTail.put(node.key, node.previousSibling) 458 public boolean put(@Nullable K key, @Nullable V value) { method in class:LinkedListMultimap [all...] |