HomeSort by relevance Sort by last modified time
    Searched refs:put (Results 676 - 700 of 1776) sorted by null

<<21222324252627282930>>

  /external/chromium/third_party/icu/source/common/
hash.h 71 void* put(const UnicodeString& key, void* value, UErrorCode& status);
157 inline void* Hashtable::put(const UnicodeString& key, void* value, UErrorCode& status) { function in class:Hashtable
  /external/emma/core/java12/com/vladium/emma/report/
ReportDataModel.java 65 packageMap.put (packageVMName, packageItem);
82 srcfileMap.put (fullSrcFileName, srcfileItem);
  /external/icu4c/common/
hash.h 71 void* put(const UnicodeString& key, void* value, UErrorCode& status);
157 inline void* Hashtable::put(const UnicodeString& key, void* value, UErrorCode& status) { function in class:Hashtable
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 46 nameMap.put(
74 nameMap.put(headerName.toLowerCase(), className);
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 104 into.put(REQUEST, request.toString());
132 into.put(HttpMessage.RESPONSE, response.toString());
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 118 into.put(REQUEST, request.toString());
134 into.put(HttpMessage.RESPONSE, response.toString());
  /external/webkit/JavaScriptCore/
create_hash_table 93 my $put = !($att =~ m/ReadOnly/) ? "set" . jsc_ucfirst($val) : "0";
94 push(@values, { "type" => "Property", "get" => $get, "put" => $put });
261 $secondValue = $values[$i]{"put"};
  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 97 void JSDOMWindowShell::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot) function in class:WebCore::JSDOMWindowShell
99 m_window->put(exec, propertyName, value, slot);
  /external/webkit/WebKitTools/pywebsocket/test/
test_msgutil.py 117 onmessage_queue.put(message)
140 send_queue.put(bytes)
  /frameworks/base/core/java/android/emoji/
EmojiFactory.java 109 mCache.put(pua, new WeakReference<Bitmap>(ret));
116 mCache.put(pua, new WeakReference<Bitmap>(ret));
  /frameworks/base/core/java/android/pim/
RecurrenceSet.java 215 values.put(Calendar.Events.DTSTART, millis);
223 values.put(Calendar.Events.RRULE, rrule);
224 values.put(Calendar.Events.RDATE, rdate);
225 values.put(Calendar.Events.EXRULE, exrule);
226 values.put(Calendar.Events.EXDATE, exdate);
227 values.put(Calendar.Events.EVENT_TIMEZONE, tzid);
228 values.put(Calendar.Events.DURATION, duration);
229 values.put(Calendar.Events.ALL_DAY, allDay ? 1 : 0);
  /frameworks/base/core/java/android/util/
EventLog.java 242 sTagCodes.put(name, num);
243 sTagNames.put(num, name);
SparseBooleanArray.java 88 public void put(int key, boolean value) { method in class:SparseBooleanArray
186 put(key, value); method
SparseIntArray.java 94 public void put(int key, int value) { method in class:SparseIntArray
192 put(key, value); method
  /frameworks/base/media/java/android/media/
MediaFile.java 104 sFileTypeMap.put(extension, new MediaFileType(fileType, mimeType));
105 sMimeTypeMap.put(mimeType, Integer.valueOf(fileType));
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 145 numericCharDialableMap.put(numericCharsDialable[i], true);
148 numericCharDialableMap.put(numericCharsSugar[i], false);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileList.java 115 temp.put("title", name);
116 temp.put("path", path);
  /frameworks/base/tools/preload/
Root.java 78 loadedClasses.put(name, loadedClass);
122 processes.put(proc.id, proc);
  /libcore/luni/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
  /libcore/luni/src/main/java/javax/crypto/
CipherSpi.java 360 output.put(bOutput);
480 output.put(bOutput);
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicy.java 205 // double check in case value has been put to cache
218 cache.put(pd, pc);
244 // double check in case value has been put to cache
257 cache.put(cs, pc);
299 // but there is possibility that concurrent thread will put
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 76 childs.put(c.name(), c);
164 attr.put(name, value);
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java 115 mAccountTypeToAuthorities.put(sa.accountType, authorities);
198 mTypeToAuthDescription.put(mAuthDescs[i].type, mAuthDescs[i]);
  /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...]
BluetoothOppPreference.java 134 mNames.put(remoteDevice.getAddress(), name);
146 mChannels.put(key, channel);

Completed in 672 milliseconds

<<21222324252627282930>>